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