summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove currently unimplemented macros from the lists of used-definedIngo Schwarze2014-03-201-14/+16
* Register pure .so pages as mlinks, not as mpages.Ingo Schwarze2014-03-191-19/+67
* Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze2014-03-196-7/+24
* cope with mparse_alloc() interface changeIngo Schwarze2014-03-192-2/+2
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-196-52/+44
* Allow checking that databases are up to date even when you have no writeIngo Schwarze2014-03-181-20/+94
* in apropos(1) output, sort names and avoid multiple section numbersIngo Schwarze2014-03-171-6/+54
* Sync to OpenBSD:Ingo Schwarze2014-03-171-55/+151
* minor sync to OpenBSDIngo Schwarze2014-03-171-4/+26
* sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro,Ingo Schwarze2014-03-172-6/+28
* In -Tutf8 mode, make sure that hyphens get counted against the output lineIngo Schwarze2014-03-131-6/+7
* new bug report from wiz@ regarding Tcl*(3)Ingo Schwarze2014-03-081-0/+10
* In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze2014-03-081-1/+1
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-083-11/+24
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-082-94/+156
* In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze2014-03-071-11/+12
* Even on macro lines, \} must not cause whitespace.Ingo Schwarze2014-03-071-14/+10
* Three bugfixes related to the closing of conditional blocks:Ingo Schwarze2014-03-071-25/+12
* In -Tutf8 mode, mandoc_char(7) named accent character escape sequencesIngo Schwarze2014-03-051-11/+11
* - remove index.html, it is now part of the website repoIngo Schwarze2014-03-034-519/+30
* MANDOCERR_BADTAB needs checking, but .UR/.UE is doneIngo Schwarze2014-03-031-5/+11
* Move the regression suite to the attic.Ingo Schwarze2014-03-0386-1432/+0
* After Werner Lemberg accepted and committed some updates to the manualIngo Schwarze2014-02-162-21/+33
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-162-7/+13
* document .as and .ceIngo Schwarze2014-02-141-1/+13
* Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze2014-02-142-5/+2
* Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze2014-02-142-16/+15
* Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze2014-02-142-5/+43
* use .At where appropriate; from Jan Stary <hans at stare dot cz>Ingo Schwarze2014-02-141-1/+1
* Supplement the documentation of the .St macro by minimal commentaryIngo Schwarze2014-01-241-73/+201
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-227-19/+48
* Treat the line after .Cd as a single argument.Ingo Schwarze2014-01-211-1/+1
* Keep words after .Ic together in a single argument.Ingo Schwarze2014-01-201-1/+1
* Change markup of some fixed strings from .Ar to .Cm.Ingo Schwarze2014-01-201-31/+31
* Always compare arch case-insensitively.Ingo Schwarze2014-01-191-0/+2
* Avoid the risk of trying to modify a literal string.Ingo Schwarze2014-01-191-2/+3
* Always store the arch in lower-case only.Ingo Schwarze2014-01-191-5/+9
* Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze2014-01-192-68/+30
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-193-2/+49
* Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze2014-01-181-0/+9
* Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze2014-01-181-40/+40
* Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze2014-01-181-4/+2
* Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze2014-01-181-3/+1
* Remove useless use of strnlen(3).Ingo Schwarze2014-01-111-1/+1
* Cache the result of uname(3) such that we don't need to call itIngo Schwarze2014-01-071-29/+22
* Gprof(1) is fun. You should use it more often.Ingo Schwarze2014-01-061-9/+6
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-062-10/+12
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-063-6/+8
* Do not sync to disk after each individual manual page (duh!),Ingo Schwarze2014-01-061-4/+6
* Fix mandocdb(8) -d and -u.Ingo Schwarze2014-01-061-14/+35