1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
tb 2fde6ebb66 In 32 bits sqrt(val) + 1 can overflow, so some big primes still
aren't recognized as such, for example 18446744073709551577 given
in the commit message of factor.c r1.7 from NetBSD.  Move the
return type of usqrt() from u_int32_t to u_int64_t.

ok guenther, tom, otto
2016-09-01 10:48:38 +00:00
..
adventure Headers cleanup with and OK tb@ 2016-03-08 10:48:39 +00:00
arithmetic - optarg and optind are declared by unistd.h, so remove them... 2016-01-27 13:42:08 +00:00
atc Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), 2016-08-27 02:02:44 +00:00
backgammon add missing 'void' 2016-01-08 13:40:05 +00:00
banner - General changes: 2016-03-07 12:07:55 +00:00
battlestar Pull in <stdio.h> for NULL 2016-08-27 03:34:45 +00:00
bcd - General changes: 2016-03-07 12:07:55 +00:00
boggle Pull in <sys/select.h> for fd_set 2016-08-27 02:11:27 +00:00
bs - General changes: 2016-03-07 12:07:55 +00:00
caesar for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
canfield for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
cribbage - General changes: 2016-03-07 12:07:55 +00:00
factor In 32 bits sqrt(val) + 1 can overflow, so some big primes still 2016-09-01 10:48:38 +00:00
fish - General changes: 2016-03-07 12:07:55 +00:00
fortune the quotes in "unkempt thoughts" were authored by stanislaw lec, 2016-08-27 14:29:22 +00:00
gomoku ANSIfy gomoku(6) and change a char* to u_char* 2016-01-08 21:38:33 +00:00
grdc - General changes: 2016-03-07 12:07:55 +00:00
hack Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
hangman Add back undocumented -h switch defaulting to usage(). 2016-02-28 06:24:06 +00:00
hunt Pull in <sys/select.h> for fd_set 2016-08-27 02:06:40 +00:00
mille ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
monop ANSIfy monop(6) 2016-01-08 18:20:33 +00:00
morse - General changes: 2016-03-07 12:07:55 +00:00
number - General changes: 2016-03-07 12:07:55 +00:00
phantasia Pull in <time.h> for time() and perhaps other functions 2016-08-27 02:00:10 +00:00
pig - General changes: 2016-03-07 12:07:55 +00:00
pom Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), 2016-08-27 02:02:44 +00:00
ppt - General changes: 2016-03-07 12:07:55 +00:00
primes Fix a bogus comment: "factors of" -> "coprime to". Replace the 2016-08-31 04:48:43 +00:00
quiz - General changes: 2016-03-07 12:07:55 +00:00
rain Some basic code maintenance in games/ 2016-01-07 16:00:31 +00:00
random - General changes: 2016-03-07 12:07:55 +00:00
robots Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), 2016-08-27 02:02:44 +00:00
sail Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
snake Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
tetris Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), 2016-08-27 02:02:44 +00:00
trek - ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it so 2016-03-08 18:43:47 +00:00
wargames
worm Some basic code maintenance in games/ 2016-01-07 16:00:31 +00:00
worms KNF: wrap three overly long lines. No binary change. 2016-03-05 07:47:15 +00:00
wump - General changes: 2016-03-07 12:07:55 +00:00
Makefile
Makefile.inc Build most of games/ with -Werror-implicit-function-declaration. 2015-12-28 20:55:55 +00:00