summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Cast pointers to longs, not ints.jb1998-05-091-3/+3
| | | | | Hopefully that's the last of the 64-bit cleaning of src/games. That is, without adding -Wall to the compiler flags. That's not a pretty sight.
* 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
| | | | to time_t where they are passed to time() and localtime() by reference.
* 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
| | | | | | compiler warnings go away, but the compiler is throwing away 32-bits as the long value is silently truncated to an int on alpha. But the program works, so that must not matter.
* 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
| | | | be reference.
* 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
| | | | by reference.
* 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
| | | | Who writes code like this?!
* 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
| | | | there is a prototype to check it against.
* Add #include string.h, stdlib.h and termcap.h to get prototypes.jb1998-05-091-1/+4
| | | | | Change prototype for addbuf to make it compatible with tputs now that there is a prototype to check it against.
* 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
| | | | in other files.
* 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
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* 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
| | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
* Teruillian --> Tertullianalex1998-03-063-3/+2
| | | | | PR: 5928 Submitted by: Doug <Studded@dal.net>
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-0114-16/+16
| | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct).
* Fix a core dump caused by negative numbers.steve1998-02-261-0/+1
| | | | | PR: 5858 Submitted by: Max Euston <meuston@jmrodgers.com>
* Be sure to set the value of Tbl.str_numstr before any call tosteve1998-02-201-1/+2
| | | | | | do_order or randomize so that they actually work. PR: 5791
* 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
| | | | | | | | | | | | - removed vestigal rule for a Lite1 `.0' manpage. - don't duplicate defaults in the `all' dependencies. - removed bogus dependency of `setup' on monsters.asc. - compile `setup' with the usual CFLAGS. - create monster files at build time, not at install time. - don't be so repetitive in the install rule. - fixed too-global replacement of `install' by ${INSTALL}. Long lines made disgustingly longer by: previous commit.
* spelling error.phk1998-01-151-1/+1
|
* Avoid fclose(NULL).imp1998-01-071-4/+16
| | | | Submitted by: OpenBSD (Theo de Raadt)
* Fix phantasia.eivind1998-01-051-8/+8
| | | | Noticed by: max
* Remove bogus declaration of calloc() that broke the build. Test, folks,jkh1997-09-261-1/+0
| | | | test!
OpenPOWER on IntegriCloud