* src/pic16/main.c: fixed pic16 standard library directory bug
[fw/sdcc] / ChangeLog
index b4ef0b15c270215a5358cd736c7418e38694d15d..cd831b1c345fada50b6072b668ce389f329d6e35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,27 @@
+2007-02-12 Borut Razem <borut.razem AT siol.net>
+
+       * src/pic16/main.c: fixed pic16 standard library directory bug
+
+2007-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/hc08/gen.c (genSwap): fix swap regression test
+
+2007-02-10 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCsymt.c: fixed bug #1159134: invalid duplicate declarations
+         with same scope
+       * support/regression/tests/bug-1654060.c: added regression test for
+         #1654060
+
+2007-02-09 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to
+       bit moves in return statement
+
 2007-02-09 Borut Razem <borut.razem AT siol.net>
 
-       * src/SDCC.y: fixed bug #1159134: invalid duplicate declarations with
-         same scope
+       * src/SDCC.y: fixed bug #1654060 typedef within function causes
+         syntax error
 
 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
 
@@ -22,8 +42,8 @@
        * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how
          can this have lived here for so many years?
        * src/SDCCicode.c (ast2iCode): return left instead of right for assignment,
-         fixes bug 1273984, see also patch 1645121, thanks Günther Jehle
-       * support/regression/tests/bug1273984.c: new, added, thanks Günther Jehle
+         fixes bug 1273984, see also patch 1645121, thanks Gnther Jehle
+       * support/regression/tests/bug1273984.c: new, added, thanks Gnther Jehle
 
 2007-02-06 Bernhard Held <bernhard AT bernhardheld.de>