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