X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=5db8a84ef4b53d5642d8cc73715b37ca1461f15c;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=39b443a5f0957e877e73771cd6005304acc3307c;hpb=8c7fbbcddc62866b37a6643a94544aa0b03638eb;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 39b443a5..5db8a84e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +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 + +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, + device/lib/z80/mulchar.s, + device/lib/z80/div.s, + device/lib/z80/mod.s: + Applied patch #2762516 from Marco Bodrato containing minor + improvementsof 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,