summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2014-07-13Make the calltree a bit easier to understand by giving theIngo Schwarze
2014-07-13make source vs. formatted guessing a bit more robustIngo Schwarze
2014-07-13By popular demand, bring man.cgi default mode closer to what man(1) does:Ingo Schwarze
2014-07-13Install the manuals of the web interface below the same directoryIngo Schwarze
2014-07-13update after recent code changesIngo Schwarze
2014-07-12Polish the search form using feedback from beck@ and others,Ingo Schwarze
2014-07-12No need for run-time configuration, add minimal compile-timeIngo Schwarze
2014-07-12Simplify: Delete 74 lines of code including one enum type, oneIngo Schwarze
2014-07-12Start fixing issues that beck@ helped find:Ingo Schwarze
2014-07-12Fix whatis(1) to correctly match words instead of any substrings.Ingo Schwarze
2014-07-12fix the two links on the start pageIngo Schwarze
2014-07-11make http decode linear time. also remove a redundant null check.Ted Unangst
2014-07-11http headers must end lines with CRLF. ok schwarzeTed Unangst
2014-07-11Bring in man.cgi(8) to maintain it in our tree together with mandoc.Ingo Schwarze
2014-07-09mark defos as const; nobody needs to change it,Ingo Schwarze
2014-07-09delete forgotten, obsolete rew_warn() prototypeIngo Schwarze
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-07Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze
2014-07-07no need to delete any content from .Rs blocks,Ingo Schwarze
2014-07-07no need to skip content before first section headerIngo Schwarze
2014-07-07implement .dei and .amiIngo Schwarze
2014-07-06Clean up messages related to plain text and to escape sequences.Ingo Schwarze
2014-07-06After skipping an escape sequence with incomplete arguments,Ingo Schwarze
2014-07-06Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze
2014-07-06Fix handling of escape sequences taking numeric arguments.Ingo Schwarze
2014-07-05Cleanup with respect to bad macro arguments.Ingo Schwarze
2014-07-05Cleanup regarding -offset and -width:Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-04Clean up messages related to missing arguments.Ingo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-02Improve and test the messages about empty macros,Ingo Schwarze
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
2014-07-02Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze
2014-07-02Clean up warnings related to macros and nesting.Ingo Schwarze
2014-07-02Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze
2014-07-02Change column display in -Ttree to be 1-based instead of 0-basedIngo Schwarze
2014-07-02Improve "skipping paragraph macro" messages,Ingo Schwarze
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-07-01Clean up the warnings related to document structure.Ingo Schwarze
2014-07-01The previous commit to this file broke the control flow keywords \{ and \}Ingo Schwarze
2014-06-30garbage collect two unused enum mandocerr itemsIngo Schwarze
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Major roff_getname() cleanup.Ingo Schwarze
2014-06-29Bugfix in roff_setstrn():Ingo Schwarze
2014-06-25Improve messages related to the roff(7) .so request.Ingo Schwarze
2014-06-23Below DIAGNOSTICS, document the SYSERR message level;Ingo 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