summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few lies; polish wording and formatting while here.Ingo Schwarze2014-04-181-23/+30
* Garbage collect one pair of needless parentheses in SQL code generation;Ingo Schwarze2014-04-171-7/+7
* Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze2014-04-162-28/+28
* Give the mlinks and keys tables a pageid index,Ingo Schwarze2014-04-161-1/+3
* Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)Ingo Schwarze2014-04-161-2/+4
* Oops, sorry, revert previous and commit the correct patch:Ingo Schwarze2014-04-151-4/+6
* At the end of mansearch(), fchdir() back to where we started from;Ingo Schwarze2014-04-151-0/+1
* remove documentation of the former macro key "NAME";Ingo Schwarze2014-04-151-1/+0
* Document the database format and SQL code generation;Ingo Schwarze2014-04-153-4/+383
* Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze2014-04-151-11/+7
* Unify description handling across all document types (mdoc, man, cat).Ingo Schwarze2014-04-131-8/+3
* better error reporting in case of SQL errors: mention dir and fileIngo Schwarze2014-04-131-8/+8
* Further apropos(1) speed optimization was trickier than anticipated.Ingo Schwarze2014-04-113-0/+51
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-104-88/+144
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-094-77/+95
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-084-47/+42
* If the SYNOPSIS section contains an excessively long .Nm,Ingo Schwarze2014-04-081-0/+2
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-083-38/+87
* We already supported (outer) user-defined strings containing referencesIngo Schwarze2014-04-071-36/+44
* Make it clear which errors come from which tool.Ingo Schwarze2014-04-071-3/+6
* Accept arbitrary argument delimiters for various roff(7) escape sequences.Ingo Schwarze2014-04-071-4/+4
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-072-73/+286
* bugfix: make sure all variables are properly initializedIngo Schwarze2014-04-051-5/+5
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-052-6/+38
* In -p (picky) mode, warn unless each filename (aka mlink)Ingo Schwarze2014-04-041-24/+29
* Warn about missing mlinks.Ingo Schwarze2014-04-041-0/+40
* Remember which names are in the NAME section.Ingo Schwarze2014-04-044-53/+60
* merge OpenBSD rev. 1.20, describing new featuresIngo Schwarze2014-04-041-2/+20
* When the -n or -t flag is given to makewhatis(8),Ingo Schwarze2014-04-042-7/+41
* Instead of silently doing nothing at all,Ingo Schwarze2014-04-031-0/+5
* Rename the -W option to -p (mnemonics: picky, print to stderr):Ingo Schwarze2014-04-032-17/+24
* The -v option of mandocdb(8) clashes with the -v option of espie@'sIngo Schwarze2014-04-032-19/+17
* document -Q and -T; from OpenBSDIngo Schwarze2014-04-031-6/+22
* Support the CONTEXT section for kernel manual pages found in Solaris andIngo Schwarze2014-03-314-0/+14
* Improve formatting of broken blocks in -Tman,Ingo Schwarze2014-03-301-2/+11
* Allow ERRORS in section 4; OpenBSD rev. 1.121.Ingo Schwarze2014-03-301-2/+4
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-307-15/+56
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-3019-11/+109
* Allow leading and trailing vertical lines,Ingo Schwarze2014-03-283-4/+16
* Properly initialize malloc(3)ed memory.Ingo Schwarze2014-03-281-0/+1
* Without bloating mandoc(1) itself, let mandocdb(8) support filesIngo Schwarze2014-03-261-16/+80
* Improve error reporting.Ingo Schwarze2014-03-261-33/+51
* Skip leading escape sequences in man_deroff(). Helps indexing ofIngo Schwarze2014-03-231-4/+11
* Retire the old concat() function.Ingo Schwarze2014-03-231-77/+26
* If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze2014-03-233-25/+44
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-233-46/+49
* needs mandoc_aux, tooIngo Schwarze2014-03-231-0/+1
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-235-47/+17
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-232-0/+137
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-2334-126/+88