aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze2014-03-081-2/+2
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-083-14/+27
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-082-97/+159
* In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze2014-03-071-12/+13
* Even on macro lines, \} must not cause whitespace.Ingo Schwarze2014-03-071-15/+11
* Three bugfixes related to the closing of conditional blocks:Ingo Schwarze2014-03-071-26/+13
* In -Tutf8 mode, mandoc_char(7) named accent character escape sequencesIngo Schwarze2014-03-051-12/+12
* - 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-6/+12
* 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-25/+37
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-162-9/+15
* document .as and .ceIngo Schwarze2014-02-141-3/+15
* Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze2014-02-142-7/+4
* Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze2014-02-142-18/+17
* Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze2014-02-142-7/+45
* use .At where appropriate; from Jan Stary <hans at stare dot cz>Ingo Schwarze2014-02-141-3/+3
* Supplement the documentation of the .St macro by minimal commentaryIngo Schwarze2014-01-241-75/+203
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-227-26/+55
* Treat the line after .Cd as a single argument.Ingo Schwarze2014-01-211-2/+2
* Keep words after .Ic together in a single argument.Ingo Schwarze2014-01-201-2/+2
* Change markup of some fixed strings from .Ar to .Cm.Ingo Schwarze2014-01-201-33/+33
* Always compare arch case-insensitively.Ingo Schwarze2014-01-191-1/+3
* Avoid the risk of trying to modify a literal string.Ingo Schwarze2014-01-191-3/+4
* Always store the arch in lower-case only.Ingo Schwarze2014-01-191-6/+10
* Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze2014-01-192-69/+31
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-193-3/+50
* Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze2014-01-181-1/+10
* Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze2014-01-181-41/+41
* Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze2014-01-181-5/+3
* Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze2014-01-181-4/+2
* Remove useless use of strnlen(3).Ingo Schwarze2014-01-111-2/+2
* Cache the result of uname(3) such that we don't need to call itIngo Schwarze2014-01-071-30/+23
* Gprof(1) is fun. You should use it more often.Ingo Schwarze2014-01-061-10/+7
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-062-12/+14
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-063-9/+11
* Do not sync to disk after each individual manual page (duh!),Ingo Schwarze2014-01-061-5/+7
* Fix mandocdb(8) -d and -u.Ingo Schwarze2014-01-061-15/+36
* Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze2014-01-061-6/+6
* Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze2014-01-062-14/+21
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-065-33/+12
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-066-7/+13
* Cope with mparse_alloc() interface change.Ingo Schwarze2014-01-052-4/+4
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-0510-40/+101
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-054-6/+15
* Merge NetBSD's r1.4: Rename data to getdata to work around bugs in theJoerg Sonnenberger2014-01-051-5/+5
* Rip out the complete "reachable" checks, without replacement.Ingo Schwarze2014-01-051-69/+7
* Remove the obsolete file name column from the mpages table.Ingo Schwarze2014-01-052-38/+32
* Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze2014-01-052-12/+8
* Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze2014-01-052-25/+57