X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=ceab0729c3a48d92fe8efa6232928a1f2bb62dc3;hb=eef64ace6f0890bc94f98158a77e2ea9ec3b77bd;hp=f6898e6343f4dd950f94f2ac292ebc91c58c1d5d;hpb=074adb199c4ec2a893012872d5020427a262f59c;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index f6898e63..ceab0729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,110 @@ -2005-10-27 Maarten Brock +2005-10-28 Bernhard Held + + * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else, + reformatted for better readability + +2005-11-17 Borut Razem + + * 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 + + * device/lib/printf_large.c: Temporary patch for bug 1358192: + printf("%f"...) sets fraction to zero. + +2005-11-16 Raphael Neider + + * 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 + + * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian + +2005-11-11 Raphael Neider + + * 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 + + * support/scripts/sdcc.nsi: added lib/pic to the package + +2005-11-08 Maarten Brock + + * src/SDCCval.c (valUnaryPM): fixed bug 1350699 + +2005-11-06 Maarten Brock + + * 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 + + * 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 + + * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable + bug, which caused Bus Errors on sparc solaris + +2005-11-04 Borut Razem + + * 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 + + * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc: + corrected typo - #include + +2005-11-02 Maarten Brock + + * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox, + (_asxxxx_mapping): added org directive for future enhancements + +2005-11-01 Borut Razem + + * 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 + + * support/regression/generate-cases.py: escape backslashes in {testcase}: + WIN32 backslash path delimiters should be escaped when used in C strings + * support/regression/tests/bitfields.c: exclude failing assertions for + __CYGWIN32__ and __MINGW32__ hosts + +2005-10-30 Borut Razem + + * src/SDCCutil.c: corrected double comparison typo + +2005-10-30 Maarten Brock * device/lib/medium/Makefile: added for new memory model medium * device/include/asm/mcs51/features.h: updated for medium/pdata @@ -8,6 +114,7 @@ * device/include/mcs51/c8051f310.h: added sfr16 definitions * device/lib/_mullong.c: update for medium model * device/lib/incl.mk: added medium model + * doc/sdccman.lyx: documented medium model * src/SDCCast.c (isBitAndPow2): simplified using updated powof2 * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2 * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model