2013-12-31 |
Ingo Schwarze | remove assignments that will be overwritten right after... |
blob | commitdiff | raw |
2013-12-27 |
Ingo Schwarze | Oops, that segfaulted after deleting an mlink from... |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Split mlinks_undupe() out of mpages_merge() |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Save the MLINK name into the database, too; |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Write more than one mlink per mpage to the database. |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Allow saving more than one mlink per mpage in the mlink... |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Enable the framework code to allow more than one mlink... |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Clean up the interface of mlink_add(). |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Another step on the way to clear naming, this time... |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Split struct mlink out of struct mpage. |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Add an additional mlinks table to the database, redunda... |
blob | commitdiff | raw | diff to current |
2013-12-26 |
Ingo Schwarze | Drop the mpages_list, use the existing mpages ohash... |
blob | commitdiff | raw | diff to current |
2013-12-26 |
Ingo Schwarze | The name "id" is terrible for a struct. |
blob | commitdiff | raw | diff to current |
2013-12-26 |
Ingo Schwarze | To better support MLINKS, we will have to split the... |
blob | commitdiff | raw | diff to current |
2013-12-26 |
Ingo Schwarze | Stop parsing man(7) input when we found all we were... |
blob | commitdiff | raw | diff to current |
2013-10-27 |
Ingo Schwarze | The man(7) language has no syntax to specify architectu... |
blob | commitdiff | raw | diff to current |
2013-10-27 |
Ingo Schwarze | The code in ofmerge() only tried the source parsers... |
blob | commitdiff | raw | diff to current |
2013-10-27 |
Ingo Schwarze | delete duplicate NULL check and polish style; |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Ingo Schwarze | Fix an assertion in dbindex(): Null strings are never... |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Ingo Schwarze | Manuals to be checked with "mandocdb -t" need not be... |
blob | commitdiff | raw | diff to current |
2013-07-02 |
Ingo Schwarze | For the strings table, ohash_init is only called in... |
blob | commitdiff | raw | diff to current |
2013-07-02 |
Ingo Schwarze | Turning off synchronous mode logically belongs to openi... |
blob | commitdiff | raw | diff to current |
2013-07-02 |
Ingo Schwarze | Restore the check whether each page added to the database |
blob | commitdiff | raw | diff to current |
2013-06-07 |
Ingo Schwarze | The mdoc_handler flags are unused and will never be... |
blob | commitdiff | raw | diff to current |
2013-06-07 |
Ingo Schwarze | In .Xr database entries, mention the manual section... |
blob | commitdiff | raw | diff to current |
2013-06-07 |
Ingo Schwarze | The string hash table is only needed to combine multipl... |
blob | commitdiff | raw | diff to current |
2013-06-06 |
Ingo Schwarze | Optimize stradds() and putkeys() to not call ohash_qloo... |
blob | commitdiff | raw | diff to current |
2013-06-06 |
Ingo Schwarze | Drop wordaddbuf() which is identical to putkeys(). |
blob | commitdiff | raw | diff to current |
2013-06-06 |
Ingo Schwarze | In dbopen(), check success of remove("mandoc.db~"). |
blob | commitdiff | raw | diff to current |
2013-06-06 |
Ingo Schwarze | In parse_catpage(), the comment saying that the filenam... |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Ingo Schwarze | The return value from parse_man() is completely unused, |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Ingo Schwarze | Two sanity checks got lost in treescan() |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Ingo Schwarze | Add back the realpath() checks that got lost during... |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Ingo Schwarze | Some places used PATH_MAX from <limits.h>, some MAXPATH... |
blob | commitdiff | raw | diff to current |
2013-06-03 |
Ingo Schwarze | Changing existing SQLite databases was utterly broken: |
blob | commitdiff | raw | diff to current |
2013-06-03 |
Ingo Schwarze | Starting the preparations to integrate this into OpenBSD. |
blob | commitdiff | raw | diff to current |
2012-06-09 |
Kristaps Dzonsons | Merge whatis.1 into apropos.1 (and remove), add whatis... |
blob | commitdiff | raw | diff to current |
2012-06-09 |
Kristaps Dzonsons | Ths SYNCHRONOUS = off optimisation fails on my Mac... |
blob | commitdiff | raw | diff to current |
2012-06-09 |
Kristaps Dzonsons | Add a compatibility interface for ohash. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Kristaps Dzonsons | Turn off sqlite3 synchronous mode when creating a new... |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Kristaps Dzonsons | Use C99 syntax for declaring the string-hash key array. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Kristaps Dzonsons | Re-tooled mandocdb using sqlite3 and ohash. |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Support -Ios='OpenBSD 5.1' to override uname(3) as... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | update Copyright years according to the CVS logs; no... |
blob | commitdiff | raw | diff to current |
2012-04-15 |
Ingo Schwarze | Being reluctant to add yet more trailing whitespace... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Kristaps Dzonsons | Improve mandocdb's ability to handle NAME sections... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Kristaps Dzonsons | Clean up code a bit by pushing warnings into WARNING... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Kristaps Dzonsons | Merge some/most of schwarze@'s OpenBSD changes into... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
Kristaps Dzonsons | When parsing catpages, read from the first section... |
blob | commitdiff | raw | diff to current |
2011-12-28 |
Ingo Schwarze | Do not skip manuals shared across architectures when... |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Kristaps Dzonsons | First memory leak in mandocdb.c freeing "struct of... |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Ingo Schwarze | Use the traditional name "whatis.db" for the mandocdb... |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Ingo Schwarze | For binary compatability of the databases across archit... |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Ingo Schwarze | Implement test mode (makewhatis -t), required for pkg_c... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
Ingo Schwarze | Do not cast void pointers to pointers requiring alignment. |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | Make the stored "cat"/"mdoc"/"man" strings just be... |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | Make paths in the mandocdb(8) index relative to the... |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Ingo Schwarze | implement -C (alternative config file) for apropos... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Ingo Schwarze | Avoid leaking index records: |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Ingo Schwarze | Fix selection of arch-specific manuals: |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Ingo Schwarze | Tweak pformatted(): |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Kristaps Dzonsons | Considerably tidy mandocdb(8) catman descriptions by... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Kristaps Dzonsons | Strip backspace encoding from preformatted manuals... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Kristaps Dzonsons | Clean up grok of preformatted manual description. |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Ingo Schwarze | index_prune always counted the free slots, |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Kristaps Dzonsons | If arguments are passed to mandocdb(8) in "default... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Ingo Schwarze | Implement search support for 24 additional macros,... |
blob | commitdiff | raw | diff to current |
2011-12-04 |
Ingo Schwarze | Fix parsing of file names given on the command line... |
blob | commitdiff | raw | diff to current |
2011-12-03 |
Kristaps Dzonsons | Back out lorder, which doesn't seem necessary (?).... |
blob | commitdiff | raw | diff to current |
2011-12-03 |
Kristaps Dzonsons | Make sure the btree(3) goop is also BE. This covers... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Kristaps Dzonsons | This is a little gross: Linux and Apple need lots some... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Kristaps Dzonsons | Use OpenBSD's endian functions. Make btree type also... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Kristaps Dzonsons | In apropos_db.c, move all btree reading (and safety... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Kristaps Dzonsons | Fix mandocdb(8) to pass over the type when pruning... |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Ingo Schwarze | chdir(2) to the right man page tree before parsing... |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Ingo Schwarze | Reimplement the global command line options -a and -v |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Ingo Schwarze | Save the manual type (mdoc, man, or cat) in the index... |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Ingo Schwarze | Rudimentary handling of formatted manuals ("cat pages"). |
blob | commitdiff | raw | diff to current |
2011-11-26 |
Ingo Schwarze | Sync to OpenBSD, mostly gratuitous and whitespace diffe... |
blob | commitdiff | raw | diff to current |
2011-11-26 |
Ingo Schwarze | Store page titles in the correct case, and by default... |
blob | commitdiff | raw | diff to current |
2011-11-24 |
Kristaps Dzonsons | I say that mandocdb(8) uses "man(1)'s method", but... |
blob | commitdiff | raw | diff to current |
2011-11-23 |
Kristaps Dzonsons | Have mandocdb(8) take advantage of manpath.h. |
blob | commitdiff | raw | diff to current |
2011-11-20 |
Kristaps Dzonsons | Merge schwarze@'s work for 64-bit types. This is based... |
blob | commitdiff | raw | diff to current |
2011-11-13 |
Ingo Schwarze | Inventing new keywords for mostly the same thing when... |
blob | commitdiff | raw | diff to current |
2011-11-13 |
Ingo Schwarze | Fix two crashes that occur when walking very large... |
blob | commitdiff | raw | diff to current |
2011-09-17 |
Ingo Schwarze | fix an obvious typo: sz was used uninitialized |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Kristaps Dzonsons | Big step forward in bringing mandocdb in line with... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Kristaps Dzonsons | First step of making mandocdb a true makewhatis/mandb... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Kristaps Dzonsons | Move parts of mandocdb that "do stuff" to the databases... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Ingo Schwarze | move mandocdb(1) to mandocdb(8) |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Kristaps Dzonsons | Rename makewhatis [back] into mandocdb. This is to... |
blob | commitdiff | raw | diff to current |
|