* src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else, reformatted...
[fw/sdcc] / ChangeLog
index 3b7d5e39348df07a0dab066e8a056f6bbb587b04..ceab0729c3a48d92fe8efa6232928a1f2bb62dc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
+       reformatted for better readability
+
+2005-11-17 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
+         itroduced SILENT option to make building of pic16 libraries less
+         verbose - used for nightly snapshot build
+       * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
+         available on Win32 platforms.
+       * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
+         medium, large, pic and pic16
+
+2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
+
+       * device/lib/printf_large.c: Temporary patch for bug 1358192: 
+         printf("%f"...) sets fraction to zero. 
+
+2005-11-16 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
+         fixes #1357221
+       * src/pic/gen.c (genIfx): implemented for CARRY bit
+       * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
+         to generic pointers, fixes #1357332,
+         (pic16_movLit2f): NEW,
+         (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
+
+2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
+
+2005-11-11 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
+       * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
+         compute pointer's type from operand,
+         (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
+         improved single bit reads, fixes bug #1353379
+
+2005-11-09 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added lib/pic to the package
+
+2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCval.c (valUnaryPM): fixed bug 1350699
+
+2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * support/regression/tests/bug1348008.c: added
+       * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
+       * support/regression/tests/bug1337835.c: updated comment
+
+2005-11-06 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
+         sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
+         sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
+         sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
+         sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
+         dynamic construction of cl_error_class and derivates - 2.nd try
+
+2005-11-05 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
+         bug, which caused Bus Errors on sparc solaris
+
+2005-11-04 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
+         sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
+         sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
+         sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
+         sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
+         and derivates to resolve the initialization problem on OSX
+
+2005-11-02 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
+         corrected typo - #include <winsock2.h>
+
+2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
+         (_asxxxx_mapping): added org directive for future enhancements
+
+2005-11-01 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
+         enabled sockets on WIN32
+       * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
+
 2005-10-31 Borut Razem <borut.razem AT siol.net>
 
        * support/regression/generate-cases.py: escape backslashes in {testcase}:
@@ -9,7 +104,7 @@
 
        * src/SDCCutil.c: corrected double comparison typo
 
-2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
+2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * device/lib/medium/Makefile: added for new memory model medium
        * device/include/asm/mcs51/features.h: updated for medium/pdata