summaryrefslogtreecommitdiffstats
path: root/monop/initdeck.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-101-6/+7
|
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+5
|
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-4/+4
| | | the games.
* 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-22/+20
|
* Instead of writing out a structure that contains pointers as the headersimonb1999-08-211-10/+38
| | | | | | of the card decks file, just write out the number of cards for each deck. Also use "off_t" for offsets into the file (that are stored after the number of cards) instead of "long". /usr/share/games/cards.pck is now MI.
* WARNSifychristos1997-10-121-13/+24
|
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-291-4/+4
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-7/+12
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+184