clean.mk: removed \'=\' in "-maxdepth=1"
[fw/sdcc] / ChangeLog
index cd097e3b86104ad46ecdc5c6c6a3f801e92f9736..0f017884cac503ef8b2efb9cb1dfc94820ef1c12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2003-10-06 Bernhard Held <bernhard@bernhardheld.de>
+
+       * clean.mk: removed '=' in "-maxdepth=1"
+
+2003-10-06  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
+         my_unput() replaced by unput()
+
+2003-10-05 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
+       setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
+       type-punned pointer will break strict-aliasing rules"
+       Old LR behaviour is again default; Klaus' LR can be choosen by
+       defining the environment variable LRKLAUS
+       * src/SDCCBBlock.h
+       * src/SDCCloop.c
+       * src/SDCClrange.c
+       * src/ds390/ralloc.c (spillThis): applied Klaus' patch
+       * clean.mk: fixed removal of files in bin/CVS/
+       * device/lib/clean.mk: fixed removal of directories small and large
+       * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
+       * src/SDCCicode.c,
+       * src/SDCCval.c: removed superflous test for pedantic
+
+2003-10-05  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
+         Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
+         message "unmatched #pragma SAVE and #pragma RESTORE"
+
+2003-10-04  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: various additions and updates (interrupts, inline
+         assembly, critical functions, atomic, nojtbound)
+
+2003-10-04 Bernhard Held <bernhard@bernhardheld.de>
+
+       Applied liferange patch from Klaus Flittner <klaus_flittner@gmx.de>
+       * src/SDCCBBlock.h
+       * src/SDCCloop.c
+       * src/SDCCloop.h
+       * src/SDCClrange.c
+
+2003-10-03  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/z80/gen.h,
+       * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
+       * src/mcs51/gen.h
+       * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
+       * src/ds390/gen.h
+       * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
+       * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
+       * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
+
 2003-10-02  Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/z80/gen.c (genRet): fixed bug #524753
@@ -8,7 +64,6 @@
        * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
        for tracking iCodes in the peephole optimizer for z80
 
-
 2003-10-01  Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed