]> git.cameronkatri.com Git - mandoc.git/history - mandocdb.c
Remember which names are in the NAME section.
[mandoc.git] / mandocdb.c
2014-04-04 Ingo SchwarzeRemember which names are in the NAME section.
2014-04-04 Ingo SchwarzeWhen the -n or -t flag is given to makewhatis(8),
2014-04-03 Ingo SchwarzeInstead of silently doing nothing at all,
2014-04-03 Ingo SchwarzeRename the -W option to -p (mnemonics: picky, print...
2014-04-03 Ingo SchwarzeThe -v option of mandocdb(8) clashes with the -v option...
2014-03-26 Ingo SchwarzeWithout bloating mandoc(1) itself, let mandocdb(8)...
2014-03-26 Ingo SchwarzeImprove error reporting.
2014-03-23 Ingo SchwarzeIf an .Nd block contains macros, avoid fragmented entri...
2014-03-23 Ingo SchwarzeIf a man(7) NAME section contains macros, avoid truncat...
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-19 Ingo SchwarzeRegister pure .so pages as mlinks, not as mpages.
2014-03-19 Ingo SchwarzeWithout the MPARSE_SO option, if the file contains...
2014-03-19 Ingo SchwarzeGeneralize the mparse_alloc() and roff_alloc() function...
2014-03-18 Ingo SchwarzeAllow checking that databases are up to date even when...
2014-01-22 Ingo SchwarzeImplement the \: (optional line break) escape sequence,
2014-01-19 Ingo SchwarzeAvoid the risk of trying to modify a literal string.
2014-01-19 Ingo SchwarzeAlways store the arch in lower-case only.
2014-01-19 Ingo SchwarzeSupport a second -v on mandocdb(8) to show keys while...
2014-01-18 Ingo SchwarzeCope with slightly broken NAME sections in man(7) pages
2014-01-18 Ingo SchwarzeDrop the AUTOINCREMENT PRIMARY KEYs from the mlinks...
2014-01-18 Ingo SchwarzeDespite some experimenting, i'm unable to find any...
2014-01-06 Ingo SchwarzeDo not sync to disk after each individual manual page...
2014-01-06 Ingo SchwarzeFix mandocdb(8) -d and -u.
2014-01-06 Ingo SchwarzeRename dbindex() to dbadd() to be less confusing.
2014-01-06 Ingo SchwarzeRemove the redundant "file" column from the "mlinks...
2014-01-06 Ingo SchwarzeDrop Nd from the mpages table, it is still in the keys...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2014-01-05 Ingo SchwarzeRip out the complete "reachable" checks, without replac...
2014-01-05 Ingo SchwarzeRemove the obsolete file name column from the mpages...
2014-01-05 Ingo SchwarzeRemove the obsolete sec and arch columns from the mpage...
2014-01-05 Ingo SchwarzeReimplement apropos -s NUM -S ARCH EXPR by internally...
2014-01-05 Ingo SchwarzePut section and architecture info into the keys table,
2014-01-02 Ingo SchwarzeAvoid "utf8" in the names of a function and a struct...
2014-01-02 Ingo SchwarzeDo not put UTF-8-encoded strings into the database...
2014-01-02 Ingo SchwarzePolish the mlink_add() interface:
2014-01-02 Ingo SchwarzeCheck all MLINKS for consistency with the content of...
2013-12-31 Ingo SchwarzeYet another regression introduced by Kristaps when...
2013-12-31 Ingo Schwarzeremove assignments that will be overwritten right after...
2013-12-27 Ingo SchwarzeOops, that segfaulted after deleting an mlink from...
2013-12-27 Ingo SchwarzeSplit mlinks_undupe() out of mpages_merge()
2013-12-27 Ingo SchwarzeSave the MLINK name into the database, too;
2013-12-27 Ingo SchwarzeWrite more than one mlink per mpage to the database.
2013-12-27 Ingo SchwarzeAllow saving more than one mlink per mpage in the mlink...
2013-12-27 Ingo SchwarzeEnable the framework code to allow more than one mlink...
2013-12-27 Ingo SchwarzeClean up the interface of mlink_add().
2013-12-27 Ingo SchwarzeAnother step on the way to clear naming, this time...
2013-12-27 Ingo SchwarzeSplit struct mlink out of struct mpage.
2013-12-27 Ingo SchwarzeAdd an additional mlinks table to the database, redunda...
2013-12-26 Ingo SchwarzeDrop the mpages_list, use the existing mpages ohash...
2013-12-26 Ingo SchwarzeThe name "id" is terrible for a struct.
2013-12-26 Ingo SchwarzeTo better support MLINKS, we will have to split the...
2013-12-26 Ingo SchwarzeStop parsing man(7) input when we found all we were...
2013-10-27 Ingo SchwarzeThe man(7) language has no syntax to specify architectu...
2013-10-27 Ingo SchwarzeThe code in ofmerge() only tried the source parsers...
2013-10-27 Ingo Schwarzedelete duplicate NULL check and polish style;
2013-10-18 Ingo SchwarzeFix an assertion in dbindex(): Null strings are never...
2013-10-18 Ingo SchwarzeManuals to be checked with "mandocdb -t" need not be...
2013-07-02 Ingo SchwarzeFor the strings table, ohash_init is only called in...
2013-07-02 Ingo SchwarzeTurning off synchronous mode logically belongs to openi...
2013-07-02 Ingo SchwarzeRestore the check whether each page added to the database
2013-06-07 Ingo SchwarzeThe mdoc_handler flags are unused and will never be...
2013-06-07 Ingo SchwarzeIn .Xr database entries, mention the manual section...
2013-06-07 Ingo SchwarzeThe string hash table is only needed to combine multipl...
2013-06-06 Ingo SchwarzeOptimize stradds() and putkeys() to not call ohash_qloo...
2013-06-06 Ingo SchwarzeDrop wordaddbuf() which is identical to putkeys().
2013-06-06 Ingo SchwarzeIn dbopen(), check success of remove("mandoc.db~").
2013-06-06 Ingo SchwarzeIn parse_catpage(), the comment saying that the filenam...
2013-06-05 Ingo SchwarzeThe return value from parse_man() is completely unused,
2013-06-05 Ingo SchwarzeTwo sanity checks got lost in treescan()
2013-06-05 Ingo SchwarzeAdd back the realpath() checks that got lost during...
2013-06-05 Ingo SchwarzeSome places used PATH_MAX from <limits.h>, some MAXPATH...
2013-06-03 Ingo SchwarzeChanging existing SQLite databases was utterly broken:
2013-06-03 Ingo SchwarzeStarting the preparations to integrate this into OpenBSD.
2012-06-09 Kristaps DzonsonsMerge whatis.1 into apropos.1 (and remove), add whatis...
2012-06-09 Kristaps DzonsonsThs SYNCHRONOUS = off optimisation fails on my Mac...
2012-06-09 Kristaps DzonsonsAdd a compatibility interface for ohash.
2012-06-08 Kristaps DzonsonsTurn off sqlite3 synchronous mode when creating a new...
2012-06-08 Kristaps DzonsonsUse C99 syntax for declaring the string-hash key array.
2012-06-08 Kristaps DzonsonsRe-tooled mandocdb using sqlite3 and ohash.
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-04-15 Ingo SchwarzeBeing reluctant to add yet more trailing whitespace...
2012-03-23 Kristaps DzonsonsImprove mandocdb's ability to handle NAME sections...
2012-03-23 Kristaps DzonsonsClean up code a bit by pushing warnings into WARNING...
2012-03-23 Kristaps DzonsonsMerge some/most of schwarze@'s OpenBSD changes into...
2011-12-31 Kristaps DzonsonsWhen parsing catpages, read from the first section...
2011-12-28 Ingo SchwarzeDo not skip manuals shared across architectures when...
2011-12-25 Kristaps DzonsonsFirst memory leak in mandocdb.c freeing "struct of...
2011-12-25 Ingo SchwarzeUse the traditional name "whatis.db" for the mandocdb...
2011-12-25 Ingo SchwarzeFor binary compatability of the databases across archit...
2011-12-25 Ingo SchwarzeImplement test mode (makewhatis -t), required for pkg_c...
2011-12-20 Ingo SchwarzeDo not cast void pointers to pointers requiring alignment.
2011-12-16 Kristaps DzonsonsMake the stored "cat"/"mdoc"/"man" strings just be...
2011-12-16 Kristaps DzonsonsMake paths in the mandocdb(8) index relative to the...
2011-12-12 Ingo Schwarzeimplement -C (alternative config file) for apropos...
2011-12-10 Ingo SchwarzeAvoid leaking index records:
2011-12-10 Ingo SchwarzeFix selection of arch-specific manuals:
2011-12-09 Ingo SchwarzeTweak pformatted():
2011-12-09 Kristaps DzonsonsConsiderably tidy mandocdb(8) catman descriptions by...
next