]> git.cameronkatri.com Git - mandoc.git/history - mandocdb.c
update after recent code changes
[mandoc.git] / mandocdb.c
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...
2011-12-09 Kristaps DzonsonsStrip backspace encoding from preformatted manuals...
2011-12-08 Kristaps DzonsonsClean up grok of preformatted manual description.
2011-12-08 Ingo Schwarzeindex_prune always counted the free slots,
2011-12-08 Kristaps DzonsonsIf arguments are passed to mandocdb(8) in "default...
2011-12-07 Ingo SchwarzeImplement search support for 24 additional macros,...
2011-12-04 Ingo SchwarzeFix parsing of file names given on the command line...
2011-12-03 Kristaps DzonsonsBack out lorder, which doesn't seem necessary (?)....
2011-12-03 Kristaps DzonsonsMake sure the btree(3) goop is also BE. This covers...
2011-12-02 Kristaps DzonsonsThis is a little gross: Linux and Apple need lots some...
2011-12-01 Kristaps DzonsonsUse OpenBSD's endian functions. Make btree type also...
2011-12-01 Kristaps DzonsonsIn apropos_db.c, move all btree reading (and safety...
2011-12-01 Kristaps DzonsonsFix mandocdb(8) to pass over the type when pruning...
2011-11-29 Ingo Schwarzechdir(2) to the right man page tree before parsing...
2011-11-27 Ingo SchwarzeReimplement the global command line options -a and -v
2011-11-27 Ingo SchwarzeSave the manual type (mdoc, man, or cat) in the index...
2011-11-27 Ingo SchwarzeRudimentary handling of formatted manuals ("cat pages").
2011-11-26 Ingo SchwarzeSync to OpenBSD, mostly gratuitous and whitespace diffe...
2011-11-26 Ingo SchwarzeStore page titles in the correct case, and by default...
2011-11-24 Kristaps DzonsonsI say that mandocdb(8) uses "man(1)'s method", but...
2011-11-23 Kristaps DzonsonsHave mandocdb(8) take advantage of manpath.h.
2011-11-20 Kristaps DzonsonsMerge schwarze@'s work for 64-bit types. This is based...
2011-11-13 Ingo SchwarzeInventing new keywords for mostly the same thing when...
2011-11-13 Ingo SchwarzeFix two crashes that occur when walking very large...
2011-09-17 Ingo Schwarzefix an obvious typo: sz was used uninitialized
2011-07-15 Kristaps DzonsonsBig step forward in bringing mandocdb in line with...
2011-07-15 Kristaps DzonsonsFirst step of making mandocdb a true makewhatis/mandb...
2011-07-15 Kristaps DzonsonsMove parts of mandocdb that "do stuff" to the databases...
2011-07-14 Ingo Schwarzemove mandocdb(1) to mandocdb(8)
2011-07-14 Kristaps DzonsonsRename makewhatis [back] into mandocdb. This is to...