summaryrefslogtreecommitdiffstats
path: root/games/gomoku
AgeCommit message (Expand)AuthorFilesLines
2016-01-08ANSIfy gomoku(6) and change a char* to u_char*mestre6-104/+48
2016-01-07Some basic code maintenance in games/tb1-2/+2
2016-01-04More cleanup and sorting on header sectionmestre5-14/+17
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-12-06Use __progname instead of manually handling argv[0].tobias1-14/+9
2015-11-30straightforward pledge "stdio rpath wpath cpath tty" for gomokutb1-1/+4
2015-11-04replace setbuf with setvbuf, from Frederic Nowaktedu1-2/+2
2015-10-24Cast isalpha()'s argument to unsigned char.mmcc1-2/+2
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt1-5/+4
2014-12-07the debug / SVR4 chunk has been busted for a while. interesting.deraadt1-2/+1
2014-12-05Remove SVR4 codeblock which insisted on using srand(time(0)) and rand().deraadt2-9/+2
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther1-4/+4
2014-09-08obvious cases of missing .An;schwarze1-3/+3
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy2-5/+3
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()fgsch3-11/+11
2011-07-03no more rogue(6);jmc1-4/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt6-60/+6
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'ssobrado1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-02sort options + kill usage() verbosity; from Igor Sobradojmc2-15/+8
2006-12-24fix typos in comments (verses->versus)martin1-7/+7
2006-12-14fix some obvious mistakes to make DEBUG compilemartin3-9/+9
2004-01-16ISO C police: log and expl are reserved for the C library.espie2-9/+9
2003-07-10add missing includesdavid1-2/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert8-54/+22
2003-04-25strings... ok tedu@, millert@tdeval1-4/+6
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt4-41/+65
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-05-31de-registerpjanzen5-53/+53
2002-05-31No dm -> no need to revoke setegid.pjanzen1-6/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-04-20machine/limits.h is not userland. Use limits.hespie1-3/+3
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-3/+3
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-39/+39
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen1-2/+2
2001-08-18Formattingpjanzen1-13/+16
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen1-4/+8
2001-03-30filename length fix: ianm@cit.uws.edu.aupjanzen1-4/+5
2001-02-17clrtoeol() is bad if there's stuff to the right you want to keep.pjanzen1-3/+3
2001-02-17display username when playing restored gamespjanzen1-4/+4
2001-02-17Handle long usernames betterpjanzen2-17/+30
1999-07-09- remove all trailing whitespaceaaron1-4/+4
1999-03-20Add some .El 's at the end of lists. From NetBSDpjanzen1-1/+2
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-11-29Don't capitalize game names at the beginning of sentences.pjanzen1-7/+11
1998-09-06formattingpjanzen1-2/+2
1998-07-24-lcurses, not termcap/termlibmillert1-3/+3
1998-03-26improved interactive input and minor tweakspjanzen8-97/+310
1997-09-21$OpenBSD$deraadt1-2/+1
1997-04-09the thederaadt1-2/+2