corrected the comment
[fw/sdcc] / ChangeLog
index 972844da55f3a01f5cedc3ca53b1b22f4d06e01f..d864dcc4a084c25cf7be631c08fbe31bf8a1f7fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,34 @@
+2008-08-24 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.y: applied patch
+         2050245: Fix # 1963382
+         for bug
+         1963382: Listing File - C file comment is incorrect
+         thanks to RvS
+
+2008-08-23 Borut Razem <borut.razem AT siol.net>
+
+       * src/pic16/gen.c: applied patch
+         2048464: PIC16: fix genUminus - addresses not.c regression test
+         thanks Mauro Giachero
+
+2008-08-22 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/pic16/configure, device/lib/pic16/configure.ac,
+         src/pic16/main.c: allow spaces in gpasm and gplink paths
+
+2008-08-15 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peep.c,
+       * src/z80/peeph-z80.def: minor peephole improvement
+
 2008-08-15 Raphael Neider <rneider AT web.de>
 
        * src/z80/gen.c (_vemit2): suppress compiler warning
 
        * src/pic/*.[ch]: make proper use of header files and avoid
          ad-hoc extern declarations, mark module-local helpers 'static',
-         no functional changes
+         removed dead/replaced code, no functional changes
        * src/pic16/pcode.c: disentangled from pic14 backend
 
 2008-08-14 Philipp Klaus Krause <pkk AT spth.de>