summaryrefslogtreecommitdiff
path: root/m4/regex.m4
Commit message (Expand)AuthorAgeFilesLines
* misc: port better to gcc -fsanitize=addressPaul Eggert2016-02-061-1/+3
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* regex: suppress core dumps from detection codePádraig Brady2013-12-041-3/+11
* regex: avoid glibc deadlock during configureEric Blake2013-12-031-2/+12
* regex: don't depend on wcscollJim Meyering2013-10-211-1/+1
* regex: port to non-glibc/lock-using systemsJim Meyering2013-08-061-0/+1
* regex-tests, regex: allow glibc re_search behaviorDmitry V. Levin2013-04-111-6/+17
* regex: port to mingw's recent addition of undeclared alarmEric Blake2013-03-111-4/+4
* regex-tests, regex: fix bug: memset undeclaredPaul Eggert2013-02-031-9/+10
* regex: fix off-by-one error in configure testPaul Eggert2013-01-311-1/+1
* regex: avoid infinite configure testEric Blake2013-01-311-1/+11
* regex: test for buffer overrunPaul Eggert2013-01-291-19/+42
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* regex: port to hosts where malloc (0) == NULLPaul Eggert2012-12-301-0/+1
* regex: allow inclusion of <regex.h> before <limits.h>Paul Eggert2012-03-101-1/+4
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Properly quote AC_CHECK_DECLS' 4th argument.Bruno Haible2011-09-151-2/+2
* regex: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-3/+1
* assume <ctype.h>, ..., <time.h> existPaul Eggert2011-01-191-31/+25
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* Put more information about failed tests into the test return codes.Bruno Haible2010-12-061-31/+28
* regex: Pass the system regex if its only problem is 32-bit regoff_t.Paolo Bonzini2010-09-131-3/+8
* regex.m4: correct the reversed range endpoint ([b-a]) testJim Meyering2010-03-201-3/+4
* ensure that the regexp [b-a] is diagnosed as invalidJim Meyering2010-02-031-0/+7
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* Use AC_C_INLINE where necessary.Bruno Haible2009-12-311-1/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-130/+130
* Update and improve help for --without-included-regex.Reuben Thomas2009-03-171-7/+4
* many *.m4 files: improve m4 quotingJim Meyering2009-01-141-3/+3
* update regex to use the emulated mb*/wc* functionsPaolo Bonzini2008-12-221-1/+1
* Fix underquoting of AC_LANG_PROGRAM arguments.Bruno Haible2008-04-151-3/+3
* Check for libintl.h. Needed for HAVE_LIBINTL_H.Bruno Haible2008-04-131-1/+2
* Avoid some autoconf warnings.Eric Blake2008-04-091-2/+2
* Fix regex compilation error on HP-UX 11.Bruno Haible2008-03-231-2/+3
* Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.Eric Blake2007-09-121-2/+2
* * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported byPaul Eggert2007-06-121-1/+12
* Work around problem reported by Steven M. Schweda inPaul Eggert2007-06-061-1/+1
* * m4/regex.m4: Update the description of the configure-time option,Jim Meyering2007-02-241-3/+6
* Fix regex code so it doesn't rely on strcasecmp.Paul Eggert2007-02-151-2/+1
* * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.Paul Eggert2007-02-061-23/+34
* Avoid mempcpy in the regex code, as the string.h mempcpy stuffPaul Eggert2007-02-021-2/+2
* * modules/fnmatch (Depends-on): Depend on wchar.Eric Blake2007-01-161-3/+2
* * MODULES.html.sh: New module wctype.Paul Eggert2006-12-221-1/+1
* * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.Paul Eggert2006-12-041-2/+2
* * lib/regex_internal.c (re_string_reconstruct): HandlePaul Eggert2006-09-211-2/+34
* Avoid the need for AC_LIBSOURCES in m4 macros.Paul Eggert2006-08-211-5/+1
* Sync from coreutils.Paul Eggert2006-08-091-2/+2
* Commentary sync from coreutils.Paul Eggert2006-07-091-2/+2