summaryrefslogtreecommitdiff
path: root/games/gomoku/main.c
AgeCommit message (Collapse)Author
2014-12-07the debug / SVR4 chunk has been busted for a while. interesting.Theo de Raadt
from Jonas Termansen
2014-12-05Remove SVR4 codeblock which insisted on using srand(time(0)) and rand().Theo de Raadt
How did this survive the tedu?? Very disappointed!!
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed Prefer sizeof(var) over MAXFOO or FOO_MAX ok deraadt@
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
tweaks and ok millert@, ok deraadt@
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
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
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
ok jmc@
2007-04-02sort options + kill usage() verbosity; from Igor SobradoJason McIntyre
2006-12-24fix typos in comments (verses->versus)Martin Reindl
2006-12-14fix some obvious mistakes to make DEBUG compileMartin Reindl
ok otto@
2004-01-16ISO C police: log and expl are reserved for the C library.Marc Espie
expl -> expl_string log -> logit
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-25strings... ok tedu@, millert@Thierry Deval
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-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
good enough for games but we should at least use a decent seed. pjanzen@ OK
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2001-03-30filename length fix: ianm@cit.uws.edu.auPaul Janzen
2001-02-17display username when playing restored gamesPaul Janzen
2001-02-17Handle long usernames betterPaul Janzen
1998-03-26improved interactive input and minor tweaksPaul Janzen
1997-01-26Check malloc() return value.Jason Downs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22proper gid revokeTheo de Raadt
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-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-16Import of gomoku from 4.4BSD Lite2. Uses ocurses.Jason Downs