summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* After a leading blank on an output line, the first word was counted twiceIngo Schwarze2013-08-051-1/+1
* Put .%C before .%D in .Rs outputIngo Schwarze2013-08-051-2/+2
* jca@ found .as .shift .while in ratpoison(1)Ingo Schwarze2013-07-141-0/+6
* tedu@ says: "whatis pool" doesn't workIngo Schwarze2013-07-141-0/+9
* For citing the names and email addresses of authors,Ingo Schwarze2013-07-1313-31/+17
* Rudimentary implementation of the .it request (input line trap).Ingo Schwarze2013-07-134-15/+60
* Simple partial sync with OpenBSD:Ingo Schwarze2013-07-052-14/+14
* For the strings table, ohash_init is only called in ofmerge(),Ingo Schwarze2013-07-021-16/+15
* Turning off synchronous mode logically belongs to opening the database,Ingo Schwarze2013-07-021-9/+11
* fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36Ingo Schwarze2013-07-021-8/+0
* Restore the check whether each page added to the databaseIngo Schwarze2013-07-021-18/+86
* Parse for the closing delimiter `\}' for conditionalsIngo Schwarze2013-06-271-43/+31
* sort missing roff requests, and add some usage infoIngo Schwarze2013-06-221-4/+12
* A very simple utility script to automatically compare groff and mandocIngo Schwarze2013-06-221-0/+35
* Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze2013-06-203-6/+25
* Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q.Ingo Schwarze2013-06-192-11/+20
* The mdoc_handler flags are unused and will never be used.Ingo Schwarze2013-06-071-126/+123
* In .Xr database entries, mention the manual section again;Ingo Schwarze2013-06-071-2/+13
* The string hash table is only needed to combine multiple occurencesIngo Schwarze2013-06-071-109/+67
* Optimize stradds() and putkeys() to not call ohash_qlookupi()Ingo Schwarze2013-06-061-44/+27
* Drop wordaddbuf() which is identical to putkeys().Ingo Schwarze2013-06-061-21/+8
* In dbopen(), check success of remove("mandoc.db~").Ingo Schwarze2013-06-061-21/+14
* No point in inventing yet another file name for the database.Ingo Schwarze2013-06-061-1/+1
* In parse_catpage(), the comment saying that the filename would beIngo Schwarze2013-06-061-0/+1
* The return value from parse_man() is completely unused,Ingo Schwarze2013-06-051-13/+9
* 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