summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2016-01-16Unbreak reading from stdin after recent parse() restructuring.Florian Obser
2016-01-08Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze
2016-01-08Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze
2016-01-08Simplify the mparse_open() interface.Ingo Schwarze
2016-01-08It was very surprising that a function called mparse_readfd()Ingo Schwarze
2016-01-08The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,Ingo Schwarze
2016-01-07This code wasted memory by allocating sizeof(enum termfont *)Ingo Schwarze
2016-01-07Recursive "define" was not detected because "lim" was neverIngo Schwarze
2016-01-04Improve handling of .Va and .Vt macros.Ingo Schwarze
2015-12-25Generate simpler in-page links: just replace spaces with underscores.Anthony J. Bentley
2015-12-25Don't retain the search query in the resulting manual links.Anthony J. Bentley
2015-12-23remove NULL-checks before free()mmcc
2015-12-15pledge(2) style:Ingo Schwarze
2015-11-26No point in trying to go on when elementary database operationsIngo Schwarze
2015-11-20Fix multiple issues regarding process group and signal mask handlingIngo Schwarze
2015-11-14Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze
2015-11-12Simplify the logic in mandoc_normdate() and add some comments.Ingo Schwarze
2015-11-12Never use LC_ALL. On the one hand, it can cause misformatting.Ingo Schwarze
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-07In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze
2015-11-06correct exit status on pledge(2) errorsIngo Schwarze
2015-11-06Use getprogname(3) rather than __progname.Ingo Schwarze
2015-11-05Use include files "header.html" and "footer.html" rather than aIngo Schwarze
2015-11-05simplify: use one stylesheet rather than two; from bentley@Ingo Schwarze
2015-10-30If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze
2015-10-30Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze
2015-10-23apply bold and italic to all non-ASCII Unicode codepoints,Ingo Schwarze
2015-10-22use the new function man_validate() here, tooIngo Schwarze
2015-10-22move man(7) validation into the dedicated validation phase, tooIngo Schwarze
2015-10-22If no output device was allocated because no file wanted to produce output,Ingo Schwarze
2015-10-21Move all mdoc(7) node validation done before child parsingIngo Schwarze
2015-10-20In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze
2015-10-19style cleanup, no functional changeIngo Schwarze
2015-10-19Simplify, no functional change:Ingo Schwarze
2015-10-19including <ohash.h> requires including <stdint.h> beforehand;Ingo Schwarze
2015-10-17Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze
2015-10-16Once apropos(1) or man(1) are done with database access, or if theIngo Schwarze
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-15Delete two preprocessor constants that are no longer used.Ingo Schwarze
2015-10-15Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze
2015-10-15When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze
2015-10-13Reject the escape sequences \[uD800] to \[uDFFF] in the parser.Ingo Schwarze
2015-10-13Major character table cleanup:Ingo Schwarze
2015-10-13Reduce the amount of code by moving the three copies of the ohashIngo Schwarze
2015-10-12plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1):Ingo Schwarze
2015-10-12pledge(2) for makewhatis(8):Ingo Schwarze
2015-10-12Delete an assignment that is unconditionally overwritten two lines later;Ingo Schwarze
2015-10-12Garbage collect an unused variable, no functional change;Ingo Schwarze
2015-10-12Check the right pointer against NULL;Ingo Schwarze
2015-10-12Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze