summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* xalloc: x2nrealloc check for ptrdiff_t overflowPaul Eggert2016-12-292-0/+2
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on minw.Bruno Haible2016-12-193-0/+3
* getopt-posix-tests: fix Makefile typoPaul Eggert2016-12-191-1/+1
* Split tests for getopt-posix and getopt-gnu.Bruno Haible2016-12-183-6/+26
* getopt: Fix link error for users of getopt() in <unistd.h>.Bruno Haible2016-12-181-1/+1
* getlogin, getlogin_r: Fix link errors on MSVC.Bruno Haible2016-12-184-0/+11
* tanhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* tanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* sqrtf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* sinhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* sinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* expf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* coshf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* cosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* atan2f: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* atanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* asinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-0/+1
* acosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-1/+2
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on MSVC.Bruno Haible2016-12-171-0/+1
* Avoid autoconf warning.Bruno Haible2016-12-172-2/+2
* getlogin: Port to newer mingw.Bruno Haible2016-12-171-1/+1
* regex: fix dependencyPaul Eggert2016-12-161-0/+1
* builtin-expect: new modulePaul Eggert2016-12-169-1/+28
* regex: fix integer-overflow bug in never-used codePaul Eggert2016-12-161-0/+1
* safe-alloc: use xalloc-oversizedPaul Eggert2016-12-151-0/+3
* malloca: do not exceed PTRDIFF_MAXPaul Eggert2016-12-152-0/+2
* quotearg: pacify GCC betterPaul Eggert2016-12-151-0/+2
* xalloc-oversized: check for PTRDIFF_MAX tooPaul Eggert2016-12-151-0/+1
* dfa: fix some unlikely integer overflowsPaul Eggert2016-12-141-0/+2
* fpending: Port to native Windows with MSVC.Bruno Haible2016-12-131-1/+1
* c-ctype tests: Fix link error on Solaris 9.Bruno Haible2016-12-101-0/+1
* Relicense some modules under LGPLv2+.Bruno Haible2016-12-025-5/+5
* freopen: work around glibc bug with closed fdPaul Eggert2016-11-261-0/+1
* libunistring: Relicense under dual "LGPLv3+ or GPLv2" license.Bruno Haible2016-11-20503-503/+503
* Relicense some modules under LGPLv2+.Bruno Haible2016-11-203-3/+3
* Relicense some modules under LGPLv2+.Bruno Haible2016-11-2010-10/+10
* relocatable-prog-wrapper: Fix breakage on Cygwin.Bruno Haible2016-11-191-1/+2
* non-recursive-gnulib-prefix-hack: revert use of parameterized 'lib' dirPádraig Brady2016-11-071-1/+4
* qsort_r: Fix macrology for platforms that lack the function.Bruno Haible2016-10-272-0/+3
* opendir, readdir, closedir: Relicense under LGPLv2+.Bruno Haible2016-10-263-3/+3
* non-recursive-gnulib-prefix-hack: Don't make assumptions about gnulib-tool's ...Bruno Haible2016-10-231-1/+1
* libunistring: change the maintainer to 'all'Daiki Ueno2016-10-21534-534/+534
* sched: substitute HAVE_SYS_CDEFS_H tooPaul Eggert2016-10-191-0/+1
* Make sure the libunistring detection rejects older versions with a known bug.Bruno Haible2016-10-183-3/+3
* gettime, timespec, utimens: Relicense under LGPL.Bruno Haible2016-10-153-3/+3
* getprogname: port to OpenBSD 5.1Jim Meyering2016-09-281-4/+0
* stdint: support new _WIDTH macrosPaul Eggert2016-09-162-1/+5
* limits-h: new modulePaul Eggert2016-09-162-0/+56
* dfa: port to Solaris 9Paul Eggert2016-09-112-1/+2
* dfa: new module, importing grep's DFA matcherJim Meyering2016-09-092-0/+60