* src/SDCCcse.c: partially fixed enhancement request
[fw/sdcc] / ChangeLog
index 0cf9255a09edd74292a8e308c01a4b4f9d132cb3..3c846a25b5d97e1a96fa2e10f7e9db4930f36c50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-01-20 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCcse.c: partially fixed enhancement request
+         #1793872 - multiply by -1 not collapsed
+       * support/regression/tests/arithcsi.c: added regression test
+
+2008-01-19 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/mcs51/asx8051.dsp: removed define SDK
+       * as/mcs51/i51mch.c (machine): fixed bug 1865114
+       * device/include/asm/ds390/features.h: fixed bug with ds390 & stack-auto
+       * as/link/lklex.c,
+       * as/link/mcs51/lkmain.c: used LKDIRSEP, LKDIRSEPSTR and LKOBJEXT,
+         cosmetic changes, brought more in sync, changed old K&R to ANSI
+
 2008-01-13 Borut Razem <borut.razem AT siol.net>
 
        * support/scripts/sdcc.nsi: added Uninstall/reinstall page, ...