aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Expand)AuthorAgeFilesLines
...
* Change casts of function pointers from int to long. This makes theJohn Birrell1998-05-096-7/+7
* Add #include string.h to get prototypes.John Birrell1998-05-093-0/+3
* Change long variable to time_t because it passed to time() and ctime().John Birrell1998-05-091-1/+1
* Change long variables to time_t if they are passed to time() or localtime()John Birrell1998-05-091-3/+3
* Add #include string.h to get prototypes.John Birrell1998-05-092-0/+2
* Change variable types from long to time_t if they are passed to time()John Birrell1998-05-094-6/+7
* Remove #define NULL because stdio.h does that.John Birrell1998-05-091-1/+0
* Add #include string.h to get prototypes.John Birrell1998-05-091-0/+1
* Add #include string.h to get prototypes.John Birrell1998-05-092-0/+2
* tv_sec in timeval is a long, and a time_t is not necessarily a long.John Birrell1998-05-091-2/+4
* Add #include string.h to get prototypes.John Birrell1998-05-093-0/+3
* Add 'extern' to arrays that are declared and initialised elsewhere.John Birrell1998-05-091-5/+5
* Add 'extern' to arrays that are declared and initialised in other files.John Birrell1998-05-091-12/+12
* Add 'extern' to arrays that are declared and initialised in other files.John Birrell1998-05-091-2/+2
* Add #include stdlib.h to get prototypes.John Birrell1998-05-091-0/+1
* Change prototype for addbuf to make it compatible with tputs now thatJohn Birrell1998-05-091-2/+3
* Add #include string.h, stdlib.h and termcap.h to get prototypes.John Birrell1998-05-091-1/+4
* Add #include string to get prototypes.John Birrell1998-05-091-0/+1
* Add 'extern' to those arrays that are declared and initialisedJohn Birrell1998-05-091-3/+3
* Add #include string.h to get prototypes.John Birrell1998-05-096-0/+6
* Add #include stdlib.h to get prototypes.John Birrell1998-05-091-0/+1
* Add #include string.h to get prototypes.John Birrell1998-05-091-0/+1
* Alphas don't necessarily have speakers.John Birrell1998-05-091-0/+3
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-051-1/+1
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-2/+1
* *** empty log message ***Peter Wemm1998-04-273-11/+11
* Exit(-1) -> exit(1).Philippe Charnier1998-04-011-1/+1
* Add prototypes, usage(). Add Id.Philippe Charnier1998-04-011-2/+3
* Add Id.Philippe Charnier1998-04-013-4/+22
* Use .An/.Aq.Philippe Charnier1998-04-011-2/+2
* Use Id instead of Header.Philippe Charnier1998-04-011-1/+1
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesBruce Evans1998-03-061-4/+2
* Teruillian --> TertullianAlexander Langer1998-03-063-3/+2
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-03-0114-16/+16
* Fix a core dump caused by negative numbers.Steve Price1998-02-261-0/+1
* Be sure to set the value of Tbl.str_numstr before any call toSteve Price1998-02-201-1/+2
* Disable boggle. It is being removed due to trademark violations.John Polstra1998-02-111-2/+2
* Fixed long lines in install rule. Fixed other bogons while I was here:Bruce Evans1998-01-161-19/+12
* spelling error.Poul-Henning Kamp1998-01-151-1/+1
* Avoid fclose(NULL).Warner Losh1998-01-071-4/+16
* Fix phantasia.Eivind Eklund1998-01-051-8/+8
* Remove bogus declaration of calloc() that broke the build. Test, folks,Jordan K. Hubbard1997-09-261-1/+0
* Remove unused fileAndrey A. Chernov1997-09-241-751/+0
* Convert to random()Andrey A. Chernov1997-09-241-2/+2
* Fix turn rightAndrey A. Chernov1997-09-241-2/+2
* Oops, miss one rand() lcation...Andrey A. Chernov1997-09-241-1/+1
* Convert to random()Andrey A. Chernov1997-09-243-9/+7
* Convert to random() and automatically fix bug with RAND_MAX is too largeAndrey A. Chernov1997-09-242-2/+3
* Convert to random()Andrey A. Chernov1997-09-242-8/+6
* Move under HIDEGAME, add revokeAndrey A. Chernov1997-09-242-22/+11