summaryrefslogtreecommitdiff
path: root/lib/regex_internal.h
Commit message (Expand)AuthorAgeFilesLines
* regex: port better to Solaris 10Paul Eggert2017-04-161-0/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* builtin-expect: new modulePaul Eggert2016-12-161-5/+1
* regex: fix integer-overflow bug in never-used codePaul Eggert2016-12-161-0/+2
* regex: make it closer to libcPaul Eggert2016-02-191-21/+12
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* regex: merge patches from libcPaul Eggert2015-09-191-13/+16
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* regex: don't be multithreaded if USE_UNLOCKED_IO.Paul Eggert2014-06-131-2/+2
* maint: update copyrightEric Blake2014-01-011-1/+1
* regex: also remove dependency on HAVE_WCSCOLLJim Meyering2013-10-211-1/+1
* regex: port to --with-included-regex --enable-gcc-warnings non-threadedPaul Eggert2013-07-091-2/+3
* c-ctype, regex, verify: port to gcc -std=c90 -pedanticPaul Eggert2013-05-291-1/+16
* regex: adapt to locking regime instead of depending on pthreadPaul Eggert2013-05-291-10/+19
* regex: fix dfa race in multithreaded usesPaul Eggert2013-05-191-6/+17
* regex: merge patches from libcPaul Eggert2013-02-251-11/+9
* regex: support Gawk, which never uses allocaPaul Eggert2013-01-011-1/+3
* regex: port __libc_lock_define usage to C89Paul Eggert2013-01-011-1/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* regex: remove unnecessary dependency on localcharset.hPaul Eggert2012-12-301-3/+0
* regex: avoid redefining __wctypePaul Eggert2012-12-301-0/+2
* regex: port to hosts where malloc (0) == NULLPaul Eggert2012-12-301-0/+6
* regex: merge glibc changesPaul Eggert2012-12-301-10/+11
* regex: no 'static inline'Paul Eggert2012-11-291-16/+13
* regex: use locale-independent comparison for codeset namePaul Eggert2012-06-261-1/+0
* argp, regex: Ensure strcasecmp gets declared.Bruno Haible2012-06-261-0/+1
* regex: fix typo in definition of MINPaul Eggert2012-02-201-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* regex: rely on stdint.h for SIZE_MAXPaul Eggert2012-02-071-5/+0
* regex: merge glibc changesPaul Eggert2012-02-071-13/+22
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-5/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Support for old NeXTstep 3.3 gcc.Daniel Richard G2011-10-191-1/+1
* regex: port to Stratus OpenVOSPaul Eggert2011-08-181-5/+1
* assume <ctype.h>, ..., <time.h> existPaul Eggert2011-01-191-4/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* regex: Don't require alloca.Bruno Haible2010-05-241-0/+2
* regex: fix build failureEric Blake2010-01-281-0/+9
* regex_internal.h: define __attribute_warn_unused_result__Jim Meyering2010-01-281-0/+8
* regcomp: sync from glibc; always use nl_langinfoJim Meyering2010-01-041-3/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* regex: avoid compilation failure with upcoming gcc-4.4Jim Meyering2009-02-071-4/+0
* regex: replace mbrtowc with __mbrtowc.Paolo Bonzini2009-01-091-1/+3
* update regex to use the emulated mb*/wc* functionsPaolo Bonzini2008-12-221-1/+1
* Make determination of BITSET_WORD_MAX work also with old HP-UX cc compilers.Bruno Haible2008-07-311-2/+2
* Avoid compile failure on OS/2.Eric Blake2008-04-111-2/+2
* Work around problem reported by Steven M. Schweda inPaul Eggert2007-06-061-1/+1
* Fix regex code so it doesn't rely on strcasecmp.Paul Eggert2007-02-151-1/+3
* Avoid mempcpy in the regex code, as the string.h mempcpy stuffPaul Eggert2007-02-021-4/+0
* * modules/regex (Depends-on): Revert dependence on mempcpy.Eric Blake2007-02-011-0/+1