NetBSD/games/monop
christos cbb9bcafa0 PR/8247: Simon Burge: monop(6) save/restore doesn't work.
With the advent of elf and mmaping malloc, assumptions that the code made
before about location and contents of the data segment broke. We supplied
an sbrk() only malloc, and recorded the break point at the beginning of
the program, so now save and restore works, in the traditional monop style.
2003-04-21 01:25:27 +00:00
..
Makefile use an sbrk() only malloc() because save and restore depends on saving 2003-04-21 01:23:06 +00:00
brd.dat
cards.c calloc() arg mistake. it's (nelem, size). from openbsd 2002-08-12 02:37:26 +00:00
cards.inp Fix typo, pointed out by seebs@plethora.net in PR bin/10131. 2000-05-17 02:30:25 +00:00
deck.h Convert to something resembling KNF. 1999-08-21 10:40:03 +00:00
execute.c PR/8247: Simon Burge: monop(6) save/restore doesn't work. 2003-04-21 01:25:27 +00:00
getinp.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
houses.c Add use of `const' where appropriate to the games. 1999-09-08 21:17:44 +00:00
initdeck.c seperate -> separate 2001-07-22 13:33:58 +00:00
jail.c Convert to something resembling KNF. 1999-08-21 10:40:03 +00:00
malloc.c use an sbrk() only malloc() because save and restore depends on saving 2003-04-21 01:23:06 +00:00
misc.c avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
mon.dat
monop.6 Lots of minor fixes resulting from reading these man pages in detail. 2002-09-26 18:31:58 +00:00
monop.c PR/8247: Simon Burge: monop(6) save/restore doesn't work. 2003-04-21 01:25:27 +00:00
monop.def Add use of `const' where appropriate to the games. 1999-09-08 21:17:44 +00:00
monop.ext Add use of `const' where appropriate to the games. 1999-09-08 21:17:44 +00:00
monop.h Fix uses of namespaces reserved by ISO C or POSIX.1. 1999-09-30 18:01:31 +00:00
morg.c Add use of `const' where appropriate to the games. 1999-09-08 21:17:44 +00:00
pathnames.h
print.c Add use of `const' where appropriate to the games. 1999-09-08 21:17:44 +00:00
prop.c avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
prop.dat
rent.c Convert to something resembling KNF. 1999-08-21 10:40:03 +00:00
roll.c de-register 2002-06-02 22:17:37 +00:00
spec.c Add use of `const' where appropriate to the games. 1999-09-08 21:17:44 +00:00
trade.c Fix uses of namespaces reserved by ISO C or POSIX.1. 1999-09-30 18:01:31 +00:00