fix license quoting in files.yaml
[gnulib.git] / lib / regex_internal.h
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-02-02 Ian BeckwithMerge change up to right before new-year copyright...
2014-01-01 Eric Blakemaint: update copyright
2013-10-21 Jim Meyeringregex: also remove dependency on HAVE_WCSCOLL
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-07-09 Paul Eggertregex: port to --with-included-regex --enable-gcc-warni...
2013-05-30 Paul Eggertc-ctype, regex, verify: port to gcc -std=c90 -pedantic
2013-05-29 Paul Eggertregex: adapt to locking regime instead of depending...
2013-05-19 Paul Eggertregex: fix dfa race in multithreaded uses
2013-02-26 Paul Eggertregex: merge patches from libc
2013-01-02 Paul Eggertregex: support Gawk, which never uses alloca
2013-01-01 Paul Eggertregex: port __libc_lock_define usage to C89
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-12-31 Paul Eggertregex: remove unnecessary dependency on localcharset.h
2012-12-30 Paul Eggertregex: avoid redefining __wctype
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-06-26 Paul Eggertregex: use locale-independent comparison for codeset...
2012-06-26 Bruno Haibleargp, regex: Ensure strcasecmp gets declared.
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-20 Paul Eggertregex: fix typo in definition of MIN
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-02-08 Paul Eggertregex: rely on stdint.h for SIZE_MAX
2012-02-08 Paul Eggertregex: merge glibc changes
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-10-19 Daniel Richard GSupport for old NeXTstep 3.3 gcc.
2011-09-08 Ian BeckwithMerge branch 'stable'
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-08-18 Paul Eggertregex: port to Stratus OpenVOS
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-20 Paul Eggertassume <ctype.h>, ..., <time.h> exist
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-05-24 Bruno Haibleregex: Don't require alloca.
2010-03-08 Ian BeckwithMerge branch 'stable'
2010-03-08 Ian BeckwithMerge commit 'snapshot-start' into stable
2010-01-28 Eric Blakeregex: fix build failure
2010-01-28 Jim Meyeringregex_internal.h: define __attribute_warn_unused_result__
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
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-02-07 Jim Meyeringregex: avoid compilation failure with upcoming gcc-4.4
2009-01-09 Paolo Bonziniregex: replace mbrtowc with __mbrtowc.
2008-12-22 Bruno HaibleMerge branch 'master' of ssh://haible@git.sv.gnu.org...
2008-12-22 Paolo Bonziniupdate regex to use the emulated mb*/wc* functions
2008-07-31 Bruno HaibleMake determination of BITSET_WORD_MAX work also with...
2008-04-11 Eric BlakeAvoid compile failure on OS/2.
2007-06-06 Paul EggertWork around problem reported by Steven M. Schweda in
2007-02-15 Paul EggertFix regex code so it doesn't rely on strcasecmp.
2007-02-02 Paul EggertAvoid mempcpy in the regex code, as the string.h mempcp...
2007-02-01 Eric Blake* modules/regex (Depends-on): Revert dependence on...
2007-01-26 Paul Eggert* doc/gnulib-tool.texi (Initial import): Update to...
2007-01-16 Eric Blake* modules/fnmatch (Depends-on): Depend on wchar.
2006-12-22 Paul Eggert* MODULES.html.sh: New module wctype.
2006-12-04 Paul Eggert* lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCT...
2006-11-27 Paul EggertFix some incompatibilities with gcc -ansi -pedantic.
2006-08-21 Paul EggertAdd and change modules to make it easier for coreutils...
2006-07-29 Eric Blake* regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid...
2006-07-06 Paul Eggert* lib/.cppi-disable: Add wcwidth.
2006-04-10 Paul EggertMerge regex changes from libc, removing some of our
2006-01-10 Paul Eggert* regex_internal.h (BITSET_WORD_BITS):
2005-09-25 Paul Eggert* regex_internal.h (__GNUC_PREREQ, always_inline, inlin...
2005-09-24 Paul Eggert(__attribute): Define to nothing for GCC 2.
2005-09-23 Paul EggertSync from coreutils.
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 Eggert* regex_internal.h (bitset_not): Add parens to avoid...
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 EggertOn 64-bit hosts (where size_t is 64 bits and int is...
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-26 Paul Eggert* config/srclist.text: Add glibc bug 1248.
2005-08-26 Paul EggertFix typo: __LIBC -> _LIBC.
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-20 Paul Eggert* config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,