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
/
spell
/
spellprog.c
Age
Commit message (
Expand
)
Author
2017-07-28
Fix some warnings: p1() and p2() are only declared without arguments so
Nicholas Marriott
2015-10-10
pledge "stdio rpath wpath cpath"
Theo de Raadt
2015-02-08
in getopt() blocks, stop incrementing flag variable which are supposed
Theo de Raadt
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2013-11-28
unsigned char for ctype
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-03
KNF [return(foo) -> return (foo)]. ok millert@
Kjell Wooding
2002-03-02
No more writable strings in -b mode.
Todd C. Miller
2002-03-01
spell command from 4.4BSD, now freed by Caldera.
Todd C. Miller