summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* Round two of MetBSD games merges.steve1999-05-0310-341/+189
* Revert previous commit. It broke 'make world' with NOSHARED=yes becausesteve1999-04-251-2/+2
* Forgot to remove these files with the NetBSD games cleanups.steve1999-04-208-348/+0
* Merge a bunch of cleanups from NetBSD.steve1999-04-1993-580/+697
* Call me bored, but I actually fed the equation into 'calc' just nownsayer1999-04-021-1/+1
* Too good to be missedphk1999-03-311-0/+11
* Document -D option. Give a more helpful error message for some cases.dcs1999-03-092-3/+11
* Minor adjustments to prior commits:imp1999-01-071-5/+7
* Fix printf errors in the hflag case.imp1999-01-063-13/+13
* added -h flag to allow for hexidecimal output.imp1999-01-063-18/+33
* Fixed CLEANFILES.bde1998-12-272-2/+2
* Fix typo (if it's not a typo, then it doesn't make sense IMHO)peter1998-11-092-2/+2
* Allow building games w/o an existing /usr/games.obrien1998-10-181-3/+6
* Allow ``make BINDIR=/foo/games'' to work.obrien1998-10-182-3/+7
* Fixed building without /usr/games in $PATH. Just add /usr/gamesbde1998-10-171-11/+13
* Back out the last two hacks. I've added games to the (correct) buildjb1998-09-211-16/+3
* Remove bogus dependencies.phk1998-09-191-3/+3
* Reverse the sense of the test looking for caesar & strfile.phk1998-09-191-6/+6
* Don't expect /usr/games in the path.phk1998-09-171-6/+19
* Don't do anything special to prevent access to created files - honourbde1998-09-051-1/+3
* Keep build-tools objects separate from `all' objects so that mybde1998-09-021-3/+6
* Split lines into one subdir per line.gpalmer1998-08-301-5/+39
* Make the build tools static to avoid trying to use the shared loaderjb1998-08-201-2/+2
* Build the makedefs program static to avoid trying to use the sharedjb1998-08-151-1/+1
* Build the setup program static so that we don't try to use the sharedjb1998-08-151-1/+1
* Revert the last commit, it made the Bruce filter flip:phk1998-08-091-18/+13
* Games primes and factor don't understand hexadecimals.phk1998-08-071-13/+18
* Wrong filename for dictionary in manpage.phk1998-08-041-1/+1
* Remove comment relevant to 16bit integers only.imp1998-07-261-2/+0
* o Fix Y2K buffer overflow.imp1998-07-261-4/+2
* Y2K fix. Fix by jsm28@cam.ac.uk via OpenBSDimp1998-07-261-1/+1
* Fix discrepancy between sources and manual page for the 'c' command.jkoshy1998-07-201-11/+1
* Buffer overflow.phk1998-07-091-1/+1
* Use the installed versions of caesar and strfile. They are nowbde1998-07-071-19/+3
* Added a `build-tools' target for internal tools.bde1998-07-071-1/+3
* Added a `build-tools' target for internal tools.bde1998-07-071-5/+7
* Added a `build-tools' target for internal tools.bde1998-07-071-0/+5
* Fixed printf format errors.bde1998-06-308-21/+22
* Fixed (1970's style) missing declaration of a function that doesn'tbde1998-06-301-0/+2
* Fixed printf format errors. Didn't fix gross homemade varargs functionbde1998-06-301-1/+1
* Fixed the type of yyerror() (1970's style).bde1998-06-301-0/+1
* Cast pointers to longs, not ints.jb1998-05-091-3/+3
* Change long variable to time_t where it is passed to time() by reference.jb1998-05-091-1/+1
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* Add #include string.h to get prototypes and change variables from longjb1998-05-092-3/+5
* Remove bogus time() prototype and let the one in time.h rule.jb1998-05-091-1/+0
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Cast pointers to long instead of int.jb1998-05-094-9/+9
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Change casts of function pointers from int to long. This makes thejb1998-05-096-7/+7
OpenPOWER on IntegriCloud