aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Throwing FATAL MANDOCERR_SYNTCHILD on non-.It children of .BlIngo Schwarze2013-09-221-2/+8
* DocBook abuses \h - for no good reason, but maybe we should eventuallyIngo Schwarze2013-09-221-1/+6
* use the .Bx macro; from Jan Stary via jmc@Ingo Schwarze2013-09-161-3/+4
* two improvements in the SYNOPSIS;Ingo Schwarze2013-09-161-4/+3
* Drop .Ud remark, it has started to slowly turn into a lie.Ingo Schwarze2013-09-161-9/+2
* Beagle has been replaced by armv7; from patrick@.Ingo Schwarze2013-09-161-2/+2
* One of the WARNING messages has to use the word "section" twice in twoIngo Schwarze2013-09-163-6/+7
* Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze2013-09-151-4/+3
* Block closing macros do not allocate a new node but finish an existingIngo Schwarze2013-09-151-1/+4
* For some mdoc(7) macros, it is (unfortunately) semantically significantIngo Schwarze2013-09-151-3/+6
* Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze2013-08-212-22/+18
* Use text production macros to document themselves.Ingo Schwarze2013-08-141-7/+17
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-087-55/+90
* After a leading blank on an output line, the first word was counted twiceIngo Schwarze2013-08-051-2/+2
* Put .%C before .%D in .Rs outputIngo Schwarze2013-08-051-3/+3
* jca@ found .as .shift .while in ratpoison(1)Ingo Schwarze2013-07-141-1/+7
* tedu@ says: "whatis pool" doesn't workIngo Schwarze2013-07-141-1/+10
* For citing the names and email addresses of authors,Ingo Schwarze2013-07-1313-56/+42
* Rudimentary implementation of the .it request (input line trap).Ingo Schwarze2013-07-134-19/+64
* Simple partial sync with OpenBSD:Ingo Schwarze2013-07-052-17/+17
* For the strings table, ohash_init is only called in ofmerge(),Ingo Schwarze2013-07-021-17/+16
* Turning off synchronous mode logically belongs to opening the database,Ingo Schwarze2013-07-021-10/+12
* fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36Ingo Schwarze2013-07-021-9/+1
* Restore the check whether each page added to the databaseIngo Schwarze2013-07-021-19/+87
* Parse for the closing delimiter `\}' for conditionalsIngo Schwarze2013-06-271-44/+32
* sort missing roff requests, and add some usage infoIngo Schwarze2013-06-221-5/+13
* 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-9/+28
* Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q.Ingo Schwarze2013-06-192-14/+23
* 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