* support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free...
[fw/sdcc] / ChangeLog
index 3ccdaac94e35f7fe675a2324d5dce860d9d43d2b..204e19bdb78b4e200e450c867a2a19ad85f0cda8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2001-10-07  Michael Hope  <michaelh@juju.net.nz>
+
+       * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
+
+       * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
+
 2001-10-07    <johan@FRIJA>
 
        * device/lib/gets.c (gets): fixed the return value.
 
 2001-10-06  Michael Hope  <michaelh@juju.net.nz>
+       * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
 
        * src/SDCCpeeph.c (peepHole): Fixed all leaks.  Added trace support for freeing lines.  Optimised restart logic to re-run instead of restart.  Now compiles dscan.c on ~60MB instead of ~200MB.