summaryrefslogtreecommitdiffstats
path: root/cribbage/instr.c
Commit message (Collapse)AuthorAgeFilesLines
* reinstate NULL cast by request, where the NULL was being passed as a varargplunky2011-09-011-3/+3
|
* NULL does not need a castplunky2011-08-311-3/+3
|
* KNF and WARNS=3jmc2005-07-021-3/+3
|
* Cast last argument of execl to (char *).jsm2005-02-151-3/+3
| | | Reviewed by <hubertf>.
* 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.
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-091-3/+3
| | | | fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd.
* Make cribbage use the POSIX.2 pager behaviour.jsm1999-09-131-15/+27
|
* minor KNFifylukem1997-10-111-10/+7
|
* WARNSifylukem1997-10-101-2/+3
|
* make explicit comparisons to NULL, s/rindex/strrchr/mikel1997-07-101-4/+4
|
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-4/+3
|
* clean up importcgd1995-03-211-6/+17
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+81