summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze2014-12-151-3/+4
* Guard some come needed for database support only by #if HAVE_SQLITE3.Ingo Schwarze2014-12-111-4/+19
* Support choosing alternative binary and manual names from configure.local,Ingo Schwarze2014-12-091-5/+4
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-091-0/+9
* implement help(1)Ingo Schwarze2014-12-051-8/+21
* Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze2014-12-021-1/+1
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-261-7/+3
* In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze2014-11-111-0/+4
* Let -h imply -c (that is, not use the pager).Ingo Schwarze2014-11-111-0/+1
* implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze2014-11-111-14/+54
* add -K to usage() and wrap nicely; from jmc@Ingo Schwarze2014-10-301-2/+2
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-17/+19
* integrate preconv(1) into mandoc(1);Ingo Schwarze2014-10-251-2/+28
* plug file descriptor leaks on read or write failure;Ingo Schwarze2014-10-181-3/+4
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-031-13/+22
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-031-1/+1
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-4/+8
* In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze2014-09-011-3/+5
* Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze2014-08-301-8/+13
* without search results, skip the processing loops and the parserIngo Schwarze2014-08-231-0/+8
* Let man(1) display preformatted manuals by simply reading themIngo Schwarze2014-08-231-19/+55
* implement man(1) quirk: section argument without -sIngo Schwarze2014-08-221-0/+16
* implement MANPAGER and PAGERIngo Schwarze2014-08-221-10/+48
* mandoc -a, man, apropos -a, whatis -a now paginate by defaultIngo Schwarze2014-08-221-2/+52
* Implement classic man(1) output mode showing only one manual evenIngo Schwarze2014-08-211-7/+68
* Parse the new -a, -i, and -w options.Ingo Schwarze2014-08-201-4/+43
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-171-36/+119
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-161-0/+10
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* Reduce the verbosity of error messages caused by open(2) failures.Ingo Schwarze2014-06-211-2/+5
* Prefix messages about bad command line options and argumentsIngo Schwarze2014-06-211-6/+10
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-3/+7
* Prefix error messages from mandoc(1) with "mandoc: "Ingo Schwarze2014-06-201-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-44/+43
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze2014-03-191-1/+1
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-191-10/+10
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-061-0/+1
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-1/+1
* sync usage(), and tidy up the output a little; from jmc@Ingo Schwarze2012-11-191-3/+3
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-3/+19
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-0/+7
* Initial, incomplete support for -TmanIngo Schwarze2011-09-171-0/+6
* Turn on -Tutf8 in the frontend. Here we go!Kristaps Dzonsons2011-05-201-0/+9
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-1/+11
* Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted byKristaps Dzonsons2011-03-311-1/+1
* Put mandocerrs and mandoclevels arrays into libmandoc with accessorsKristaps Dzonsons2011-03-281-119/+2
* Make (e.g.) `SM' before `B' be only a warning. In reality, this refersKristaps Dzonsons2011-03-231-1/+1
* Add a FATAL error for when no manual type was assigned (you can repeatKristaps Dzonsons2011-03-221-0/+1
* main.c doesn't need roff.h anymore.Kristaps Dzonsons2011-03-211-1/+0