maint: update copyright
[gnulib.git] / lib / regexec.c
2014-01-01 Eric Blakemaint: update copyright
2013-05-29 Paul Eggertregex: adapt to locking regime instead of depending...
2013-05-19 Paul Eggertregex: fix dfa race in multithreaded uses
2013-03-08 Gary V. Vaughanregex: rename remaining __attribute calls to __attribute__.
2013-01-30 Andreas Schwabregex: fix buffer overrun in regexp matcher
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-12-31 Paul Eggertregex: revert single-byte change
2012-12-30 Paul Eggertregex: check that pattern char is single-byte
2012-12-30 Paul Eggertregex: implement rational ranges
2012-12-30 Paul Eggertregex: merge glibc changes
2012-10-16 Paul Eggert* lib/regexec.c (re_search_internal): Fix grammar in...
2012-05-29 Jim Meyeringmaint: fix typos in comments and ChangeLog
2012-04-04 Paul Eggertregex: remove unnecessary type punning
2012-02-27 Paul Eggertregex: re_search etc. should return -2 when memory...
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-02-08 Paul Eggertregex: spelling fix
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-10-19 Daniel Richard GSupport for old NeXTstep 3.3 gcc.
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-28 Jim Meyeringregex: don't infloop on persistent failing calloc
2010-01-28 Jim Meyeringregex: sync more white-space changes from libc
2010-01-28 Jim Meyeringregex: add many uses of __attribute_warn_unused_result__
2010-01-04 Ulrich Drepperregcomp, regexec, fnmatch: avoid array bounds read...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-01-09 Paolo Bonziniregex: fix glibc bug 697
2008-12-22 Eric BlakeAvoid gcc warnings on cygwin.
2008-05-15 Eric BlakeFix violation of <stdbool.h> replacement in regex.
2007-03-25 Bruno HaibleAvoid HP-UX cc warning.
2007-01-29 Paul Eggert* lib/regex.h (_Restrict_): Renamed from __restrict...
2006-11-27 Paul EggertFix some incompatibilities with gcc -ansi -pedantic.
2006-06-05 Paul Eggert* regexec.c (group_nodes_into_DFAstates): Fix a buffer...
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-09-01 Paul Eggert* lib/regex_internal.c (re_string_reconstruct): Don...
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/regexec.c (re_search_internal): Simplify update of
2005-08-31 Paul Eggert* lib/regcomp.c (re_compile_fastmap_iter, init_dfa...
2005-08-26 Paul Eggert* config/srclist.txt: Add glibc bug 1245.
2005-08-25 Paul EggertMake regex safe for g++. This fixes one real bug ...
2005-08-24 Paul Eggert* config/srclist.txt: Add glibc bug 1237.
2005-08-23 Paul Eggert* config/srclist.txt: Add glibc bug 1231.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1227.
2005-08-21 Paul Eggert* config/srclist.txt: Add glibc bug 1225.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
2005-08-19 Paul Eggert(proceed_next_node): Redo local variables to avoid...
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,