X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=203d72e586b108d422b7846c18c431314eac731d;hb=d7ea4ed7cf4844be678bacdf2ed38e4073335013;hp=204e19bdb78b4e200e450c867a2a19ad85f0cda8;hpb=066a38adf95543bf8d29724681fa0303d67f0bfc;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 204e19bd..203d72e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-10-07 Michael Hope + * src/z80/gen.c (setupPair): Added 'extended stack' support for the z80. Can now have local variables or parameters of more than 127 bytes in size. Increadibly slow, but it will work. Currently anything involving the carry flag. + * 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.