index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
gomoku
/
pickmove.c
Age
Commit message (
Expand
)
Author
2016-01-08
ANSIfy gomoku(6) and change a char* to u_char*
mestre
2016-01-04
More cleanup and sorting on header section
mestre
2015-08-22
remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...
Theo de Raadt
2014-12-05
Remove SVR4 codeblock which insisted on using srand(time(0)) and rand().
Theo de Raadt
2013-08-29
replace srandomdev()+random() with the arc4random*() family
Christian Weisgerber
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-12-14
fix some obvious mistakes to make DEBUG compile
Martin Reindl
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-06
2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen
Theo de Raadt
2002-05-31
de-register
Paul Janzen
2002-04-20
machine/limits.h is not userland. Use limits.h
Marc Espie
1998-03-26
improved interactive input and minor tweaks
Paul Janzen
1997-01-26
Check malloc() return value.
Jason Downs
1996-12-21
Clean up lint and -Wall output
Thorsten Lockert
1996-12-20
Nevermind, curses problem was caused by a busted lib on threadway.
Jason Downs
1996-12-16
Import of gomoku from 4.4BSD Lite2. Uses ocurses.
Jason Downs