summaryrefslogtreecommitdiffstats
path: root/monop/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=5dholland2012-06-191-18/+12
|
* handle EOF in inputahoka2011-12-011-3/+9
|
* sprinkle staticdholland2009-08-121-3/+5
|
* need errno.hchristos2008-02-241-2/+3
|
* Source files should be named *.c or *.h, not random other things.dholland2008-02-241-3/+4
| | | | | | | | Fold monop.ext (which was extern data decls) into monop.h and deck.h. Fold monop.def (which had definitions for the extern data) into monop.c. Fold brd.dat/mon.dat/prop.dat (which were array initializers for some of the data) into monop.c. Rearrange includes accordingly. No functional change.
* Sanity fixes for input handling. Suggested by OpenBSD, but different code.dholland2008-02-231-19/+17
|
* Don't misuse random strings as printf formats, even where it's harmless.dholland2008-02-201-3/+3
| | | Found by diffing against OpenBSD.
* Fix bugs in debug printouts. From OpenBSD.dholland2008-02-191-8/+9
|
* Fix (another) typo in commentdholland2008-02-191-3/+3
|
* Coverity CID 1005: Fix NULL deref and incorrect variable use.christos2006-03-191-11/+16
|
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-4/+4
|
* Rename yn to yncoms to avoid conflict with GCC 3.4 built-in XSIjsm2004-01-261-3/+3
| | | function.
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* avoid C sequence point issues warned about by development version of gcc.cgd2001-01-161-3/+3
|
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-301-4/+4
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-4/+4
| | | | | | | | | 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.
* Convert to something resembling KNF.simonb1999-08-211-43/+51
|
* WARNSifychristos1997-10-121-43/+50
|
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-291-4/+6
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+9
|
* New version from uunet.mycroft1993-08-071-89/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+359