X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=a3515f02167116a4801d31c0a85ad68c9369bd5e;hb=5161bfd0c858d91f66f83e4359000d22ebbbcb2c;hp=1a46e870bec63fb97e66835db56205e3fe66a5f2;hpb=a88a9c2fcb469861c47346d3fe35cd403c31a5d8;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 1a46e870..a3515f02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2009-04-28 Borut Razem + + * fixed GCC 4.4.0 mingw compilation: + sim/ucsim/cmd.src/cmdlex.cc: regenerated - added #include + +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 + * device/lib/pic16/configure.ac, + device/lib/pic16/configure.gnu: removed obsolete configure-wrapper + +2009-04-13 Borut Razem + + * 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 * device/lib/pic/libsdcc/fs2ulong.c, device/lib/pic/libsdcc/fsadd.c, @@ -10,7 +75,7 @@ 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() + * src/pic/gen.c: implemented genUminusFloat(), fixed warning and style 2009-04-09 Philipp Klaus Krause