summaryrefslogtreecommitdiffstats
path: root/monop/misc.c
Commit message (Expand)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
* 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
* 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
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* 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
* 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