summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert to random()ache1997-09-242-4/+4
* Cleanup.ache1997-09-241-2/+4
* Revoke properly by setgid, not by setuid, overlooked in gamesache1997-09-241-2/+5
* Remove setuid, priveledges already revoked early in the right wayache1997-09-241-4/+0
* Cleanup.ache1997-09-241-4/+7
* Use include for malloc declarationache1997-09-241-3/+2
* Fix longstanding bug: it was impossible to save to the same file twiceache1997-09-241-2/+5
* Fix revoke to use setgid instead of setuid,since games uid changed toache1997-09-241-2/+4
* Revoke privs before shell exitache1997-09-244-14/+16
* Oops, to many zeroes was in usleep argache1997-09-241-1/+1
OpenPOWER on IntegriCloud