aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* Back out the last two hacks. I've added games to the (correct) buildJohn Birrell1998-09-211-16/+3
* Remove bogus dependencies.Poul-Henning Kamp1998-09-191-3/+3
* Reverse the sense of the test looking for caesar & strfile.Poul-Henning Kamp1998-09-191-6/+6
* Don't expect /usr/games in the path.Poul-Henning Kamp1998-09-171-6/+19
* Don't do anything special to prevent access to created files - honourBruce Evans1998-09-051-1/+3
* Keep build-tools objects separate from `all' objects so that myBruce Evans1998-09-021-3/+6
* Split lines into one subdir per line.Gary Palmer1998-08-301-5/+39
* Make the build tools static to avoid trying to use the shared loaderJohn Birrell1998-08-201-2/+2
* Build the makedefs program static to avoid trying to use the sharedJohn Birrell1998-08-151-1/+1
* Build the setup program static so that we don't try to use the sharedJohn Birrell1998-08-151-1/+1
* Revert the last commit, it made the Bruce filter flip:Poul-Henning Kamp1998-08-091-18/+13
* Games primes and factor don't understand hexadecimals.Poul-Henning Kamp1998-08-071-13/+18
* Wrong filename for dictionary in manpage.Poul-Henning Kamp1998-08-041-1/+1
* Remove comment relevant to 16bit integers only.Warner Losh1998-07-261-2/+0
* o Fix Y2K buffer overflow.Warner Losh1998-07-261-4/+2
* Y2K fix. Fix by jsm28@cam.ac.uk via OpenBSDWarner Losh1998-07-261-1/+1
* Fix discrepancy between sources and manual page for the 'c' command.Joseph Koshy1998-07-201-11/+1
* Buffer overflow.Poul-Henning Kamp1998-07-091-1/+1
* Use the installed versions of caesar and strfile. They are nowBruce Evans1998-07-071-19/+3
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-1/+3
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-5/+7
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-0/+5
* Fixed printf format errors.Bruce Evans1998-06-308-21/+22
* Fixed (1970's style) missing declaration of a function that doesn'tBruce Evans1998-06-301-0/+2
* Fixed printf format errors. Didn't fix gross homemade varargs functionBruce Evans1998-06-301-1/+1
* Fixed the type of yyerror() (1970's style).Bruce Evans1998-06-301-0/+1
* Cast pointers to longs, not ints.John Birrell1998-05-091-3/+3
* Change long variable to time_t where it is passed to time() by reference.John Birrell1998-05-091-1/+1
* Add #include string.h to get prototypes.John Birrell1998-05-092-0/+2
* Add #include string.h to get prototypes and change variables from longJohn Birrell1998-05-092-3/+5
* Remove bogus time() prototype and let the one in time.h rule.John Birrell1998-05-091-1/+0
* Add #include string.h to get prototypes.John Birrell1998-05-093-0/+3
* Cast pointers to long instead of int.John Birrell1998-05-094-9/+9
* Add #include string.h to get prototypes.John Birrell1998-05-093-0/+3
* 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