fix license quoting in files.yaml
[gnulib.git] / lib / regcomp.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-05-30 Paul Eggertc-ctype, regex, verify: port to gcc -std=c90 -pedantic
2013-05-19 Paul Eggertregex: fix dfa race in multithreaded uses
2013-03-08 Gary V. Vaughanregex: rename remaining __attribute calls to __attribute__.
2013-02-26 Paul Eggertregex: merge patches from libc
2013-01-05 Paul Eggertregex: conform to strict C
2013-01-02 Paul Eggertregex: omit needless signed-pointer casts
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-12-30 Paul Eggertregex: implement rational ranges
2012-12-30 Paul Eggertregex: port to C89
2012-12-30 Paul Eggertregex: merge glibc changes
2012-06-26 Paul Eggertregex: use locale-independent comparison for codeset...
2012-06-17 Paul Eggertregex: avoid warning when pointers are not long
2012-05-27 Paul Eggertregex: don't assume uint64_t or uint32_t
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-04-04 Paul Eggertregex: remove unnecessary type punning
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-03-30 Paul Eggertregex: pacify GCC when compiling GRUB
2012-03-16 Paul Eggertregex: diagnose too-large repeat counts in EREs
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-02-08 Paul Eggertregex: merge glibc changes
2012-02-05 Paul Eggertmaint: spelling fixes
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-04-19 Ian BeckwithMerge branch 'stable'
2010-04-18 Ian BeckwithMerge branch 'upstream' into stable
2010-03-20 Jim Meyeringregcomp.c: make non-_LIBC implementation of build_range...
2010-03-08 Ian BeckwithMerge branch 'stable'
2010-03-08 Ian BeckwithMerge commit 'snapshot-start' into stable
2010-02-03 Jim Meyeringregcomp.c: avoid the sole warning from gcc's -Wtype...
2010-02-03 Jim Meyeringregcomp.c: avoid a new -Wshadow warning
2010-01-28 Jim Meyeringregcomp.c: spelling and merge-artifact from glibc
2010-01-28 Jim Meyeringregcomp.c: sync white-space changes from glibc
2010-01-28 Jim Meyeringregcomp.c: do not ignore internal return values
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '039ae97'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-04 Ulrich Drepperregcomp, regexec, fnmatch: avoid array bounds read...
2010-01-04 Ulrich Drepperregcomp: skip collseq lookup when there are no rules
2010-01-04 Ulrich Drepperregcomp: recognize ill-formed { } expressions
2010-01-04 Jim Meyeringregcomp: fix typo in comment
2010-01-04 Jim Meyeringregcomp: sync from glibc: remove dead store
2010-01-04 Jim Meyeringregcomp: sync from glibc; always use nl_langinfo
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-11-25 Paolo Bonziniregex: Fix fastmap for multibyte character ranges.
2009-01-09 Paolo Bonziniregex: fix glibc bug 9697
2009-01-09 Paolo Bonziniregex: replace mbrtowc with __mbrtowc.
2008-05-15 Eric BlakeFix violation of <stdbool.h> replacement in regex.
2008-05-15 Paolo Bonzinioptimize double anchors such as ^$
2007-12-01 Jim MeyeringFix a 4-year-old used-uninitialized bug in regcomp.c.
2007-02-15 Paul EggertFix regex code so it doesn't rely on strcasecmp.
2007-02-05 Paolo Bonzini2007-02-05 Paolo Bonzini <bonzini@gnu.org>
2007-02-02 Paul EggertAvoid mempcpy in the regex code, as the string.h mempcp...
2007-01-29 Paul Eggert* lib/regex.h (_Restrict_): Renamed from __restrict...
2006-11-28 Jim Meyering* lib/regcomp.c (parse_branch): Rename local, exp-...
2006-04-13 Paul Eggert* regcomp.c (init_dfa): Don't use wchar_t or wctype_t...
2006-04-11 Paul EggertFix space-tab problem. From Jim Meyering.
2006-04-10 Paul EggertMerge regex changes from libc, removing some of our
2005-09-16 Derek R. Price* regcomp.c, regexec.c, regex_internal.c: Back out...
2005-09-15 Derek R. Price* regex_internal.h: Blank `pure' for GNUC < 3.
2005-09-06 Paul EggertChange bitset word type from unsigned int to unsigned...
2005-09-02 Paul EggertCheck for arithmetic overflow when calculating sizes...
2005-09-01 Paul EggertUse bool where appropriate.
2005-08-31 Paul Eggert* lib/regcomp.c (search_duplicated_node): Make first...
2005-08-31 Paul EggertOn 64-bit hosts (where size_t is 64 bits and int is...
2005-08-31 Paul Eggert* lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP ...
2005-08-31 Paul Eggert* lib/regcomp.c (re_compile_fastmap_iter, init_dfa...
2005-08-31 Paul Eggert* lib/regex_internal.h (re_sub_match_top_t): Remove...
2005-08-25 Paul EggertMake regex safe for g++. This fixes one real bug ...
2005-08-25 Paul Eggert* config/srclist.txt: Add glibc bug 1240.
2005-08-24 Paul Eggert* config/srclist.txt: Add glibc bug 1237.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1224.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bug 1223.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
2005-08-20 Paul Eggert(duplicate_node): Return new index, not an error code,
2005-07-08 Paul Eggert* config/srclist.txt: Comment out regcomp.c, since...
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,