Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/monop



Module Name:    src
Committed By:   christos
Date:           Mon Apr 21 01:25:28 UTC 2003

Modified Files:
        src/games/monop: execute.c monop.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/games/monop/execute.c
cvs rdiff -r1.12 -r1.13 src/games/monop/monop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index