summaryrefslogtreecommitdiff
path: root/games/gomoku/pickmove.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2006-12-14fix some obvious mistakes to make DEBUG compileMartin Reindl
ok otto@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2002-05-31de-registerPaul Janzen
2002-04-20machine/limits.h is not userland. Use limits.hMarc Espie
ok millert@
1998-03-26improved interactive input and minor tweaksPaul Janzen
1997-01-26Check malloc() return value.Jason Downs
1996-12-21Clean up lint and -Wall outputThorsten Lockert
1996-12-20Nevermind, curses problem was caused by a busted lib on threadway.Jason Downs
1996-12-16Import of gomoku from 4.4BSD Lite2. Uses ocurses.Jason Downs