| Commit message (Expand) | Author | Age | Files | Lines |
* | Start fixing issues that beck@ helped find: | Ingo Schwarze | 2014-07-12 | 1 | -37/+34 |
* | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze | 2014-07-12 | 2 | -23/+52 |
* | fix the two manual links on the index page | Ingo Schwarze | 2014-07-12 | 1 | -7/+8 |
* | merge OpenBSD rev. 1.3 by tedu@: | Ingo Schwarze | 2014-07-11 | 1 | -6/+8 |
* | merge OpenBSD rev. 1.2 by tedu@: | Ingo Schwarze | 2014-07-11 | 1 | -8/+9 |
* | add HISTORY section | Ingo Schwarze | 2014-07-11 | 1 | -0/+8 |
* | Link to the new man.cgi(8) manual, now that we have it! :-) | Ingo Schwarze | 2014-07-10 | 1 | -2/+5 |
* | Full rewrite of the man.cgi(8) manual. | Ingo Schwarze | 2014-07-10 | 3 | -124/+326 |
* | some sugar for the index page | Ingo Schwarze | 2014-07-09 | 1 | -2/+10 |
* | Clean up error reporting: | Ingo Schwarze | 2014-07-09 | 1 | -49/+50 |
* | namespace cleanups: | Ingo Schwarze | 2014-07-09 | 1 | -44/+47 |
* | remove obsolete __sun includes | Ingo Schwarze | 2014-07-09 | 1 | -9/+2 |
* | set a reasonable default for .Os | Ingo Schwarze | 2014-07-09 | 1 | -1/+2 |
* | mark defos as const; nobody needs to change it, | Ingo Schwarze | 2014-07-09 | 5 | -6/+8 |
* | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze | 2014-07-09 | 1 | -2/+0 |
* | oops, forgot to trim the newline character | Ingo Schwarze | 2014-07-09 | 1 | -0/+2 |
* | Simplify pathgen() even more. | Ingo Schwarze | 2014-07-09 | 1 | -27/+13 |
* | include manpath= when printing queries, and omit empty parameters | Ingo Schwarze | 2014-07-09 | 1 | -12/+32 |
* | This one needs "config.h", too. | Ingo Schwarze | 2014-07-09 | 1 | -0/+4 |
* | Switch over man.cgi to SQLite. While here: | Ingo Schwarze | 2014-07-09 | 2 | -377/+100 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 7 | -40/+59 |
* | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze | 2014-07-07 | 3 | -50/+25 |
* | no need to delete any content from .Rs blocks, | Ingo Schwarze | 2014-07-07 | 3 | -36/+13 |
* | no need to skip content before first section header | Ingo Schwarze | 2014-07-07 | 4 | -24/+4 |
* | implement .dei and .ami | Ingo Schwarze | 2014-07-07 | 4 | -46/+67 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 10 | -40/+55 |
* | After skipping an escape sequence with incomplete arguments, | Ingo Schwarze | 2014-07-06 | 1 | -2/+2 |
* | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze | 2014-07-06 | 1 | -7/+14 |
* | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze | 2014-07-06 | 1 | -1/+3 |
* | Cleanup with respect to bad macro arguments. | Ingo Schwarze | 2014-07-05 | 4 | -73/+76 |
* | Cleanup regarding -offset and -width: | Ingo Schwarze | 2014-07-05 | 3 | -56/+54 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 8 | -42/+57 |
* | Clean up messages related to missing arguments. | Ingo Schwarze | 2014-07-04 | 3 | -31/+26 |
* | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze | 2014-07-03 | 4 | -27/+25 |
* | MANDOCERR_NOARGS reported three completely unrelated classes of problems. | Ingo Schwarze | 2014-07-03 | 3 | -3/+9 |
* | Improve and test the messages about empty macros, | Ingo Schwarze | 2014-07-02 | 3 | -5/+9 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 4 | -25/+26 |
* | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze | 2014-07-02 | 3 | -5/+13 |
* | Clean up warnings related to macros and nesting. | Ingo Schwarze | 2014-07-02 | 5 | -25/+18 |
* | Fix the column numbers associated with in_line_argn() macros; | Ingo Schwarze | 2014-07-02 | 1 | -2/+2 |
* | Change column display in -Ttree to be 1-based instead of 0-based | Ingo Schwarze | 2014-07-02 | 1 | -3/+3 |
* | Improve "skipping paragraph macro" messages, | Ingo Schwarze | 2014-07-02 | 3 | -18/+40 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 12 | -55/+173 |
* | Clean up the warnings related to document structure. | Ingo Schwarze | 2014-07-01 | 6 | -57/+81 |
* | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze | 2014-07-01 | 1 | -1/+3 |
* | garbage collect two unused enum mandocerr items | Ingo Schwarze | 2014-06-30 | 2 | -13/+5 |
* | Use the freshly improved roff_getname() function | Ingo Schwarze | 2014-06-29 | 1 | -16/+15 |
* | Use the freshly improved roff_getname() function | Ingo Schwarze | 2014-06-29 | 1 | -38/+18 |
* | Major roff_getname() cleanup. | Ingo Schwarze | 2014-06-29 | 1 | -35/+51 |
* | Bugfix in roff_setstrn(): | Ingo Schwarze | 2014-06-29 | 1 | -1/+2 |