Re: mandoc.db(5) without SQLite

2016-07-01 Thread Theo Buehler
Initial tests confirm the comparisons in your post. There is one small problem I ran into: exprdump() in mansearch.c:745 accesses the only partially initialized struct expr *e. $ ./apropos Pa=apm/suspend 000200 1 0xd0d0d0d0d0d0d0d0 apm/suspend apmd(8/amd64) - Advanced Power Management daemon

Re: mandoc.db(5) without SQLite

2016-07-01 Thread Craig Skinner
On 2016-07-01 Fri 05:28 AM |, Ingo Schwarze wrote: > > Any thoughts? Wow!

mandoc.db(5) without SQLite

2016-06-30 Thread Ingo Schwarze
Hi, here is a first version of the new mandoc.db(5) file format, the program makewhatis(8) writing it, and the programs man(1) and apropos(1) reading it. This is not yet intended for commit, i have only done insufficient testing, so i'm sure there are still bugs. But i want to show it around ear