summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-091-17/+8
* In -p (picky) mode, warn unless each filename (aka mlink)Ingo Schwarze2014-04-041-24/+29
* Warn about missing mlinks.Ingo Schwarze2014-04-041-0/+40
* Remember which names are in the NAME section.Ingo Schwarze2014-04-041-5/+8
* When the -n or -t flag is given to makewhatis(8),Ingo Schwarze2014-04-041-5/+39
* Instead of silently doing nothing at all,Ingo Schwarze2014-04-031-0/+5
* Rename the -W option to -p (mnemonics: picky, print to stderr):Ingo Schwarze2014-04-031-7/+10
* The -v option of mandocdb(8) clashes with the -v option of espie@'sIngo Schwarze2014-04-031-12/+12
* Without bloating mandoc(1) itself, let mandocdb(8) support filesIngo Schwarze2014-03-261-16/+80
* Improve error reporting.Ingo Schwarze2014-03-261-33/+51
* If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze2014-03-231-25/+3
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-231-46/+7
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-4/+1
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* 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-191-1/+1
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-191-5/+5
* Allow checking that databases are up to date even when you have no writeIngo Schwarze2014-03-181-20/+94
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-5/+14
* 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
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-191-1/+16
* Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze2014-01-181-0/+9
* 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
* 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
* Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze2014-01-061-5/+5
* Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze2014-01-061-3/+1
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-061-14/+1
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-7/+11
* Rip out the complete "reachable" checks, without replacement.Ingo Schwarze2014-01-051-68/+6
* Remove the obsolete file name column from the mpages table.Ingo Schwarze2014-01-051-13/+1
* Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze2014-01-051-7/+3
* Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze2014-01-051-2/+4
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-051-2/+10
* Avoid "utf8" in the names of a function and a struct memberIngo Schwarze2014-01-021-18/+18
* Do not put UTF-8-encoded strings into the database by default, use ASCII.Ingo Schwarze2014-01-021-16/+34
* Polish the mlink_add() interface:Ingo Schwarze2014-01-021-26/+20
* Check all MLINKS for consistency with the content of the manual page,Ingo Schwarze2014-01-021-42/+59
* Yet another regression introduced by Kristaps when he switched fromIngo Schwarze2013-12-311-33/+5
* remove assignments that will be overwritten right afterwards,Ingo Schwarze2013-12-311-1/+0
* Oops, that segfaulted after deleting an mlink from the list.Ingo Schwarze2013-12-271-7/+9
* Split mlinks_undupe() out of mpages_merge()Ingo Schwarze2013-12-271-36/+52
* Save the MLINK name into the database, too;Ingo Schwarze2013-12-271-2/+4
* Write more than one mlink per mpage to the database.Ingo Schwarze2013-12-271-7/+10
* Allow saving more than one mlink per mpage in the mlinks ohash.Ingo Schwarze2013-12-271-23/+0
* Enable the framework code to allow more than one mlink per mpage.Ingo Schwarze2013-12-271-2/+3
* Clean up the interface of mlink_add().Ingo Schwarze2013-12-271-69/+66
* Another step on the way to clear naming, this time regarding mlinks:Ingo Schwarze2013-12-271-76/+36