fix license quoting in files.yaml
[gnulib.git] / m4 / regex.m4
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-12-04 Pádraig Bradyregex: suppress core dumps from detection code
2013-12-03 Eric Blakeregex: avoid glibc deadlock during configure
2013-10-21 Jim Meyeringregex: don't depend on wcscoll
2013-08-07 Jim Meyeringregex: port to non-glibc/lock-using systems
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-04-11 Dmitry V. Levinregex-tests, regex: allow glibc re_search behavior
2013-03-11 Eric Blakeregex: port to mingw's recent addition of undeclared...
2013-02-03 Paul Eggertregex-tests, regex: fix bug: memset undeclared
2013-02-01 Paul Eggertregex: fix off-by-one error in configure test
2013-01-31 Eric Blakeregex: avoid infinite configure test
2013-01-30 Paul Eggertregex: test for buffer overrun
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-12-30 Paul Eggertregex: port to hosts where malloc (0) == NULL
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-03-10 Paul Eggertregex: allow inclusion of <regex.h> before <limits.h>
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-09-14 Bruno HaibleProperly quote AC_CHECK_DECLS' 4th argument.
2011-09-08 Ian BeckwithMerge branch 'stable'
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-06-15 Bruno Haibleregex: Move AC_LIBOBJ invocations to module description.
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-12-16 Ian BeckwithMerge branch 'stable'
2010-12-16 Ian BeckwithMerge branch 'upstream' into stable
2010-12-06 Bruno HaiblePut more information about failed tests into the test...
2010-10-23 Ian BeckwithMerge branch 'stable'
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-09-13 Paolo Bonziniregex: Pass the system regex if its only problem is...
2010-04-19 Ian BeckwithMerge branch 'stable'
2010-04-18 Ian BeckwithMerge branch 'upstream' into stable
2010-03-20 Jim Meyeringregex.m4: correct the reversed range endpoint ([b-a...
2010-03-08 Ian BeckwithMerge branch 'stable'
2010-03-08 Ian BeckwithMerge commit 'snapshot-start' into stable
2010-02-03 Jim Meyeringensure that the regexp [b-a] is diagnosed as invalid
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-31 Bruno HaibleUse AC_C_INLINE where necessary.
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-03-18 Reuben ThomasUpdate and improve help for --without-included-regex.
2009-01-14 Jim Meyeringmany *.m4 files: improve m4 quoting
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-04-14 Bruno HaibleFix underquoting of AC_LANG_PROGRAM arguments.
2008-04-13 Bruno HaibleCheck for libintl.h. Needed for HAVE_LIBINTL_H.
2008-04-09 Eric BlakeAvoid some autoconf warnings.
2008-03-23 Bruno HaibleFix regex compilation error on HP-UX 11.
2007-09-12 Eric BlakeTrack CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2007-06-12 Paul Eggert* m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum...
2007-06-06 Paul EggertWork around problem reported by Steven M. Schweda in
2007-02-24 Jim Meyering* m4/regex.m4: Update the description of the configure...
2007-02-15 Paul EggertFix regex code so it doesn't rely on strcasecmp.
2007-02-06 Paul Eggert* m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2007-02-02 Paul EggertAvoid mempcpy in the regex code, as the string.h mempcp...
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-09-21 Paul Eggert* lib/regex_internal.c (re_string_reconstruct): Handle
2006-08-21 Paul EggertAvoid the need for AC_LIBSOURCES in m4 macros.
2006-08-09 Paul EggertSync from coreutils.
2006-07-09 Paul EggertCommentary sync from coreutils.
2006-07-06 Paul Eggert* lib/.cppi-disable: Add wcwidth.
2006-04-10 Paul EggertMerge regex changes from libc, removing some of our
2006-03-25 Paul Eggert* regex.m4 (gl_REGEX): Fix a longstanding typo in the
2006-03-25 Paul Eggert* regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX...
2006-03-17 Jim Meyering(gl_REGEX): Fix typo in last change:
2006-03-17 Paul Eggert* lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
2005-12-02 Paul Eggert* regex.m4 (gl_REGEX): Check whether off_t can be used...
2005-09-23 Paul Eggert(gl_REGEX): If replacing, define regcomp to rpl_regcomp,
2005-08-31 Paul EggertOn 64-bit hosts (where size_t is 64 bits and int is...
2005-08-25 Paul Eggert* m4/regex.m4: Add AC_PREREQ(2.50).
2005-08-24 Paul Eggert* config/srclist.txt: Add glibc bug 1237.
2005-08-23 Paul Eggert* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
2005-08-21 Paul Eggert* m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
2005-07-25 Paul Eggert* regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead...
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,
2005-01-23 Paul EggertUse an all-permissive copyright notice, recommended...
2004-04-18 Jim MeyeringChange jm_ to gl_ in AC_DEFINE'd names. Update all...
2003-09-10 Paul EggertRemove K&R cruft.
2003-08-09 Paul Eggert(jm_INCLUDED_REGEX): Change "\201" to "\371"; apparentl...
2003-08-07 Paul EggertAdd 'restrict' module.
2003-08-06 Paul EggertWhoops; it was \201, not \371.
2003-08-06 Paul Eggert(jm_INCLUDED_REGEX): Don't use Latin-1 in C source...
2003-07-23 Bruno HaibleBump serial number, for last change.
2003-07-22 Paul EggertCorrect SunOS and Solaris version number notation to...
2003-02-02 Jim Meyering(jm_INCLUDED_REGEX): Detect broken re_search in e.g...
2003-01-16 Jim MeyeringThe `regex' struct is both input and output.
2002-12-31 Bruno HaibleAn independent .m4 file for each module.
next