* device/lib/Makefile.in: allow whitespaces at the end of lines in
[fw/sdcc] / ChangeLog
index 124f5e00dc24f3d4b4bd41ca84a54d1d989c18e1..8d719087c5a460ef460b6e1852c4e112b5dcdfc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2009-01-01 Borut Razem <borut.razem AT siol.net>
+
+       * as/link/asxxxx_config.h.in:
+         fixed warning: extra tokens at end of #endif directive
+       * src/z80/peep.c:
+         fixed warning: suggest parentheses around && within ||
+       * device/lib/Makefile.in: allow whitespaces at the end of lines in
+         ports.build, in order to make it work on cygwin - it seems to be a
+         bug in cygwin grep: CR is not treated as part of end-of-line
+
+2008-12-31 Borut Razem <borut.razem AT siol.net>
+
+       * configure, configure.in, config.dsp, config_vc.awk,
+         as/link/asxxxx_config.h.in, as/link/hc08/lkelf.c, as/link/aslink.h,
+         as/link/hc08/Makefile.in, as/link/mcs51/Makefile.in:
+         introduced asxxxx_config.h.in
+
 2008-12-30 Philipp Klaus Krause <pkk AT spth.de>
 
        * src/z80/gen.c,