summaryrefslogtreecommitdiffstats
path: root/games/gomoku (follow)
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy gomoku(6) and change a char* to u_char*mestre2016-01-086-104/+48
* Some basic code maintenance in games/tb2016-01-071-2/+2
* More cleanup and sorting on header sectionmestre2016-01-045-14/+17
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-2/+2
* Use __progname instead of manually handling argv[0].tobias2015-12-061-14/+9
* straightforward pledge "stdio rpath wpath cpath tty" for gomokutb2015-11-301-1/+4
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-2/+2
* Cast isalpha()'s argument to unsigned char.mmcc2015-10-241-2/+2
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-221-5/+4
* the debug / SVR4 chunk has been busted for a while. interesting.deraadt2014-12-071-2/+1
* Remove SVR4 codeblock which insisted on using srand(time(0)) and rand().deraadt2014-12-052-9/+2
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-4/+4
* obvious cases of missing .An;schwarze2014-09-081-3/+3
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-292-5/+3
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-043-11/+11
* no more rogue(6);jmc2011-07-031-4/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-60/+6
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* sort options + kill usage() verbosity; from Igor Sobradojmc2007-04-022-15/+8
* fix typos in comments (verses->versus)martin2006-12-241-7/+7
* fix some obvious mistakes to make DEBUG compilemartin2006-12-143-9/+9
* ISO C police: log and expl are reserved for the C library.espie2004-01-162-9/+9
* add missing includesdavid2003-07-101-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-038-54/+22
* strings... ok tedu@, millert@tdeval2003-04-251-4/+6
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-064-41/+65
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* de-registerpjanzen2002-05-315-53/+53
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-231-2/+1
* machine/limits.h is not userland. Use limits.hespie2002-04-201-3/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
* Part 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.millert2002-02-161-39/+39
* section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen2001-11-171-2/+2
* Formattingpjanzen2001-08-181-13/+16
* reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen2001-06-061-4/+8
* filename length fix: ianm@cit.uws.edu.aupjanzen2001-03-301-4/+5
* clrtoeol() is bad if there's stuff to the right you want to keep.pjanzen2001-02-171-3/+3
* display username when playing restored gamespjanzen2001-02-171-4/+4
* Handle long usernames betterpjanzen2001-02-172-17/+30
* - remove all trailing whitespaceaaron1999-07-091-4/+4
* Add some .El 's at the end of lists. From NetBSDpjanzen1999-03-201-1/+2
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* Don't capitalize game names at the beginning of sentences.pjanzen1998-11-291-7/+11
* formattingpjanzen1998-09-061-2/+2
* -lcurses, not termcap/termlibmillert1998-07-241-3/+3
* improved interactive input and minor tweakspjanzen1998-03-268-97/+310
* $OpenBSD$deraadt1997-09-211-2/+1
* the thederaadt1997-04-091-2/+2