summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* time_rz: simplify CVE-2017-7476 fixPaul Eggert2020-11-111-13/+2
* parse-datetime: streamline overflow checkingPaul Eggert2020-11-111-25/+16
* mgetgroups: avoid warning with clangPádraig Brady2020-11-091-1/+1
* aligned_alloc: New module.Bruno Haible2020-11-042-0/+55
* posix_memalign: New module.Bruno Haible2020-11-042-0/+64
* mountlist: recognize more file system types as remotePádraig Brady2020-11-031-2/+10
* dfa.h: support inclusion from C++Paul Eggert2020-11-021-0/+13
* dfa: retain sequences of similar nodes in optimizationNorihiro Tanaka2020-11-011-1/+4
* sys_stat: update comments for S_IRWXUGO, S_IXUGOPaul Eggert2020-10-261-2/+2
* ssfmalloc: Portability to Cygwin.Bruno Haible2020-10-251-0/+6
* ssfmalloc: Fix buffer overrun in bitmap search.Bruno Haible2020-10-251-124/+124
* selinux-at, selinux-h: port to SELinux 3.1Bernhard Voelker2020-10-194-33/+32
* xalloc-die: Fix link error with Solaris cc (regression 2020-07-27).Bruno Haible2020-10-201-7/+22
* ssfmalloc: New module.Bruno Haible2020-10-192-0/+1567
* time: Fix warning about asctime when asctime is not used.Bruno Haible2020-10-181-3/+3
* *-list, *-oset, *-omap: Avoid a GCC warning (regression 2020-10-10).Bruno Haible2020-10-188-8/+8
* obstack: Fix a clang warning.Bruno Haible2020-10-181-1/+1
* hash: Rename hash_delete to hash_remove.Bruno Haible2020-10-173-3/+14
* hash, xhash: Make usable from C++.Bruno Haible2020-10-171-0/+8
* hash, xhash: Move comments to the .h file.Bruno Haible2020-10-173-171/+199
* getprogname: Add support for OpenServer 6 and UnixWare 7.Benji Wiebe2020-10-111-0/+38
* stdioext: Update comments regarding UnixWare.Bruno Haible2020-10-1117-27/+31
* stdioext: Treat OpenServer 6 and UnixWare 7 like OpenServer 5.Bruno Haible2020-10-111-1/+1
* stdioext: Avoid compilation errors on UnixWare 7.Bruno Haible2020-10-116-7/+19
* stdioext: Update comments regarding Cygwin.Bruno Haible2020-10-1110-17/+20
* Fix "warning: implicit declaration of function 'pthread_sigmask'".KO Myung-Hun2020-10-112-4/+11
* *-list, *-oset, *-omap: Avoid possible compiler warnings.Bruno Haible2020-10-109-69/+69
* rbtree-list: Avoid possible compiler warnings.Bruno Haible2020-10-102-2/+3
* stack: New module.Marc Nieper-Wißkirchen2020-10-101-0/+165
* attribute: improve const, pure docPaul Eggert2020-10-101-9/+12
* thread: pacify GCC on Solaris 10Paul Eggert2020-10-051-1/+1
* c-stack: pacify GCC 9.3.1 when using libsigsegvPaul Eggert2020-10-041-0/+5
* localename: Fix a couple of "unused parameter" warnings.Bruno Haible2020-10-051-4/+4
* vasnprintf: Don't use %n on modern, ISO C 99 compliant platforms.Bruno Haible2020-10-041-33/+30
* c-stack: streamline Solaris configurationPaul Eggert2020-10-031-5/+3
* c-stack: stop using SIGSTKSZPaul Eggert2020-10-032-25/+19
* c-stack: fix libsigsegv typoPaul Eggert2020-10-031-1/+1
* version-etc: pacify Oracle Studio 12.6Paul Eggert2020-09-282-2/+2
* dfa: remove unused the member of structureNorihiro Tanaka2020-09-251-5/+0
* regex: no longer match glibcPaul Eggert2020-09-251-9/+10
* autoupdateKarl Berry2020-09-251-10/+9
* regex: fix ignore-case Turkish bugPaul Eggert2020-09-231-9/+10
* regex: port to weird isascii platformsPaul Eggert2020-09-231-0/+8
* dfa: make dfasupported a global functionNorihiro Tanaka2020-09-202-3/+6
* canonicalize: Add support for UNC file names on native Windows.Bruno Haible2020-09-211-2/+28
* supersede: Fix test failures on native Windows.Bruno Haible2020-09-211-5/+7
* c-stack: output diagnostic in single 'write'Paul Eggert2020-09-201-9/+30
* c-stack: improve checking if !libsigsegvPaul Eggert2020-09-201-56/+79
* nl_langinfo: Make multithread-safe on Solaris 10 and Solaris 11.3.Bruno Haible2020-09-192-1/+307
* intprops, xalloc: avoid __builtin_mul_overflow_p with ClangPaul Eggert2020-09-172-2/+8