| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unbreak reading from stdin after recent parse() restructuring; | Ingo Schwarze | 2016-01-16 | 1 | -1/+1 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 12 | -114/+110 |
* | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze | 2016-01-08 | 2 | -8/+8 |
* | Simplify the mparse_open() interface. | Ingo Schwarze | 2016-01-08 | 6 | -29/+21 |
* | It was very surprising that a function called mparse_readfd() | Ingo Schwarze | 2016-01-08 | 5 | -5/+11 |
* | would be nice to warn about broken .Xr links... | Ingo Schwarze | 2016-01-08 | 1 | -0/+5 |
* | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, | Ingo Schwarze | 2016-01-08 | 1 | -1/+1 |
* | This code wasted memory by allocating sizeof(enum termfont *) | Ingo Schwarze | 2016-01-07 | 1 | -1/+1 |
* | Recursive "define" was not detected because "lim" was never | Ingo Schwarze | 2016-01-07 | 1 | -0/+1 |
* | Improve handling of .Va and .Vt macros. | Ingo Schwarze | 2016-01-04 | 1 | -13/+28 |
* | Generate simpler in-page links: just replace spaces with underscores. | Ingo Schwarze | 2016-01-04 | 2 | -6/+4 |
* | Don't retain the search query in the resulting manual links. | Ingo Schwarze | 2016-01-04 | 1 | -55/+2 |
* | remove NULL-checks before free(); from mmcc@ | Ingo Schwarze | 2015-12-23 | 1 | -4/+2 |
* | pledge(2) style: | Ingo Schwarze | 2015-12-15 | 2 | -13/+21 |
* | No point in trying to go on when elementary database operations | Ingo Schwarze | 2015-11-26 | 3 | -6/+22 |
* | Fix multiple issues regarding process group and signal mask handling | Ingo Schwarze | 2015-11-20 | 3 | -23/+65 |
* | Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT) | Ingo Schwarze | 2015-11-14 | 1 | -4/+34 |
* | Simplify the logic in mandoc_normdate() and add some comments. | Ingo Schwarze | 2015-11-12 | 1 | -15/+31 |
* | Never use LC_ALL. On the one hand, it can cause misformatting. | Ingo Schwarze | 2015-11-12 | 1 | -1/+9 |
* | move compat_reallocarray.o into SOELIM_OBJS, no functional change | Ingo Schwarze | 2015-11-07 | 1 | -2/+3 |
* | soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3); | Ingo Schwarze | 2015-11-07 | 1 | -1/+5 |
* | The sh(1) "test" builtin on Solaris 10 doesn't have -e, | Ingo Schwarze | 2015-11-07 | 1 | -3/+3 |
* | provide a simple stand-alone implementation of getline(3) | Ingo Schwarze | 2015-11-07 | 5 | -1/+93 |
* | Modernization, no functional change intended: | Ingo Schwarze | 2015-11-07 | 11 | -186/+90 |
* | Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. | Ingo Schwarze | 2015-11-07 | 10 | -1/+18 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 23 | -79/+12 |
* | garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup; | Ingo Schwarze | 2015-11-07 | 3 | -5/+0 |
* | Install the soelim(1) binary and manual to the right places. | Ingo Schwarze | 2015-11-07 | 1 | -2/+4 |
* | In ./configure, select a RE syntax for word boundaries supported by libc; | Ingo Schwarze | 2015-11-06 | 5 | -6/+65 |
* | merge pledge(2) support from OpenBSD | Ingo Schwarze | 2015-11-06 | 5 | -0/+53 |
* | Use getprogname(3) rather than __progname. | Ingo Schwarze | 2015-11-06 | 8 | -31/+76 |
* | Use include files "header.html" and "footer.html" rather than a | Ingo Schwarze | 2015-11-05 | 3 | -10/+26 |
* | Unify the three stylesheets into a single CSS file. | Ingo Schwarze | 2015-11-05 | 7 | -149/+27 |
* | demandoc(1) needs to link against -lutil, too | Ingo Schwarze | 2015-11-05 | 1 | -1/+1 |
* | remove a stray iso-latin-1 character; noticed by bentley@ | Ingo Schwarze | 2015-11-05 | 1 | -1/+1 |
* | specify option ordering in the DESCRIPTION section; | Ingo Schwarze | 2015-11-05 | 1 | -0/+5 |
* | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze | 2015-10-30 | 5 | -0/+20 |
* | Do not access a NULL pointer when a .Bd macro has no arguments at all. | Ingo Schwarze | 2015-10-30 | 1 | -0/+3 |
* | apply bold and italic to all non-ASCII Unicode codepoints, | Ingo Schwarze | 2015-10-23 | 1 | -1/+1 |
* | use the new function man_validate() here, too | Ingo Schwarze | 2015-10-22 | 4 | -3/+9 |
* | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze | 2015-10-22 | 8 | -55/+63 |
* | If no output device was allocated because no file wanted to produce output, | Ingo Schwarze | 2015-10-22 | 1 | -15/+17 |
* | Move all mdoc(7) node validation done before child parsing | Ingo Schwarze | 2015-10-21 | 4 | -273/+245 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 14 | -170/+381 |
* | style cleanup, no functional change | Ingo Schwarze | 2015-10-19 | 1 | -55/+58 |
* | Simplify, no functional change: | Ingo Schwarze | 2015-10-19 | 1 | -35/+51 |
* | including <ohash.h> requires including <stdint.h> beforehand; | Ingo Schwarze | 2015-10-19 | 1 | -0/+1 |
* | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze | 2015-10-17 | 4 | -42/+79 |
* | Delete two preprocessor constants that are no longer used. | Ingo Schwarze | 2015-10-15 | 2 | -5/+0 |
* | Simplify the part of args() that is handling .Bl -column phrases: | Ingo Schwarze | 2015-10-15 | 1 | -72/+27 |