summaryrefslogtreecommitdiffstats
path: root/usr.bin/spell
AgeCommit message (Expand)AuthorFilesLines
2020-02-08correct Research Unix edition "appeared in" use in HISTORYjsg1-3/+3
2019-03-10Delete useless call to setlocale(3):schwarze1-8/+5
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2017-10-17add missing HISTORY; based on CVS logs and release announcementsschwarze1-4/+6
2017-07-28Fix some warnings: p1() and p2() are only declared without arguments sonicm1-7/+7
2016-12-28fix the remaining cases of .Xr with only one argumentschwarze1-4/+4
2016-09-13Eliminate unnecessary isupper() check before tolower().millert1-4/+2
2016-09-07Remove other instance of _tolowermillert1-2/+2
2016-09-07Avoid using the obsolete _tolower() macro.millert1-2/+2
2015-10-10pledge "stdio rpath wpath cpath"deraadt1-1/+4
2015-02-09there is really only word needed in this file. add it and remove the rest.tedu1-1472/+1
2015-02-09update the version of perl. afresh1 has been slacking...tedu1-2/+1
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedderaadt1-3/+3
2015-02-06SIZE_MAX is standard, we should be using it in preference to themillert1-2/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+1
2014-12-04remove a kerberosV leftover. ok miodtedu1-1/+0
2014-05-20Use errc/warnc to simplify code.guenther1-2/+2
2014-03-24tcpd parts went awayderaadt1-2/+0
2014-01-30fix various inconsistencies.sobrado1-7/+7
2013-11-28unsigned char for ctypederaadt1-10/+10
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allkrw1-1/+0
2010-10-28more roff adjustments;jmc1-13/+5
2009-11-22brconfig will soon be gonederaadt1-1/+0
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-23/+2
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-17For "spell -t" pass the -w flag to detex like we do for deroff.millert1-2/+2
2007-02-16sync synopsis and usage(); mostly from Igor Sobradojmc2-6/+6
2006-06-26wicontrol went awayderaadt1-1/+0
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykderaadt1-1/+0
2006-04-06lexicographical order, not lexigraphical order; why people don'tjmc1-3/+3
2006-01-09No more ancontrol.jsg1-1/+0
2005-10-03remove traces of non-existent getfstype() function;jmc1-1/+0
2005-07-06sync spell usage() w/ man page synopsis;jmc1-2/+2
2005-07-05sort options, and some formatting improvememnts;jmc1-49/+38
2004-02-02trap SIGHUP, SIGINT and SIGTERM as well; input and ok millert@.fgsch1-2/+2
2003-07-10Prevent getopts from interpreting +X as -X; avoid the need for a hack.millert1-7/+10
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert1-8/+8
2003-06-10- section reorderjmc1-18/+18
2003-06-04mop up some more 3/4 license issuesderaadt1-6/+2
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-14/+6
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-22/+11
2003-03-11files with dead .Xr's;jmc1-3/+3
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationpvalchev1-2/+5
2002-11-27Ressurect -l flag to be compliant with spell(1).margarida1-2/+2
2002-06-03KNF [return(foo) -> return (foo)]. ok millert@kjell2-61/+61
2002-03-18catchup on a few specials we havemickey1-1/+442
2002-03-02Accept deroff's -m flags too.millert2-6/+45
2002-03-02No more writable strings in -b mode.millert2-11/+30
2002-03-01Sort -df, not sort -fmillert1-2/+2