* support/scripts/sdcc_mingw32: sync with sdcc-build
[fw/sdcc] / ChangeLog
index 39b443a5f0957e877e73771cd6005304acc3307c..ad3469f63501cc5add3c535204612f0e0a02d7b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2009-04-28 Borut Razem <borut.razem AT siol.net>
+
+       * fixed GCC 4.4.0 mingw compilation:
+         sim/ucsim/cmd.src/cmdlex.cc: regenerated - added #include <stdio.h>
+       * src/SDCCsymt.c: fixed warning:
+         suggest parentheses around operand of '!' or change '&' to '&&' or
+         '!' to '~'
+       * support/scripts/sdcc_mingw32: sync with sdcc-build
+
+2009-04-27 Raphael Neider <rneider AT web.de>
+
+        * src/pic16/gen.c (genNearPointerGet): fix double indirect
+          access to bitfields (#2782405)
+
+2009-04-27 Borut Razem <borut.razem AT siol.net>
+
+       * fixed GCC 4.4.0 mingw compilation:
+       * sim/ucsim/cmd.src/cmdlex.l: added #include <stdio.h>
+       * support/cpp/sdcpp-opts.c: fixed warning:
+         unknown conversion type character 'm' in format,
+         use strerror(errno) instead of %m glibc extension format specifier
+       * src/SDCCsymt.c: fixed warning:
+         suggest parentheses around operand of '!' or change '&' to '&&' or
+         '!' to '~'
+       * src/pic16/pcode.c, src/pic16/glue.c: fixed warning:
+         unknown conversion type character 'h' in format,
+         replaced hh printf format specifier with parameter casting to
+         unsigned char
+
+2009-04-19 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/shift.s,
+         device/lib/z80/memmove.s,
+         device/lib/z80/mul.s,
+         device/lib/z80/mulchar.s,
+         device/lib/z80/div.s,
+         device/lib/z80/mod.s:
+         Applied patch #2762516 from Marco Bodrato containing minor
+         improvements of many Z80 asm routines.
+
+2009-04-19 Philipp Klaus Krause <pkk AT spth.de>
+
+       * support/regression/tests/strtok.c,
+         support/regression/tests/strstr.c,
+         support/regression/tests/strspn.c,
+         support/regression/tests/strncmp.c,
+         support/regression/tests/strcpy.c,
+         support/regression/tests/strcmp.c:
+         Added some regression tests by Ruud van Silfhout from patch #2321830.
+
 2009-04-13 Borut Razem <borut.razem AT siol.net>
 
        * device/lib/Makefile.in, device/lib/ds390/Makefile.in,