projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
96db07e
)
Y2038 doc pointers in the little helper C tools
Jesse Vincent [Sat, 1 Aug 2009 21:03:24 +0000 (22:03 +0100)]
Porting/timecheck.c
patch
|
blob
|
blame
|
history
Porting/timecheck2.c
patch
|
blob
|
blame
|
history
diff --git
a/Porting/timecheck.c
b/Porting/timecheck.c
index
07f5872
..
cf0303a
100644
(file)
--- a/
Porting/timecheck.c
+++ b/
Porting/timecheck.c
@@
-1,3
+1,7
@@
+/* A helper tool for perl's 2038 support.
+ * See Porting/README.y2038 for details
+ */
+
#include <sys/types.h>
#include <stdio.h>
#include <time.h>
diff --git
a/Porting/timecheck2.c
b/Porting/timecheck2.c
index
a4445ef
..
06d4a66
100644
(file)
--- a/
Porting/timecheck2.c
+++ b/
Porting/timecheck2.c
@@
-1,4
+1,6
@@
-/* A little program to test the limits of your system's time functions */
+/* A little program to test the limits of your system's time functions
+ * See Porting/README.y2038 for details
+ */
#include <time.h>
#include <stdio.h>