summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* No point in trying to go on when elementary database operationsIngo Schwarze2015-11-263-6/+22
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-203-23/+65
* Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze2015-11-141-4/+34
* Simplify the logic in mandoc_normdate() and add some comments.Ingo Schwarze2015-11-121-15/+31
* Never use LC_ALL. On the one hand, it can cause misformatting.Ingo Schwarze2015-11-121-1/+9
* move compat_reallocarray.o into SOELIM_OBJS, no functional changeIngo Schwarze2015-11-071-2/+3
* soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);Ingo Schwarze2015-11-071-1/+5
* 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-1/+93
* Modernization, no functional change intended:Ingo Schwarze2015-11-0711-186/+90
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-0710-1/+18
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-0723-79/+12
* garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup;Ingo Schwarze2015-11-073-5/+0
* Install the soelim(1) binary and manual to the right places.Ingo Schwarze2015-11-071-2/+4
* In ./configure, select a RE syntax for word boundaries supported by libc;Ingo Schwarze2015-11-065-6/+65
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-065-0/+53
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-068-31/+76
* Use include files "header.html" and "footer.html" rather than aIngo Schwarze2015-11-053-10/+26
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-057-149/+27
* demandoc(1) needs to link against -lutil, tooIngo Schwarze2015-11-051-1/+1
* remove a stray iso-latin-1 character; noticed by bentley@Ingo Schwarze2015-11-051-1/+1
* specify option ordering in the DESCRIPTION section;Ingo Schwarze2015-11-051-0/+5
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-305-0/+20
* Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze2015-10-301-0/+3
* apply bold and italic to all non-ASCII Unicode codepoints,Ingo Schwarze2015-10-231-1/+1
* use the new function man_validate() here, tooIngo Schwarze2015-10-224-3/+9
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-228-55/+63
* If no output device was allocated because no file wanted to produce output,Ingo Schwarze2015-10-221-15/+17
* Move all mdoc(7) node validation done before child parsingIngo Schwarze2015-10-214-273/+245
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-2014-170/+381
* style cleanup, no functional changeIngo Schwarze2015-10-191-55/+58
* Simplify, no functional change:Ingo Schwarze2015-10-191-35/+51
* including <ohash.h> requires including <stdint.h> beforehand;Ingo Schwarze2015-10-191-0/+1
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-174-42/+79
* Delete two preprocessor constants that are no longer used.Ingo Schwarze2015-10-152-5/+0
* Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze2015-10-151-72/+27
* When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze2015-10-151-0/+5
* Reject the escape sequences \[uD800] to \[uDFFF] in the parser.Ingo Schwarze2015-10-131-0/+3
* Major character table cleanup:Ingo Schwarze2015-10-1322-632/+469
* Reduce the amount of code by moving the three copies of the ohashIngo Schwarze2015-10-137-131/+109
* Delete an assignment that is unconditionally overwritten two lines later;Ingo Schwarze2015-10-121-1/+0
* Garbage collect an unused variable, no functional change;Ingo Schwarze2015-10-121-3/+2
* Check the right pointer against NULL;Ingo Schwarze2015-10-121-1/+1
* Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze2015-10-121-1/+1
* Clear dform and dsec when exiting a first-level directory in treescan().Ingo Schwarze2015-10-121-19/+22
* Fix an obvious bug found during the /* FALLTHROUGH */ cleanup:Ingo Schwarze2015-10-121-1/+1
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-1221-287/+5
* Drop tags containing a blank character:Ingo Schwarze2015-10-111-1/+1
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-1114-130/+250
* Mention that the first argument of .Pf does not need escaping.Ingo Schwarze2015-10-111-4/+8