| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
and a few missing <sys/types.h> inclusions; no code change.
|
| |
|
|
|
|
|
| |
Kristaps changed the size member of struct manpaths from int to size_t.
No functional change.
|
|
|
|
|
|
|
|
|
|
| |
(1) Make the database format simpler and smaller by
- storing the file type as a single character and
- storing paths relative to the dir containing the database.
The latter allows to move trees around.
Both together typically save 15-25% of the index size.
(2) Make sure apropos(1) "any" really covers all search keys.
(3) Make manpath_parseline() static, drop manpath_parseconf() completely.
|
|
|
|
| |
ok kristaps@
|
|
In particular, support the MANPATH environment variable
and don't confuse index record numbers when working with
multiple mandoc databases at once.
Besides, remove lots of gratuitious code and whitespace differences.
|