summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make CHIN() Boolean-valued and use this to turn an expression with atb2021-01-032-5/+5
* Turn macros into inline functions so that there is no need to document intb2021-01-031-5/+21
* Remove two now-unused functions; a result of the categories removal.millert2021-01-021-39/+2
* More regular error handling with the REQUIRE macro.millert2020-12-311-5/+4
* Remove unused categories in re_guts; they are written to but never read.millert2020-12-312-45/+3
* Strings in struct parse can be const, they are never modified.millert2020-12-311-15/+11
* regcomp.c uses the "start + count < end" idiom to check that there aretb2020-12-301-13/+15
* Constify the strings in regerror.c and make use of the strlcpy()tb2020-12-301-14/+14
* cclasses[] multis field is always an empty string. Remove it and codetb2020-12-303-88/+16
* Constify the strings in cnames[]. No functional change.tb2020-12-302-5/+5
* Fix an off-by-one error in the marking of the O_CH operator followingmillert2020-12-281-2/+2
* Do some easy .data -> .rodata/.data.rel.ro conversionsguenther2020-10-132-10/+10
* Fix typo in last commit.millert2019-02-051-2/+2
* Avoid an out of bounds read when regcomp() is passed a bad expression.millert2019-02-051-1/+5
* Drop a const-bomb on regexec. It's probably not a good idea to remove amartijn2018-07-112-56/+63
* fix oob read; form llvm via Vlad Tsyrklevich; ok millert@otto2017-10-301-3/+3
* Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inliningkrw2016-12-221-6/+3
* Adopt relevant part of NetBSD's r1.7 commit to discard unused results of thekrw2016-12-211-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-212-5/+4
* Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.martijn2016-05-262-20/+62
* KNF with respect to indentation; no code changeschwarze2016-05-251-28/+27
* Fix another one-byte buffer underflow (read access only).schwarze2016-05-251-7/+4
* Fix a one-byte buffer underflow (read access only).schwarze2016-05-171-4/+4
* Remove old cruft.zhuk2016-05-041-95/+0
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-3/+1
* Remove NULL-checks before free() and needless argument casts.mmcc2015-12-281-5/+3
* Remove NULL-checks before free() and unnecessary argument casts.mmcc2015-12-281-8/+5
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-282-6/+4
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* delete old lint ARGSUSED commentsguenther2015-11-012-5/+2
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-3/+3
* Wrap <langinfo.h> and <regexp.h> so internal calls go direct andguenther2015-09-141-1/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-6/+6
* put back some information what the character classes actually mean;schwarze2014-12-091-2/+5
* no more ctype(3);jmc2014-12-091-7/+4
* reallocarray() -- a little tricky to reviewderaadt2014-10-181-3/+3
* Userland reallocarray() audit.doug2014-10-111-2/+3
* use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usderaadt2014-10-091-5/+5
* zap trailing whitespace;jmc2014-09-101-3/+3
* document \<word\> as being non standardjsg2014-09-101-2/+8
* add \<word\> support to regcomp. prompted by renewed interest from jsgtedu2014-09-081-2/+28
* reallocarray for things which are arrays. ok deraadttedu2014-05-061-8/+8
* Use consistent phrasing for bitmask flags.guenther2014-01-221-5/+6
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* The print() routine here can be passed at least some of the non-charactersguenther2013-11-281-6/+17
* unsigned char cast for ctype; ok guentherderaadt2013-11-261-2/+2
* more library historyschwarze2013-07-171-4/+13
* [[:>:]] anchors the character preceding it to end of word, not thejmc2013-06-051-3/+3
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
* silence some warnings by adding prototypes, casts, and headers astedu2013-04-175-11/+14