2014-08-16 |
Ingo Schwarze | Improve build system and autodetection. |
blob | commitdiff | raw |
2014-08-11 |
Ingo Schwarze | Provide a fallback version of fts(3) for systems lackin... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Ingo Schwarze | Absurdly, the return value of sqlite3_column_text() |
blob | commitdiff | raw | diff to current |
2014-06-21 |
Ingo Schwarze | Prefix messages about bad command line options and... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Merge from OpenBSD - Marc Espie improved the ohash... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | More tweaking of set_basedir(). |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Ingo Schwarze | Some simple set_basedir() cleanup; more to come. |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Ingo Schwarze | Merge OpenBSD rev. 1.108 by sthen@; original commit... |
blob | commitdiff | raw | diff to current |
2014-05-07 |
Ingo Schwarze | Render roff escape sequences contained in manual page... |
blob | commitdiff | raw | diff to current |
2014-05-07 |
Ingo Schwarze | Fix two memory leaks in makewhatis -n: |
blob | commitdiff | raw | diff to current |
2014-04-27 |
Ingo Schwarze | Improve error handling in dbopen(). If PRAGMA SQL... |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Ingo Schwarze | Reduce the verbosity of makewhatis -t: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | improve SQL style: avoid "SELECT *", be explicit in... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-04-19 |
Ingo Schwarze | Two minor tweaks regarding the fallback from -u/-d... |
blob | commitdiff | raw | diff to current |
2014-04-19 |
Ingo Schwarze | Properly handle symlinks (hardlinks and .so only files... |
blob | commitdiff | raw | diff to current |
2014-04-18 |
Ingo Schwarze | In update mode, when opening the database fails, probab... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Ingo Schwarze | Rename the mpages.id column to mpages.pageid. There... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Ingo Schwarze | Give the mlinks and keys tables a pageid index, |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Ingo Schwarze | Unify description handling across all document types... |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Ingo Schwarze | better error reporting in case of SQL errors: mention... |
blob | commitdiff | raw | diff to current |
2014-04-10 |
Ingo Schwarze | Next speed optimization step for the new apropos(1). |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Ingo Schwarze | After careful gprof(1)ing of the new apropos(1), move... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | In -p (picky) mode, warn unless each filename (aka... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | Warn about missing mlinks. |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | Remember which names are in the NAME section. |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Ingo Schwarze | When the -n or -t flag is given to makewhatis(8), |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Ingo Schwarze | Instead of silently doing nothing at all, |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Ingo Schwarze | Rename the -W option to -p (mnemonics: picky, print... |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Ingo Schwarze | The -v option of mandocdb(8) clashes with the -v option... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Ingo Schwarze | Without bloating mandoc(1) itself, let mandocdb(8)... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Ingo Schwarze | Improve error reporting. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | If an .Nd block contains macros, avoid fragmented entri... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | If a man(7) NAME section contains macros, avoid truncat... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | avoid repetitive code for asprintf error handling |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Register pure .so pages as mlinks, not as mpages. |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Without the MPARSE_SO option, if the file contains... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Generalize the mparse_alloc() and roff_alloc() function... |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Ingo Schwarze | Allow checking that databases are up to date even when... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Ingo Schwarze | Avoid the risk of trying to modify a literal string. |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Ingo Schwarze | Always store the arch in lower-case only. |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Ingo Schwarze | Support a second -v on mandocdb(8) to show keys while... |
blob | commitdiff | raw | diff to current |
2014-01-18 |
Ingo Schwarze | Cope with slightly broken NAME sections in man(7) pages |
blob | commitdiff | raw | diff to current |
2014-01-18 |
Ingo Schwarze | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks... |
blob | commitdiff | raw | diff to current |
2014-01-18 |
Ingo Schwarze | Despite some experimenting, i'm unable to find any... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Do not sync to disk after each individual manual page... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Fix mandocdb(8) -d and -u. |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Rename dbindex() to dbadd() to be less confusing. |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Remove the redundant "file" column from the "mlinks... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Drop Nd from the mpages table, it is still in the keys... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Rip out the complete "reachable" checks, without replac... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Remove the obsolete file name column from the mpages... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Remove the obsolete sec and arch columns from the mpage... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Reimplement apropos -s NUM -S ARCH EXPR by internally... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Put section and architecture info into the keys table, |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Ingo Schwarze | Avoid "utf8" in the names of a function and a struct... |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Ingo Schwarze | Do not put UTF-8-encoded strings into the database... |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Ingo Schwarze | Polish the mlink_add() interface: |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Ingo Schwarze | Check all MLINKS for consistency with the content of... |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Yet another regression introduced by Kristaps when... |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | remove assignments that will be overwritten right after... |
blob | commitdiff | raw | diff to current |
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 |
next |