index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apropos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have apropos(1) take advantage of manpath.h instead of doing the work
Kristaps Dzonsons
2011-11-23
1
-133
/
+4
*
Initial support for man.conf/makepath(1).
Kristaps Dzonsons
2011-11-20
1
-8
/
+92
*
Clarify some behaviour, bringing schwarze@'s patch and mine closer together
Kristaps Dzonsons
2011-11-20
1
-22
/
+21
*
Integrate a moderately-patched version of schwarze@'s support for multiple
Kristaps Dzonsons
2011-11-20
1
-19
/
+89
*
Evaluation with logical subexpressions. This allows support for arbitrary,
Kristaps Dzonsons
2011-11-18
1
-37
/
+13
*
Have exprcomp() accept a string instead of an array-pointer. Also, collapse
Kristaps Dzonsons
2011-11-14
1
-1
/
+28
*
Rewrite the expression parser for a more concise syntax:
Ingo Schwarze
2011-11-13
1
-8
/
+3
*
Less misleading file names; ok kristaps@.
Ingo Schwarze
2011-11-13
1
-1
/
+1
*
Make apropos's lookup use a find(1)-like expression. I'll write more on
Kristaps Dzonsons
2011-11-09
1
-56
/
+15
*
Change getopt() to be more like schwarze@'s suggestions.
Kristaps Dzonsons
2011-11-09
1
-5
/
+5
*
Split apropos.c into db.c and apropos.h with simpler code (re-written, but
Kristaps Dzonsons
2011-11-09
1
-536
/
+24
*
Make apropos results-gathering able to error out and clean up before
Kristaps Dzonsons
2011-10-09
1
-14
/
+16
*
Remove some unnecessary variables and note that mchars_alloc never returns
Kristaps Dzonsons
2011-10-09
1
-25
/
+7
*
Use a binary tree (for now, unbalanced) for deduping the records in the
Kristaps Dzonsons
2011-10-09
1
-5
/
+31
*
Use mandoc_realloc() in apropos, as we're linking to libmandoc.a.
Kristaps Dzonsons
2011-10-08
1
-4
/
+1
*
Lift hard-coded limit of results.
Kristaps Dzonsons
2011-10-07
1
-5
/
+7
*
Clean up file a bit: remove errx and err function pointers from the
Kristaps Dzonsons
2011-10-07
1
-117
/
+97
*
Import apropos from mandoc-tools after inlining all source files
Kristaps Dzonsons
2011-10-06
1
-0
/
+689