summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* findprog-in: New module.Bruno Haible2019-09-082-5/+196
* bitset: style changesAkim Demaille2019-09-084-9/+7
* bitset: check memory allocationAkim Demaille2019-09-082-6/+17
* scratch_buffer: sync from glibcPaul Eggert2019-09-073-6/+6
* isfinite, isinf, isnan, signbit: Fix error in C++ mode on mingw.Bruno Haible2019-08-281-8/+8
* isfinite, isinf, isnan, signbit: Fix error in C++ mode on mingw.Bruno Haible2019-08-281-11/+39
* Revert macOS INT_MULTIPLY_WRAPV patchPaul Eggert2019-08-271-8/+5
* Speed up INT_MULTIPLY_WRAPV on macOSPaul Eggert2019-08-271-5/+8
* intprops.h, verify.h: port better to clangPaul Eggert2019-08-252-42/+79
* intprops: say why not Clang __builtin_add_overflowPaul Eggert2019-08-241-1/+3
* crypto/gc-sha256, crypto/gc-sha512: New modules.Bruno Haible2019-08-243-1/+155
* crypto/gc-sm3: Fix compilation error with --with-libgcrypt.Bruno Haible2019-08-241-4/+48
* crypto/gc-md2: Optimize and clarify code.Bruno Haible2019-08-242-1/+6
* crypto/gc-md2: Add comment.Bruno Haible2019-08-241-0/+2
* crypto/gc: Access the module indicators correctly.Bruno Haible2019-08-242-98/+98
* autoupdatePaul Eggert2019-08-211-4/+7
* accept4: Fix typo in previous commitEric Blake2019-08-201-1/+1
* accept4: Support SOCK_NONBLOCK, if definedEric Blake2019-08-201-1/+20
* accept4: Fix compilation when native accept4() exists.Eric Blake2019-08-201-1/+1
* windows-spin: Implement declared functions.Bruno Haible2019-08-171-1/+1
* intprops: port to Oracle Developer Studio 12.6Paul Eggert2019-08-171-2/+2
* intprops: support uchar, ushort _WRAPV destsPaul Eggert2019-08-141-21/+32
* intprops: pacify picky GCCPaul Eggert2019-08-141-2/+4
* intprops: support unsigned *_WRAPV resultsPaul Eggert2019-08-141-28/+126
* get_progname_of: New module.Bruno Haible2019-08-144-2/+566
* get_ppid_of: New module.Bruno Haible2019-08-142-0/+376