summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Found nit in -T[x]html.Kristaps Dzonsons2010-09-081-0/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-049-22/+23
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-046-7/+82
* Removed 'br\} comment from TODO. This was fixed a few weeks ago.Kristaps Dzonsons2010-09-041-3/+0
* Fix premature return from sub-conditional roff statements. This fixKristaps Dzonsons2010-09-041-5/+3
* Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, andKristaps Dzonsons2010-09-043-3/+3
* Remove the pod2man table entries. They can now be properly read andKristaps Dzonsons2010-08-292-10/+3
* Allow `.xx\}' where xx is a macro (e.g., `.br\}') to close scope. This isKristaps Dzonsons2010-08-292-4/+14
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-294-2/+8
* Made -mdoc `Pp', `Lp', and `br' not FATAL when having arguments.Kristaps Dzonsons2010-08-291-3/+3
* Move mdoc/man template "The next is for" into the section itself. AddedKristaps Dzonsons2010-08-283-18/+24
* "sys/param.h is for kernel interface programs.Kristaps Dzonsons2010-08-261-1/+1
* Fixed HISTORY to note mdoc's rewrite in groff-1.17, not groff-1.20.Kristaps Dzonsons2010-08-241-1/+1
* Handle nested, recursive mathematical subexpressions. This isKristaps Dzonsons2010-08-242-1/+44
* Strip out `\k' escape.Kristaps Dzonsons2010-08-244-1/+7
* Stripping out of `\w' groff escape. Yet another for pod2man...Kristaps Dzonsons2010-08-244-6/+18
* Have the `ds' processor strip out `\\' as stipulated in groff.7. I onlyKristaps Dzonsons2010-08-241-2/+25
* Strip out the `\z' escape. This is the first recursive sequence,Kristaps Dzonsons2010-08-244-1/+21
* Add a short HISTORY section to mdoc.7. Facts provided by schwarze@'sKristaps Dzonsons2010-08-221-0/+11
* Sort COMPATIBILITY in mdoc(7) (from schwarze@).Kristaps Dzonsons2010-08-222-120/+128
* Backout previous.Ingo Schwarze2010-08-211-13/+0
* Centralize handling of literal tabs in term_flushln() in one place,Ingo Schwarze2010-08-201-10/+3
* When a column contains trailing spaces, calculate the paddingIngo Schwarze2010-08-201-0/+6
* .Bl -column phrases ignore spacing rules for trailing punctuationIngo Schwarze2010-08-202-0/+20
* fix previous: when bailing out due to -Wstop,Ingo Schwarze2010-08-201-8/+8
* Fixed Makefile auto-generation of manuals not to use -fstrict and [old] -Werror.Kristaps Dzonsons2010-08-201-4/+4
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-2022-421/+334
* Updated hypermail link to summary.html.Kristaps Dzonsons2010-08-191-3/+3
* Added mail archive periodically generated by hypermail.Kristaps Dzonsons2010-08-181-5/+13
* Migrate `Xr groff 1' -> GNU troff. I no longer assume that groff isKristaps Dzonsons2010-08-181-5/+2
* Remove references to \s in mandoc.1: we no longer document these and justKristaps Dzonsons2010-08-181-11/+0
* Add joerg@'s note that br\} needs work in libroff.Kristaps Dzonsons2010-08-181-0/+3
* Remove \*(C+ from the pre-predefined strings. It is always `ds'-definedKristaps Dzonsons2010-08-164-3/+5
* Add \v and \h to ignored escapes. These are in the category of \s.Kristaps Dzonsons2010-08-162-16/+21
* OpenBSD src/sbin was used as a tool to hunt bugs in mandoc.Ingo Schwarze2010-08-151-1/+35
* OpenBSD src/bin was used as a tool to hunt bugs in mandoc.Ingo Schwarze2010-08-151-1/+40
* Note first that TODO file should be up to date.Kristaps Dzonsons2010-08-141-2/+3
* Correctly make quotes around `Lk' link-name argument. Noted by AldisKristaps Dzonsons2010-08-091-2/+6
* Correctly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja.Kristaps Dzonsons2010-08-091-5/+7
* simplify the code copying the macro name, and sync theIngo Schwarze2010-08-082-15/+12
* Make sure we really throw away non-ASCII characters.Ingo Schwarze2010-08-081-2/+3
* Clean out the isgraph() checks in mdoc.c and man.c. These code pathsKristaps Dzonsons2010-08-072-23/+2
* "Groff allows the initial macro on a line to be delimited by a space ofKristaps Dzonsons2010-08-071-6/+15
* Add TODO noted by Alex Kozlov.Kristaps Dzonsons2010-08-071-0/+3
* Remove mandoc.1 compatibility notes that are no longer relevant.Kristaps Dzonsons2010-08-071-10/+0
* same as mdoc_term.c rev. 1.180:Ingo Schwarze2010-08-071-4/+4
* merge from OpenBSD mdoc_term.c rev. 1.100:Ingo Schwarze2010-08-071-2/+4
* Removed cross-reference to groff(1) in favour of simply mentioning GNUKristaps Dzonsons2010-08-071-1/+1
* Added serial comma.Kristaps Dzonsons2010-08-071-5/+5
* `In' comes before `Vt' in function example of SYNOPSIS.Kristaps Dzonsons2010-08-071-1/+1