aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-073-53/+28
* no need to delete any content from .Rs blocks,Ingo Schwarze2014-07-073-39/+16
* no need to skip content before first section headerIngo Schwarze2014-07-074-28/+8
* implement .dei and .amiIngo Schwarze2014-07-074-51/+72
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-0610-50/+65
* After skipping an escape sequence with incomplete arguments,Ingo Schwarze2014-07-061-3/+3
* Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze2014-07-061-8/+15
* Fix handling of escape sequences taking numeric arguments.Ingo Schwarze2014-07-061-2/+4
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-054-77/+80
* Cleanup regarding -offset and -width:Ingo Schwarze2014-07-053-59/+57
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-048-50/+65
* Clean up messages related to missing arguments.Ingo Schwarze2014-07-043-34/+29
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-034-31/+29
* MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze2014-07-033-6/+12
* Improve and test the messages about empty macros,Ingo Schwarze2014-07-023-8/+12
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-024-29/+30
* Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze2014-07-023-8/+16
* Clean up warnings related to macros and nesting.Ingo Schwarze2014-07-025-30/+23
* Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze2014-07-021-3/+3
* Change column display in -Ttree to be 1-based instead of 0-basedIngo Schwarze2014-07-021-4/+4
* Improve "skipping paragraph macro" messages,Ingo Schwarze2014-07-023-21/+43
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-0212-68/+186
* Clean up the warnings related to document structure.Ingo Schwarze2014-07-016-63/+87
* The previous commit to this file broke the control flow keywords \{ and \}Ingo Schwarze2014-07-011-2/+4
* garbage collect two unused enum mandocerr itemsIngo Schwarze2014-06-302-15/+7
* Use the freshly improved roff_getname() functionIngo Schwarze2014-06-291-17/+16
* Use the freshly improved roff_getname() functionIngo Schwarze2014-06-291-39/+19
* Major roff_getname() cleanup.Ingo Schwarze2014-06-291-36/+52
* Bugfix in roff_setstrn():Ingo Schwarze2014-06-291-2/+3
* Improve messages related to the roff(7) .so request.Ingo Schwarze2014-06-253-8/+15
* Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are deprecated.Ingo Schwarze2014-06-241-48/+24
* Below DIAGNOSTICS, document the SYSERR message level;Ingo Schwarze2014-06-231-5/+7
* Minimal COMPATIBILITY cleanup:Ingo Schwarze2014-06-221-36/+7
* Minimal cleanup of the COMPATIBILITY section:Ingo Schwarze2014-06-221-40/+11
* Reduce the verbosity of error messages caused by open(2) failures.Ingo Schwarze2014-06-212-5/+8
* Prefix messages about bad command line options and argumentsIngo Schwarze2014-06-212-12/+19
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-208-39/+51
* Start systematic improvements of error reporting.Ingo Schwarze2014-06-206-33/+40
* Prefix error messages from mandoc(1) with "mandoc: "Ingo Schwarze2014-06-201-2/+3
* let the build system cope with the recent ohash changesIngo Schwarze2014-06-203-8/+14
* take a note about pandocIngo Schwarze2014-06-201-1/+5
* Merge from OpenBSD - Marc Espie improved the ohash interface:Ingo Schwarze2014-06-204-36/+38
* sync to OpenBSD:Ingo Schwarze2014-06-202-53/+52
* More tweaking of set_basedir().Ingo Schwarze2014-06-201-24/+40
* Some simple set_basedir() cleanup; more to come.Ingo Schwarze2014-06-191-17/+21
* Merge OpenBSD rev. 1.108 by sthen@; original commit message:Ingo Schwarze2014-06-181-2/+3
* some new things to doIngo Schwarze2014-06-101-1/+19
* Render roff escape sequences contained in manual page descriptionsIngo Schwarze2014-05-071-2/+11
* Fix two memory leaks in makewhatis -n:Ingo Schwarze2014-05-071-2/+14
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze2014-05-071-4/+7