log lib/regex.c @ 11639:b2e769838448

age author description
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 10 Apr 2006 06:43:33 +0000 Paul Eggert Merge regex changes from libc, removing some of our
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Fri, 26 Aug 2005 05:58:54 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1245.
Wed, 24 Aug 2005 23:43:00 +0000 Paul Eggert * srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.
Thu, 07 Jul 2005 08:08:39 +0000 Paul Eggert * modules/regex (Files): Add lib/regex_internal.c,
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Tue, 26 Apr 2005 12:20:22 +0000 Bruno Haible Workaround. From Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
Tue, 15 Mar 2005 12:04:08 +0000 Bruno Haible Cast the malloc/realloc results. Needed when CC=g++.
Tue, 15 Mar 2005 12:01:41 +0000 Bruno Haible Avoid goto-ing inside the scope of a local variable. Needed when CC=g++.
Tue, 15 Mar 2005 12:00:04 +0000 Bruno Haible Rename local variable 'not'. Needed when CC=g++.
Mon, 04 Oct 2004 21:00:42 +0000 Paul Eggert * regex.c (re_comp): Cast gettext return value to char *,
Mon, 04 Oct 2004 20:30:46 +0000 Simon Josefsson error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
Mon, 04 Oct 2004 20:17:39 +0000 Paul Eggert Remove dependencies on unlocked-io.
Mon, 17 May 2004 05:41:42 +0000 Paul Eggert alloca cleanup: always include <alloca.h>.
Wed, 10 Sep 2003 06:18:22 +0000 Paul Eggert Remove K&R cruft.
Mon, 25 Nov 2002 00:17:33 +0000 Karl Berry change license to gpl.
Tue, 05 Nov 2002 21:45:29 +0000 Bruno Haible Include gettext.h instead of <libintl.h> with #ifdefs.
Sat, 08 Dec 2001 06:57:58 +0000 Jim Meyering tweak to align with libc
Sun, 02 Dec 2001 17:46:54 +0000 Jim Meyering [!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
Tue, 27 Nov 2001 21:34:15 +0000 Jim Meyering Merge with version from libc.
Sat, 17 Nov 2001 13:29:42 +0000 Jim Meyering Include unlocked-io.h.
Mon, 22 Oct 2001 06:56:31 +0000 Jim Meyering (uintptr_t): Remove macro and decl; it's config.h's job.
Sun, 21 Oct 2001 13:39:12 +0000 Jim Meyering (_): Honor the setting of ENABLE_NLS. Otherwise,
Sat, 01 Sep 2001 07:39:56 +0000 Jim Meyering (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
Sun, 12 Aug 2001 12:49:11 +0000 Jim Meyering update from libc
Sun, 15 Jul 2001 14:39:46 +0000 Jim Meyering Update from glibc.
Mon, 11 Jun 2001 02:48:14 +0000 Jim Meyering Update from GNU libc.
Mon, 02 Apr 2001 08:31:28 +0000 Jim Meyering Update from GNU libc.
Sat, 17 Feb 2001 07:14:31 +0000 Jim Meyering Update from libc.
Thu, 08 Feb 2001 06:49:29 +0000 Jim Meyering update from libc
Wed, 07 Feb 2001 11:47:24 +0000 Jim Meyering Update from libc.
Sat, 28 Oct 2000 07:15:32 +0000 Jim Meyering Update from libc.
Sat, 16 Sep 2000 16:46:50 +0000 Jim Meyering Update from libc.
Sat, 09 Sep 2000 15:56:26 +0000 Jim Meyering Rename ISASCII to IN_CTYPE_DOMAIN.
Thu, 03 Aug 2000 23:10:05 +0000 Jim Meyering (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
Thu, 04 May 2000 06:41:26 +0000 Jim Meyering Update from glibc.
Mon, 10 May 1999 04:24:49 +0000 Jim Meyering Update from libc.
Wed, 13 Jan 1999 05:36:45 +0000 Jim Meyering new version from glibc
Tue, 11 Aug 1998 01:52:38 +0000 Jim Meyering add comment from glibc version
Fri, 07 Aug 1998 12:54:51 +0000 Jim Meyering update from glibc
Sun, 05 Apr 1998 18:24:18 +0000 Jim Meyering (WIDE_CHAR_SUPPORT): Define.
Sat, 04 Apr 1998 21:37:50 +0000 Jim Meyering *** empty log message ***
Fri, 27 Mar 1998 22:29:05 +0000 Jim Meyering remove dcl of unused local, num_regs
Mon, 23 Mar 1998 07:24:54 +0000 Jim Meyering update from libc/copies
Sat, 06 Dec 1997 08:27:25 +0000 Jim Meyering (re_compile_fastmap): Remove dcl of unused num_regs.
Sat, 26 Jul 1997 02:55:14 +0000 Jim Meyering replace with new version from libc
Thu, 19 Sep 1996 12:47:49 +0000 Jim Meyering Merge with FSF version.
Mon, 15 Jul 1996 02:41:49 +0000 Jim Meyering update FSF address in copyright and remove any trailing blanks
Sun, 12 May 1996 02:57:30 +0000 Jim Meyering Sat May 11 13:30:53 1996 enami tsugutomo <enami@ba2.so-net.or.jp>
Sun, 05 May 1996 01:51:26 +0000 Jim Meyering [IN_CTYPE_DOMAIN]: Rename from ISASCII.
Fri, 15 Dec 1995 15:34:07 +0000 Jim Meyering Apply the usual REL_ALLOC patch.
Fri, 15 Dec 1995 15:33:36 +0000 Jim Meyering new, from FSF
Fri, 15 Dec 1995 15:31:09 +0000 Jim Meyering Remove trailing white space.
Mon, 06 Nov 1995 17:06:24 +0000 Jim Meyering From FSF.
Thu, 19 Oct 1995 14:21:35 +0000 Jim Meyering New version from FSF.
Wed, 18 Oct 1995 14:31:14 +0000 Jim Meyering Merge latest change from FSF.
Sat, 23 Sep 1995 20:55:02 +0000 Jim Meyering [REL_ALLOC]: #ifdef-out dcls of unused variables.
Sat, 23 Sep 1995 20:28:39 +0000 Jim Meyering Merge in changes for ConvexOS 11.0.
Sat, 23 Sep 1995 20:28:10 +0000 Jim Meyering New version from FSF.