]> git.cworth.org Git - obsolete/notmuch-old/commit
lib: Import getdate source from gnulib.
authorCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 23:32:30 +0000 (15:32 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 23:32:30 +0000 (15:32 -0800)
commit03a0958d68a25d93328f12c027f8b243a26d187b
tree659d5bf9afd0fcc34aede6d7c6a19a8f1d2e1d89
parent7e5443e990f6cb1ebc2190d4276415725de7203c
lib: Import getdate source from gnulib.

Each of these files was copied directly from the gnulib source
repository at git commit ID e961f4c04b6bbd1bf6f98c91fa0e6ae1d7a8eea9
The git repository was cloned from:

git://git.sv.gnu.org/gnulib.git

Each file here is made available either under the GNU GPLv2+ or the
GNU GPLv3+ so all are compatible with the license of notmuch (GNU
GPLv3+).

The import was made with the help of the import script in this
directory, which can be run again in the future to import new changes
to the gnulib source.
lib/getdate/c-ctype.c [new file with mode: 0644]
lib/getdate/c-ctype.h [new file with mode: 0644]
lib/getdate/getdate.h [new file with mode: 0644]
lib/getdate/getdate.y [new file with mode: 0644]
lib/getdate/gettime.c [new file with mode: 0644]
lib/getdate/intprops.h [new file with mode: 0644]
lib/getdate/timespec.h [new file with mode: 0644]
lib/getdate/verify.h [new file with mode: 0644]
lib/getdate/xalloc-die.c [new file with mode: 0644]
lib/getdate/xalloc.h [new file with mode: 0644]
lib/getdate/xmalloc.c [new file with mode: 0644]