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,
|