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