| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze | 2015-03-15 | 1 | -1/+2 |
* | Remove the first comma from constructs like ", and," and ", or,": | Ingo Schwarze | 2015-03-13 | 1 | -1/+1 |
* | release 1.13.3VERSION.1.13.3 | Ingo Schwarze | 2015-03-13 | 2 | -2/+117 |
* | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze | 2015-03-13 | 1 | -0/+1 |
* | When manpath(1) is available, enable HAVE_MANPATH even when building | Ingo Schwarze | 2015-03-11 | 1 | -3/+1 |
* | When interpreting the -O argument as a macro name fails, | Ingo Schwarze | 2015-03-11 | 2 | -2/+8 |
* | Fix previous: size_t is often narrower than off_t. | Ingo Schwarze | 2015-03-11 | 1 | -1/+1 |
* | The st_size member of struct stat is off_t, which is signed, | Ingo Schwarze | 2015-03-10 | 1 | -1/+1 |
* | We can keep track of the pager PID without additional complexity. | Ingo Schwarze | 2015-03-10 | 1 | -26/+22 |
* | Fix a regression caused in rev. 1.212, reported by kristaps@: | Ingo Schwarze | 2015-03-10 | 1 | -3/+21 |
* | update for 1.13.3 | Ingo Schwarze | 2015-03-09 | 1 | -90/+25 |
* | use \(dq rather than \*q; patch from bentley@ | Ingo Schwarze | 2015-03-09 | 1 | -22/+22 |
* | Fix vertical spacing at the beginning of tables. | Ingo Schwarze | 2015-03-06 | 3 | -9/+4 |
* | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. | Ingo Schwarze | 2015-03-06 | 1 | -3/+6 |
* | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze | 2015-03-06 | 1 | -0/+1 |
* | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze | 2015-03-06 | 1 | -2/+3 |
* | Allow compilation on Mac OS X, which doesn't have MACHINE defined. | Kristaps Dzonsons | 2015-03-06 | 2 | -3/+5 |
* | in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi; | Ingo Schwarze | 2015-03-04 | 1 | -1/+3 |
* | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze | 2015-03-03 | 2 | -0/+4 |
* | If a non-gz manual is read after a gzipped manual, refrain | Ingo Schwarze | 2015-03-02 | 1 | -0/+1 |
* | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze | 2015-02-27 | 1 | -1/+2 |
* | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze | 2015-02-27 | 2 | -11/+47 |
* | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze | 2015-02-23 | 1 | -0/+4 |
* | improve NAME section diagnostics; | Ingo Schwarze | 2015-02-23 | 5 | -39/+53 |
* | Escape quotes when expanding macro arguments. | Ingo Schwarze | 2015-02-21 | 1 | -16/+76 |
* | For selecting a two-digit font size, support the historic syntax \s12 | Ingo Schwarze | 2015-02-20 | 1 | -0/+8 |
* | Completely delete all carriage return characters from the input. | Ingo Schwarze | 2015-02-20 | 1 | -1/+2 |
* | \n(.$ | Ingo Schwarze | 2015-02-20 | 1 | -0/+4 |
* | naddy@ scoured the ports tree for remaining mandoc issues | Ingo Schwarze | 2015-02-17 | 1 | -4/+6 |
* | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze | 2015-02-17 | 6 | -52/+54 |
* | Cope with another one of the many kinds of DocBook stupidity: | Ingo Schwarze | 2015-02-17 | 1 | -2/+11 |
* | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze | 2015-02-17 | 2 | -40/+50 |
* | clean up post_dt() validation function; | Ingo Schwarze | 2015-02-16 | 2 | -42/+43 |
* | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | 2015-02-16 | 6 | -32/+10 |
* | strtonum(3) compat glue | Ingo Schwarze | 2015-02-16 | 7 | -3/+134 |
* | Clamp width and indent settings to sensible values. | Ingo Schwarze | 2015-02-16 | 1 | -2/+8 |
* | Tweak the wording to avoid the possible misunderstanding that .In | Ingo Schwarze | 2015-02-15 | 1 | -5/+6 |
* | shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid them | Ingo Schwarze | 2015-02-14 | 1 | -1/+2 |
* | After almost five years and 99 revisions, mdoc_macro.c rev. 1.182 | Ingo Schwarze | 2015-02-12 | 1 | -4/+0 |
* | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze | 2015-02-12 | 1 | -4/+4 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 7 | -167/+108 |
* | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze | 2015-02-11 | 3 | -9/+6 |
* | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze | 2015-02-11 | 1 | -0/+7 |
* | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze | 2015-02-10 | 1 | -33/+43 |
* | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze | 2015-02-10 | 1 | -10/+26 |
* | trim trailing white space, no code change; | Ingo Schwarze | 2015-02-10 | 10 | -38/+38 |
* | Closing a block validates it, which may end up deleting it, | Ingo Schwarze | 2015-02-07 | 1 | -0/+1 |
* | some tweaks to the DIAGNOSTICS section | Ingo Schwarze | 2015-02-07 | 1 | -12/+9 |
* | ignore O_CLOEXEC when the operating system doesn't provide it; | Ingo Schwarze | 2015-02-07 | 1 | -0/+3 |
* | trivial sync to OpenBSD: <sys/param.h> no longer needed | Ingo Schwarze | 2015-02-07 | 1 | -4/+4 |