Home | History | Annotate | only in /src/share/dict
History log of /src/share/dict
RevisionDateAuthorComments
 1.17 10-Apr-2009  apb Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk
when installing hard links. They have no effect except when using a
metalog, in which case the information is added to the metalog. In
the future, these variables may be replaced by a method for explicitly
recording hard links in a metadata log.

Also change a few things that called ${INSTALL_LINK} without going
through bsd.links.mk.

Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
 1.16 18-Sep-2002  lukem branches: 1.16.38; 1.16.40; 1.16.42;
minor makefile delint
 1.15 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.14 13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.13 22-May-1997  cjs Back out previous change; bug was in src/share/mk/bsd.prog.mk.
 1.12 21-May-1997  mjacob Real link doesn't work because the install comes after. Use a symlink instead.
 1.11 09-May-1997  mycroft Eliminate bogus redefinitions of standard targets.
 1.10 27-Mar-1997  mycroft Set FILESDIR.
 1.9 26-Mar-1997  mikel merge lite2 changes, RCSid police
 1.8 24-Mar-1997  christos - Makefile cleanups
 1.7 18-Oct-1996  thorpej Use ${INSTALL}.
 1.6 10-Feb-1994  cgd kill bogus install -d's, and clean slightly
 1.5 30-Sep-1993  jtc Always use `install -d' to make sure directory exists & has correct ownership
and permissions.
 1.4 10-Aug-1993  mycroft Add LINKS for /usr/share/dict/words.
 1.3 31-Jul-1993  mycroft Add RCS indentifiers.
 1.2 09-Apr-1993  cgd make sure directory to install stuff exists before installing
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 version
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.16.42.1 06-Jun-2009  bouyer branches: 1.16.42.1.2;
Pull up following revision(s) (requested by snj in ticket #790):
share/mk/bsd.lib.mk: revision 1.298
share/mk/bsd.man.mk: revision 1.100
share/mk/bsd.hostprog.mk: revision 1.55
distrib/sets/maketars: revision 1.66
share/zoneinfo/Makefile: revision 1.43
share/mk/bsd.kmodule.mk: revision 1.19
usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch
share/mk/bsd.prog.mk: revision 1.241
share/dict/Makefile: revision 1.17
share/mk/bsd.README: revision 1.249
distrib/common/parselist.awk: revision 1.16
share/mk/bsd.links.mk: revision 1.34
Explicitly sort entries on preparing set files from METALOG.
METALOG could have different order due to install(1) race
on parallel builds, and mtree(8) doesn't sort files.
Should fix inconsistent shared sets among builds as seen in
/pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and
/pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs.
Okay'ed by snj@.
Changes for installing with a metalog:
* When installing hard links and using a metalog, if -o, -g, -m, or -f
args were explicitly specified on the command line, then believe them,
but do not implicitly believe uname/gname/mode/flags from the file
system.
* Output fields in the same order used by mtree.
Fix -Wshadow -Wcast-qual issues
Re-calculate size and digestresult after stripping, to ensure that
correct values appear in the metalog.
Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk
when installing hard links. They have no effect except when using a
metalog, in which case the information is added to the metalog. In
the future, these variables may be replaced by a method for explicitly
recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going
through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
 1.16.42.1.2.1 21-Apr-2010  matt sync to netbsd-5
 1.16.40.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.16.38.1 06-Jun-2009  bouyer Pull up following revision(s) (requested by snj in ticket #790):
share/mk/bsd.lib.mk: revision 1.298
share/mk/bsd.man.mk: revision 1.100
share/mk/bsd.hostprog.mk: revision 1.55
distrib/sets/maketars: revision 1.66
share/zoneinfo/Makefile: revision 1.43
share/mk/bsd.kmodule.mk: revision 1.19
usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch
share/mk/bsd.prog.mk: revision 1.241
share/dict/Makefile: revision 1.17
share/mk/bsd.README: revision 1.249
distrib/common/parselist.awk: revision 1.16
share/mk/bsd.links.mk: revision 1.34
Explicitly sort entries on preparing set files from METALOG.
METALOG could have different order due to install(1) race
on parallel builds, and mtree(8) doesn't sort files.
Should fix inconsistent shared sets among builds as seen in
/pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and
/pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs.
Okay'ed by snj@.
Changes for installing with a metalog:
* When installing hard links and using a metalog, if -o, -g, -m, or -f
args were explicitly specified on the command line, then believe them,
but do not implicitly believe uname/gname/mode/flags from the file
system.
* Output fields in the same order used by mtree.
Fix -Wshadow -Wcast-qual issues
Re-calculate size and digestresult after stripping, to ensure that
correct values appear in the metalog.
Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk
when installing hard links. They have no effect except when using a
metalog, in which case the information is added to the metalog. In
the future, these variables may be replaced by a method for explicitly
recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going
through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
 1.2 26-Mar-1997  mikel merge lite2 changes, RCSid police
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 version
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.4 10-Mar-2018  eadler Add "Eitan" to propernames

ok pgoyette@
 1.3 26-Mar-1997  mikel branches: 1.3.108;
merge lite2 changes, RCSid police
 1.2 06-Jun-1993  cgd get rid of weirdness
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 version
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.3.108.1 15-Mar-2018  pgoyette Synch with HEAD
 1.60 01-Aug-2023  rin web2: sort -f, dedup. Fix ATF failure for nbperf(1).
 1.59 31-Jul-2023  dholland web2: restore snit, accidentally lost in -r1.49
 1.58 31-Jul-2023  dholland web2: since we seem to be accumulating personal names in here, add a bunch.
 1.57 16-Mar-2022  dholland web2: +enqueue
 1.56 21-Jan-2022  dholland +aioli
 1.55 12-Dec-2021  dholland Add a bunch of missing food items.
 1.54 16-Jul-2020  dholland +craptacular

(originally suggested by pgoyette)
 1.53 13-Jul-2020  dholland +corvid

This file already has "covid" somehow, and while that's fine now my
best guess is that it was originally an OCR blooper for "corvid",
which is missing.
 1.52 15-Jul-2018  dholland Add missing word: cactus. PR 53432.
 1.51 08-Jul-2018  snj prompted by dh's latest PR, add a missing word: academia
 1.50 19-Apr-2018  maya branches: 1.50.2;
Re-apply 1.35 which was accidentally reverted in 1.49
 1.49 16-Dec-2017  sevan branches: 1.49.2;
Add remaining missing words from FreeBSD's copy of src/share/dict/web2.
 1.48 14-Dec-2017  sevan Add missing words beginning with 'm' from FreeBSD's copy of src/share/dict/web2.
 1.47 13-Dec-2017  sevan Add missing words beginning with 'l' and 'm' from FreeBSD's copy of src/share/dict/web2.
 1.46 13-Dec-2017  sevan Add missing words beginning with 'h' to 'j' from FreeBSD's copy of src/share/dict/web2.
 1.45 26-Nov-2017  sevan Add missing words beginning with 'g' from FreeBSD's copy of src/share/dict/web2.
 1.44 25-Nov-2017  sevan Add missing words beginning with 'e' and 'f' from FreeBSD's copy of src/share/dict/web2.
 1.43 25-Nov-2017  sevan Add missing words beginning with 'd' from FreeBSD's copy of src/share/dict/web2.
 1.42 19-Nov-2017  dholland Improve previous: the usual spelling for the name is "Colleen", not
"Coleen". The latter does apparently exist though so don't remove it.
 1.41 19-Nov-2017  sevan Add missing words beginning with 'c' from FreeBSD's copy of src/share/dict/web2.
 1.40 18-Nov-2017  sevan Add missing words beginning with 'b' from FreeBSD's copy of src/share/dict/web2.
 1.39 18-Nov-2017  sevan Add capitalised variants missed on the last run.
 1.38 16-Nov-2017  sevan Add missing words beginning with 'a' from FreeBSD's copy of src/share/dict/web2.
 1.37 16-Nov-2017  sevan Add software
Realised missing word through David Cantrell & Andrew Fresh.
 1.36 14-Aug-2017  maya Add potage, it's a stew (French loanword)

from Tom Ivar Helbekkmo
 1.35 14-Aug-2017  maya potate isn't a word (at least not in English), remove it

From Steve Wart
 1.34 21-Jun-2017  abhinav Fix typo made in previous commit.
Thanks to pgoyette@ for noticing.
 1.33 20-Jun-2017  abhinav Remove `favour' and `finalise' added in previous commit.

These are British spellings while this file contains only American sepllings
and the American spellings of these words are already present. Thanks to
Thomas (wiz@) for noticing.
 1.32 20-Jun-2017  abhinav Add following missing words:
admin
alphanumeric
checkout
favour
finalise
placeholder
spam
spillkin
spillover
workload
 1.31 08-Jun-2017  abhinav Add "firewall"
 1.30 08-Jun-2017  abhinav Add ``trademark''
 1.29 04-Jun-2017  abhinav Add downlink, uplink, and upload.
 1.28 03-Jun-2017  abhinav Add `instantiate'
 1.27 24-Apr-2017  abhinav Add ``cooperate''
 1.26 30-Mar-2017  abhinav Add `preexist'
 1.25 24-Mar-2017  abhinav Fix spelling of `administered'.
 1.24 31-Jan-2017  abhinav Also, fix spelling of lookup.
 1.23 31-Jan-2017  abhinav Fix spelling of relocatable.
 1.22 22-Jan-2017  abhinav Fix spelling of themself
 1.21 25-Jun-2016  dholland branches: 1.21.2; 1.21.4;
+wok
 1.20 03-Dec-2014  dholland + "beaut"

XXX: also I question whether "beauti" as found a few lines later is
XXX: actually a word, but I don't have time to investigate right now.
 1.19 04-Aug-2013  dholland Add a bunch of missing words from a list I had dated 2005.
 1.18 25-May-2012  dholland branches: 1.18.2;
+wimp
 1.17 26-Jan-2010  mbalmer branches: 1.17.6;
What a pleasure to fix a typo in Webster's... (Though the typo most probably
was not in it).
 1.16 30-Jan-2007  tron "Transvaal" should be capitalized.
Patch provided by David A. Holland in PR misc/35517.
 1.15 15-Dec-2006  martin Remove an accidentally duplicated word (this had the side effect of making
the regress/lib/libc/db regression test fail)
 1.14 24-Nov-2006  christos branches: 1.14.2;
fix spelling of accidentally; from Zapher
 1.13 28-Sep-2004  simonb Add antidisestablishmentarianism.
 1.12 06-Sep-2004  wiz Add "near". Noted missing by David A. Holland in PR 26862.
 1.11 24-May-2003  jdolecek put 'Czechoslovak' and 'Czechoslovakian' back; even through the country
is no more, those are still correct words
pointed out on source-changes@n.o
 1.10 23-May-2003  jdolecek remove obsolete 'Czechoslovak' and 'Czechoslovakian'
 1.9 03-Mar-2003  mjl Merge the rest of the differences between Free/Open web2, except
for some stranger entries I could not verify and the FreeBSD version
of "1001 names for your baby".

web2 now includes such ever popular words as "sitzmark" (a depression
left in the snow by a skier falling backward). And no, I didn't make
that one up.
 1.8 29-Jan-2003  mjl Remove "freen" and "freend", the first is no word, the second archaic
for friend -- both probably a typo in the first import.
Also "corelate" is preferred as "correlate" nowadays.
 1.7 20-Feb-2002  simonb Pick up some changes from FreeBSD- adding "sizeableness" but leaving out
Proper Nouns like country names. The notable addition is "add".

Also add the remaining atomic elements that weren't in the list - we had
most of them anyway (but leave out the unclassified names).
 1.6 13-Jan-2001  simonb Sort(!). "preconsolidate" was in the wrong place.
 1.5 25-Oct-2000  mason Add "haunted".
 1.4 22-Sep-1998  perry add acknowledgement, acknowledgment
 1.3 03-Feb-1998  perry preconsoidate -> preconsolidate; from dzerkel@phofarm.com via OpenBSD
 1.2 26-Sep-1995  jtc Fixed mispelling of Athena, added Persephone; PR #1497
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.14.2.2 10-Feb-2007  bouyer Pull up following revision(s) (requested by tron in ticket #395):
share/dict/web2: revision 1.16
"Transvaal" should be capitalized.
Patch provided by David A. Holland in PR misc/35517.
 1.14.2.1 18-Dec-2006  tron Pull up following revision(s) (requested by martin in ticket #279):
share/dict/web2: revision 1.15
Remove an accidentally duplicated word (this had the side effect of making
the regress/lib/libc/db regression test fail)
 1.17.6.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.17.6.1 30-Oct-2012  yamt sync with head
 1.18.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.21.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.21.2.2 26-Apr-2017  pgoyette Sync with HEAD
 1.21.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.49.2.2 28-Jul-2018  pgoyette Sync with HEAD
 1.49.2.1 22-Apr-2018  pgoyette Sync with HEAD
 1.50.2.1 10-Jun-2019  christos Sync with HEAD
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources

RSS XML Feed