summaryrefslogtreecommitdiff
path: root/lib/regex_internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-4/+0
* * modules/fnmatch (Depends-on): Depend on wchar.Eric Blake2007-01-161-5/+4
* * MODULES.html.sh: New module wctype.Paul Eggert2006-12-221-3/+1
* * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.Paul Eggert2006-12-041-1/+1
* Fix some incompatibilities with gcc -ansi -pedantic.Paul Eggert2006-11-271-1/+1
* Add and change modules to make it easier for coreutils to usePaul Eggert2006-08-211-3/+1
* * regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89Eric Blake2006-07-291-1/+2
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-1/+1
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-122/+73
* * regex_internal.h (BITSET_WORD_BITS):Paul Eggert2006-01-101-1/+5
* * regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):Paul Eggert2005-09-251-16/+1
* (__attribute): Define to nothing for GCC 2.Paul Eggert2005-09-241-1/+1
* Sync from coreutils.Paul Eggert2005-09-231-0/+4
* * regcomp.c, regexec.c, regex_internal.c: Back out previousDerek R. Price2005-09-161-0/+13