History log of /openbsd/usr.bin/spell/spell.1 (Results 1 – 16 of 16)
Revision Date Author Comments
# 29d5d1cd 03-Aug-2022 jsg <jsg@openbsd.org>

we have spell(1) via 4.4BSD

discussed with schwarze@


# 01c04610 08-Feb-2020 jsg <jsg@openbsd.org>

correct Research Unix edition "appeared in" use in HISTORY

Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked

correct Research Unix edition "appeared in" use in HISTORY

Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.

Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6) v6 v7
printf(3) v2 v4
abort(3) v5 v6
system(3) v6 v7
fmod(3) v5 v6

ok schwarze@

show more ...


# f273b081 17-Oct-2017 schwarze <schwarze@openbsd.org>

add missing HISTORY; based on CVS logs and release announcements


# d1159ca2 28-Dec-2016 schwarze <schwarze@openbsd.org>

fix the remaining cases of .Xr with only one argument


# 2b6574eb 30-Jan-2014 sobrado <sobrado@openbsd.org>

fix various inconsistencies.

ok jmc@


# a1df064d 28-Oct-2010 jmc <jmc@openbsd.org>

more roff adjustments;


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# ccd9917b 16-Feb-2007 jmc <jmc@openbsd.org>

sync synopsis and usage(); mostly from Igor Sobrado


# 1e7e78d3 06-Apr-2006 jmc <jmc@openbsd.org>

lexicographical order, not lexigraphical order; why people don't
just use "alphabetical" is beyond me...

from igor sobrado (pr #5070);


# 74b5de4a 05-Jul-2005 jmc <jmc@openbsd.org>

sort options, and some formatting improvememnts;
from wiz@netbsd


# 2aeff9fb 10-Jun-2003 jmc <jmc@openbsd.org>

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@


# bed2b053 04-Jun-2003 deraadt <deraadt@openbsd.org>

mop up some more 3/4 license issues


# 238522a8 11-Mar-2003 jmc <jmc@openbsd.org>

files with dead .Xr's;

left .Xr, but removed man page number
as suggested by mpech@

more help and ok millert@


# e4dfaea3 02-Mar-2002 millert <millert@openbsd.org>

Accept deroff's -m flags too.


# 55e49804 01-Mar-2002 millert <millert@openbsd.org>

Sort -df, not sort -f


# 9175dedb 01-Mar-2002 millert <millert@openbsd.org>

spell command from 4.4BSD, now freed by Caldera.
I have made some significant changes:
o spell no longer uses hashed files. The algorithm for generating
the hashed files breaks down for large file

spell command from 4.4BSD, now freed by Caldera.
I have made some significant changes:
o spell no longer uses hashed files. The algorithm for generating
the hashed files breaks down for large files. Instead, I use the
same approach as look(1) and do binary searches of mmap(2)ed files
which has acceptable performance. A side effect of this is that
spell can now search multiple word lists.
o The spell binary has been renamed to "spellprog" so as to not conflict
with the spell shell script. This is consistent with other operating
systems.
o The putsuf() and putword() functions have been renamed to
trypref() and tryword() respectively for consistency with modern
versions and for general sanity.
o the spell front-end shell script has been completely rewritten
o The code has been ANSIfied and re-style(9)d

spell currently must be compiled with -fwriteable-strings to make
the -b option work. This should be fixed.

show more ...