* src/SDCC.y: fixed bug #1159134: invalid duplicate declarations with
[fw/sdcc] / ChangeLog
index 80c171bd314c94670e7150c9a97f979629d3e662..b4ef0b15c270215a5358cd736c7418e38694d15d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-09 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.y: fixed bug #1159134: invalid duplicate declarations with
+         same scope
+
 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/gen.c (aopPut): use direct name for pushing registers
        * src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes
        appended by loop induction must be at the very end of the eBBlock
 
+2007-02-05 Kevin Vigor
+
+       * src/ds390/gen.c, src/ds390/main.c: Address bug 1469393.
+
 2007-02-05 Borut Razem <borut.razem AT siol.net>
 
        * support/regression/fwk/lib/timeout.c: native WIN32 port,