* support/scripts/sdcc.nsi: added section debugging macros, added SDCC icon,
[fw/sdcc] / ChangeLog
index c31e13551fb3ff09580f77d7f8bfe45571442059..ced7fbc4ca9178fe84abc94b68434a409a7e280a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,43 @@
+2008-03-16 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added section debugging macros, added SDCC icon,
+         changed startup menu for release distribution, code cleaning
+
+2008-03-16 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCcse.c (algebraicOpts): fixed bug 1579949
+       * support/regression/tests/bug1579949.c: new, added
+
+2008-03-14 Paul Stoffregen <paul AT pjrc.com>
+
+       * device/lib/printf_fast.c: fixed bug 1255403
+
+2008-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: enhanced paragraph about bankswitching for mcs51
+       * src/cdbFile.c (cdbWriteBasicSymbol): fixed bug 1909409 for locals
+
+2008-03-14 Borut Razem <borut.razem AT siol.net>
+
+       * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated link-xx and aslink
+         command line options
+       * as/link/hc08/lkmain.c: converted tabs to spaces so that the usage
+         is correctly displayed
+       * as/link/z80/lkmain.c: usage line commented out
+
+2008-03-13 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: corrected to be able to convert to PDF,
+         updated the list pf supported pic14 devices
+
+2008-03-12 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: added paragraph about bankswitching for mcs51
+
 2008-03-12 Borut Razem <borut.razem AT siol.net>
 
        * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated command line options,
-         fixed documentation request ##1718191
+         fixed documentation request #1718191
        * as/hc80/asmain.c, as/mcs51/asmain.c: added option -c to usage
        * doc/sdccman.lyx: added description of --no-std-crt0 gbz80
          command line option