aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-0812-124/+120
* Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze2016-01-082-10/+10
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-086-35/+27
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-085-11/+17
* would be nice to warn about broken .Xr links...Ingo Schwarze2016-01-081-1/+6
* The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,Ingo Schwarze2016-01-081-2/+2
* This code wasted memory by allocating sizeof(enum termfont *)Ingo Schwarze2016-01-071-2/+2
* Recursive "define" was not detected because "lim" was neverIngo Schwarze2016-01-071-1/+2
* Improve handling of .Va and .Vt macros.Ingo Schwarze2016-01-041-14/+29
* Generate simpler in-page links: just replace spaces with underscores.Ingo Schwarze2016-01-042-8/+6
* Don't retain the search query in the resulting manual links.Ingo Schwarze2016-01-041-56/+3
* remove NULL-checks before free(); from mmcc@Ingo Schwarze2015-12-231-5/+3
* pledge(2) style:Ingo Schwarze2015-12-152-15/+23
* No point in trying to go on when elementary database operationsIngo Schwarze2015-11-263-8/+24
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-203-26/+68
* Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze2015-11-141-5/+35
* Simplify the logic in mandoc_normdate() and add some comments.Ingo Schwarze2015-11-121-16/+32
* Never use LC_ALL. On the one hand, it can cause misformatting.Ingo Schwarze2015-11-121-2/+10
* move compat_reallocarray.o into SOELIM_OBJS, no functional changeIngo Schwarze2015-11-071-3/+4
* soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);Ingo Schwarze2015-11-071-2/+6
* The sh(1) "test" builtin on Solaris 10 doesn't have -e,Ingo Schwarze2015-11-071-3/+3
* provide a simple stand-alone implementation of getline(3)Ingo Schwarze2015-11-075-2/+94
* Modernization, no functional change intended:Ingo Schwarze2015-11-0711-193/+97
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-0710-11/+28
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-0723-97/+30
* garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup;Ingo Schwarze2015-11-073-7/+2
* Install the soelim(1) binary and manual to the right places.Ingo Schwarze2015-11-071-3/+5
* In ./configure, select a RE syntax for word boundaries supported by libc;Ingo Schwarze2015-11-065-8/+67
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-065-3/+56
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-068-36/+81
* Use include files "header.html" and "footer.html" rather than aIngo Schwarze2015-11-053-12/+28
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-057-156/+34
* demandoc(1) needs to link against -lutil, tooIngo Schwarze2015-11-051-2/+2
* remove a stray iso-latin-1 character; noticed by bentley@Ingo Schwarze2015-11-051-2/+2
* specify option ordering in the DESCRIPTION section;Ingo Schwarze2015-11-051-2/+7
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-305-6/+26
* Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze2015-10-301-1/+4
* apply bold and italic to all non-ASCII Unicode codepoints,Ingo Schwarze2015-10-231-2/+2
* use the new function man_validate() here, tooIngo Schwarze2015-10-224-6/+12
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-228-62/+70
* If no output device was allocated because no file wanted to produce output,Ingo Schwarze2015-10-221-16/+18
* Move all mdoc(7) node validation done before child parsingIngo Schwarze2015-10-214-277/+249
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-2014-182/+393
* style cleanup, no functional changeIngo Schwarze2015-10-191-56/+59
* Simplify, no functional change:Ingo Schwarze2015-10-191-36/+52
* including <ohash.h> requires including <stdint.h> beforehand;Ingo Schwarze2015-10-191-1/+2
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-174-45/+82
* Delete two preprocessor constants that are no longer used.Ingo Schwarze2015-10-152-7/+2
* Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze2015-10-151-73/+28
* When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze2015-10-151-1/+6