summaryrefslogtreecommitdiff
path: root/regexp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all trace of hand-tooled regexp routines. Bye bye, baby.Mark Whitley2000-07-101-789/+0
|
* Moved some function decls, a struct, and a #define from regexp.h into here.Mark Whitley2000-06-281-3/+18
| | | | | Also static-ified said functions so they do not have namespace conflicts with the libc regex functions.
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-1/+1
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Minor source modifications to improve readability.Mark Whitley2000-05-011-10/+6
|
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-344/+258
| | | | -Erik
* heheh. Forgot the fix. Here it is:Erik Andersen2000-01-051-2/+5
| | | | | | | * Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed. -Erik
* Latest and greatestEric Andersen1999-12-081-0/+2
|
* StufEric Andersen1999-12-031-1/+1
|
* updates for the dayEric Andersen1999-11-131-1/+1
|
* Latest and greatestEric Andersen1999-11-121-1/+1
| | | | -Erik
* StuffEric Andersen1999-11-091-1/+0
|
* More stuf. sed works.Eric Andersen1999-10-291-14/+26
|
* StuffEric Andersen1999-10-291-0/+22
|
* Added regexp support, fixed Changelog.Eric Andersen1999-10-221-0/+826