summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/main.c
AgeCommit message (Expand)Author
2014-11-11In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze
2014-11-11Let -h imply -c (that is, not use the pager).Ingo Schwarze
2014-11-11implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze
2014-10-30mandoc.1: fix a macro error in previousJason McIntyre
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-18plug file descriptor leaks on read or write failure;Ingo Schwarze
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-09-01In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze
2014-08-30Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze
2014-08-27Add an implementation of man(1) into the /usr/bin/mandoc binary andIngo Schwarze
2014-06-21Reduce the verbosity of error messages caused by open(2) failures.Ingo Schwarze
2014-06-21Prefix messages about bad command line options and argumentsIngo Schwarze
2014-06-20As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze
2014-06-20Prefix error messages from mandoc(1) with "mandoc: "Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-03-19Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze
2014-03-19Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze
2014-01-06Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze
2014-01-05Add an option -Q (quick) to mandocdb(8)Ingo Schwarze
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-05-24Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze
2011-12-25Accept "makewhatis" as an alias for "mandocdb".Ingo Schwarze
2011-11-28Implement whatis(1) as a special apropos(1) mode as a part ofIngo Schwarze
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
2011-10-061) Import the future apropos(1) replacement written by kristaps@.Ingo Schwarze
2011-09-17Initial, incomplete support for -TmanIngo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-03-07Clean up date handling,Ingo Schwarze
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-24Skip carriage return before newline, if any.Ingo Schwarze
2011-01-20When finding the roff .it request (line trap),Ingo Schwarze
2011-01-16Some improvements to error handling from kristaps@:Ingo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-10Refactoring in preparation for .rm support:Ingo Schwarze
2011-01-09Make sure coding errors cannot make us miss fatal parsing errorsIngo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2011-01-03Partial cleanup of argument count validation in mdoc(7):Ingo Schwarze
2010-12-21Sane behaviour for the growing of very small buffers:Ingo Schwarze
2010-12-09Abort endless loops during roff macro and string expansion.Ingo Schwarze
2010-12-02Track the parser status both per file (file_status), such thatIngo Schwarze
2010-12-01Cleanup by kristaps@:Ingo Schwarze
2010-12-01Merge mdoc_action.c into mdoc_validate.c, because having two places to doIngo Schwarze