no bitfields yet
[fw/sdcc] / ChangeLog
index bc9a959ac4afa8ca81ca98de6d5ccef68b69e226..0a18729237a13497ddf793dd6f52a6e6705f2798 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
+2003-04-19  Borut Razem <borut.razem@siol.net>
+
+       * "handling space characters in file path" task:
+       * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
+       * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
+       * support/Util/MySystem.h: make it self-sufficient
+       * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c, sdcc/as/mcs51/lklex.c:
+         handling space characters in file path
+       * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
+         (it will be used by assemblers, which have their own includes, e.g. gpasm)
+       * support/Util/MySystem.c: handling space characters in executable's path
+
+2003-04-19  Bernhard Held <bernhard@bernhardheld.de>
+
+       * as/z80/Makefile: fix permanent rebuild of z80
+       * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
+       * support/regression/tests/bitfields.c: added Johan's bitfields.c
+
+2003-04-18     Kevin Vigor <kevin@vigor.nu>
+
+       * src/SDCCopt.c: add special case optimization to replace modulo by
+         a power of two with a bitwise AND.
+
+2003-04-18    <johan@balder>
+
+       * src/mcs51/gen.c (getFreePtr): fixed bug #635354
+
 2003-04-17    <johan@balder>
 
+       * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
        * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
 
 2003-04-13  Borut Razem <borut.razem@siol.net>