Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. | 2016-05-26 | 1 | -17/+49 | |
| | | | | | | | | | | | | | The new code sees this combination as a continuation of string at offset pmatch[0].rm_so, instead of a new string which starts at that offset. This change fixes a search quirk in vi and is needed for upcoming fixes in ed/sed/vi. This new behaviour is also used in gnu regex. Lots of help from schwarze@ Manpage bits by schwarze@ OK schwarze@ and millert@ | ||||
* | update NAME section to include all documented functions, | 2015-11-10 | 1 | -3/+3 | |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | Use consistent phrasing for bitmask flags. | 2014-01-22 | 1 | -5/+6 | |
| | | | | tweaking and ok millert@ jmc@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | more library history | 2013-07-17 | 1 | -4/+13 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -4/+4 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Be correct in our man pages when talking about NUL termination (that is, | 2005-02-25 | 1 | -3/+3 | |
| | | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | ||||
* | improve Nd; from millert@ | 2004-02-10 | 1 | -2/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-05-30 | 1 | -9/+9 | |
| | |||||
* | - don't use the function enclosure macros. | 2002-10-16 | 1 | -32/+38 | |
| | | | | | - replace `POSIX 1003.2' instances with St -p1003.2. ok mpech@, millert@ | ||||
* | More of the same. | 2000-08-09 | 1 | -2/+5 | |
| | |||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | |
| | |||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 1 | -2/+2 | |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | Do not leave `(' characters dangling at the end of lines; instead, use the | 2000-03-06 | 1 | -3/+3 | |
| | | | | appropriate mdoc macros to handle these cases. | ||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -3/+3 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | trash some old leftover macros and replace them with -mdoc macros | 1999-07-04 | 1 | -3/+3 | |
| | |||||
* | use .Tn instead of .Em for logical/bitwise OR + AND | 1999-06-05 | 1 | -80/+171 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 1 | -3/+3 | |
| | | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | ||||
* | make function names the correct case | 1999-02-27 | 1 | -13/+13 | |
| | |||||
* | use Bx macro for BSD versions | 1998-06-15 | 1 | -2/+4 | |
| | |||||
* | convert to mdoc format | 1997-07-29 | 1 | -206/+235 | |
| | |||||
* | - cast usages of *printf() to void since we don't check return val | 1997-04-28 | 1 | -1/+3 | |
| | | | | | | - move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+540 | |