handling space characters in executable's path
[fw/sdcc] / ChangeLog
index e98bb7b6d33394eb9727468b0c1a206c65768863..0c5bbb9c19d912debe1da90fd1f3848d47d21895 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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"
+
+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