summaryrefslogtreecommitdiffstats
path: root/gomoku/gomoku.h
Commit message (Collapse)AuthorAgeFilesLines
* move extern decls to .h filesdholland2014-03-221-1/+4
|
* Some improvements to the new UI.dholland2010-03-291-1/+2
|
* Better user interface. From OpenBSD, written by Paul Janzen quite adholland2010-03-291-2/+10
| | | long time ago. A few minor adjustments by yours truly.
* sprinkle staticdholland2009-08-121-20/+1
|
* Rename internal getline() function to get_line() so it doesroy2009-07-131-2/+2
| | | conflict with the soon to be added getline(3) libc function.
* Remove global scratch string buffer. Don't zoom off the end while readingdholland2009-06-041-2/+1
| | | user input, either.
* Remove remaining references to sprintf.dholland2009-06-041-2/+2
|
* Make a couple of the logging/printing functions printf-alikes. This removesdholland2009-06-041-4/+4
| | | most of the calls to sprintf.
* attribute noreturn -> __deaddholland2009-06-041-4/+4
|
* Increase spending on vowels. No object file diffs.dholland2009-06-041-7/+7
|
* Remove uses of __P.jsm2004-01-271-40/+40
|
* Include <sys/endian.h>.jsm2004-01-271-1/+2
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Fix uses of names of library functions for other purposes.jsm1999-09-131-2/+2
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-12/+12
| | | | | | | | | 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.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-4/+4
|
* WARNSifylukem1997-10-101-5/+42
|
* fix NetBSD RCS ID headerscgd1997-01-031-2/+2
|
* add gomoku game, from 4.4BSD-Lite2tls1996-12-281-0/+2
|
* Import of 4.4BSD-Lite2 sourcetls1996-12-281-0/+266