summaryrefslogtreecommitdiff
path: root/lib/libc/regex/engine.c
Commit message (Expand)AuthorAgeFilesLines
* MFC fixes to regexp(3) from OpenBSD, this includes:Xin LI2007-03-151-14/+18
* Plug memory leak.Diomidis Spinellis2004-12-301-0/+4
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidTim J. Robbins2004-11-211-4/+4
* Make regular expression matching aware of multibyte characters. The generalTim J. Robbins2004-07-121-40/+92
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-3/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Remove __P() usage.David E. O'Brien2002-03-211-9/+9
* Remove 'register' keyword.David E. O'Brien2002-03-211-78/+78
* Since g->moffset points to the _maximum_ offset at which the mustDaniel C. Sobral2000-07-091-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. WeDaniel C. Sobral2000-07-071-18/+12
* Enhance the optimization provided by pre-matching. Fix style bugs withDaniel C. Sobral2000-07-021-7/+12
* Add Boyler-Moore algorithm to pre-matching test.Daniel C. Sobral2000-06-291-6/+54
* Use locale for character classes instead of hardcoded valuesAndrey A. Chernov1996-08-111-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2
* More cleanup.Poul-Henning Kamp1995-10-221-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+1091