doc/Makefile: readded test_suite_spec and cdbfileformat
[fw/sdcc] / ChangeLog
index 94047225278bc91f121ba59bfa8bb0e641cebd31..90a05598ebcd4d699e41637c7c413a92846ab1a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,41 @@
+2003-11-08 Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
+       * doc/sdccman.lyx: changed from 'article' to 'book'
+       * doc/Makefile: readded test_suite_spec and cdbfileformat
+
+2003-11-08 Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/include/stdlib.h: include malloc.h to comply with ANSI
+       * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
+
+2003-11-07 Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
+       * doc/clean.mk: also remove *.out files
+       * doc/sdccman.lyx: some additions, larger top/bottom margins
+
+2003-11-07 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCC.y: fixed bug #837365
+       * support/regression/tests/bitopcse.c
+       * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
+       a symbol (might be valop instead)
+       * device/lib/Makefile.in: added errno.c to HC08SOURCES
+       * device/lib/clean.mk: added hc08 to the cleaning list
+
+2003-11-04  Borut Razem <borut.razem@siol.net>
+
+       * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
+         made 2003-11-04
+       * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
+         as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
+         malloc is declared in standard stdlib.h
+
 2003-11-06 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * device/lib/hc08/Makefile: need to clean .rel not .o files
-       * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode        
+       * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
 
 2003-11-06 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
@@ -22,7 +56,7 @@
        * src/hc08/gen.c,
        * src/ds390/gen.c,
        * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
-        
+
 2003-11-04 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/SDCCcse.c (ifxOptimize),
@@ -34,7 +68,7 @@
 
 2003-11-04  Borut Razem <borut.razem@siol.net>
 
-       * configure, configure.in, sdcc_vc_in.h, sdcconf.h,
+       * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
          support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
          as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
          transferred to configure