Age | Commit message (Expand) | Author |
2015-10-23 | apply bold and italic to all non-ASCII Unicode codepoints, | Ingo Schwarze |
2015-10-22 | use the new function man_validate() here, too | Ingo Schwarze |
2015-10-22 | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze |
2015-10-22 | If no output device was allocated because no file wanted to produce output, | Ingo Schwarze |
2015-10-21 | Move all mdoc(7) node validation done before child parsing | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-19 | style cleanup, no functional change | Ingo Schwarze |
2015-10-19 | Simplify, no functional change: | Ingo Schwarze |
2015-10-19 | including <ohash.h> requires including <stdint.h> beforehand; | Ingo Schwarze |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-10-16 | Once apropos(1) or man(1) are done with database access, or if the | Ingo Schwarze |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-15 | Delete two preprocessor constants that are no longer used. | Ingo Schwarze |
2015-10-15 | Simplify the part of args() that is handling .Bl -column phrases: | Ingo Schwarze |
2015-10-15 | When blk_full() handles an .It line in .Bl -column and indirectly | Ingo Schwarze |
2015-10-13 | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-13 | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze |
2015-10-12 | plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1): | Ingo Schwarze |
2015-10-12 | pledge(2) for makewhatis(8): | Ingo Schwarze |
2015-10-12 | Delete an assignment that is unconditionally overwritten two lines later; | Ingo Schwarze |
2015-10-12 | Garbage collect an unused variable, no functional change; | Ingo Schwarze |
2015-10-12 | Check the right pointer against NULL; | Ingo Schwarze |
2015-10-12 | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze |
2015-10-12 | Clear dform and dsec when exiting a first-level directory in treescan(). | Ingo Schwarze |
2015-10-12 | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-11 | Drop tags containing a blank character: | Ingo Schwarze |
2015-10-11 | Finally use __progname, err(3) and warn(3). | Ingo Schwarze |
2015-10-10 | Decide whether to use_pager as early as possible, | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | tweak previous; | Jason McIntyre |
2015-09-26 | briefly document -T tree output | Ingo Schwarze |
2015-09-26 | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-09-26 | resolve code duplication and do style cleanup in mdoc_nm_pre(), | Ingo Schwarze |
2015-09-26 | Fix multiple aspects of SYNOPSIS .Nm formatting: | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-21 | no more _subdir; Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-09-16 | for portability, use (char *)NULL in execlp(3) as discussed on tech@ | Ingo Schwarze |
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze |
2015-09-14 | The .Dv macro actually forces normal font. | Ingo Schwarze |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-08-30 | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze |
2015-08-30 | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze |
2015-08-29 | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze |
2015-08-29 | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-08-29 | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze |
2015-08-29 | Portability: including <ohash.h> requires including <stdint.h> before. | Ingo Schwarze |