* src/z80/gen.c (setupPair): Added 'extended stack' support for the z80. Can now...
[fw/sdcc] / ChangeLog
index 33d4fa9acf8f8044f119b083e1a43a20e1952a32..203d72e586b108d422b7846c18c431314eac731d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
+2001-10-07  Michael Hope  <michaelh@juju.net.nz>
+
+       * 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.
+
+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.