Changeset 333 for eaccelerator/trunk/ChangeLog
- Timestamp:
- 08/20/07 18:40:16 (1 year ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r332 r333 20 20 * Rewrite the fixup_* functions so they no longer use the EAG(mem) global. 21 21 * Rewrite store_* functions so they no longer use the EAG(mem) global. 22 * Add code that checks the shared memory chunks if needed to make sure 23 no data was written past the boundary. Change #undef MM_CHECK in mm.c 24 to #define MM_CHECK 22 25 23 26 2007-08-19 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>