aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* The mdoc_handler flags are unused and will never be used.Ingo Schwarze2013-06-071-127/+124
* In .Xr database entries, mention the manual section again;Ingo Schwarze2013-06-071-3/+14
* The string hash table is only needed to combine multiple occurencesIngo Schwarze2013-06-071-110/+68
* Optimize stradds() and putkeys() to not call ohash_qlookupi()Ingo Schwarze2013-06-061-45/+28
* Drop wordaddbuf() which is identical to putkeys().Ingo Schwarze2013-06-061-22/+9
* In dbopen(), check success of remove("mandoc.db~").Ingo Schwarze2013-06-061-22/+15
* No point in inventing yet another file name for the database.Ingo Schwarze2013-06-061-2/+2
* In parse_catpage(), the comment saying that the filename would beIngo Schwarze2013-06-061-1/+2
* The return value from parse_man() is completely unused,Ingo Schwarze2013-06-051-14/+10
* Two sanity checks got lost in treescan()Ingo Schwarze2013-06-051-30/+37
* Add back the realpath() checks that got lost during the change fromIngo Schwarze2013-06-051-122/+160
* 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