z80 library cleanup
[fw/sdcc] / ChangeLog
index 639347d2a92689dd23c8a3e76976335b70a7596c..152b39659a8cd99a183c724390a595dd26f10d71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2008-12-27 Borut Razem <borut.razem AT siol.net>
+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()