X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=00df7cfa397cf3d25fae1983dc44873237e72271;hb=a38f33ebea19e30a1adc71fb457b4002c4c3c787;hp=1fd2ef9134b6354736573b0ff1c5b05d2c84ff7d;hpb=648829c47ac40329b8e1f096e24e588b6a63a8ea;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 1fd2ef91..00df7cfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2009-04-27 Borut Razem + + * 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 + + * fixed GCC 4.4.0 mingw compilation: + sim/ucsim/cmd.src/cmdlex.cc: regenerated - added #include + * 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 + + * src/pic16/gen.c (genNearPointerGet): fix double indirect + access to bitfields (#2782405) + +2009-04-27 Borut Razem + + * fixed GCC 4.4.0 mingw compilation: + * sim/ucsim/cmd.src/cmdlex.l: added #include + * 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 + + * 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 + + * 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 + + * 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 * device/lib/pic16/bootstrap.sh: avoid symlinks