index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
worm
/
worm.c
Age
Commit message (
Expand
)
Author
2015-08-17
remove cpp abuse
dholland
2011-05-23
ANSIfy
joerg
2009-08-12
sprinkle static
dholland
2008-08-08
if initscr() fails, exit with a message rather than crash in the
drochner
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2004-01-27
Remove uses of __P.
jsm
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2001-12-06
Change deprecated curses function to new equivalent.
blymn
2001-08-31
Keep track of visible worm length. If nowhere is available for the
jsm
2001-08-30
Check for screen sizes that are too small. Fix off-by-one error in
jsm
2001-08-29
Remove documented bug with long worm lengths, and improve handling of
jsm
2000-05-08
Use setgid(), not setregid().
mycroft
2000-01-09
Use err(1, NULL) and warn(NULL) for `out of memory' error messages.
jsm
1999-10-26
support arrow keys.
cgd
1999-09-12
Security improvements for games (largely from or inspired by OpenBSD).
jsm
1999-09-09
Check for failure of malloc() and calloc() at various places in the games.
jsm
1999-09-08
Add `__noreturn__' and `__unused__' attributes where appropriate to
jsm
1999-09-08
Add use of `const' where appropriate to the games.
jsm
1999-08-10
Leave ^Z-handling to the system (curses? no idea, at least it works :-),
hubertf
1999-08-08
Print score after endwin() so it isn't deleted immediately afterward.
hubertf
1999-07-28
This patch makes worm(6) keep the cursor on the head of the worm.
hubertf
1998-09-13
mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)
hubertf
1997-10-12
WARNSify
lukem
1995-04-29
Remove incorrect (but unused) definition of baudrate().
mycroft
1995-04-24
Various changes to make games compile w/o warnings on the alpha:
cgd
1995-04-22
clean up import, fix up Ids
cgd
1993-12-03
Restructure a switch to eliminate a compiler warning.
mycroft
1993-08-10
Compare baudrate() with 1200, not B1200.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd