summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Expand)AuthorAgeFilesLines
...
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Change long variable to time_t because it passed to time() and ctime().jb1998-05-091-1/+1
* Change long variables to time_t if they are passed to time() or localtime()jb1998-05-091-3/+3
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* Change variable types from long to time_t if they are passed to time()jb1998-05-094-6/+7
* Remove #define NULL because stdio.h does that.jb1998-05-091-1/+0
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* tv_sec in timeval is a long, and a time_t is not necessarily a long.jb1998-05-091-2/+4
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Add 'extern' to arrays that are declared and initialised elsewhere.jb1998-05-091-5/+5
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-12/+12
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-2/+2
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
* Change prototype for addbuf to make it compatible with tputs now thatjb1998-05-091-2/+3
* Add #include string.h, stdlib.h and termcap.h to get prototypes.jb1998-05-091-1/+4
* Add #include string to get prototypes.jb1998-05-091-0/+1
* Add 'extern' to those arrays that are declared and initialisedjb1998-05-091-3/+3
* Add #include string.h to get prototypes.jb1998-05-096-0/+6
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
* Alphas don't necessarily have speakers.jb1998-05-091-0/+3
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-1/+1
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-2/+1
* *** empty log message ***peter1998-04-273-11/+11
* Exit(-1) -> exit(1).charnier1998-04-011-1/+1
* Add prototypes, usage(). Add Id.charnier1998-04-011-2/+3
* Add Id.charnier1998-04-013-4/+22
* Use .An/.Aq.charnier1998-04-011-2/+2
* Use Id instead of Header.charnier1998-04-011-1/+1
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-061-4/+2
* Teruillian --> Tertullianalex1998-03-063-3/+2
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-0114-16/+16
* Fix a core dump caused by negative numbers.steve1998-02-261-0/+1
* Be sure to set the value of Tbl.str_numstr before any call tosteve1998-02-201-1/+2
* Disable boggle. It is being removed due to trademark violations.jdp1998-02-111-2/+2
* Fixed long lines in install rule. Fixed other bogons while I was here:bde1998-01-161-19/+12
* spelling error.phk1998-01-151-1/+1
* Avoid fclose(NULL).imp1998-01-071-4/+16
* Fix phantasia.eivind1998-01-051-8/+8
* Remove bogus declaration of calloc() that broke the build. Test, folks,jkh1997-09-261-1/+0
* Remove unused fileache1997-09-241-751/+0
* Convert to random()ache1997-09-241-2/+2
* Fix turn rightache1997-09-241-2/+2
* Oops, miss one rand() lcation...ache1997-09-241-1/+1
* Convert to random()ache1997-09-243-9/+7
* Convert to random() and automatically fix bug with RAND_MAX is too largeache1997-09-242-2/+3
* Convert to random()ache1997-09-242-8/+6
* Move under HIDEGAME, add revokeache1997-09-242-22/+11
* Cleanupache1997-09-243-3/+4
OpenPOWER on IntegriCloud