X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=ad3469f63501cc5add3c535204612f0e0a02d7b6;hb=ae36c610fdb3dfcd4d850c6fe0bf193bd0e455db;hp=5c781d6162d1dd53406943a85a617f480ad1b29b;hpb=b641ef75173e02b781c1b994d37645116e175706;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5c781d61..ad3469f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +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,