summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify that predefined strings aren't groff-isms, they're troff-isms.Kristaps Dzonsons2010-08-071-1/+1
* tweaks from jmc@:Ingo Schwarze2010-08-061-36/+41
* merge from OpenBSD:Ingo Schwarze2010-08-062-9/+5
* IMPORTANT FIX: add missing braces around alloc failure conditional inKristaps Dzonsons2010-08-061-3/+7
* Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, itJoerg Sonnenberger2010-08-011-15/+18
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-3111-11/+11
* Don't crash for the following test case as reported by Jordan Gordeev:Joerg Sonnenberger2010-07-301-0/+7
* Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.Joerg Sonnenberger2010-07-291-0/+4
* Add PDF files to www. We also show text and ps, just to show off.VERSION.1.10.5Kristaps Dzonsons2010-07-272-22/+39
* Get version bits in: 1.10.5.Kristaps Dzonsons2010-07-272-4/+4
* No-op to shut up lint.Kristaps Dzonsons2010-07-271-1/+1
* Fix `ds' handling. This was stripping characters from "val", when theKristaps Dzonsons2010-07-272-12/+32
* Nit-picking style of www page.Kristaps Dzonsons2010-07-271-1/+2
* Fill in more version notes.Kristaps Dzonsons2010-07-271-6/+9
* Update TODO to note that %A needs "and" before final author and thatKristaps Dzonsons2010-07-271-0/+3
* Removed boot_config.8 breakage, which was fixed by the last commit ofKristaps Dzonsons2010-07-271-11/+0
* Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaksKristaps Dzonsons2010-07-272-14/+7
* `Ad' is supposed to underline. Found whilst trolling through manuals.Kristaps Dzonsons2010-07-262-2/+2
* Make `Sm' start no-spacing after the first output word. Fix in bothKristaps Dzonsons2010-07-262-0/+4
* Clean up some tight spots in mandoc's default mode: pessimisticallyKristaps Dzonsons2010-07-261-19/+14
* Remove asciisz from chars.in. It frees up a nice chunk of memory and atKristaps Dzonsons2010-07-262-380/+379
* Note that `Dd' can be empty. This found following a thread on discuss@Kristaps Dzonsons2010-07-263-4/+15
* Merge schwarze@'s pass over mdoc.7. Fixed small new-sentence-new-lineKristaps Dzonsons2010-07-261-222/+230
* Fix chars.in fall-through to ASCII mode. This bug only affectedKristaps Dzonsons2010-07-261-6/+6
* Note -Tpdf in www.Kristaps Dzonsons2010-07-261-0/+1
* Merge Jason McIntyre's corrections to man.7.Kristaps Dzonsons2010-07-261-24/+21
* Avoid running the "width" termp callback for each whitespace.Kristaps Dzonsons2010-07-251-3/+3
* Fully-working -Tpdf: xref table is now generated. This works for bothKristaps Dzonsons2010-07-252-17/+48
* Make PDF sections contiguous.Kristaps Dzonsons2010-07-251-63/+51
* Ensure that isalnum is called with unsigned char argument.Joerg Sonnenberger2010-07-251-1/+1
* list two additional issuesIngo Schwarze2010-07-251-0/+17
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-255-50/+256
* Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION.1.10.5.PREPDFKristaps Dzonsons2010-07-231-18/+17
* Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that aKristaps Dzonsons2010-07-232-18/+65