Code

Add the timegm Gnulib module
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Fri, 20 Mar 2009 06:48:40 +0000 (02:48 -0400)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Fri, 20 Mar 2009 06:57:11 +0000 (02:57 -0400)
commit3fa3707b5752adfe348e101a194635cc11ace2af
treeb8a8d4e0c1db4a056ea64224ba7d06dcf630a48b
parentd36c97612990ac81d2dc0452b980e8708477df76
Add the timegm Gnulib module
12 files changed:
.gitignore
gl/Makefile.am
gl/m4/gnulib-cache.m4
gl/m4/gnulib-comp.m4
gl/m4/mktime.m4 [new file with mode: 0644]
gl/m4/time_h.m4 [new file with mode: 0644]
gl/m4/time_r.m4 [new file with mode: 0644]
gl/m4/timegm.m4 [new file with mode: 0644]
gl/mktime.c [new file with mode: 0644]
gl/time.in.h [new file with mode: 0644]
gl/time_r.c [new file with mode: 0644]
gl/timegm.c [new file with mode: 0644]