| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Polish the mlink_add() interface: | Ingo Schwarze | 2014-01-02 | 1 | -26/+20 |
* | Check all MLINKS for consistency with the content of the manual page, | Ingo Schwarze | 2014-01-02 | 1 | -42/+59 |
* | Since the functions in read.c are part of the mandoc(3) library, | Ingo Schwarze | 2014-01-02 | 2 | -17/+49 |
* | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013". | Ingo Schwarze | 2013-12-31 | 2 | -0/+3 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 6 | -9/+9 |
* | Provide strcasestr(3) and strsep(3) for Solaris 10 compat; | Ingo Schwarze | 2013-12-31 | 6 | -1/+192 |
* | Do not trigger end-of-sentence spacing by trailing punctuation | Ingo Schwarze | 2013-12-31 | 1 | -19/+0 |
* | Yet another regression introduced by Kristaps when he switched from | Ingo Schwarze | 2013-12-31 | 1 | -33/+5 |
* | remove assignments that will be overwritten right afterwards, | Ingo Schwarze | 2013-12-31 | 3 | -7/+1 |
* | update the link to the ISC license | Ingo Schwarze | 2013-12-31 | 1 | -2/+2 |
* | Add missing description of .UR/.UE. | Ingo Schwarze | 2013-12-31 | 1 | -1/+20 |
* | release 1.12.3VERSION.1.12.3 | Ingo Schwarze | 2013-12-31 | 3 | -29/+83 |
* | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze | 2013-12-31 | 4 | -8/+81 |
* | Split buildnames() out of mansearch(); the latter function is getting | Ingo Schwarze | 2013-12-31 | 1 | -30/+40 |
* | Oops, missed one: | Ingo Schwarze | 2013-12-30 | 1 | -2/+1 |
* | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze | 2013-12-30 | 2 | -3/+2 |
* | Oops, that segfaulted after deleting an mlink from the list. | Ingo Schwarze | 2013-12-27 | 1 | -7/+9 |
* | Split mlinks_undupe() out of mpages_merge() | Ingo Schwarze | 2013-12-27 | 1 | -36/+52 |
* | Change the mansearch() interface to use the mlinks table in the database | Ingo Schwarze | 2013-12-27 | 4 | -11/+62 |
* | Save the MLINK name into the database, too; | Ingo Schwarze | 2013-12-27 | 1 | -2/+4 |
* | Write more than one mlink per mpage to the database. | Ingo Schwarze | 2013-12-27 | 1 | -7/+10 |
* | Allow saving more than one mlink per mpage in the mlinks ohash. | Ingo Schwarze | 2013-12-27 | 1 | -23/+0 |
* | Enable the framework code to allow more than one mlink per mpage. | Ingo Schwarze | 2013-12-27 | 1 | -2/+3 |
* | Clean up the interface of mlink_add(). | Ingo Schwarze | 2013-12-27 | 1 | -69/+66 |
* | Another step on the way to clear naming, this time regarding mlinks: | Ingo Schwarze | 2013-12-27 | 1 | -76/+36 |
* | Split struct mlink out of struct mpage. | Ingo Schwarze | 2013-12-27 | 1 | -82/+123 |
* | Add an additional mlinks table to the database, redundant for now, | Ingo Schwarze | 2013-12-27 | 2 | -23/+54 |
* | Drop the mpages_list, use the existing mpages ohash for iteration. | Ingo Schwarze | 2013-12-26 | 1 | -23/+27 |
* | The name "id" is terrible for a struct. | Ingo Schwarze | 2013-12-26 | 1 | -14/+14 |
* | To better support MLINKS, we will have to split the "docs" database | Ingo Schwarze | 2013-12-26 | 1 | -178/+183 |
* | Stop parsing man(7) input when we found all we were searching for, | Ingo Schwarze | 2013-12-26 | 1 | -1/+4 |
* | Rework the documentation of Spaces, using the Ossanna/Kernighan/Ritter | Ingo Schwarze | 2013-12-26 | 1 | -20/+20 |