]>
git.cameronkatri.com Git - bsdgames-darwin.git/log
mrg [Fri, 3 Oct 1997 10:25:35 +0000 (10:25 +0000)]
add a man page for countmail(6)
mrg [Fri, 3 Oct 1997 08:51:33 +0000 (08:51 +0000)]
add countmail.
mrg [Fri, 3 Oct 1997 08:50:42 +0000 (08:50 +0000)]
add rcsid
mrg [Fri, 3 Oct 1997 08:50:36 +0000 (08:50 +0000)]
install countmail into /usr/games
mrg [Fri, 3 Oct 1997 08:43:09 +0000 (08:43 +0000)]
countmail -- be obnoxious about how much mail you have. this version
written by mycroft. original version by noah friedman. the original
idea for this program came from lauren p. burka <exile@gnu.ai.mit.edu>
"countmail is the work of someone in an altered state."
--Ben A. Mesander <ben@piglet.cr.usgs.gov>
lukem [Sat, 20 Sep 1997 14:28:16 +0000 (14:28 +0000)]
- WARNSify
- deprecate register
- getopts returns -1 not EOF
- last character returned by fgetln() isn't always \n
- cleanup .Nm use
mikel [Mon, 1 Sep 1997 23:26:11 +0000 (23:26 +0000)]
fix typo; from Hubert Feyrer in PR bin/4070
christos [Mon, 11 Aug 1997 14:06:10 +0000 (14:06 +0000)]
PR/3964: Eric Fischer: Remove dependencies to traditional cpp...
While I was there add WARNS?= too.
mikel [Wed, 16 Jul 1997 06:59:59 +0000 (06:59 +0000)]
don't xref obsolete regcmp(3)
christos [Sun, 13 Jul 1997 20:21:32 +0000 (20:21 +0000)]
gtime -> gltime to avoid conflict in time.h
mikel [Thu, 10 Jul 1997 06:47:29 +0000 (06:47 +0000)]
make explicit comparisons to NULL, s/rindex/strrchr/
phil [Wed, 9 Jul 1997 06:25:45 +0000 (06:25 +0000)]
Clean up play, let player see play more often, improve display timing.
Preliminary work from PR 2055 (as reverse patches).
mycroft [Sun, 6 Jul 1997 11:20:10 +0000 (11:20 +0000)]
Add missing space between play and act.
mycroft [Sun, 6 Jul 1997 11:19:16 +0000 (11:19 +0000)]
Fix parsing error with escaped colons.
phil [Mon, 30 Jun 1997 19:33:34 +0000 (19:33 +0000)]
Use tbl support from bsd.man.mk instead of having a special rule.
cjs [Sat, 31 May 1997 21:21:13 +0000 (21:21 +0000)]
Back out BUILDDIR and NOINSTALL changes.
cgd [Thu, 29 May 1997 01:48:05 +0000 (01:48 +0000)]
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
.Dd is supposed to be invoked like:
.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
.Dd "month day, year"
which is what these pages did.
mellon [Thu, 29 May 1997 00:40:03 +0000 (00:40 +0000)]
curses needs termcap
cjs [Mon, 26 May 1997 03:55:19 +0000 (03:55 +0000)]
These updates to the build allow building against include files
and libs in the object tree, if you use a separate object tree,
while maintaining backward compatability with other build methods.
See the notes in src/share/mk/bsd.README for full details. Note
that the `make includes' target now only installs the include files
in the build directory (if you use one--otherwise they go in DESTDIR
just like before); `make install' will install include files in
DESTDIR.
jtc [Fri, 23 May 1997 23:40:16 +0000 (23:40 +0000)]
Remove calls to flushok(). That function doesn't really do anything in
our curses implementation, and it doesn't even exist in others...
jtc [Fri, 23 May 1997 23:27:40 +0000 (23:27 +0000)]
Remove mvcur() after wrefresh() call, as the latter does not move the
cursor. The fact that we don't have to grovel in the curses internels
for curx or cury is an added bonus.
jtc [Fri, 23 May 1997 23:13:35 +0000 (23:13 +0000)]
Remove unctrl.h, use public version.
jtc [Fri, 23 May 1997 23:09:36 +0000 (23:09 +0000)]
Change "reg" to "register"
Remove private implementation of erasechar() and killchar().
pk [Sat, 17 May 1997 19:24:44 +0000 (19:24 +0000)]
NULL => 0 (Arne Juul; PR#3629)
mycroft [Fri, 9 May 1997 16:51:41 +0000 (16:51 +0000)]
Use afterinstall, not beforeinstall.
mycroft [Fri, 9 May 1997 07:50:03 +0000 (07:50 +0000)]
Eliminate bogus redefinitions of standard targets.
gwr [Thu, 8 May 1997 21:11:01 +0000 (21:11 +0000)]
Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
mycroft [Wed, 7 May 1997 16:03:15 +0000 (16:03 +0000)]
Use afterinstall, not proginstall, to run post-installation crap.
mycroft [Wed, 7 May 1997 15:59:08 +0000 (15:59 +0000)]
Use proginstall:: to disable installing PROG.
mycroft [Wed, 7 May 1997 07:15:34 +0000 (07:15 +0000)]
Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.
gwr [Tue, 6 May 1997 20:44:56 +0000 (20:44 +0000)]
Use .PATH.c: ...
christos [Wed, 30 Apr 1997 20:07:40 +0000 (20:07 +0000)]
PR/3557: Dave Huang: use web2 not web2a
thorpej [Mon, 28 Apr 1997 23:53:25 +0000 (23:53 +0000)]
Allow this to be cross-compiled (in a manner consistent with boggle's
host-only helper programs).
thorpej [Mon, 28 Apr 1997 23:52:50 +0000 (23:52 +0000)]
Go into the "strfile" subdirectory unconditionally; we let that Makefile
make it's own decisions.
thorpej [Mon, 28 Apr 1997 23:46:19 +0000 (23:46 +0000)]
Allow boggle to be cross-compiled; the mkdict and mkindex programs
are used only by the hosting system.
mrg [Mon, 21 Apr 1997 11:11:47 +0000 (11:11 +0000)]
be safe with buffers.
thorpej [Sat, 19 Apr 1997 07:35:33 +0000 (07:35 +0000)]
Change the riggings to ints, so that comparisons against negative
values works as expected on systems with unsigned chars.
thorpej [Sat, 19 Apr 1997 07:20:13 +0000 (07:20 +0000)]
Allow this to be cross-compiled.
thorpej [Sat, 19 Apr 1997 07:13:49 +0000 (07:13 +0000)]
Yow, cvs commit in the wrong directory... Bad, Jason, no biscuit!
thorpej [Sat, 19 Apr 1997 06:59:34 +0000 (06:59 +0000)]
Allow this to be cross-compiled.
christos [Tue, 1 Apr 1997 15:25:52 +0000 (15:25 +0000)]
Make sure that the dictionary and indexing programs are made.
christos [Tue, 1 Apr 1997 11:42:34 +0000 (11:42 +0000)]
- Don't depend on installed ${DESTDIR}/usr/share/dict/words; pick up the
dictionary from the sources.
- Don't depend on the locally built indexing programs to build the dictionaries.
thorpej [Sat, 29 Mar 1997 20:42:16 +0000 (20:42 +0000)]
Make these compile on the PowerPC (an unsigned char system).
mycroft [Thu, 27 Mar 1997 10:55:21 +0000 (10:55 +0000)]
Install the help file again.
mycroft [Thu, 27 Mar 1997 09:08:58 +0000 (09:08 +0000)]
Do the symlink for HIDEGAME here, via SYMLINKS.
christos [Mon, 24 Mar 1997 22:15:37 +0000 (22:15 +0000)]
- Makefile cleanups
mikel [Fri, 14 Mar 1997 06:48:14 +0000 (06:48 +0000)]
eliminate mismatched quote char
mouse [Sat, 8 Mar 1997 13:26:20 +0000 (13:26 +0000)]
alternate -> alternative, per PR 2643
mikel [Tue, 4 Mar 1997 05:48:42 +0000 (05:48 +0000)]
eliminate redundant SCCS id; from Enami Tsugutomo in PR bin/3283.
mikel [Thu, 23 Jan 1997 06:06:29 +0000 (06:06 +0000)]
fix typo in Napoleon's name
tls [Mon, 13 Jan 1997 06:50:25 +0000 (06:50 +0000)]
bfunctions -> memfunctions
tls [Tue, 7 Jan 1997 12:42:14 +0000 (12:42 +0000)]
Sync to 4.4BSD-Lite2
tls [Tue, 7 Jan 1997 12:41:18 +0000 (12:41 +0000)]
sigh, fix RCS ID again
tls [Tue, 7 Jan 1997 12:35:42 +0000 (12:35 +0000)]
RCS ID Police
tls [Tue, 7 Jan 1997 12:24:57 +0000 (12:24 +0000)]
Sync to 4.4BSD-Lite2
tls [Tue, 7 Jan 1997 12:20:38 +0000 (12:20 +0000)]
Sync to 4.4BSD-Lite2, not that you'd know because none of these files have SCCS ID strings!
tls [Tue, 7 Jan 1997 11:56:32 +0000 (11:56 +0000)]
Sync to 4.4BSD-Lite2
tls [Tue, 7 Jan 1997 11:40:24 +0000 (11:40 +0000)]
Sync to 4.4BSD-Lite2
tls [Tue, 7 Jan 1997 11:16:12 +0000 (11:16 +0000)]
Sync to 4.4BSD-Lite2
cgd [Fri, 3 Jan 1997 01:35:23 +0000 (01:35 +0000)]
fix NetBSD RCS ID headers
cgd [Fri, 3 Jan 1997 01:16:04 +0000 (01:16 +0000)]
include string.h and stdlib.h for prototypes, as appropriate
tls [Sat, 28 Dec 1996 19:09:10 +0000 (19:09 +0000)]
Import from 4.4BSD-Lite2
tls [Sat, 28 Dec 1996 18:56:57 +0000 (18:56 +0000)]
add gomoku game, from 4.4BSD-Lite2
tls [Sat, 28 Dec 1996 18:44:55 +0000 (18:44 +0000)]
Import of 4.4BSD-Lite2 source
cgd [Mon, 23 Dec 1996 01:14:34 +0000 (01:14 +0000)]
Clean this up, and be more consistent:
* Have 'fake' options for all offensive fortune files (fortunes2-o and
limerick moved to fortunes2-o.real and limerick.real via repository copy).
* build all offensive fortune data files, etc., in the same way.
* Have installation of offensive fortunes controlled by one make variable.
To disable build/install of offensive fortunes, set
INSTALL_OFFENSIVE_FORTUNES to anything other than "YES" on the make
command line, in bsd.own.mk, or in /etc/mk.conf or your ${MAKECONF} file.
(If changing the setting, you should 'make clean' here and rebuild
the fortunes before installing.)
* Don't use variables that bsd.prog.mk thinks have certain meanings.
perry [Wed, 4 Dec 1996 00:21:29 +0000 (00:21 +0000)]
nuke 'the the' typo
tls [Sat, 23 Nov 1996 10:40:50 +0000 (10:40 +0000)]
Oy Gevalt, incorrect meter!
mikel [Tue, 12 Nov 1996 07:50:11 +0000 (07:50 +0000)]
/etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.
thorpej [Fri, 18 Oct 1996 02:48:24 +0000 (02:48 +0000)]
Use ${INSTALL}.
thorpej [Fri, 18 Oct 1996 02:37:51 +0000 (02:37 +0000)]
Use ${INSTALL}.
christos [Sun, 13 Oct 1996 00:01:05 +0000 (00:01 +0000)]
<machine/endian.h> -> <sys/types.h>
jtc [Wed, 9 Oct 1996 00:40:33 +0000 (00:40 +0000)]
merge in 1.2 branch
mrg [Thu, 26 Sep 1996 00:04:42 +0000 (00:04 +0000)]
use words from $DESTDIR.
explorer [Sat, 17 Aug 1996 20:48:06 +0000 (20:48 +0000)]
/usr/share/misc/termcap, not /etc/termcap
mrg [Thu, 15 Aug 1996 03:53:48 +0000 (03:53 +0000)]
call seteuid() before append/create. from kstailey (PR#2699)
mrg [Thu, 15 Aug 1996 03:53:24 +0000 (03:53 +0000)]
print more informative error message. from kstailey (PR#2699)
chopps [Wed, 3 Jul 1996 04:17:24 +0000 (04:17 +0000)]
BS was using obsolete 'bs' and 'bc' capabilities. Now tries 'le' first.
This deals with pr#2417
cgd [Fri, 7 Jun 1996 19:30:50 +0000 (19:30 +0000)]
Ixfay iticalcray ugsbay! Eservepray artstay-ofway-ordway andway
OLEWHAY-ORDWAY apitalizationcay.
pk [Sun, 2 Jun 1996 23:37:33 +0000 (23:37 +0000)]
A more interesting set of machines (PR#645).
pk [Sun, 2 Jun 1996 22:02:36 +0000 (22:02 +0000)]
Remove duplicate (and inaccurate) citation. Update the remaining one to be
even more accurate.
jtk [Sat, 1 Jun 1996 19:47:19 +0000 (19:47 +0000)]
use posix-style : for chown uid/group separator
mrg [Wed, 22 May 1996 00:36:04 +0000 (00:36 +0000)]
oops, we do need privs. do the right seteuid() thing.
mrg [Wed, 22 May 1996 00:34:35 +0000 (00:34 +0000)]
move the ) to after the 3rd arg to open. weeeeee!
mrg [Tue, 21 May 1996 23:19:20 +0000 (23:19 +0000)]
give up "games" if we have it. larn does not need it.
mrg [Tue, 21 May 1996 21:53:05 +0000 (21:53 +0000)]
oops, use <signal.h> not <sys/signal.h> (tholo@sigmasoft.com)
mrg [Tue, 21 May 1996 10:48:07 +0000 (10:48 +0000)]
give up setuid-ness. we don't need it. while i'm here, include
<sys/signal.h> and use SIGINT rather than 2.
pk [Sun, 19 May 1996 20:22:09 +0000 (20:22 +0000)]
Avoid NULL-pointer deref and for now, simply exit if required terminal
capabilities aren't there. Since the capabilities in question are marked
`obsolete' in termcap(5), someone might want to have another look
at this someday (PR#2417).
jtc [Thu, 21 Mar 1996 18:30:19 +0000 (18:30 +0000)]
Be pedantic, main() returns int in Standard C.
jtc [Thu, 29 Feb 1996 00:21:16 +0000 (00:21 +0000)]
Use tr instead of caesar to generate fortunes-o
jtc [Tue, 6 Feb 1996 22:47:06 +0000 (22:47 +0000)]
Removed "extern int errno"; Added #include <errno.h> if not already present.
mycroft [Thu, 21 Dec 1995 11:27:51 +0000 (11:27 +0000)]
Clean this up a bit.
christos [Sun, 22 Oct 1995 21:04:42 +0000 (21:04 +0000)]
Parallel make fixes
pk [Sun, 22 Oct 1995 20:44:11 +0000 (20:44 +0000)]
Correct typos noted by Mike Long; PR#1654.
jtc [Mon, 17 Jul 1995 06:23:06 +0000 (06:23 +0000)]
fix typo: new -> knew
jtc [Mon, 3 Jul 1995 19:44:30 +0000 (19:44 +0000)]
fix path of mail reader
pk [Mon, 26 Jun 1995 21:59:39 +0000 (21:59 +0000)]
Use `install -c'.
cgd [Wed, 7 Jun 1995 16:29:30 +0000 (16:29 +0000)]
typeof(timeval.ts_sec) != time_t
jtc [Sat, 13 May 1995 07:28:35 +0000 (07:28 +0000)]
Clear the last char in input buffer when an erase or kill character is
read. This prevents rubbed-out commands from being accepted. (Fix
from PR #862)
cgd [Thu, 11 May 1995 22:00:50 +0000 (22:00 +0000)]
don't forget MULT!!
mycroft [Sat, 29 Apr 1995 01:20:00 +0000 (01:20 +0000)]
Oops. Adjust delay by 10x.