| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reorganize NEWS a bit. | Bruno Haible | 2016-12-18 | 1 | -15/+15 |
* | dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASE | Arnold D. Robbins | 2016-12-13 | 1 | -0/+2 |
* | Enable Unicode decoder safety unconditionally. | Bruno Haible | 2016-11-19 | 1 | -0/+3 |
* | getprogname: new module | Pino Toscano | 2016-09-05 | 1 | -0/+8 |
* | stdbool: don't require _Bool for C++ | Paul Eggert | 2016-08-17 | 1 | -0/+4 |
* | intprops, mktime, strtol: assume two's complement | Paul Eggert | 2016-04-13 | 1 | -0/+4 |
* | intprops: revise _WRAPV macros, revert _OVERFLOW | Paul Eggert | 2015-11-04 | 1 | -8/+0 |
* | intprops: add WRAPV and const flavors for GCC 5 | Paul Eggert | 2015-10-30 | 1 | -0/+8 |
* | c-ctype: rewrite to use inline functions | Paul Eggert | 2015-09-25 | 1 | -0/+5 |
* | maint: add coding cookies to non-ASCII sources | Paul Eggert | 2015-09-24 | 1 | -0/+1 |
* | savewd: remove SAVEWD_CHDIR_READABLE | Paul Eggert | 2015-09-22 | 1 | -0/+2 |
* | fprintftime, strftime: use timezone_t args | Paul Eggert | 2015-07-23 | 1 | -0/+5 |
* | file-has-acl: new module, split from acl | Paul Eggert | 2015-04-24 | 1 | -0/+5 |
* | acl: On Linux, check for acls without libacl | Andreas Gruenbacher | 2015-04-15 | 1 | -0/+5 |
* | hash: remove deprecated hash_insert0 function | Giuseppe Scrivano | 2015-04-03 | 1 | -0/+2 |
* | obstack: add NEWS entry for recent incompatible changes | Paul Eggert | 2014-10-31 | 1 | -1/+9 |
* | * NEWS: Recent changes are not that important. | Paul Eggert | 2014-02-26 | 1 | -9/+9 |
* | * NEWS: Document recent change to diffseq. | Paul Eggert | 2014-02-23 | 1 | -0/+5 |
* | savedir: add sorting arg to savedir, streamsavedir; remove fdsavedir | Sergey Poznyakoff | 2014-02-13 | 1 | -0/+4 |
* | Assume gnulib is checked out from Git, not CVS | Stefano Lattarini | 2013-05-04 | 1 | -0/+2 |
* | gettext: now it's your responsibility to add -I$(top_builddir)/intl | Paul Eggert | 2013-04-30 | 1 | -0/+4 |
* | careadlinkat: stop exporting careadlinkatcwd | Paul Eggert | 2013-02-08 | 1 | -0/+3 |
* | config: drop scripts that automake says are not independent | Eric Blake | 2012-06-27 | 1 | -0/+3 |
* | getopt-posix: No longer guarantee that option processing is resettable. | Bruno Haible | 2012-06-26 | 1 | -0/+5 |
* | gnulib-tool: --create-[mega]testdir, --[mega]test implies --with-tests. | Bruno Haible | 2012-06-21 | 1 | -0/+4 |
* | streq: Rename macro. | Bruno Haible | 2012-02-24 | 1 | -0/+3 |
* | maint: spelling fixes | Paul Eggert | 2012-02-05 | 1 | -2/+2 |
* | ignore-value: remove deprecated ignore_ptr function | Jim Meyering | 2012-01-10 | 1 | -0/+5 |
* | Add ChangeLog entries for last 3 commits. | Paolo Bonzini | 2012-01-07 | 1 | -1/+1 |
* | quotearg: do not use grave accent for left quote | Paolo Bonzini | 2012-01-07 | 1 | -0/+9 |
* | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -1/+1 |
* | hash: deprecate poorly-named hash_insert0: use hash_insert_if_absent | Jim Meyering | 2011-11-18 | 1 | -0/+4 |
* | New module 'mkdirat', split off from module 'openat'. | Bruno Haible | 2011-11-04 | 1 | -0/+4 |
* | New module 'fstatat', split off from module 'openat'. | Bruno Haible | 2011-11-04 | 1 | -0/+4 |
* | New module 'unlinkat', split off from module 'openat'. | Bruno Haible | 2011-11-02 | 1 | -1/+5 |
* | New module 'fchmodat', split off from module 'openat'. | Bruno Haible | 2011-11-02 | 1 | -0/+4 |
* | alignof: Avoid collision with stdalign module. | Bruno Haible | 2011-11-01 | 1 | -0/+3 |
* | New module 'fchownat', split off from module 'openat'. | Bruno Haible | 2011-11-01 | 1 | -0/+4 |
* | poll: Avoid link errors on MSVC. | Bruno Haible | 2011-10-04 | 1 | -0/+3 |
* | New module 'fstat'. | Bruno Haible | 2011-09-25 | 1 | -0/+4 |
* | signal-h: Rename from signal. | Bruno Haible | 2011-09-24 | 1 | -0/+2 |
* | select: Avoid link errors on MSVC. | Bruno Haible | 2011-09-22 | 1 | -0/+3 |
* | New modules 'opendir', 'readdir', 'rewinddir', 'closedir'. | Bruno Haible | 2011-09-13 | 1 | -0/+6 |
* | pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise. | Bruno Haible | 2011-08-05 | 1 | -0/+5 |
* | close: No longer depend on module 'fclose'. | Bruno Haible | 2011-07-24 | 1 | -0/+6 |
* | Mention the changes. | Bruno Haible | 2011-07-12 | 1 | -0/+6 |
* | verify: new macro verify_expr; verify_true deprecated | Paul Eggert | 2011-06-15 | 1 | -0/+3 |
* | ansi-c++-opt: Interoperability with libtool. | Bruno Haible | 2011-06-06 | 1 | -0/+3 |
* | group-member: Declare function in <unistd.h>. | Bruno Haible | 2011-05-12 | 1 | -0/+3 |
* | exit: Remove module. | Simon Josefsson | 2011-05-02 | 1 | -0/+3 |