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