z80 library cleanup
[fw/sdcc] / ChangeLog
index ea6e7a5f8b7f67f11802d8da63ee4aff1a642a76..152b39659a8cd99a183c724390a595dd26f10d71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/string.c,
+         device/lib/z80/printf.c,
+         device/lib/z80/mul.s:
+         z80 library cleanup
+       * src/z80/gen.c:
+         Fixed code generation bug exposed by builtin memcpy().
+
+2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/_memcpy.c:
+         fixed conflict with builtin memcpy()
+
+2008-12-26 Borut Razem <borut.razem AT siol.net>
+
+       * support/librarian/sdcclib.c:
+         fixed bug 2466950: "sdcclib broken"
+         by removing fgets return value check
+
+2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
+       * src/z80/main.c,
+         src/z80/gen.c,
+         device/include/string.h: Implemented RFE #1914254
+
+2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
+       * device/lib/z80/Makefile.in,
+         device/lib/Makefile.in,
+         device/lib/z80/memmove.s: Implemented RFE #1914256
+
+2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def: fixed a bug in peephole 0zf
+       * src/z80/peep.c: improved checks for unused data
+       * src/z80/gen.c,
+         src/z80/main.c: Implemented RFE #1899189
+
+2008-12-25 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/Makefile.in:
+         add -I$(INC_DIR) to SDCCFLAGS only if INC_DIR is defined
+
 2008-12-25 Philipp Klaus Krause <pkk AT spth.de>
 
        * src/z80/peeph-z80.def: minor peephole improvements
@@ -5,7 +47,7 @@
 2008-12-21 Borut Razem <borut.razem AT siol.net>
 
        * support/librarian/sdcclib.c: fixed build failure on Mac OS X
-         due to redifinition of symbol __assert
+         due to redefinition of symbol __assert
          sdcclib.c:53:1:warning: "__assert" redefined
          /Xcode2.5/SDKs/MacOSX10.4u.sdk/usr/include/assert.h:80:1:
          warning: this is the location of the previous definition