summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Two sanity checks got lost in treescan()Ingo Schwarze2013-06-051-29/+36
* Add back the realpath() checks that got lost during the change fromIngo Schwarze2013-06-051-121/+159
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-056-49/+43
* Changing existing SQLite databases was utterly broken:Ingo Schwarze2013-06-031-1/+3
* Starting the preparations to integrate this into OpenBSD.Ingo Schwarze2013-06-031-43/+64
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-022-9/+9
* Sync to OpenBSD, no functional change:Ingo Schwarze2013-06-023-14/+6
* Note where these functions are declared and implemented.Ingo Schwarze2013-06-021-0/+84
* This file contains too much complexity.Ingo Schwarze2013-06-011-18/+17
* Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze2013-06-011-2/+1
* latex2man.1 - oh boy...Ingo Schwarze2013-06-011-0/+4
* Some documentation of the tbl parser.Ingo Schwarze2013-06-011-0/+295
* If a table contained at least one complete lineIngo Schwarze2013-06-011-1/+1
* More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze2013-05-312-28/+28
* The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze2013-05-315-29/+29
* Reject non-printable characters found in the input stream even whenIngo Schwarze2013-05-301-8/+23
* Sync to OpenBSD:Ingo Schwarze2013-05-291-2/+4
* Simplify condition, avoid duplicate code; no functional change.Ingo Schwarze2013-05-291-6/+2
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-292-2/+2
* In keep mode, if any text is printed (even in NOSPACE mode),Ingo Schwarze2013-05-291-2/+2
* Support .Bl -offset in -mdoc -Tman.Ingo Schwarze2013-05-191-3/+21
* Move printing of the .RS macro into print_offs() such that print_offs()Ingo Schwarze2013-05-191-4/+4
* Should termp_xx_pre() ever get called for a macro it cannot handle,Ingo Schwarze2013-05-181-1/+2
* Remove the variable sz because it's invariantly == 0,Ingo Schwarze2013-05-181-7/+2
* Even though the size of a pointer should not depend on the type of theIngo Schwarze2013-05-181-1/+1
* - (mdoc.7) fix Xr to selfIngo Schwarze2013-04-283-4/+4
* Cavium Octeon (new architecture in OpenBSD); from jmc@.Ingo Schwarze2013-03-271-0/+1
* legancy -> legacy; reported by Chris HettrickIngo Schwarze2013-03-061-1/+1
* In literal mode (.nf), each input line must be kept togetherIngo Schwarze2013-01-051-3/+3
* Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze2012-12-311-34/+48
* Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze2012-11-194-10/+15
* In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze2012-11-193-5/+70
* sync usage(), and tidy up the output a little; from jmc@Ingo Schwarze2012-11-191-3/+3
* In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze2012-11-191-21/+33
* Three portability improvements by millert@:Ingo Schwarze2012-11-191-8/+9
* Make the generated man(7) code more portable by using .PDIngo Schwarze2012-11-181-5/+19
* Correct indentation for lists and displays inside lists.Ingo Schwarze2012-11-181-6/+103
* Fix four small whitespace issues related to trailing punctuationIngo Schwarze2012-11-183-4/+14
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-1714-767/+765
* Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze2012-11-163-1/+3
* End of sentence spacing after trailing punctuation after .In and .ApIngo Schwarze2012-11-161-8/+0
* Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze2012-11-161-2/+3
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-163-7/+8
* Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze2012-11-162-1/+4
* crash caused by .Ta outside .BlIngo Schwarze2012-11-041-0/+10
* freeciv wants .UR/.UE too; from bentley@Ingo Schwarze2012-10-311-0/+2
* minor EOS issue reported by Nicolas JolyIngo Schwarze2012-10-121-0/+8
* 1) Remove documentation of the groff-1.15 compatibility quirkIngo Schwarze2012-08-291-10/+4
* .Sq should use curly right quotes in HTML output to match its curlyIngo Schwarze2012-08-121-3/+3
* document .PD; related to man_term.c rev. 1.134Ingo Schwarze2012-07-291-1/+32