2016-01-08 |
Ingo Schwarze | Delete the redundant "nchild" member of struct roff_nod... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | Prefer warn(3) over perror(3) at the few places where... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | Simplify the mparse_open() interface. |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | It was very surprising that a function called mparse_re... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | would be nice to warn about broken .Xr links... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Ingo Schwarze | This code wasted memory by allocating sizeof(enum termf... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Ingo Schwarze | Recursive "define" was not detected because "lim" was... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Ingo Schwarze | Improve handling of .Va and .Vt macros. |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Ingo Schwarze | Generate simpler in-page links: just replace spaces... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Ingo Schwarze | Don't retain the search query in the resulting manual... |
commit | commitdiff | tree | snapshot |
2015-12-23 |
Ingo Schwarze | remove NULL-checks before free(); from mmcc@ |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Ingo Schwarze | pledge(2) style: |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Ingo Schwarze | No point in trying to go on when elementary database... |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Ingo Schwarze | Fix multiple issues regarding process group and signal... |
commit | commitdiff | tree | snapshot |
2015-11-14 |
Ingo Schwarze | Fix an issue reported by deraadt@: When hitting Ctrl... |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Ingo Schwarze | Simplify the logic in mandoc_normdate() and add some... |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Ingo Schwarze | Never use LC_ALL. On the one hand, it can cause misfor... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | move compat_reallocarray.o into SOELIM_OBJS, no functio... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | soelim(1) use getline(3) and err(3), and err(3) uses... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | The sh(1) "test" builtin on Solaris 10 doesn't have -e, |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | provide a simple stand-alone implementation of getline(3) |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | Modernization, no functional change intended: |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | Without HAVE_ERR, don't try to include <err.h>, it... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | In private header files, __BEGIN_DECLS and __END_DECLS... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | garbage collect unused EXAMPLEDIR, forgotten in the... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | Install the soelim(1) binary and manual to the right... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Ingo Schwarze | In ./configure, select a RE syntax for word boundaries... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Ingo Schwarze | merge pledge(2) support from OpenBSD |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Ingo Schwarze | Use getprogname(3) rather than __progname. |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | Use include files "header.html" and "footer.html" rathe... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | Unify the three stylesheets into a single CSS file. |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | demandoc(1) needs to link against -lutil, too |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | remove a stray iso-latin-1 character; noticed by bentley@ |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | specify option ordering in the DESCRIPTION section; |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Ingo Schwarze | If a .Bd block has no arguments at all, drop the block... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Ingo Schwarze | Do not access a NULL pointer when a .Bd macro has no... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Ingo Schwarze | apply bold and italic to all non-ASCII Unicode codepoints, |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Ingo Schwarze | use the new function man_validate() here, too |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Ingo Schwarze | move man(7) validation into the dedicated validation... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Ingo Schwarze | If no output device was allocated because no file wante... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Ingo Schwarze | Move all mdoc(7) node validation done before child... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Ingo Schwarze | style cleanup, no functional change |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Ingo Schwarze | Simplify, no functional change: |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Ingo Schwarze | including <ohash.h> requires including <stdint.h> befor... |
commit | commitdiff | tree | snapshot |
2015-10-17 |
Ingo Schwarze | Very tricky diff to fix macro interpretation and spacin... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Ingo Schwarze | Delete two preprocessor constants that are no longer... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Ingo Schwarze | Simplify the part of args() that is handling .Bl -colum... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Ingo Schwarze | When blk_full() handles an .It line in .Bl -column... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Ingo Schwarze | Reject the escape sequences \[uD800] to \[uDFFF] in... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Ingo Schwarze | Reduce the amount of code by moving the three copies... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Delete an assignment that is unconditionally overwritte... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Garbage collect an unused variable, no functional change; |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Check the right pointer against NULL; |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Use "-" rather than "\(hy" for the heads of .Bl -dash... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Clear dform and dsec when exiting a first-level directo... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Fix an obvious bug found during the /* FALLTHROUGH... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Ingo Schwarze | Drop tags containing a blank character: |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Ingo Schwarze | Finally use __progname, err(3) and warn(3). |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Ingo Schwarze | Mention that the first argument of .Pf does not need... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
Ingo Schwarze | Decide whether to use_pager as early as possible, |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Ingo Schwarze | improve wording and start a new sentence on a new line... |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Ingo Schwarze | Theo found a stray blank in HTML output. |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | briefly document -T tree output |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS,... |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | resolve code duplication and do style cleanup in mdoc_n... |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | Fix multiple aspects of SYNOPSIS .Nm formatting: |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Ingo Schwarze | typos; found and fixed by sobrado@ |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Ingo Schwarze | Trailing whitespace is significant when determining... |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Ingo Schwarze | no more _subdir; Jan Stary <hans at stare dot cz> |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Ingo Schwarze | for portability, use (char *)NULL in execlp(3) as discu... |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Ingo Schwarze | Avoid .Ns right after .Pf, it's pointless. |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Ingo Schwarze | Remove the warning about children of .Vt blocks because... |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Ingo Schwarze | The .Dv macro actually forces normal font. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Ingo Schwarze | Fill mode changes don't break next-line scope in all... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Ingo Schwarze | Recommend an unambiguous escape for minus signs instead... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Ingo Schwarze | Drop leading, internal, and trailing blank characters... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Ingo Schwarze | If an .Fo macro lacks its mandatory argument, don't... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Ingo Schwarze | If we have to reparse the text line because we spring... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Ingo Schwarze | Parse and ignore the escape sequences \, and \/ (italic... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Ingo Schwarze | Implement the escape sequence \\$*, expanding to all... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Ingo Schwarze | Minimal implementation of the read-only number register... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Ingo Schwarze | Including <ohash.h> requires including <stdint.h> before, |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Ingo Schwarze | tedu@ reports tbl(7) issues in synaptics(4) |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Ingo Schwarze | Remove the hack of scrolling forward and backward with... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Ingo Schwarze | Simplify and make tag_put() more efficient by integrati... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Ingo Schwarze | implement tagging for .Er |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Ingo Schwarze | basic tag support for function names; written at YYC |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Ingo Schwarze | basic support for tag priorities; written at YYC |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Ingo Schwarze | When creation of the temporary tags file fails, call... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Ingo Schwarze | Do not fork and exec gunzip(1), just link with libz... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Ingo Schwarze | If we aren't on a tty, clear the pager flag up front. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Ingo Schwarze | Insist that manual page file name extensions must begin... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Ingo Schwarze | another portability todo |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Ingo Schwarze | clean up the temporary file when the process dies from... |
commit | commitdiff | tree | snapshot |
next |