summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* New options --enable-threads=isoc and --enable-threads=isoc+posix.Bruno Haible2019-11-2710-8/+706
* Fix errors in C++ mode on mingw.Bruno Haible2019-11-244-1/+14
* sys_time: Fix errors in C++ mode on mingw.Bruno Haible2019-11-242-2/+6
* iswctype: Fix errors in C++ mode on mingw.Bruno Haible2019-11-242-3/+25
* windows-timedmutex: Fix errors in C++ mode on mingw.Bruno Haible2019-11-241-0/+4
* Fix errors in C++ mode on Cygwin.Bruno Haible2019-11-241-1/+3
* wcstok: Work around wrong signature on native Windows.Bruno Haible2019-11-241-2/+13
* intprops: INT_MULTIPLY_WRAPV speedup for GCC 8.4+Paul Eggert2019-11-221-1/+2
* Disable many _GL_CXXALIASWARN on all platforms other than glibc systems.Bruno Haible2019-11-2112-9/+215
* Fix various errors in _GL_CXXALIAS_SYS invocations.Bruno Haible2019-11-216-14/+34
* pthread-mutex: Fix errors in C++ mode.Bruno Haible2019-11-211-0/+19
* pthread-thread: Fix prototype of pthread_attr_getdetachstate.Bruno Haible2019-11-202-5/+5
* * lib/intprops.h (INT_MULTIPLY_WRAPV): Simplify gcc -E output.Paul Eggert2019-11-191-7/+10
* intprops: speed up INT_MULTIPLY_WRAPV in GCC 9.3Paul Eggert2019-11-191-2/+3
* glob: get closer to glibc glob.cPaul Eggert2019-11-181-25/+43
* stdint: Define [u]intptr_t correctly on 64-bit native Windows.Bruno Haible2019-11-181-7/+18
* stdint: Fix value of WINT_MAX when we override wint_t.Bruno Haible2019-11-181-10/+14
* stdint: Avoid triggering a "conflicting types" error on mingw 5.22.Bruno Haible2019-11-181-3/+8
* wctype-h: When overriding wint_t, override also the related functions.Bruno Haible2019-11-171-70/+193
* time_r: Fix for mingw.Bruno Haible2019-11-161-0/+6
* autoupdatePaul Eggert2019-11-111-2/+5
* autoupdateKarl Berry2019-11-011-1/+1
* libtextstyle-optional: Sync with current not-yet-released libtextstyle.Bruno Haible2019-10-281-0/+46
* timespec-add, timespec-sub: simplifyPaul Eggert2019-10-242-26/+14
* nstrftime: speed up integer overflow checkingPaul Eggert2019-10-231-15/+4
* Port better to GCC under macOSPaul Eggert2019-10-232-38/+21
* bitset: let freeing functions accept NULLAkim Demaille2019-10-212-5/+9
* inttypes: use more-robust test for int rangePaul Eggert2019-10-151-3/+3
* libtextstyle-optional: Sync with current not-yet-released libtextstyle.Bruno Haible2019-10-151-0/+41
* * config/srclist.txt: Remove posix/regex_internal.c for now.Paul Eggert2019-10-131-9/+4
* autoupdateKarl Berry2019-10-121-4/+9
* Simplify and regularize regex use of ‘assert’Paul Eggert2019-10-114-74/+42
* regex: omit debug assignment when not debuggingPaul Eggert2019-10-091-0/+2
* regex: tell compiler there’s at most 256 arcs outPaul Eggert2019-10-092-0/+2
* regex: simplify by assuming C99Paul Eggert2019-10-092-31/+1
* regex: avoid copying of uninitialized storagePaul Eggert2019-10-091-11/+2
* avltree-list: Fix compilation warning (introduced on 2014-09-16).Bruno Haible2019-09-291-1/+1
* fbufmode: Fix compilation error on glibc >= 2.28 systems.Bruno Haible2019-09-291-4/+9
* Update comments that refer to POSIX.Bruno Haible2019-09-285-8/+43
* findprog-in: Fix comment.Bruno Haible2019-09-283-5/+6
* autoupdateKarl Berry2019-09-241-1/+1
* Update URLs and associated textPaul Eggert2019-09-235-17/+18
* Update some URLsPaul Eggert2019-09-2284-191/+142
* findprog-in: Set errno when the search fails.Paul Smith2019-09-152-4/+27
* access: New module.Bruno Haible2019-09-152-2/+51
* fcntl-h: Fix compilation error of creat.c on MSVC.Bruno Haible2019-09-151-6/+12
* creat: New module.Bruno Haible2019-09-152-1/+99
* findprog-in: Better mimic the system on native Windows.Bruno Haible2019-09-141-4/+6
* xhash: provide hash_xinitializeAkim Demaille2019-09-102-0/+41
* findprog-in: Make exec optimization optional.Bruno Haible2019-09-092-22/+90