Applied patch #2762516
[fw/sdcc] / ChangeLog
index 39b443a5f0957e877e73771cd6005304acc3307c..88c620ba87257117cd4f5d0d04b36d2767f261cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2009-04-19 Philipp Klaus Krause <pkk AT spth.de>
+       * 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 <pkk AT spth.de>
+
+       * 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 <borut.razem AT siol.net>
 
        * device/lib/Makefile.in, device/lib/ds390/Makefile.in,