X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=204e19bdb78b4e200e450c867a2a19ad85f0cda8;hb=e6f797f8ccde60604461df6cbb869546fbfbbc2d;hp=3ccdaac94e35f7fe675a2324d5dce860d9d43d2b;hpb=4b2a5c436502f2a0915dd4eefe3111c2799a8305;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 3ccdaac9..204e19bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ +2001-10-07 Michael Hope + + * 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 * device/lib/gets.c (gets): fixed the return value. 2001-10-06 Michael Hope + * 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.