summaryrefslogtreecommitdiff
path: root/lib/stdint.in.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge from gnulib.Paul Eggert2012-06-221-1/+1
| | | | | | | | | | | | | | * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h: * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4: * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4: * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4: Copy new versions from gnulib, incorporating the following changes: 2012-06-22 time_r: fix typo that always overrode localtime_r decl 2012-06-22 Write "Mac OS X" instead of "MacOS X". 2012-06-21 mktime: fix integer overflow in 'configure'-time test 2012-06-21 nonblocking: Avoid compilation error on mingw64. 2012-06-19 stat, fstat: Avoid warnings on mingw64. 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
* Merge from gnulib.Paul Eggert2012-05-261-27/+57
| | | | Fixes: debbugs:11527
* * lib/stdint.in.h: Merge from gnulib (Bug#9025).Paul Eggert2011-07-091-41/+55
| | | | This fixes a build problem on older Mac OS X hosts.
* Adjust to recent gnulib change for @GUARD_PREFIX@.Paul Eggert2011-05-291-6/+6
|
* Merge from gnulib.Paul Eggert2011-05-221-1/+1
|
* Import simpler crypto/md5 module from gnulib, plus stdint module.Paul Eggert2011-02-181-0/+592
* aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: * src/config.in: Regenerate. * lib/md5.c, lib/md5.h: Regenerate with simpler version, which assumes C99-style <stdint.h>, supplied by the stdint module. * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4: New files, generated from gnulib. * src/deps.mk (fns.o): Do not depend on md5.h, fixing a typo in the earlier patch.