fix license quoting in files.yaml
[gnulib.git] / lib / regex_internal.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-03-08 Gary V. Vaughanregex: rename remaining __attribute calls to __attribute__.
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-12-31 Paul Eggertregex: simplify based on Gawk version
2012-12-30 Paul Eggertregex: port to hosts where malloc (0) == NULL
2012-12-30 Paul Eggertregex: merge glibc changes
2012-11-30 Paul Eggertregex: no 'static inline'
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-24 Stanislav Brabecregex: fix false multibyte matches in some regular...
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-07-04 Ian BeckwithMerge branch 'stable'
2010-07-04 Ian BeckwithMerge commit '86ba51d2c17219b82b977da0a912e05a3d9bf858...
2010-06-07 Jim Meyeringregex: avoid new dead-code warning with gcc-4.6.0
2010-03-08 Ian BeckwithMerge branch 'stable'
2010-03-08 Ian BeckwithMerge commit 'snapshot-start' into stable
2010-01-28 Jim Meyeringregex: do not ignore memory allocation failure
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-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-01-09 Paolo Bonziniregex: replace mbrtowc with __mbrtowc.
2008-12-22 Eric BlakeAvoid gcc warnings on cygwin.
2008-05-15 Paolo Bonzinioptimize double anchors such as ^$
2007-01-27 Jim Meyering* lib/regex_internal.c (re_string_reconstruct): Remove...
2006-09-21 Paul Eggert* lib/regex_internal.c (re_string_reconstruct): Handle
2006-09-15 Jim MeyeringAvoid a warning about an unused variable.
2006-08-11 Paul Eggert* regex_internal.c (re_string_skip_chars): Don't assume...
2006-08-10 Paul EggertImport the following changes from libc:
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 Eggert* regex_internal.c (re_string_context_at): Fix bug...
2005-09-01 Paul Eggert* lib/regex_internal.c (build_wcs_upper_buffer): Fix...
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-26 Paul Eggert* config/srclist.text: Add glibc bug 1248.
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 1226.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
2005-08-20 Paul Eggert(re_acquire_state, re_acquire_state_context) [defined...
2005-08-19 Paul Eggert(re_string_realloc_buffers, re_node_set_insert):
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,