aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdint.in.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.