* support/librarian/sdcclib.c:
[fw/sdcc] / ChangeLog
index ea6e7a5f8b7f67f11802d8da63ee4aff1a642a76..ef1b9c21e4bdcee78ebda71c09fb71e4a72ac126 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+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 +33,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