Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-08 | (gl_PREREQ_REGEX): Use AC_C_RESTRICT, not gl_C_RESTRICT, since we | Paul Eggert | |
assume recent Autoconf. | |||
2006-07-09 | Update from gnulib. | Paul Eggert | |
2006-07-08 | * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment. | Jim Meyering | |
2006-04-10 | Import latest regex module from gnulib. | Paul Eggert | |
2006-03-25 | (gl_REGEX): Fix a longstanding typo in the | Paul Eggert | |
implementation of Spencer ERE test #75 from grep 2.3. Problem reported by Emanuele Giaquinta. Also, change sense of cached variable, so that the message makes sense. | |||
2006-03-25 | (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP, | Paul Eggert | |
REG_SYNTAX_EMACS, and REG_IGNORE_CASE. Settle for the traditional glibc names. | |||
2006-03-17 | (gl_REGEX): Fix typo in last change: | Jim Meyering | |
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/. | |||
2006-03-17 | (gl_REGEX): Don't check for off_t, since the code | Paul Eggert | |
no longer needs it. Instead, check that regoff_t is as least as wide as ptrdiff_t. Don't define _REGEX_WIDE_OFFSETS unless using the included regex, so that our regex.h stays compatible with the installed regex. This is helpful for installers who configure --without-included-regex. Problem reported by Emanuele Giaquinta. | |||
2005-12-02 | (gl_REGEX): Check whether off_t can be used in a switch | Paul Eggert | |
statement, to work around an HP-UX 10.20 compiler bug reported by Peter O'Gorman. | |||
2005-09-23 | (gl_REGEX): If replacing, define regcomp to rpl_regcomp, | Paul Eggert | |
and similarly for the other external symbols. Problem reported by James Gallager. | |||
2005-09-09 | Import latest regex module from gnulib, to fix some 64-bit bugs. | Paul Eggert | |
2005-07-25 | (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the | Paul Eggert | |
obsolescent AC_TRY_RUN. Include the default includes files, for 'exit'. | |||
2005-07-08 | Switch to Isamu Hasegawa's implementation of regex, which is | Paul Eggert | |
now in gnulib. | |||
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses. | Jim Meyering | |
2003-09-12 | (jm_PREREQ_REGEX): Do not check for limits.h, string.h. | Jim Meyering | |
2003-08-17 | Sync with gnulib. | Jim Meyering | |
2003-08-07 | Merge with gnulib. | Jim Meyering | |
(gl_REGEX): New macro. (jm_INCLUDED_REGEX): Don't assume Latin-1 encoding of source code. | |||
2003-07-23 | Normalize naming of Sun operating systems in comments, e.g., SunOS4 -> SunOS 4, | Jim Meyering | |
Solaris5.9 -> Solaris 9. From Paul Eggert. | |||
2003-02-12 | (jm_PREREQ_REGEX): Require ACX_C_RESTRICT. | Jim Meyering | |
2003-02-02 | (jm_PREREQ_REGEX): New function, from gnulib. | Jim Meyering | |
(jm_INCLUDED_REGEX): Use it. | |||
2003-01-29 | no backticks in C comments | Jim Meyering | |
2003-01-29 | Detect broken re_search in e.g. glibc-2.2.93. | Jim Meyering | |
2003-01-16 | The `regex' struct is both input and output. | Jim Meyering | |
Initialize it before each use. Patch by Tim Waugh. | |||
2001-08-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | |
2001-06-24 | (jm_INCLUDED_REGEX): Use a quadrigraph to represent an | Jim Meyering | |
unmatched right bracket, rather than an extra, falsely-matching quote in a comment. Patch by Akim Demaille. | |||
2001-05-21 | Change a couple backticks to single quotes to avoid shell syntax errors. | Jim Meyering | |
2001-05-16 | Use proper quoting so brackets appear in the test program. | Jim Meyering | |
2001-05-15 | Use proper quoting so brackets appear in the test program. | Jim Meyering | |
2001-02-07 | (jm_INCLUDED_REGEX): Add a test for the latest bug. | Jim Meyering | |
2000-11-04 | Use the `m4_' prefix on `syscmd' and `m4_sysval'. | Jim Meyering | |
2000-07-02 | fix typo in last change | Jim Meyering | |
2000-07-02 | Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵ | Jim Meyering | |
AC_LIBOBJ([function_name]). | |||
2000-03-03 | Make sure re_compile_pattern accepts patterns like `{1'. | Jim Meyering | |
2000-02-08 | (jm_INCLUDED_REGEX): Remove now-unnecessary uses of changequote. | Jim Meyering | |
1999-03-20 | (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. | Jim Meyering | |
Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |||
1999-02-07 | Use AC_SUBST(LIBOBJS) since we set LIBOBJS. | Jim Meyering | |
1999-02-07 | Use .$ac_objext, not .o | Jim Meyering | |
1999-02-07 | Add a run-time Test for proper operation of re_compile_pattern. | Jim Meyering | |
1999-01-10 | By default, don't use the included regex.c on systems | Jim Meyering | |
with glibc 2. Suggestion from Uli Drepper. | |||
1998-07-04 | bump serial number | Jim Meyering | |
1998-07-04 | Use syscmd, ifelse, and sysval. Mainly as an exercise | Jim Meyering | |
to prove that this macro can be used in packages without regex.c. | |||
1998-07-04 | add warning | Jim Meyering | |
1998-07-04 | *** empty log message *** | Jim Meyering | |
1998-07-04 | use $jm_with_regex, now $WITH_REGEX | Jim Meyering | |
1998-07-04 | *** empty log message *** | Jim Meyering | |
1998-07-04 | *** empty log message *** | Jim Meyering | |
1998-07-04 | . | Jim Meyering | |
1997-03-21 | . | Jim Meyering | |
1996-12-21 | copied from automake-1.1l | Jim Meyering | |