summaryrefslogtreecommitdiffstats
path: root/gomoku
Commit message (Expand)AuthorAgeFilesLines
* avoid a pointer sign difference.mrg2006-05-111-3/+3
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-2/+2
* Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig2005-04-191-3/+3
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
* Remove uses of __P.jsm2004-01-272-43/+43
* Include <limits.h> instead of <machine/limits.h>.jsm2004-01-271-3/+3
* Include <sys/endian.h>.jsm2004-01-271-1/+2
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-078-54/+22
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-2/+2
* Ispell.wiz2002-09-261-3/+3
* New sentences begin on new lines.wiz2002-09-261-13/+17
* fix nested externschristos2001-02-051-4/+5
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Fix doubled 'the'.soren2000-03-131-3/+3
* Fix -Wsign-compare warnings.jsm1999-09-181-4/+4
* Fix uses of names of library functions for other purposes.jsm1999-09-132-9/+9
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+5
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+8
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-082-6/+6
* Add use of `const' where appropriate to the games.jsm1999-09-086-42/+40
* More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled1999-03-221-2/+2
* Fix .Bl/.El imbalance.erh1999-03-101-1/+2
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-4/+4
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
* change includes to fix compiler warningperry1998-02-031-2/+3
* WARNSifylukem1997-10-108-102/+192
* fix NetBSD RCS ID headerscgd1997-01-039-22/+22
* include string.h and stdlib.h for prototypes, as appropriatecgd1997-01-032-4/+7
* add gomoku game, from 4.4BSD-Lite2tls1996-12-289-2/+43
* Import of 4.4BSD-Lite2 sourcetls1996-12-289-0/+3307