Age | Commit message (Expand) | Author |
2015-03-18 | Convert -static -> ${STATIC} to make man.cgi static PIE. | Pascal Stumpf |
2015-03-17 | Simplify: Now that rc is global anyway, no need to pass it around | Ingo Schwarze |
2015-03-17 | When the user exits the pager before the pager has drained all input | Ingo Schwarze |
2015-03-15 | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze |
2015-03-14 | Delete the separate and incomplete whatis(1) manual | Ingo Schwarze |
2015-03-13 | no need for double macro; ok schwarze | Jason McIntyre |
2015-03-13 | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze |
2015-03-11 | When interpreting the -O argument as a macro name fails, | Ingo Schwarze |
2015-03-11 | Fix previous: size_t is often narrower than off_t. | Ingo Schwarze |
2015-03-10 | The st_size member of struct stat is off_t, which is signed, | Ingo Schwarze |
2015-03-10 | We can keep track of the pager PID without additional complexity. | Ingo Schwarze |
2015-03-10 | Fix a regression caused in rev. 1.118, reported by kristaps@: | Ingo Schwarze |
2015-03-09 | Explicitly cast when assigning from char * to unsigned char * and vice versa. | Ingo Schwarze |
2015-03-09 | Fix vertical spacing at the beginning of tables. | Ingo Schwarze |
2015-03-09 | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. | Ingo Schwarze |
2015-03-09 | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze |
2015-03-09 | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze |
2015-03-03 | In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi. | Anthony J. Bentley |
2015-03-03 | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze |
2015-03-02 | If a non-gz manual is read after a gzipped manual, refrain | Ingo Schwarze |
2015-02-27 | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze |
2015-02-27 | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze |
2015-02-23 | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-21 | Escape quotes when expanding macro arguments. | Ingo Schwarze |
2015-02-20 | For selecting a two-digit font size, support the historic syntax \s12 | Ingo Schwarze |
2015-02-20 | Completely delete all carriage return characters from the input. | Ingo Schwarze |
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze |
2015-02-17 | Cope with another one of the many kinds of DocBook stupidity: | Ingo Schwarze |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |
2015-02-16 | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze |
2015-02-16 | Clamp width and indent settings to sensible values. Ignore errors for now. | Ted Unangst |
2015-02-14 | shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid them | Ingo Schwarze |
2015-02-12 | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-11 | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze |
2015-02-11 | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze |
2015-02-10 | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze |
2015-02-10 | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze |
2015-02-10 | trim trailing white space, no code change; | Ingo Schwarze |
2015-02-10 | Explain all WARNING, ERROR, and UNSUPP messages in the DIAGNOSTICS section. | Ingo Schwarze |
2015-02-07 | Closing a block validates it, which may end up deleting it, | Ingo Schwarze |
2015-02-07 | be more careful about argc == 0 | Ingo Schwarze |
2015-02-06 | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-02-06 | better handle .Fo and .Fd without argument | Ingo Schwarze |