summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c
Commit message (Expand)AuthorAgeFilesLines
* libc: regexec(3) adjustment.pfg2016-05-251-2/+2
* libc/regex: fix two buffer underruns.pfg2016-05-211-9/+6
* regex: prevent two improbable signed integer overflows.pfg2016-04-231-2/+2
* Prevent NULL pointer de-reference.pfg2015-02-211-1/+1
* regex(3): Fix uninitialized pointer values.pfg2015-02-201-1/+1
* regex: Remove some unreachable breaks.pfg2014-05-011-6/+1
* Fix an off-by-one error in the marking of the O_CH operatordds2009-09-161-1/+1
* Add a couple of debugging statements.dds2009-09-161-0/+3
* Const'ify and ANSIfy the internal interfaces of regex(3).delphij2007-05-251-109/+100
* Only stop evaluation of a back reference if the match length isdelphij2007-03-051-15/+17
* Avoid infinite recursion on:delphij2007-03-051-0/+2
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix a boundary condition error in slow() and fast() in multibyte locales:tjr2005-08-171-6/+7
* Plug memory leak.dds2004-12-301-0/+4
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidtjr2004-11-211-4/+4
* Make regular expression matching aware of multibyte characters. The generaltjr2004-07-121-40/+92
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-3/+3
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* Remove __P() usage.obrien2002-03-211-9/+9
* Remove 'register' keyword.obrien2002-03-211-78/+78
* Since g->moffset points to the _maximum_ offset at which the mustdcs2000-07-091-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. Wedcs2000-07-071-18/+12
* Enhance the optimization provided by pre-matching. Fix style bugs withdcs2000-07-021-7/+12
* Add Boyler-Moore algorithm to pre-matching test.dcs2000-06-291-6/+54
* Use locale for character classes instead of hardcoded valuesache1996-08-111-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
* More cleanup.phk1995-10-221-0/+1
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1091
OpenPOWER on IntegriCloud