]>
git.cameronkatri.com Git - bsdgames-darwin.git/log
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.
mycroft [Sat, 29 Apr 1995 01:17:12 +0000 (01:17 +0000)]
Fix usages of ospeed.
mycroft [Sat, 29 Apr 1995 01:12:41 +0000 (01:12 +0000)]
Remove incorrect (but unused) definition of baudrate().
mycroft [Sat, 29 Apr 1995 01:11:36 +0000 (01:11 +0000)]
Fix usages of ospeed.
mycroft [Sat, 29 Apr 1995 01:08:51 +0000 (01:08 +0000)]
Fix usages of ospeed.
mycroft [Sat, 29 Apr 1995 00:44:03 +0000 (00:44 +0000)]
Use POSIX tty semantics.
mycroft [Sat, 29 Apr 1995 00:06:37 +0000 (00:06 +0000)]
Use POSIX tty semantics.
mycroft [Fri, 28 Apr 1995 23:49:19 +0000 (23:49 +0000)]
Use POSIX tty semantics.
mycroft [Fri, 28 Apr 1995 23:01:45 +0000 (23:01 +0000)]
Use POSIX tty semantics.
mycroft [Fri, 28 Apr 1995 22:28:48 +0000 (22:28 +0000)]
Use tcflush().
mycroft [Fri, 28 Apr 1995 22:09:25 +0000 (22:09 +0000)]
Use POSIX signal and tty semantics.
mycroft [Fri, 28 Apr 1995 21:30:16 +0000 (21:30 +0000)]
Use POSIX signal and tty semantics.
mycroft [Thu, 27 Apr 1995 22:15:28 +0000 (22:15 +0000)]
Use usleep().
mycroft [Thu, 27 Apr 1995 22:06:04 +0000 (22:06 +0000)]
Use POSIX signal and tty semantics.
mycroft [Thu, 27 Apr 1995 21:22:19 +0000 (21:22 +0000)]
Use POSIX signal and tty semantics.
cgd [Mon, 24 Apr 1995 12:21:37 +0000 (12:21 +0000)]
Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
cgd [Sat, 22 Apr 1995 11:55:13 +0000 (11:55 +0000)]
don't print 'Message:' prompt if stdin is not a terminal.
(from Masanobu Saitoh <saitoh@spa.is.uec.ac.jp> in pr 982.)
Also, fix usage string and manual page to note that width argument
for -w is _not_ optional.
cgd [Sat, 22 Apr 1995 11:18:35 +0000 (11:18 +0000)]
don't forget to install the docs.
cgd [Sat, 22 Apr 1995 10:58:17 +0000 (10:58 +0000)]
clean up import, NetBSD RCS IDs, etc.
cgd [Sat, 22 Apr 1995 10:40:47 +0000 (10:40 +0000)]
src/games/trek from Lite
cgd [Sat, 22 Apr 1995 10:36:43 +0000 (10:36 +0000)]
clean up import, NetBSD RCS IDs
cgd [Sat, 22 Apr 1995 10:27:22 +0000 (10:27 +0000)]
clean up import, NetBSD RCS Ids
cgd [Sat, 22 Apr 1995 10:26:09 +0000 (10:26 +0000)]
clean up fputchar types (again)
cgd [Sat, 22 Apr 1995 10:20:57 +0000 (10:20 +0000)]
src/games/rogue from Lite
cgd [Sat, 22 Apr 1995 10:18:17 +0000 (10:18 +0000)]
fix up botched include
cgd [Sat, 22 Apr 1995 10:16:53 +0000 (10:16 +0000)]
RCS Ids
cgd [Sat, 22 Apr 1995 10:16:04 +0000 (10:16 +0000)]
oops; delete duplicated functions.
cgd [Sat, 22 Apr 1995 10:08:46 +0000 (10:08 +0000)]
clean up import
cgd [Sat, 22 Apr 1995 09:59:01 +0000 (09:59 +0000)]
fix bugs previously fixed. whee.
cgd [Sat, 22 Apr 1995 09:06:33 +0000 (09:06 +0000)]
un-munge import.
cgd [Sat, 22 Apr 1995 08:35:52 +0000 (08:35 +0000)]
src/games/quiz from Lite
cgd [Sat, 22 Apr 1995 08:34:18 +0000 (08:34 +0000)]
clean up import, NetBSD RCS Ids, etc.
cgd [Sat, 22 Apr 1995 08:19:45 +0000 (08:19 +0000)]
clean up import. NetBSD RCS IDs
cgd [Sat, 22 Apr 1995 08:09:22 +0000 (08:09 +0000)]
fix window size update code.
cgd [Sat, 22 Apr 1995 08:07:59 +0000 (08:07 +0000)]
un-munge import; it apparently didn't import properly.
cgd [Sat, 22 Apr 1995 08:00:54 +0000 (08:00 +0000)]
rough cleanup of import. RCS Ids
cgd [Sat, 22 Apr 1995 07:53:41 +0000 (07:53 +0000)]
clean up import, fix up Ids
cgd [Sat, 22 Apr 1995 07:49:41 +0000 (07:49 +0000)]
src/games/wargames from Lite
cgd [Sat, 22 Apr 1995 07:44:02 +0000 (07:44 +0000)]
NetBSD RCS IDs
cgd [Sat, 22 Apr 1995 07:42:31 +0000 (07:42 +0000)]
NetBSD RCS Ids
cgd [Sat, 22 Apr 1995 07:34:00 +0000 (07:34 +0000)]
clean up handling of fortunes a bit.
cgd [Sat, 22 Apr 1995 07:19:03 +0000 (07:19 +0000)]
clean more cruft; fix up to build the way CSRG now intends
cgd [Sat, 22 Apr 1995 07:12:19 +0000 (07:12 +0000)]
kill these; no longer necessary or appropriate.
mycroft [Thu, 20 Apr 1995 02:04:51 +0000 (02:04 +0000)]
Remove read-only files before trying to rewrite them. From Greg Hudson.
jtc [Tue, 28 Mar 1995 17:18:59 +0000 (17:18 +0000)]
KERNEL -> _KERNEL
cgd [Sat, 25 Mar 1995 22:53:48 +0000 (22:53 +0000)]
banner, the game, really does belong here, contrary to what CSRG says.
glass [Sat, 25 Mar 1995 07:44:46 +0000 (07:44 +0000)]
Merge 4.4Lite version
cgd [Fri, 24 Mar 1995 05:00:43 +0000 (05:00 +0000)]
rcs id conventions
cgd [Fri, 24 Mar 1995 03:58:08 +0000 (03:58 +0000)]
rcs id conventions
cgd [Thu, 23 Mar 1995 08:41:34 +0000 (08:41 +0000)]
new rcsid conventions
cgd [Thu, 23 Mar 1995 08:28:00 +0000 (08:28 +0000)]
merge with Lite, new RCS id conventions, etc.
cgd [Tue, 21 Mar 1995 15:59:39 +0000 (15:59 +0000)]
from Lite
cgd [Tue, 21 Mar 1995 15:48:18 +0000 (15:48 +0000)]
from Lite
cgd [Tue, 21 Mar 1995 15:03:38 +0000 (15:03 +0000)]
clean up import
cgd [Tue, 21 Mar 1995 12:24:13 +0000 (12:24 +0000)]
from Lite
cgd [Tue, 21 Mar 1995 12:14:18 +0000 (12:14 +0000)]
add/fix id tags
cgd [Tue, 21 Mar 1995 12:04:53 +0000 (12:04 +0000)]
clean up RCS ids
cgd [Tue, 21 Mar 1995 12:04:10 +0000 (12:04 +0000)]
clean up import
cgd [Tue, 21 Mar 1995 11:59:28 +0000 (11:59 +0000)]
clean up import.
pk [Wed, 8 Mar 1995 19:41:53 +0000 (19:41 +0000)]
Use ${DESTDIR}.
glass [Wed, 1 Mar 1995 09:05:20 +0000 (09:05 +0000)]
remove extra tab
jtc [Tue, 28 Feb 1995 18:30:59 +0000 (18:30 +0000)]
change <sys/signal.h> to <signal.h>
jtc [Fri, 3 Feb 1995 18:15:02 +0000 (18:15 +0000)]
Changed to call exit(0) instead of falling out the bottom of main().
Changed to include <string.h> instead of defining own prototype for
strerror().
jtc [Tue, 31 Jan 1995 15:54:01 +0000 (15:54 +0000)]
Make man page and usage message agree with the code.
Fix from Hubert Feyrer.
jtc [Thu, 12 Jan 1995 19:06:53 +0000 (19:06 +0000)]
Use ${BINOWN} and ${BINGRP}.
pk [Sun, 8 Jan 1995 20:01:44 +0000 (20:01 +0000)]
Two corrections from George Robbins (confirmed by `The lore of the train'
by C. Hamilton Ellis).
mycroft [Sat, 7 Jan 1995 04:36:41 +0000 (04:36 +0000)]
Don't #include inside a function definition.
phil [Thu, 29 Dec 1994 08:00:17 +0000 (08:00 +0000)]
make the code agree with documentation and usage() for final two
options.
phil [Thu, 29 Dec 1994 07:35:05 +0000 (07:35 +0000)]
Don't try to process args if they aren't there.
pk [Sun, 25 Dec 1994 12:38:41 +0000 (12:38 +0000)]
MAN6 => MAN.
phil [Fri, 23 Dec 1994 07:01:39 +0000 (07:01 +0000)]
adding 10 more games collected from ???? and some I wrote.
cgd [Thu, 22 Dec 1994 09:31:26 +0000 (09:31 +0000)]
specify man pages the new way.
jtc [Thu, 15 Dec 1994 08:12:59 +0000 (08:12 +0000)]
Use ${DESTDIR} when installing fish.instr (PR #641).
pk [Wed, 30 Nov 1994 11:38:56 +0000 (11:38 +0000)]
Remove hard-coded object directory.
mycroft [Sun, 23 Oct 1994 05:21:43 +0000 (05:21 +0000)]
Fix typo in the name of the important potion.
mycroft [Fri, 21 Oct 1994 21:26:08 +0000 (21:26 +0000)]
Fix various problems with the potion/scroll name hiding mechanism.