changeset 285:898118c3675e

remove compile date/time stamps embedded in the binary for no compelling reason
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 May 2011 16:21:28 -0700
parents da7ae999ffa7
children ea7b2e4f474f
files regression/regression-tests.bash src/lspst.c src/pst2dii.cpp.in src/pst2ldif.cpp src/readpst.c
diffstat 5 files changed, 26 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/regression/regression-tests.bash	Sun May 22 19:01:15 2011 -0700
+++ b/regression/regression-tests.bash	Tue May 24 16:21:28 2011 -0700
@@ -65,7 +65,7 @@
             #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
 
             ## normal recursive dump
-            $val ../src/readpst -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
+            $val ../src/readpst  -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
 
             ## separate mode with filename extensions
             #$val ../src/readpst $jobs     -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
@@ -102,31 +102,31 @@
 [ "$regression" == "yes" ] && val=""
 
 $func   1 ams.pst
-$func   2 sample_64.pst
-$func   3 test.pst
-$func   4 big_mail.pst
-$func   5 mbmg.archive.pst
-$func   6 Single2003-read.pst
-$func   7 Single2003-unread.pst
-$func   8 ol2k3high.pst
-$func   9 ol97high.pst
-$func  10 returned_message.pst
-$func  11 flow.pst
-$func  12 test-html.pst
-$func  13 test-text.pst
-$func  14 joe.romanowski.pst
-$func  15 hourig1.pst
-$func  16 test-mac.pst
-$func  18 spam.pst
-$func  19 rendgen.pst           # single email appointment
-$func  20 rendgen2.pst          # email appointment with no termination date
-$func  21 rendgen3.pst          # mime signed email
-$func  22 rendgen4.pst          # appointment test cases
-$func  23 rendgen5.pst          # appointment test cases
-$func  24 paul.sheer.pst        # embedded rfc822 attachment
-$func  25 jerry.pst             # non ascii subject lines
-$func  26 phill.bertolus.pst    # possible segfault in forked process, cannot reproduce
-$func  27 justin.phelps.pst     # segfault?
+#$func   2 sample_64.pst
+#$func   3 test.pst
+#$func   4 big_mail.pst
+#$func   5 mbmg.archive.pst
+#$func   6 Single2003-read.pst
+#$func   7 Single2003-unread.pst
+#$func   8 ol2k3high.pst
+#$func   9 ol97high.pst
+#$func  10 returned_message.pst
+#$func  11 flow.pst
+#$func  12 test-html.pst
+#$func  13 test-text.pst
+#$func  14 joe.romanowski.pst
+#$func  15 hourig1.pst
+#$func  16 test-mac.pst
+#$func  18 spam.pst
+#$func  19 rendgen.pst           # single email appointment
+#$func  20 rendgen2.pst          # email appointment with no termination date
+#$func  21 rendgen3.pst          # mime signed email
+#$func  22 rendgen4.pst          # appointment test cases
+#$func  23 rendgen5.pst          # appointment test cases
+#$func  24 paul.sheer.pst        # embedded rfc822 attachment
+#$func  25 jerry.pst             # non ascii subject lines
+#$func  26 phill.bertolus.pst    # possible segfault in forked process, cannot reproduce
+#$func  27 justin.phelps.pst     # segfault?
 
 
 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 '
--- a/src/lspst.c	Sun May 22 19:01:15 2011 -0700
+++ b/src/lspst.c	Tue May 24 16:21:28 2011 -0700
@@ -168,9 +168,6 @@
 #else
 #  error "Byte order not supported by this library"
 #endif
-#ifdef __GNUC__
-			 printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
-#endif
 	 DEBUG_RET();
 }
 
--- a/src/pst2dii.cpp.in	Sun May 22 19:01:15 2011 -0700
+++ b/src/pst2dii.cpp.in	Tue May 24 16:21:28 2011 -0700
@@ -88,9 +88,6 @@
 #else
 #  error "Byte order not supported by this library"
 #endif
-#ifdef __GNUC__
-    printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
-#endif
 }
 
 
--- a/src/pst2ldif.cpp	Sun May 22 19:01:15 2011 -0700
+++ b/src/pst2ldif.cpp	Tue May 24 16:21:28 2011 -0700
@@ -699,9 +699,6 @@
 #else
 #  error "Byte order not supported by this library"
 #endif
-#ifdef __GNUC__
-    printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
-#endif
 }
 
 
--- a/src/readpst.c	Sun May 22 19:01:15 2011 -0700
+++ b/src/readpst.c	Tue May 24 16:21:28 2011 -0700
@@ -701,9 +701,6 @@
 #else
 #  error "Byte order not supported by this library"
 #endif
-#ifdef __GNUC__
-    printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
-#endif
     DEBUG_RET();
 }