X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=blobdiff_plain;f=ChangeLog;h=e3a197ef940582e50c1722ea1b5a66b87abdb17d;hp=5db8a84ef4b53d5642d8cc73715b37ca1461f15c;hb=HEAD;hpb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6 diff --git a/ChangeLog b/ChangeLog index 5db8a84e..e3a197ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2009-05-01 Maarten Brock + + * 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 + + * 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: @@ -13,9 +58,8 @@ replaced hh printf format specifier with parameter casting to unsigned char -support\cpp\sdcpp-opts.c - 2009-04-19 Philipp Klaus Krause + * device/lib/z80/shift.s, device/lib/z80/memmove.s, device/lib/z80/mul.s, @@ -23,7 +67,7 @@ support\cpp\sdcpp-opts.c device/lib/z80/div.s, device/lib/z80/mod.s: Applied patch #2762516 from Marco Bodrato containing minor - improvementsof many Z80 asm routines. + improvements of many Z80 asm routines. 2009-04-19 Philipp Klaus Krause @@ -119,7 +163,7 @@ support\cpp\sdcpp-opts.c 2009-04-01 Philipp Klaus Krause - * device/lib/z80/mul.s: + * device/lib/z80/mul.s: Minor improvement in Z80 16x16 bit multiplication. 2009-03-23 Borut Razem