summaryrefslogtreecommitdiff
path: root/m4/regex.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-1/+2
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-1/+7
* * regex.m4 (gl_REGEX): Fix a longstanding typo in thePaul Eggert2006-03-251-11/+15
* * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,Paul Eggert2006-03-251-8/+4
* (gl_REGEX): Fix typo in last change:Jim Meyering2006-03-171-2/+2
* * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:Paul Eggert2006-03-171-32/+9
* * regex.m4 (gl_REGEX): Check whether off_t can be used in a switchPaul Eggert2005-12-021-3/+24
* (gl_REGEX): If replacing, define regcomp to rpl_regcomp,Paul Eggert2005-09-231-1/+31
* On 64-bit hosts (where size_t is 64 bits and int is 32 bits), thePaul Eggert2005-08-311-1/+12
* * m4/regex.m4: Add AC_PREREQ(2.50).Paul Eggert2005-08-251-30/+32
* * config/srclist.txt: Add glibc bug 1237.Paul Eggert2005-08-241-4/+8
* * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.Paul Eggert2005-08-231-109/+95
* * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.Paul Eggert2005-08-211-1/+2
* * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of thePaul Eggert2005-07-251-66/+60
* * modules/regex (Files): Add lib/regex_internal.c,Paul Eggert2005-07-071-38/+50
* Use an all-permissive copyright notice, recommended by RMS.Paul Eggert2005-01-231-1/+8
* Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.Jim Meyering2004-04-181-6/+6
* Remove K&R cruft.Paul Eggert2003-09-101-2/+2
* (jm_INCLUDED_REGEX): Change "\201" to "\371"; apparently Emacs'sPaul Eggert2003-08-091-2/+2
* Add 'restrict' module.Paul Eggert2003-08-071-1/+2
* Whoops; it was \201, not \371.Paul Eggert2003-08-061-1/+1
* (jm_INCLUDED_REGEX): Don't use Latin-1 in C source code; use \371Paul Eggert2003-08-061-2/+2
* Bump serial number, for last change.Bruno Haible2003-07-231-1/+1
* Correct SunOS and Solaris version number notation to match Sun's usage.Paul Eggert2003-07-221-1/+1