log lib/regex_internal.h @ 17419:020c917cba9d

age author description
Sun, 19 May 2013 14:26:05 -0700 Paul Eggert regex: fix dfa race in multithreaded uses
Mon, 25 Feb 2013 22:56:12 -0800 Paul Eggert regex: merge patches from libc
Tue, 01 Jan 2013 16:05:43 -0800 Paul Eggert regex: support Gawk, which never uses alloca
Tue, 01 Jan 2013 07:59:12 -0800 Paul Eggert regex: port __libc_lock_define usage to C89
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 30 Dec 2012 19:25:19 -0800 Paul Eggert regex: remove unnecessary dependency on localcharset.h
Sat, 29 Dec 2012 23:00:48 -0800 Paul Eggert regex: avoid redefining __wctype
Sat, 29 Dec 2012 22:56:31 -0800 Paul Eggert regex: port to hosts where malloc (0) == NULL
Sat, 29 Dec 2012 21:10:29 -0800 Paul Eggert regex: merge glibc changes
Tue, 20 Nov 2012 22:25:10 -0800 Paul Eggert regex: no 'static inline'
Tue, 26 Jun 2012 15:16:07 -0700 Paul Eggert regex: use locale-independent comparison for codeset name
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