clean.mk: removed \'=\' in "-maxdepth=1"
[fw/sdcc] / ChangeLog
index b8968b16bccd0ee9c1e69aee22e45275d012f0b8..0f017884cac503ef8b2efb9cb1dfc94820ef1c12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
@@ -7,9 +16,13 @@
        defining the environment variable LRKLAUS
        * src/SDCCBBlock.h
        * src/SDCCloop.c
-       * src/SDCCloop.h
        * 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>