Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / ChangeLog
index 9c82f261840a77a6b8dcbbf5fcc8cd7b3680a3c8..e3a197ef940582e50c1722ea1b5a66b87abdb17d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,217 @@
+2009-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c (processParms): fixed bug 2783061 by applying patch from
+         Keith Packard, thanks
+       * support/regression/tests/bug2783061.c: new, added
+
+2009-04-27 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp/output.h, support/cpp/opts-common.c,
+         support/cpp/c-ppoutput.c, support/cpp/cppdefault.c,
+         support/cpp/system.h, support/cpp/cppdefault.h,
+         support/cpp/prefix.c, support/cpp/except.h, support/cpp/hwint.h,
+         support/cpp/prefix.h, support/cpp/libiberty/safe-ctype.h,
+         support/cpp/libiberty/filenames.h, support/cpp/libiberty/xstrdup.c,
+         support/cpp/libiberty/md5.c, support/cpp/libiberty/obstack.h,
+         support/cpp/sdcpp.c, support/cpp/intl.h, support/cpp/sdcpp.h
+         support/cpp/libcpp/symtab.c, support/cpp/libcpp/directives.c,
+         support/cpp/libcpp/macro.c, support/cpp/libcpp/include/cpplib.h,
+         support/cpp/libcpp/include/symtab.h,
+         support/cpp/libcpp/include/line-map.h,
+         support/cpp/libcpp/include/cpp-id-data.h,
+         support/cpp/libcpp/include/mkdeps.h, support/cpp/libcpp/files.c,
+         support/cpp/libcpp/line-map.c, support/cpp/libcpp/init.c,
+         support/cpp/libcpp/identifiers.c, support/cpp/libcpp/ucnid.h,
+         support/cpp/libcpp/traditional.c, support/cpp/libcpp/errors.c,
+         support/cpp/libcpp/expr.c, support/cpp/libcpp/internal.h,
+         support/cpp/libcpp/mkdeps.c, support/cpp/libcpp/lex.c,
+         support/cpp/libcpp/system.h, support/cpp/libcpp/charset.c,
+         support/cpp/opts.h, support/cpp/sdcpp-opts.c:
+         SDCPP synchronized with GCC CPP release version 4.4.0
+
+2009-04-28 Borut Razem <borut.razem AT siol.net>
+
+       * fixed GCC 4.4.0 mingw compilation:
+         sim/ucsim/cmd.src/cmdlex.cc: regenerated - added #include <stdio.h>
+       * src/SDCCsymt.c: fixed warning:
+         suggest parentheses around operand of '!' or change '&' to '&&' or
+         '!' to '~'
+       * support/scripts/sdcc_mingw32: sync with sdcc-build
+
+2009-04-27 Raphael Neider <rneider AT web.de>
+
+        * src/pic16/gen.c (genNearPointerGet): fix double indirect
+          access to bitfields (#2782405)
+
+2009-04-27 Borut Razem <borut.razem AT siol.net>
+
+       * fixed GCC 4.4.0 mingw compilation:
+       * sim/ucsim/cmd.src/cmdlex.l: added #include <stdio.h>
+       * support/cpp/sdcpp-opts.c: fixed warning:
+         unknown conversion type character 'm' in format,
+         use strerror(errno) instead of %m glibc extension format specifier
+       * src/SDCCsymt.c: fixed warning:
+         suggest parentheses around operand of '!' or change '&' to '&&' or
+         '!' to '~'
+       * src/pic16/pcode.c, src/pic16/glue.c: fixed warning:
+         unknown conversion type character 'h' in format,
+         replaced hh printf format specifier with parameter casting to
+         unsigned char
+
+2009-04-19 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/shift.s,
+         device/lib/z80/memmove.s,
+         device/lib/z80/mul.s,
+         device/lib/z80/mulchar.s,
+         device/lib/z80/div.s,
+         device/lib/z80/mod.s:
+         Applied patch #2762516 from Marco Bodrato containing minor
+         improvements of many Z80 asm routines.
+
+2009-04-19 Philipp Klaus Krause <pkk AT spth.de>
+
+       * support/regression/tests/strtok.c,
+         support/regression/tests/strstr.c,
+         support/regression/tests/strspn.c,
+         support/regression/tests/strncmp.c,
+         support/regression/tests/strcpy.c,
+         support/regression/tests/strcmp.c:
+         Added some regression tests by Ruud van Silfhout from patch #2321830.
+
+2009-04-13 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/Makefile.in, device/lib/ds390/Makefile.in,
+         device/lib/ds400/Makefile.in, device/lib/gbz80/Makefile.in,
+         device/lib/hc08/Makefile.in, device/lib/mcs51/Makefile.in,
+         device/lib/z80/Makefile.in: override PORTDIR in sub-makefiles
+
+2009-04-13 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/bootstrap.sh: avoid symlinks
+       * device/lib/pic16/configure.ac,
+         device/lib/pic16/configure.gnu: removed obsolete configure-wrapper
+
+2009-04-13 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
+         svn revision #5341, since it makes asranlib to fail on cygming and
+         mingw builds: win32 native asranlib doesn't understand cygwin paths.
+
+2009-04-10 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic/libsdcc/fs2ulong.c, device/lib/pic/libsdcc/fsadd.c,
+         device/lib/pic/libsdcc/fsdiv.c, device/lib/pic/libsdcc/fseq.c,
+         device/lib/pic/libsdcc/fsgt.c, device/lib/pic/libsdcc/fslt.c,
+         device/lib/pic/libsdcc/fsmul.c, device/lib/pic/libsdcc/fsneq.c,
+         device/lib/pic/libsdcc/fssub.c, device/lib/pic/libsdcc/ulong2fs.c,
+         device/lib/pic16/libsdcc/float/fs2ulong.c,
+         device/lib/pic16/libsdcc/float/fsadd.c,
+         device/lib/pic16/libsdcc/float/fsdiv.c,
+         device/lib/pic16/libsdcc/float/fsmul.c: fixed pic14 libraries, merge
+         changes from the pic16 port, minor code cleanup
+       * src/pic/gen.c: implemented genUminusFloat(), fixed warning and style
+
+2009-04-09 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/mod.s,
+         device/lib/z80/Makefile.in,
+         device/lib/z80/div.s,
+         device/lib/z80/modsigned.s,
+         device/lib/z80/divsigned.s:
+         Applied patch #2741451 from Marco Bodrato
+         and moved functions for signed modulo into
+         separate file.
+
+2009-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * src/mcs51/peeph.def: disabled rule 270, fixing bug #2736282
+
+2009-04-04 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/gen.c,
+         src/z80/peeph-z80.def:
+         Improved caching of pointers in hl and iy.
+         device/lib/z80/div.s:
+         Applied patch #2727917 from Marco Bodrato.
+
+2009-04-03 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/ralloc.c:
+         Enabled use of hl as inter-i-code temporary.
+
+2009-04-03 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def:
+         Reenabled peephole 0t.
+
+2009-04-03 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/gen.c:
+         Fixed bugs #2728224, #2728218.
+         src/z80/peeph-z80.def:
+         Workaround for bug #2728445.
+         support/regression/tests/memory.c:
+         Added test for memcmp().
+
+2009-04-03 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/mul.s,
+         device/lib/z80/memmove.s,
+         device/lib/z80/strlen.s:
+         Minor improvements, code cleanup and license clarification.
+
+2009-04-01 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/mul.s:
+         Minor improvement in Z80 16x16 bit multiplication.
+
+2009-03-23 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCval.c, src/SDCCmain.c, device/include/limits.h,
+         device/include/pic/limits.h, device/include/pic16/limits.h,
+         device/lib/_fs2schar.c, device/lib/pic/libsdcc/fs2schar.c,
+         device/lib/pic16/libsdcc/float/fs2schar.c, doc/sdccman.lyx,
+         support/regression/tests/funsigned-char.c:
+         applied patch 2704189: character constant sign fix
+         thanks to Robert Larice
+
+2009-03-22 Borut Razem <borut.razem AT siol.net>
+
+       * Small Device C Compiler 2.9.0 released
+       * .version, doc/sdccman.lyx: changed sdcc version to 2.9.1
+
+2009-03-15 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/repack_release.sh: added
+
+2009-03-13 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: "freeware" replaced with "free open source"
+
+2009-03-12 Borut Razem <borut.razem AT siol.net>
+
+       * src/z80/peep.c: #2652979: --debug crashes sdcc
+
+2009-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * src/SDCCglue.c,
+         support/regression/tests/bug2655200.c:
+         applied modified patch from Robert Larice <larice AT vidisys.de>
+         fixing original report of bug #2655200: pointer to pdata memory
+         not correctly initialized
+
+2009-03-11 Borut Razem <borut.razem AT siol.net>
+
+       * as/asranlib/asranlib.c: retain the original file mode
+
+2009-03-10 Borut Razem <borut.razem AT siol.net>
+
+       * src/mcs51/gen.c, src/z80/gen.c, src/hc08/gen.c, src/ds390/gen.c,
+         support/regression/tests/bug1875933.c:
+         fixed bug #1875933: Evelyn jumps into the void
+         thanks to Robert Larice
+
 2009-03-10 Raphael Neider <rneider AT web.de>
 
        * src/pic16/pcode.c (LinkFlow): fix invalid cast from pCodeLabel