| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix underquoting of AC_LANG_PROGRAM arguments. | Bruno Haible | 2008-04-15 | 1 | -3/+3 |
* | Check for libintl.h. Needed for HAVE_LIBINTL_H. | Bruno Haible | 2008-04-13 | 1 | -1/+2 |
* | Avoid some autoconf warnings. | Eric Blake | 2008-04-09 | 1 | -2/+2 |
* | Fix regex compilation error on HP-UX 11. | Bruno Haible | 2008-03-23 | 1 | -2/+3 |
* | Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS. | Eric Blake | 2007-09-12 | 1 | -2/+2 |
* | * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by | Paul Eggert | 2007-06-12 | 1 | -1/+12 |
* | Work around problem reported by Steven M. Schweda in | Paul Eggert | 2007-06-06 | 1 | -1/+1 |
* | * m4/regex.m4: Update the description of the configure-time option, | Jim Meyering | 2007-02-24 | 1 | -3/+6 |
* | Fix regex code so it doesn't rely on strcasecmp. | Paul Eggert | 2007-02-15 | 1 | -2/+1 |
* | * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957. | Paul Eggert | 2007-02-06 | 1 | -23/+34 |
* | Avoid mempcpy in the regex code, as the string.h mempcpy stuff | Paul Eggert | 2007-02-02 | 1 | -2/+2 |
* | * modules/fnmatch (Depends-on): Depend on wchar. | Eric Blake | 2007-01-16 | 1 | -3/+2 |
* | * MODULES.html.sh: New module wctype. | Paul Eggert | 2006-12-22 | 1 | -1/+1 |
* | * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too. | Paul Eggert | 2006-12-04 | 1 | -2/+2 |
* | * lib/regex_internal.c (re_string_reconstruct): Handle | Paul Eggert | 2006-09-21 | 1 | -2/+34 |
* | Avoid the need for AC_LIBSOURCES in m4 macros. | Paul Eggert | 2006-08-21 | 1 | -5/+1 |
* | Sync from coreutils. | Paul Eggert | 2006-08-09 | 1 | -2/+2 |
* | Commentary sync from coreutils. | Paul Eggert | 2006-07-09 | 1 | -2/+2 |
* | * lib/.cppi-disable: Add wcwidth. | Paul Eggert | 2006-07-06 | 1 | -1/+2 |
* | Merge regex changes from libc, removing some of our | Paul Eggert | 2006-04-10 | 1 | -1/+7 |
* | * regex.m4 (gl_REGEX): Fix a longstanding typo in the | Paul Eggert | 2006-03-25 | 1 | -11/+15 |
* | * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP, | Paul Eggert | 2006-03-25 | 1 | -8/+4 |
* | (gl_REGEX): Fix typo in last change: | Jim Meyering | 2006-03-17 | 1 | -2/+2 |
* | * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]: | Paul Eggert | 2006-03-17 | 1 | -32/+9 |
* | * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch | Paul Eggert | 2005-12-02 | 1 | -3/+24 |
* | (gl_REGEX): If replacing, define regcomp to rpl_regcomp, | Paul Eggert | 2005-09-23 | 1 | -1/+31 |
* | On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the | Paul Eggert | 2005-08-31 | 1 | -1/+12 |
* | * m4/regex.m4: Add AC_PREREQ(2.50). | Paul Eggert | 2005-08-25 | 1 | -30/+32 |
* | * config/srclist.txt: Add glibc bug 1237. | Paul Eggert | 2005-08-24 | 1 | -4/+8 |
* | * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used. | Paul Eggert | 2005-08-23 | 1 | -109/+95 |
* | * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE. | Paul Eggert | 2005-08-21 | 1 | -1/+2 |
* | * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the | Paul Eggert | 2005-07-25 | 1 | -66/+60 |
* | * modules/regex (Files): Add lib/regex_internal.c, | Paul Eggert | 2005-07-07 | 1 | -38/+50 |
* | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | 2005-01-23 | 1 | -1/+8 |
* | Change jm_ to gl_ in AC_DEFINE'd names. Update all uses. | Jim Meyering | 2004-04-18 | 1 | -6/+6 |
* | Remove K&R cruft. | Paul Eggert | 2003-09-10 | 1 | -2/+2 |
* | (jm_INCLUDED_REGEX): Change "\201" to "\371"; apparently Emacs's | Paul Eggert | 2003-08-09 | 1 | -2/+2 |
* | Add 'restrict' module. | Paul Eggert | 2003-08-07 | 1 | -1/+2 |
* | Whoops; it was \201, not \371. | Paul Eggert | 2003-08-06 | 1 | -1/+1 |
* | (jm_INCLUDED_REGEX): Don't use Latin-1 in C source code; use \371 | Paul Eggert | 2003-08-06 | 1 | -2/+2 |
* | Bump serial number, for last change. | Bruno Haible | 2003-07-23 | 1 | -1/+1 |
* | Correct SunOS and Solaris version number notation to match Sun's usage. | Paul Eggert | 2003-07-22 | 1 | -1/+1 |
* | (jm_INCLUDED_REGEX): Detect broken re_search in e.g. glibc-2.2.93. | Jim Meyering | 2003-02-02 | 1 | -1/+11 |
* | The `regex' struct is both input and output. | Jim Meyering | 2003-01-16 | 1 | -1/+5 |
* | An independent .m4 file for each module. | Bruno Haible | 2002-12-31 | 1 | -1/+24 |
* | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | 2001-08-12 | 1 | -2/+2 |
* | (jm_INCLUDED_REGEX): Use a quadrigraph to represent an | Jim Meyering | 2001-06-24 | 1 | -5/+2 |
* | Change a couple backticks to single quotes to avoid shell syntax errors. | Jim Meyering | 2001-05-21 | 1 | -2/+2 |
* | Use proper quoting so brackets appear in the test program. | Jim Meyering | 2001-05-16 | 1 | -2/+3 |
* | Use proper quoting so brackets appear in the test program. | Jim Meyering | 2001-05-15 | 1 | -2/+2 |