summaryrefslogtreecommitdiff
path: root/lib/regex_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* * regex_internal.h: Blank `pure' for GNUC < 3.Derek R. Price2005-09-151-0/+1
* * regex_internal.h (bitset_not): Add parens to avoid gcc -Wall warning.Paul Eggert2005-09-061-1/+1
* Change bitset word type from unsigned int to unsigned long int,Paul Eggert2005-09-061-32/+94
* Check for arithmetic overflow when calculating sizes, to preventPaul Eggert2005-09-021-0/+60
* Use bool where appropriate.Paul Eggert2005-09-011-1/+2
* On 64-bit hosts (where size_t is 64 bits and int is 32 bits), thePaul Eggert2005-08-311-62/+87
* * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):Paul Eggert2005-08-311-6/+4
* * lib/regex_internal.h (re_sub_match_top_t): Remove unused memberPaul Eggert2005-08-311-2/+0
* * config/srclist.text: Add glibc bug 1248.Paul Eggert2005-08-261-65/+5
* Fix typo: __LIBC -> _LIBC.Paul Eggert2005-08-261-1/+1