summaryrefslogtreecommitdiffstats
path: root/usr.bin/spell (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* Delete useless call to setlocale(3):schwarze2019-03-101-8/+5
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-4/+6
* Fix some warnings: p1() and p2() are only declared without arguments sonicm2017-07-281-7/+7
* fix the remaining cases of .Xr with only one argumentschwarze2016-12-281-4/+4
* Eliminate unnecessary isupper() check before tolower().millert2016-09-131-4/+2
* Remove other instance of _tolowermillert2016-09-071-2/+2
* Avoid using the obsolete _tolower() macro.millert2016-09-071-2/+2
* pledge "stdio rpath wpath cpath"deraadt2015-10-101-1/+4
* there is really only word needed in this file. add it and remove the rest.tedu2015-02-091-1472/+1
* update the version of perl. afresh1 has been slacking...tedu2015-02-091-2/+1
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-3/+3
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* remove a kerberosV leftover. ok miodtedu2014-12-041-1/+0
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* tcpd parts went awayderaadt2014-03-241-2/+0
* fix various inconsistencies.sobrado2014-01-301-7/+7
* unsigned char for ctypederaadt2013-11-281-10/+10
* Nuke dhclient-script and dhclient.conf 'script' directive. Do allkrw2012-10-301-1/+0
* more roff adjustments;jmc2010-10-281-13/+5
* brconfig will soon be gonederaadt2009-11-221-1/+0
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-23/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* For "spell -t" pass the -w flag to detex like we do for deroff.millert2007-04-171-2/+2
* sync synopsis and usage(); mostly from Igor Sobradojmc2007-02-162-6/+6
* wicontrol went awayderaadt2006-06-261-1/+0
* let us not talk about ipsecadm and vpn anymore; ok reykderaadt2006-05-261-1/+0
* lexicographical order, not lexigraphical order; why people don'tjmc2006-04-061-3/+3
* No more ancontrol.jsg2006-01-091-1/+0
* remove traces of non-existent getfstype() function;jmc2005-10-031-1/+0
* sync spell usage() w/ man page synopsis;jmc2005-07-061-2/+2
* sort options, and some formatting improvememnts;jmc2005-07-051-49/+38
* trap SIGHUP, SIGINT and SIGTERM as well; input and ok millert@.fgsch2004-02-021-2/+2
* Prevent getopts from interpreting +X as -X; avoid the need for a hack.millert2003-07-101-7/+10
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+8
* - section reorderjmc2003-06-101-18/+18
* mop up some more 3/4 license issuesderaadt2003-06-041-6/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-14/+6
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
* files with dead .Xr's;jmc2003-03-111-3/+3
* When creating > 1 files with mktemp(1), make sure that if the creationpvalchev2003-02-081-2/+5
* Ressurect -l flag to be compliant with spell(1).margarida2002-11-271-2/+2
* KNF [return(foo) -> return (foo)]. ok millert@kjell2002-06-032-61/+61
* catchup on a few specials we havemickey2002-03-181-1/+442
* Accept deroff's -m flags too.millert2002-03-022-6/+45
* No more writable strings in -b mode.millert2002-03-022-12/+31
* Sort -df, not sort -fmillert2002-03-011-2/+2