index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mandoc
/
mansearch.c
Age
Commit message (
Expand
)
Author
2014-03-28
Properly initialize malloc(3)ed memory.
Ingo Schwarze
2014-03-21
avoid repetitive code for asprintf error handling
Ingo Schwarze
2014-03-21
The files mandoc.c and mandoc.h contained both specialised low-level
Ingo Schwarze
2014-03-17
in apropos(1) output, sort names and avoid multiple section numbers
Ingo Schwarze
2014-01-19
Always compare arch case-insensitively.
Ingo Schwarze
2014-01-19
Get rid of the local keys table, use the new mansearch_const.c.
Ingo Schwarze
2014-01-06
Remove the redundant "file" column from the "mlinks" table.
Ingo Schwarze
2014-01-06
Drop Nd from the mpages table, it is still in the keys table.
Ingo Schwarze
2014-01-05
Remove the obsolete file name column from the mpages table.
Ingo Schwarze
2014-01-05
Remove the obsolete sec and arch columns from the mpages table.
Ingo Schwarze
2014-01-05
Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to
Ingo Schwarze
2014-01-05
Put section and architecture info into the keys table,
Ingo Schwarze
2014-01-04
New implementation of complex search criteria using \(, \), -a because
Ingo Schwarze
2013-12-31
Experimental feature to let apropos(1) show different keys than .Nd.
Ingo Schwarze
2013-12-31
Split buildnames() out of mansearch(); the latter function is getting
Ingo Schwarze
2013-12-31
Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version,
Ingo Schwarze