Age | Commit message (Expand) | Author |
2014-01-24 | Improve formatting of broken blocks in -Tman, | Ingo Schwarze |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2014-01-21 | Treat the line after .Cd as a single argument. | Ingo Schwarze |
2014-01-20 | Keep words after .Ic together in a single argument. | Ingo Schwarze |
2014-01-19 | Always compare arch case-insensitively. | Ingo Schwarze |
2014-01-19 | Avoid the risk of trying to modify a literal string. | Ingo Schwarze |
2014-01-19 | Always store the arch in lower-case only. | Ingo Schwarze |
2014-01-19 | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze |
2014-01-19 | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze |
2014-01-18 | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze |
2014-01-17 | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze |
2014-01-17 | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze |
2014-01-17 | Despite some experimenting, i'm unable to find any relevant effect of | Ingo Schwarze |
2014-01-11 | Remove useless use of strnlen(3). | Ingo Schwarze |
2014-01-07 | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze |
2014-01-06 | Gprof(1) is fun. You should use it more often. | Ingo Schwarze |
2014-01-06 | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze |
2014-01-06 | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze |
2014-01-06 | Do not sync to disk after each individual manual page (duh!), | Ingo Schwarze |
2014-01-06 | Fix mandocdb(8) -d and -u. | Ingo Schwarze |
2014-01-06 | Rename dbindex() to dbadd() to be less confusing. | Ingo Schwarze |
2014-01-06 | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze |
2014-01-06 | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze |
2014-01-06 | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze |
2014-01-05 | Fix one case where a non-literal is used as format string. | Ingo Schwarze |
2014-01-05 | Merge NetBSD rev. 1.4: | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2014-01-05 | Rip out the complete "reachable" checks, without replacement. | Ingo Schwarze |
2014-01-05 | Remove the obsolete file name column from the mpages table. | Ingo Schwarze |
2014-01-05 | Remove the obsolete sec and arch columns from the mpages table. | Ingo Schwarze |
2014-01-05 | Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to | Ingo Schwarze |
2014-01-05 | Put section and architecture info into the keys table, | Ingo Schwarze |
2014-01-04 | New implementation of complex search criteria using \(, \), -a because | Ingo Schwarze |
2014-01-02 | Avoid "utf8" in the names of a function and a struct member | Ingo Schwarze |
2014-01-02 | Do not put UTF-8-encoded strings into the database by default, use ASCII. | Ingo Schwarze |
2014-01-02 | Polish the mlink_add() interface: | Ingo Schwarze |
2014-01-02 | Check all MLINKS for consistency with the content of the manual page, | Ingo Schwarze |
2014-01-02 | LDFLAGS -> LDADD, fixes build on static arches. | Miod Vallat |
2014-01-02 | Since the functions in read.c are part of the mandoc(3) library, | Ingo Schwarze |
2013-12-31 | Yet another regression introduced by Kristaps when he switched from | Ingo Schwarze |
2013-12-31 | remove assignments that will be overwritten right afterwards, | Ingo Schwarze |
2013-12-31 | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze |
2013-12-31 | Split buildnames() out of mansearch(); the latter function is getting | Ingo Schwarze |
2013-12-31 | Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version, | Ingo Schwarze |
2013-12-30 | Oops, missed one: | Ingo Schwarze |
2013-12-30 | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze |
2013-12-30 | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013". | Ingo Schwarze |
2013-12-30 | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze |
2013-12-30 | Do not trigger end-of-sentence spacing by trailing punctuation | Ingo Schwarze |
2013-12-26 | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze |