| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the regression suite to the attic. | Ingo Schwarze | 2014-03-03 | 86 | -1432/+0 |
* | After Werner Lemberg accepted and committed some updates to the manual | Ingo Schwarze | 2014-02-16 | 2 | -21/+33 |
* | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze | 2014-02-16 | 2 | -7/+13 |
* | document .as and .ce | Ingo Schwarze | 2014-02-14 | 1 | -1/+13 |
* | Parse and ignore the roff(7) .ce request (center some lines). | Ingo Schwarze | 2014-02-14 | 2 | -5/+2 |
* | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze | 2014-02-14 | 2 | -16/+15 |
* | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze | 2014-02-14 | 2 | -5/+43 |
* | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | 2014-02-14 | 1 | -1/+1 |
* | Supplement the documentation of the .St macro by minimal commentary | Ingo Schwarze | 2014-01-24 | 1 | -73/+201 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 7 | -19/+48 |
* | Treat the line after .Cd as a single argument. | Ingo Schwarze | 2014-01-21 | 1 | -1/+1 |
* | Keep words after .Ic together in a single argument. | Ingo Schwarze | 2014-01-20 | 1 | -1/+1 |
* | Change markup of some fixed strings from .Ar to .Cm. | Ingo Schwarze | 2014-01-20 | 1 | -31/+31 |
* | Always compare arch case-insensitively. | Ingo Schwarze | 2014-01-19 | 1 | -0/+2 |
* | Avoid the risk of trying to modify a literal string. | Ingo Schwarze | 2014-01-19 | 1 | -2/+3 |
* | Always store the arch in lower-case only. | Ingo Schwarze | 2014-01-19 | 1 | -5/+9 |
* | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze | 2014-01-19 | 2 | -68/+30 |
* | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze | 2014-01-19 | 3 | -2/+49 |
* | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze | 2014-01-18 | 1 | -0/+9 |
* | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze | 2014-01-18 | 1 | -40/+40 |
* | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze | 2014-01-18 | 1 | -4/+2 |
* | Despite some experimenting, i'm unable to find any relevant effect of | Ingo Schwarze | 2014-01-18 | 1 | -3/+1 |
* | Remove useless use of strnlen(3). | Ingo Schwarze | 2014-01-11 | 1 | -1/+1 |
* | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze | 2014-01-07 | 1 | -29/+22 |
* | Gprof(1) is fun. You should use it more often. | Ingo Schwarze | 2014-01-06 | 1 | -9/+6 |
* | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze | 2014-01-06 | 2 | -10/+12 |
* | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze | 2014-01-06 | 3 | -6/+8 |
* | Do not sync to disk after each individual manual page (duh!), | Ingo Schwarze | 2014-01-06 | 1 | -4/+6 |
* | Fix mandocdb(8) -d and -u. | Ingo Schwarze | 2014-01-06 | 1 | -14/+35 |
* | Rename dbindex() to dbadd() to be less confusing. | Ingo Schwarze | 2014-01-06 | 1 | -5/+5 |
* | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze | 2014-01-06 | 2 | -12/+19 |
* | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze | 2014-01-06 | 5 | -28/+7 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 6 | -0/+6 |
* | Cope with mparse_alloc() interface change. | Ingo Schwarze | 2014-01-05 | 2 | -2/+2 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 10 | -29/+90 |
* | Tag functions with format strings as arguments as printf-like. | Joerg Sonnenberger | 2014-01-05 | 4 | -2/+11 |
* | Merge NetBSD's r1.4: Rename data to getdata to work around bugs in the | Joerg Sonnenberger | 2014-01-05 | 1 | -4/+4 |
* | Rip out the complete "reachable" checks, without replacement. | Ingo Schwarze | 2014-01-05 | 1 | -68/+6 |
* | Remove the obsolete file name column from the mpages table. | Ingo Schwarze | 2014-01-05 | 2 | -36/+30 |
* | Remove the obsolete sec and arch columns from the mpages table. | Ingo Schwarze | 2014-01-05 | 2 | -10/+6 |
* | Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to | Ingo Schwarze | 2014-01-05 | 2 | -23/+55 |
* | Put section and architecture info into the keys table, | Ingo Schwarze | 2014-01-05 | 3 | -2/+14 |
* | New implementation of complex search criteria using \(, \), -a because | Ingo Schwarze | 2014-01-04 | 1 | -55/+91 |
* | Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c} | Ingo Schwarze | 2014-01-04 | 1 | -2/+7 |
* | Put ./configure into the distributin tarball. | Ingo Schwarze | 2014-01-04 | 1 | -1/+3 |
* | Use C99 uint32_t, not BSD-style u_int32_t. | Ingo Schwarze | 2014-01-04 | 2 | -3/+3 |
* | Even though strnlen(3) is required by POSIX 2008, | Ingo Schwarze | 2014-01-04 | 6 | -9/+66 |
* | Clean up feature tests: | Ingo Schwarze | 2014-01-04 | 8 | -72/+86 |
* | Avoid "utf8" in the names of a function and a struct member | Ingo Schwarze | 2014-01-02 | 1 | -18/+18 |
* | Do not put UTF-8-encoded strings into the database by default, use ASCII. | Ingo Schwarze | 2014-01-02 | 1 | -16/+34 |