summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Assume gnulib is checked out from Git, not CVSStefano Lattarini2013-05-041-1/+1
* extern-inline: work around bug in Sun c99Paul Eggert2013-04-281-3/+11
* regex-tests, regex: allow glibc re_search behaviorDmitry V. Levin2013-04-111-6/+17
* stdalign: port to stricter ISO C11Paul Eggert2013-03-291-2/+3
* putenv: port to Solaris 10Paul Eggert2013-03-131-2/+2
* mktime: fix configure typoPaul Eggert2013-03-121-1/+1
* regex: port to mingw's recent addition of undeclared alarmEric Blake2013-03-114-16/+23
* non-recursive-gnulib-prefix-hack: port coreutils 8.21 to HP NonStopPaul Eggert2013-03-041-3/+0
* sys_types: Avoid autoconf warning about gl_SYS_TYPES_H.Bruno Haible2013-03-021-2/+2
* gettext: Update to version 0.18.2.Bruno Haible2013-03-022-8/+8
* getcwd: support coreutils betterPaul Eggert2013-02-202-1/+4
* extern-inline: avoid compilation error with HP-UX ccPaul Eggert2013-02-181-1/+4
* putenv: fix heap corruption with mixed putenv/_putenvPaul Eggert2013-02-141-0/+6
* extensions: port better to HP-UXPaul Eggert2013-02-081-6/+23
* openpty: fix bug where HAVE_OPENPTY is mistakenly 1Paul Eggert2013-02-081-10/+8
* secure_getenv: port better to FreeBSD and SolarisPaul Eggert2013-02-071-0/+3
* extensions: port better to MINUX 3, HP-UX, autoheader 2.62Paul Eggert2013-02-061-15/+13
* tmpdir: use secure_getenvPaul Eggert2013-02-041-5/+2
* secure_getenv: new modulePaul Eggert2013-02-042-2/+26
* getcwd: break fdopendir + save_cwd recursive loop (Bug#13516)Paul Eggert2013-02-031-26/+36
* regex-tests, regex: fix bug: memset undeclaredPaul Eggert2013-02-031-9/+10
* regex: fix off-by-one error in configure testPaul Eggert2013-01-311-1/+1
* regex: avoid infinite configure testEric Blake2013-01-311-1/+11
* openpty: fix bug where HAVE_OPENPTY wasn't definedReuben Thomas2013-01-311-8/+10
* regex: test for buffer overrunPaul Eggert2013-01-291-19/+42
* readlinkat: don't depend on gl_FUNC_OPENATPaul Eggert2013-01-231-2/+1
* Fix typo in comment.Paul Eggert2013-01-161-1/+1
* largefile: port better to Mac OS X 10.5Paul Eggert2013-01-161-13/+10
* maint: update all copyright year number rangesEric Blake2013-01-01743-743/+743
* dup2: work around cygwin bugEric Blake2012-12-311-1/+4
* regex: port to hosts where malloc (0) == NULLPaul Eggert2012-12-301-0/+1
* gettext: avoid obsolete macro AM_PROG_MKDIR_PPaul Eggert2012-12-232-4/+4
* AC_PROG_MKDIR_P: port workaround to pre-2.62 AutoconfPaul Eggert2012-12-211-2/+4
* AC_PROG_MKDIR_P: don't workaround if not buggyPaul Eggert2012-12-201-1/+3
* extern-inline: avoid incompatibility with Darwin LibcPaul Eggert2012-12-111-7/+13
* sys_stat: no 'static inline'Paul Eggert2012-11-291-4/+1
* extern-inline: no 'static inline'Paul Eggert2012-11-291-3/+2
* xvasprintf: no 'static inline'Paul Eggert2012-11-291-6/+3
* parse-datetime, parse-duration: no 'static inline'Paul Eggert2012-11-291-2/+1
* getaddrinfo: no 'static inline'Paul Eggert2012-11-291-2/+1
* ftruncate, fts, lstat, openat, raise: no 'static inline'Paul Eggert2012-11-295-16/+7
* fflush, stat: no 'static inline'Paul Eggert2012-11-292-12/+4
* error, filevercmp: no 'static inline'Paul Eggert2012-11-291-1/+0
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-2916-55/+25
* c-strtod, memcoll, readutmp: no 'static inline'Paul Eggert2012-11-293-14/+4
* arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'Paul Eggert2012-11-296-16/+7
* cond, lock, thread: better 'inline'Paul Eggert2012-11-293-9/+5
* chdir-long, cycle-check, savewd: better 'inline'Paul Eggert2012-11-293-13/+5
* base32, base64: no need for 'inline'Paul Eggert2012-11-292-4/+2
* list, oset, xlist, xoset, xsublist: simplify via extern inlinePaul Eggert2012-11-291-10/+0