summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* MFC r317707:brooks2017-05-091-0/+4
* MFC r317346:pfg2017-05-076-28/+27
* MFC r315162:pfg2017-04-071-6/+6
* MFC r312332,r312446,r312451:ngie2017-02-041-1/+1
* MFC r302824ache2016-08-171-6/+5
* libc/locale: Fix type breakage in __collate_range_cmp().pfg2016-06-051-3/+3
* libc: regexec(3) adjustment.pfg2016-05-252-24/+50
* libc/regex: fix two buffer underruns.pfg2016-05-211-9/+6
* libc: spelling fixes.pfg2016-04-301-1/+1
* regex: prevent two improbable signed integer overflows.pfg2016-04-231-2/+2
* Add -static to CFLAGS to unbreak the tests by using a libc.a withngie2015-12-131-1/+1
* Fix -Wformat issues and minor whitespace issues in surrounding areasngie2015-12-051-29/+25
* split.ih:ngie2015-12-053-4/+6
* Use `==` instead of `=` in the function comment above split(..) so mkh -pngie2015-12-051-1/+1
* Use ANSI C function prototypes/definitions instead of K&R style onesngie2015-12-051-16/+11
* Add missing headers and sort #includes per style(9)ngie2015-12-051-3/+5
* - Use ANSI C function prototypes/definitions instead of K&R style onesngie2015-12-051-28/+12
* Fix -Wformat warnings by using the correct format qualifiersngie2015-12-051-1/+1
* mdoc: rendering fixesbapt2015-04-262-4/+8
* computematchjumps(): fix allocator sizeof operand mismatch.pfg2015-04-221-2/+2
* Prevent NULL pointer de-reference.pfg2015-02-211-1/+1
* regex(3): Fix uninitialized pointer values.pfg2015-02-202-3/+3
* Disallow pattern spaces which would cause intermediate calculations todelphij2015-02-141-0/+17
* mdoc: remove EOL whitespace.joel2014-12-291-2/+2
* Plug a memory leak.delphij2014-12-191-1/+3
* regex(3): Add support for \< and \> word delimiterspfg2014-06-302-2/+25
* Revert r267675:pfg2014-06-211-6/+6
* regex: Make use of reallocf().pfg2014-06-201-6/+6
* Revert r265367:pfg2014-05-051-1/+1
* regex: Use calloc instead of malloc.pfg2014-05-051-1/+1
* regex: Remove some unreachable breaks.pfg2014-05-012-7/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-2/+2
* Fix assignment of maximum bounadary.delphij2013-03-011-1/+1
* Remove some duplicated copyright notices.theraven2012-03-061-5/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-4/+16
* Converting int to wint_t leads to broekn comparison of raw charkevlo2011-11-111-8/+8
* - Don't handle out-of-memory conditionkevlo2011-11-101-20/+21
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* 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
* Add two test cases from PR 130504.dds2009-09-151-0/+3
* Add two example regexps: (1) one for matching all the characterskeramida2008-09-051-0/+8
* getopt(3) returns -1, not EOF.kevlo2008-02-181-1/+1
* Diff reduction against other *BSDs: ANSIfy functiondelphij2007-06-114-141/+66
* Const'ify and ANSIfy the internal interfaces of regex(3).delphij2007-05-251-109/+100
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* Test cases for back references.delphij2007-03-051-0/+24
* 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-099-36/+0
OpenPOWER on IntegriCloud