| Commit message (Expand) | Author | Age | Files | Lines |
* | Make CHIN() Boolean-valued and use this to turn an expression with a |  tb | 2021-01-03 | 2 | -5/+5 |
* | Turn macros into inline functions so that there is no need to document in |  tb | 2021-01-03 | 1 | -5/+21 |
* | Remove two now-unused functions; a result of the categories removal. |  millert | 2021-01-02 | 1 | -39/+2 |
* | More regular error handling with the REQUIRE macro. |  millert | 2020-12-31 | 1 | -5/+4 |
* | Remove unused categories in re_guts; they are written to but never read. |  millert | 2020-12-31 | 2 | -45/+3 |
* | Strings in struct parse can be const, they are never modified. |  millert | 2020-12-31 | 1 | -15/+11 |
* | regcomp.c uses the "start + count < end" idiom to check that there are |  tb | 2020-12-30 | 1 | -13/+15 |
* | Constify the strings in regerror.c and make use of the strlcpy() |  tb | 2020-12-30 | 1 | -14/+14 |
* | cclasses[] multis field is always an empty string. Remove it and code |  tb | 2020-12-30 | 3 | -88/+16 |
* | Constify the strings in cnames[]. No functional change. |  tb | 2020-12-30 | 2 | -5/+5 |
* | Fix an off-by-one error in the marking of the O_CH operator following |  millert | 2020-12-28 | 1 | -2/+2 |
* | Do some easy .data -> .rodata/.data.rel.ro conversions |  guenther | 2020-10-13 | 2 | -10/+10 |
* | Fix typo in last commit. |  millert | 2019-02-05 | 1 | -2/+2 |
* | Avoid an out of bounds read when regcomp() is passed a bad expression. |  millert | 2019-02-05 | 1 | -1/+5 |
* | Drop a const-bomb on regexec. It's probably not a good idea to remove a |  martijn | 2018-07-11 | 2 | -56/+63 |
* | fix oob read; form llvm via Vlad Tsyrklevich; ok millert@ |  otto | 2017-10-30 | 1 | -3/+3 |
* | Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inlining |  krw | 2016-12-22 | 1 | -6/+3 |
* | Adopt relevant part of NetBSD's r1.7 commit to discard unused results of the |  krw | 2016-12-21 | 1 | -2/+2 |
* | Delete casts to off_t and size_t that are implied by assignments |  guenther | 2016-09-21 | 2 | -5/+4 |
* | Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. |  martijn | 2016-05-26 | 2 | -20/+62 |
* | KNF with respect to indentation; no code change |  schwarze | 2016-05-25 | 1 | -28/+27 |
* | Fix another one-byte buffer underflow (read access only). |  schwarze | 2016-05-25 | 1 | -7/+4 |
* | Fix a one-byte buffer underflow (read access only). |  schwarze | 2016-05-17 | 1 | -4/+4 |
* | Remove old cruft. |  zhuk | 2016-05-04 | 1 | -95/+0 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -3/+1 |
* | Remove NULL-checks before free() and needless argument casts. |  mmcc | 2015-12-28 | 1 | -5/+3 |
* | Remove NULL-checks before free() and unnecessary argument casts. |  mmcc | 2015-12-28 | 1 | -8/+5 |
* | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 2015-12-28 | 2 | -6/+4 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
* | delete old lint ARGSUSED comments |  guenther | 2015-11-01 | 2 | -5/+2 |
* | Avoid .Ns right after .Pf, it's pointless. |  schwarze | 2015-09-14 | 1 | -3/+3 |
* | Wrap <langinfo.h> and <regexp.h> so internal calls go direct and |  guenther | 2015-09-14 | 1 | -1/+2 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 1 | -6/+6 |
* | put back some information what the character classes actually mean; |  schwarze | 2014-12-09 | 1 | -2/+5 |
* | no more ctype(3); |  jmc | 2014-12-09 | 1 | -7/+4 |
* | reallocarray() -- a little tricky to review |  deraadt | 2014-10-18 | 1 | -3/+3 |
* | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -2/+3 |
* | use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us |  deraadt | 2014-10-09 | 1 | -5/+5 |
* | zap trailing whitespace; |  jmc | 2014-09-10 | 1 | -3/+3 |
* | document \<word\> as being non standard |  jsg | 2014-09-10 | 1 | -2/+8 |
* | add \<word\> support to regcomp. prompted by renewed interest from jsg |  tedu | 2014-09-08 | 1 | -2/+28 |
* | reallocarray for things which are arrays. ok deraadt |  tedu | 2014-05-06 | 1 | -8/+8 |
* | Use consistent phrasing for bitmask flags. |  guenther | 2014-01-22 | 1 | -5/+6 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+3 |
* | The print() routine here can be passed at least some of the non-characters |  guenther | 2013-11-28 | 1 | -6/+17 |
* | unsigned char cast for ctype; ok guenther |  deraadt | 2013-11-26 | 1 | -2/+2 |
* | more library history |  schwarze | 2013-07-17 | 1 | -4/+13 |
* | [[:>:]] anchors the character preceding it to end of word, not the |  jmc | 2013-06-05 | 1 | -3/+3 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -4/+4 |
* | silence some warnings by adding prototypes, casts, and headers as |  tedu | 2013-04-17 | 5 | -11/+14 |