index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
makewhatis
/
makewhatis.c
Age
Commit message (
Expand
)
Author
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-07-13
use bounded string op (some remains)
itojun
2003-06-14
Do not hardcode "nroff", allow it to be overridden by defining NROFF. Useful ...
wiz
2003-06-14
Report on which file nroff returned an error.
wiz
2002-09-13
Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have to
thorpej
2002-06-11
Adapt to lastest changes of configuration handling in man(1).
tron
2002-03-10
fix behaviour if exactly one directory is specified (off-by-one error)
jdolecek
2002-03-08
If called without arguments, parse /etc/man.conf and regenerate the whatis
jdolecek
2002-03-07
Make the whatis enties prefixed with man subdirectory the manpage
jdolecek
2002-01-31
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
tv
2002-01-29
Make almost all tools compile and run properly on non-NetBSD hosts. (In
tv
2002-01-21
Handle ".Xr" commands with text after the section number probably.
tron
2002-01-11
- fix whitespace nits.
christos
2001-11-23
Avoid strange error message in case of corrupted manual page files.
tron
2001-04-10
Strip overstrike characters from input lines while searching for a "NAME"
tron
2001-04-08
Abort parsing and invoke "nroff" if an unsupported macro is found in the
tron
2001-04-08
- Use ".TH" lines in unformatted manual pages to find correct section
tron
2001-02-19
convert to use getprogname()
cgd
2000-07-13
Invoke "nroff" with "-S" (safer mode) option because "makewhatis" is
tron
2000-07-13
Kill "nroff" process and wait for its terminiation if we can't setup
tron
2000-07-13
Optimize invokation of "nroff":
tron
2000-07-10
Check exit code returned from "nroff" if it is used to convert
tron
2000-07-09
Invoke "nroff" and parse its output if an unformatted manual page uses
tron
2000-01-24
Don't write leading white spaces and directory names to whatis file.
tron
1999-12-31
Accept all kind of whitespaces when searching for the end of a nroff
tron
1999-12-31
Correct and improve nroff macro stripping. Partially fixes PR bin/9083
tron
1999-12-11
Recognize manual page sections "l" and "n" used by the package system.
tron
1999-09-25
Set file modes of whatis.db database file to 444 like the old script did.
tron
1999-09-25
Fix incorrect error check after writing database file.
tron
1999-09-25
Replace shell script for creating whatis.db database with a C program
tron