2020-10-18 |
Bruno Haible | time: Fix warning about asctime when asctime is not... |
commit | commitdiff | tree | snapshot |
2020-10-18 |
Bruno Haible | *-list, *-oset, *-omap: Avoid a GCC warning (regression... |
commit | commitdiff | tree | snapshot |
2020-10-18 |
Bruno Haible | obstack: Fix a clang warning. |
commit | commitdiff | tree | snapshot |
2020-10-17 |
Bruno Haible | hash: Rename hash_delete to hash_remove. |
commit | commitdiff | tree | snapshot |
2020-10-17 |
Bruno Haible | hash, xhash: Make usable from C++. |
commit | commitdiff | tree | snapshot |
2020-10-17 |
Bruno Haible | hash, xhash: Move comments to the .h file. |
commit | commitdiff | tree | snapshot |
2020-10-16 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-10-15 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Philipp Klaus... | Don't declare an intention to modify the return value... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Bruno Haible | *printf: Avoid "expanded before it was required" warning. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Benji Wiebe | getprogname: Add support for OpenServer 6 and UnixWare 7. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Bruno Haible | tests: Avoid a name clash on UnixWare. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Bruno Haible | stdioext: Update comments regarding UnixWare. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Bruno Haible | stdioext: Treat OpenServer 6 and UnixWare 7 like OpenSe... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Bruno Haible | stdioext: Avoid compilation errors on UnixWare 7. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Bruno Haible | stdioext: Update comments regarding Cygwin. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
KO Myung-Hun | Fix "warning: implicit declaration of function 'pthread... |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Bruno Haible | *-list, *-oset, *-omap: Avoid possible compiler warnings. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Bruno Haible | rbtree-list: Avoid possible compiler warnings. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Marc Nieper... | stack: New module. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Paul Eggert | attribute: improve const, pure doc |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Paul Eggert | thread: pacify GCC on Solaris 10 |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Paul Eggert | c-stack: avoid AS_IF |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Paul Eggert | c-stack: pacify GCC 9.3.1 when using libsigsegv |
commit | commitdiff | tree | snapshot |
2020-10-04 |
Bruno Haible | localename: Fix a couple of "unused parameter" warnings. |
commit | commitdiff | tree | snapshot |
2020-10-04 |
Bruno Haible | vasnprintf: Don't use %n on modern, ISO C 99 compliant... |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Paul Eggert | c-stack: streamline Solaris configuration |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Paul Eggert | c-stack: stop using SIGSTKSZ |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Paul Eggert | c-stack: fix libsigsegv typo |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Thien-Thi Nguyen | MODULES.html.sh: Fix typo. |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Paul Eggert | version-etc: pacify Oracle Studio 12.6 |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is... |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | Avoid "warning: The macro `_AC_COMPUTE_INT' is obsolete". |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | Avoid "warning: The macro `AC_HEADER_STDC' is obsolete". |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | Enable testing of prereleases of Autoconf 2.70. |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | Avoid "warning: The macro `AC_PROG_CC_STDC' is obsolete". |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Gavin Smith | Avoid "warning: The macro `AC_HELP_STRING' is obsolete". |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | Avoid "warning: $as_echo_n is obsolete" from autoconf... |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Bruno Haible | extensions: Simplify last commit. |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Paul Eggert | extensions: require AC_GNU_SOURCE only for <=2.63 |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Bruno Haible | regex-tests: Make test more robust. |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Norihiro Tanaka | dfa: remove unused the member of structure |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Paul Eggert | regex-tests: fix possible Turkish false-alarm |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Paul Eggert | regex-tests: fix test and add debug output |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Paul Eggert | regex: no longer match glibc |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Paul Eggert | regex: fix ignore-case Turkish bug |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Paul Eggert | regex: port to weird isascii platforms |
commit | commitdiff | tree | snapshot |
2020-09-21 |
Norihiro Tanaka | dfa: make dfasupported a global function |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Bruno Haible | canonicalize: Add support for UNC file names on native... |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Bruno Haible | supersede: Fix test failures on native Windows. |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Paul Eggert | test-stdalign: test Oracle Studio better |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Paul Eggert | c-stack: output diagnostic in single 'write' |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Paul Eggert | c-stack: improve checking if !libsigsegv |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Bruno Haible | Revert now-unnecessary override of config.guess on... |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Ben Pfaff | relocatable-prog: Fix for multiple relocatable library... |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Jim Meyering | test-verify.c: avoid -Wshadow warnings |
commit | commitdiff | tree | snapshot |
2020-09-19 |
Bruno Haible | havelib: Avoid linking with libc.a on GNU systems. |
commit | commitdiff | tree | snapshot |
2020-09-19 |
Bruno Haible | Fix recognition of musl libc on Alpine Linux 3.10. |
commit | commitdiff | tree | snapshot |
2020-09-19 |
Bruno Haible | nl_langinfo: Make multithread-safe on Solaris 10 and... |
commit | commitdiff | tree | snapshot |
2020-09-19 |
Bruno Haible | fsusage, getaddrinfo: Produce more regular configure... |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Bruno Haible | Add back gl_SILENT. |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Paul Eggert | c-stack-tests: fix -fsanitize=undefined false alarm |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Paul Eggert | signalblocking: simplify and remove gl_SILENT |
commit | commitdiff | tree | snapshot |
2020-09-17 |
Bruno Haible | sigprocmask: Fix configuration failure on Solaris 10... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
Bruno Haible | sigprocmask: Fix configuration failure on Solaris 10... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
Paul Eggert | intprops, xalloc: avoid __builtin_mul_overflow_p with... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
Paul Eggert | libc-config: port __THROW to Ubuntu 4 |
commit | commitdiff | tree | snapshot |
2020-09-17 |
Jim Meyering | test-dfa-match.sh: port timeout work-around to newer... |
commit | commitdiff | tree | snapshot |
2020-09-16 |
Paul Eggert | fnmatch: adjust to match glibc fix |
commit | commitdiff | tree | snapshot |
2020-09-16 |
Bruno Haible | stat, fstat: Fix compilation error with old mingw headers. |
commit | commitdiff | tree | snapshot |
2020-09-16 |
Bruno Haible | stat, fstat: Fix when compiling for versions older... |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Paul Eggert | dfa: remove dfa-heap-overrun workaround |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Norihiro Tanaka | dfa: fix failure in removal of epsilon closure |
commit | commitdiff | tree | snapshot |
2020-09-14 |
Paul Eggert | dfa: avoid use of uninitialized constraint |
commit | commitdiff | tree | snapshot |
2020-09-14 |
Paul Eggert | dfa: assume C99 in reorder_tokens |
commit | commitdiff | tree | snapshot |
2020-09-14 |
Paul Eggert | dfa: fix dfa-heap-overrun failure |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Bruno Haible | parse-datetime: Make the build rule work with parallel... |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Ben Pfaff | getpass: Check for nonnull prompt argument while avoidi... |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Paul Eggert | dfa: epsilon-closure tweaks (Bug#40634) |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Norihiro Tanaka | dfa: use backward set in removal of epsilon closure |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Paul Eggert | canonicalize: fix pointer indexing bugs |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Paul Eggert | tempname: help merge with glibc |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Paul Eggert | getcwd: merge recent glibc changes |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-09-06 |
Bruno Haible | attribute: Clarify which file to include. |
commit | commitdiff | tree | snapshot |
2020-09-06 |
Bruno Haible | pipe-filter-ii, pipe-filter-gi: Fix warnings on native... |
commit | commitdiff | tree | snapshot |
2020-09-06 |
Paul Eggert | verify: avoid __builtin_assume |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | Fix several "warning: no previous prototype for function". |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | select: Fix "warning: no previous prototype for function". |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | Use module 'c99' when needed for variadic macros with... |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | Use module 'c99' when needed for subobject initializer... |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | Use module 'c99' when needed for declaration-after... |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | Fix "warning: array initialized from parenthesized... |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | argmatch tests: Fix ISO C compliance warning. |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | uniname/uniname: Fix -Wshadow warning. |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Bruno Haible | uniname/uniname: Fix -Wshorten-64-to-32 warnings. |
commit | commitdiff | tree | snapshot |
next |