sdcc:
[fw/sdcc] / ChangeLog
index 6a81142756ec1b02a6eab2e4a85ff9296c94fbbc..684763c43032bd3a62f7bc9b35736a3e5ff5e34b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-10-30 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
+       * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
+         debugger/mcs51/configure: locate readline even when cross compiling
+       * support/scripts/sdcc.nsi: include readline5.dll into the setup package
+
+2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/serial_IO.h: putchar() and getchar() using
+         serial port.
+
 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * device/include/malloc.h,
 
 2006-10-20 Borut Razem <borut.razem AT siol.net>
 
-       * sebugger/mcs51/sdcdb.c: replaced isblank() with isspace()
+       * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
 
 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>