X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=88c620ba87257117cd4f5d0d04b36d2767f261cb;hb=5a1d5e778e85664f4e6657019348b4756b16eacb;hp=4626d029cb08517ffbf21e8771bd24bfe43e5e0e;hpb=455a1bc2a169f6caf0e3c5d3bfd5be0b23b99846;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 4626d029..88c620ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +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, + 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,