summaryrefslogtreecommitdiffstats
path: root/gomoku
Commit message (Collapse)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
| | | Sort sections if necessary. Use more/better markup.
* Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig2005-04-191-3/+3
| | | to unsigned char. Approved by christos.
* 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
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* 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
| | | Patch from Richard Elz, slightly improved by yours truly.
* 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
| | | | | | | | | | | | | | | Games which run setgid from dm, but don't need to, should drop their privileges at startup. Games which have a scorefile should open it at startup, then drop all privileges leaving just the open writable file descriptor. If the game can invoke subprocesses, this should be made close-on-exec. Games with scorefiles should make sure they do not get a file descriptor < 3. (Otherwise, they could get confused and corrupt the scorefile when using stdin, stdout or stderr.) Some old setuid revokes from the days of setuid games change into gid revokes.
* 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
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-086-42/+40
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled1999-03-221-2/+2
| | | | so we shouldn't override it with versions in the manpages. Many more to come.
* 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