| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make source vs. formatted guessing a bit more robust | Ingo Schwarze | 2014-07-13 | 1 | -0/+2 |
* | By popular demand, bring man.cgi default mode closer to what man(1) does: | Ingo Schwarze | 2014-07-13 | 1 | -20/+46 |
* | Unconfuse .Fa documentation: | Ingo Schwarze | 2014-07-13 | 1 | -7/+19 |
* | Install the manuals of the web interface below the same directory | Ingo Schwarze | 2014-07-13 | 3 | -4/+12 |
* | update after recent code changes | Ingo Schwarze | 2014-07-13 | 1 | -56/+56 |
* | Polish the search form using feedback from beck@ and others, | Ingo Schwarze | 2014-07-12 | 1 | -27/+96 |
* | Polish the search form using feedback from beck@ and others, | Ingo Schwarze | 2014-07-12 | 1 | -1/+1 |
* | No need for run-time configuration, add minimal compile-time | Ingo Schwarze | 2014-07-12 | 3 | -18/+19 |
* | Simplify: Delete 74 lines of code including one enum type, one | Ingo Schwarze | 2014-07-12 | 1 | -98/+25 |
* | 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 |