* doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
[fw/sdcc] / ChangeLog
index 650e5d8de0546e7b9f5693e2cd360a0caa4f92ce..fd5ac8b4f5455b5a35caf9b0ad36ab33d192d171 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
+       * device/include/ds80c390.h: added sfr16 definitions
+       * src/ds390/gen.c,
+       * src/ds390/gen.h,
+       * src/ds390/main.c,
+       * src/ds390/ralloc.c,
+       * src/ds390/ralloc.h: changes all over the place to sync with mcs51
+         fixing several bugs and adding sfr16/sfr32, reentrant bit params,
+         bit returning functions
+       * support/regression/tests/sfr16.c: enabled test on ds390
+
+2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
+       * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
+
+2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
+       * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
+         (cl_address_space constructor): removed expensive initialization,
+         (cl_address_space::get_cell): extended for late initialization,
+         (cl_address_space::*): use late initialization,
+         (cl_address_decoder::activate): removed expensive initialization,
+         This reduced regression test running time by 25%
+
+2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * packihx/,
+       * configure.in,
+       * configure,
+       * sdcc.dsw,
+       * Makefile.bcc,
+       * Makefile.in,
+       * support/packihx/Makefile.in,
+       * support/packihx/clean.mk,
+       * support/packihx/Makefile.bcc,
+       * support/packihx/PackIhx.dsp: moved packihx to support/packihx
+
+2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/SDCCval.c (valNot): fix for regression test failure
+         of not.c on big endian hosts
+
+2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
+
+2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * device/lib/mcs51/Makefile.in: changed string comparison operator
+         to = for POSIX compliance; == is bash extension
+
+2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
+         kosmonaut_pirx
+
+2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
+
+       * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
+       allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
+       * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
+       * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
+       bug report #1478657,
+
+2006-05-05 Borut Razem <borut.razem AT siol.net>
+
+       * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
+         making the html
+
+2006-05-02 Borut Razem <borut.razem AT siol.net>
+
+       * doc/Makefile.in: removed *.ind dependency since there is no rule to
+         create *.ind, which made make to fail if invoked with -j 2
+
 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks