summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-02-28 18:50:21 +0000
committerCharles.Forsyth <devnull@localhost>2007-02-28 18:50:21 +0000
commit6af6918e9699c6fc3883b48b3ad5c7ca3592c5a6 (patch)
tree1e422d9663106fa2f7d33b51ac95c63734eb59f2 /CHANGES
parentf8b3fca729ca830470878fc31d6d43aff91806f9 (diff)
20070228a make array bounds checks the default in jits
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91fd55eb..b6cce514 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
+20070228
+ make array bounds checking the default for on-the-fly compilers (emu/port/main.c)
20070227
/include/fcall.h: ensure unsigned promotion to counter ansi sign-extending rules for GBIT64
+ /libmemdraw/draw.c: copy fix to memfillcolor
20070220
add 0x92 as chip ID for ether91c111.c
20070217