Update
Showing
1 changed file
with
13 additions
and
0 deletions
1 | 2001-08-07 Alain Magloire | 1 | 2001-08-07 Alain Magloire |
2 | 2 | ||
3 | * m4/regex.m4: New file to check for GNU regex. | ||
4 | * lib/regex.c: New file, GNU regex implementation. | ||
5 | * lib/regex.h: New file. | ||
6 | * lib/posix: New directory. | ||
7 | * lib/posix/Makefile.am: New file. | ||
8 | * lib/posix/regex.h: New file. | ||
9 | * lib/Makefile.am: Add SUBDIRS=posix and regex.c dependencies. | ||
10 | |||
11 | * mail/msgset.y: Remove HAVE_REGEX macro and check variable | ||
12 | "noregex" before using regex. | ||
13 | |||
14 | 2001-08-07 Alain Magloire | ||
15 | |||
3 | * mail/msgset.y: Draft implementation of a proposition | 16 | * mail/msgset.y: Draft implementation of a proposition |
4 | to allow regular expressions. | 17 | to allow regular expressions. |
5 | (REGEXP): Passing the address of the pointer instead of the pointer. | 18 | (REGEXP): Passing the address of the pointer instead of the pointer. | ... | ... |
-
Please register or sign in to post a comment