summaryrefslogtreecommitdiff
path: root/m4/regex.m4
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (jm_INCLUDED_REGEX): Detect broken re_search in e.g. glibc-2.2.93.Jim Meyering2003-02-021-1/+11
* The `regex' struct is both input and output.Jim Meyering2003-01-161-1/+5
* An independent .m4 file for each module.Bruno Haible2002-12-311-1/+24
* Quote the first argument in each use of AC_DEFUN.Jim Meyering2001-08-121-2/+2
* (jm_INCLUDED_REGEX): Use a quadrigraph to represent anJim Meyering2001-06-241-5/+2
* Change a couple backticks to single quotes to avoid shell syntax errors.Jim Meyering2001-05-211-2/+2
* Use proper quoting so brackets appear in the test program.Jim Meyering2001-05-161-2/+3
* Use proper quoting so brackets appear in the test program.Jim Meyering2001-05-151-2/+2
* (jm_INCLUDED_REGEX): Add a test for the latest bug.Jim Meyering2001-02-071-2/+16
* Use the `m4_' prefix on `syscmd' and `m4_sysval'.Jim Meyering2000-11-041-3/+2
* fix typo in last changeJim Meyering2000-07-021-1/+1
* Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_na...Jim Meyering2000-07-021-3/+2
* Make sure re_compile_pattern accepts patterns like `{1'.Jim Meyering2000-03-031-4/+10
* (jm_INCLUDED_REGEX): Remove now-unnecessary uses of changequote.Jim Meyering2000-02-081-7/+3
* (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.Jim Meyering1999-03-201-38/+35