log lib/regex_internal.h @ 16948:14d27052b3d8

age author description
Tue, 26 Jun 2012 19:46:15 +0200 Bruno Haible argp, regex: Ensure strcasecmp gets declared.
Mon, 20 Feb 2012 13:03:34 -0800 Paul Eggert regex: fix typo in definition of MIN
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Tue, 07 Feb 2012 23:06:43 -0800 Paul Eggert regex: rely on stdint.h for SIZE_MAX
Tue, 07 Feb 2012 22:47:01 -0800 Paul Eggert regex: merge glibc changes
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Tue, 18 Oct 2011 20:32:42 +0200 Daniel Richard G Support for old NeXTstep 3.3 gcc.
Thu, 18 Aug 2011 00:46:17 -0700 Paul Eggert regex: port to Stratus OpenVOS
Wed, 19 Jan 2011 22:15:41 -0800 Paul Eggert assume <ctype.h>, ..., <time.h> exist
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Mon, 24 May 2010 12:23:03 +0200 Bruno Haible regex: Don't require alloca.
Thu, 28 Jan 2010 06:46:05 -0700 Eric Blake regex: fix build failure
Tue, 19 Jan 2010 08:47:17 +0100 Jim Meyering regex_internal.h: define __attribute_warn_unused_result__
Mon, 04 Jan 2010 09:07:52 +0100 Jim Meyering regcomp: sync from glibc; always use nl_langinfo
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 05 Feb 2009 19:57:35 +0100 Jim Meyering regex: avoid compilation failure with upcoming gcc-4.4
Fri, 09 Jan 2009 09:00:58 +0100 Paolo Bonzini regex: replace mbrtowc with __mbrtowc.
Mon, 22 Dec 2008 10:59:46 +0100 Paolo Bonzini update regex to use the emulated mb*/wc* functions
Thu, 31 Jul 2008 12:04:14 +0200 Bruno Haible Make determination of BITSET_WORD_MAX work also with old HP-UX cc compilers.
Fri, 11 Apr 2008 10:22:22 -0600 Eric Blake Avoid compile failure on OS/2.
Wed, 06 Jun 2007 18:35:17 +0000 Paul Eggert Work around problem reported by Steven M. Schweda in
Thu, 15 Feb 2007 00:16:55 +0000 Paul Eggert Fix regex code so it doesn't rely on strcasecmp.
Fri, 02 Feb 2007 22:15:43 +0000 Paul Eggert Avoid mempcpy in the regex code, as the string.h mempcpy stuff
Thu, 01 Feb 2007 13:41:12 +0000 Eric Blake * modules/regex (Depends-on): Revert dependence on mempcpy.
Fri, 26 Jan 2007 22:16:55 +0000 Paul Eggert * doc/gnulib-tool.texi (Initial import): Update to match current
Tue, 16 Jan 2007 16:31:23 +0000 Eric Blake * modules/fnmatch (Depends-on): Depend on wchar.
Fri, 22 Dec 2006 00:21:54 +0000 Paul Eggert * MODULES.html.sh: New module wctype.
Mon, 04 Dec 2006 06:41:56 +0000 Paul Eggert * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
Mon, 27 Nov 2006 07:15:26 +0000 Paul Eggert Fix some incompatibilities with gcc -ansi -pedantic.
Mon, 21 Aug 2006 06:11:26 +0000 Paul Eggert Add and change modules to make it easier for coreutils to use
Sat, 29 Jul 2006 00:03:36 +0000 Eric Blake * regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
Thu, 06 Jul 2006 21:51:28 +0000 Paul Eggert * lib/.cppi-disable: Add wcwidth.
Mon, 10 Apr 2006 06:43:33 +0000 Paul Eggert Merge regex changes from libc, removing some of our
Tue, 10 Jan 2006 20:14:43 +0000 Paul Eggert * regex_internal.h (BITSET_WORD_BITS):
Sun, 25 Sep 2005 04:20:16 +0000 Paul Eggert * regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
Sat, 24 Sep 2005 23:01:17 +0000 Paul Eggert (__attribute): Define to nothing for GCC 2.
Fri, 23 Sep 2005 04:15:13 +0000 Paul Eggert Sync from coreutils.
Fri, 16 Sep 2005 00:23:36 +0000 Derek R. Price * regcomp.c, regexec.c, regex_internal.c: Back out previous
Thu, 15 Sep 2005 19:14:23 +0000 Derek R. Price * regex_internal.h: Blank `pure' for GNUC < 3.
Tue, 06 Sep 2005 17:50:47 +0000 Paul Eggert * regex_internal.h (bitset_not): Add parens to avoid gcc -Wall warning.
Tue, 06 Sep 2005 07:36:48 +0000 Paul Eggert Change bitset word type from unsigned int to unsigned long int,
Fri, 02 Sep 2005 22:54:59 +0000 Paul Eggert Check for arithmetic overflow when calculating sizes, to prevent
Thu, 01 Sep 2005 19:41:07 +0000 Paul Eggert Use bool where appropriate.
Wed, 31 Aug 2005 22:51:09 +0000 Paul Eggert On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Wed, 31 Aug 2005 19:38:13 +0000 Paul Eggert * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
Wed, 31 Aug 2005 18:08:34 +0000 Paul Eggert * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
Fri, 26 Aug 2005 21:47:51 +0000 Paul Eggert * config/srclist.text: Add glibc bug 1248.
Fri, 26 Aug 2005 06:08:46 +0000 Paul Eggert Fix typo: __LIBC -> _LIBC.
Fri, 26 Aug 2005 05:58:54 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1245.
Thu, 25 Aug 2005 20:39:57 +0000 Paul Eggert Make regex safe for g++. This fixes one real bug (an "err"
Wed, 24 Aug 2005 23:29:39 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1237.
Sat, 20 Aug 2005 07:42:15 +0000 Paul Eggert * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
Thu, 07 Jul 2005 08:08:39 +0000 Paul Eggert * modules/regex (Files): Add lib/regex_internal.c,