| Commit message (Expand) | Author | Age | Files | Lines |
* | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze | 2014-11-11 | 1 | -0/+4 |
* | Let -h imply -c (that is, not use the pager). | Ingo Schwarze | 2014-11-11 | 1 | -0/+1 |
* | implement -h (synopsis only) for preformatted (cat) pages; | Ingo Schwarze | 2014-11-11 | 1 | -14/+54 |
* | add -K to usage() and wrap nicely; from jmc@ | Ingo Schwarze | 2014-10-30 | 1 | -2/+2 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -17/+19 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 1 | -2/+28 |
* | plug file descriptor leaks on read or write failure; | Ingo Schwarze | 2014-10-18 | 1 | -3/+4 |
* | Add *.gz support to apropos(1) -a, man(1), and even mandoc(1). | Ingo Schwarze | 2014-09-03 | 1 | -13/+22 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 1 | -1/+1 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 1 | -4/+8 |
* | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | 2014-09-01 | 1 | -3/+5 |
* | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze | 2014-08-30 | 1 | -8/+13 |
* | without search results, skip the processing loops and the parser | Ingo Schwarze | 2014-08-23 | 1 | -0/+8 |
* | Let man(1) display preformatted manuals by simply reading them | Ingo Schwarze | 2014-08-23 | 1 | -19/+55 |
* | implement man(1) quirk: section argument without -s | Ingo Schwarze | 2014-08-22 | 1 | -0/+16 |
* | implement MANPAGER and PAGER | Ingo Schwarze | 2014-08-22 | 1 | -10/+48 |
* | mandoc -a, man, apropos -a, whatis -a now paginate by default | Ingo Schwarze | 2014-08-22 | 1 | -2/+52 |
* | Implement classic man(1) output mode showing only one manual even | Ingo Schwarze | 2014-08-21 | 1 | -7/+68 |
* | Parse the new -a, -i, and -w options. | Ingo Schwarze | 2014-08-20 | 1 | -4/+43 |
* | Fully integrate apropos(1) into mandoc(1). | Ingo Schwarze | 2014-08-17 | 1 | -36/+119 |
* | When BUILD_DB is active, link apropos(1) into the mandoc binary. | Ingo Schwarze | 2014-08-16 | 1 | -0/+10 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Reduce the verbosity of error messages caused by open(2) failures. | Ingo Schwarze | 2014-06-21 | 1 | -2/+5 |
* | Prefix messages about bad command line options and arguments | Ingo Schwarze | 2014-06-21 | 1 | -6/+10 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 1 | -3/+7 |
* | Prefix error messages from mandoc(1) with "mandoc: " | Ingo Schwarze | 2014-06-20 | 1 | -1/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -44/+43 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze | 2014-03-19 | 1 | -1/+1 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze | 2014-03-19 | 1 | -10/+10 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 1 | -0/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -1/+1 |
* | sync usage(), and tidy up the output a little; from jmc@ | Ingo Schwarze | 2012-11-19 | 1 | -3/+3 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -3/+19 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+7 |
* | Initial, incomplete support for -Tman | Ingo Schwarze | 2011-09-17 | 1 | -0/+6 |
* | Turn on -Tutf8 in the frontend. Here we go! | Kristaps Dzonsons | 2011-05-20 | 1 | -0/+9 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+11 |
* | Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted by | Kristaps Dzonsons | 2011-03-31 | 1 | -1/+1 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -119/+2 |
* | Make (e.g.) `SM' before `B' be only a warning. In reality, this refers | Kristaps Dzonsons | 2011-03-23 | 1 | -1/+1 |
* | Add a FATAL error for when no manual type was assigned (you can repeat | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | main.c doesn't need roff.h anymore. | Kristaps Dzonsons | 2011-03-21 | 1 | -1/+0 |
* | Let read.c worry about the currently-open file instead of having this | Kristaps Dzonsons | 2011-03-20 | 1 | -21/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -29/+8 |
* | Split the document parsing sequence out of main.c and into read.c, | Kristaps Dzonsons | 2011-03-20 | 1 | -605/+70 |
* | mandocmsg finally has no return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -5/+3 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -5/+1 |
* | Push exit_status into struct curparse alongside file_status. | Kristaps Dzonsons | 2011-03-16 | 1 | -6/+7 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+1 |