* debugger/mcs51/sdcdb.c: fixed compilation with older readline
[fw/sdcc] / ChangeLog
index 6df1a7790c912e53242303553b63fbdebdc23b0d..960fb7c171c2bbc417ced62dddf7cc5fe2b99f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
+2007-08-23 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/sdcdb.c: fixed compilation with older readline
+         library versions without the completition functionality
+
+2007-08-22 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f1220.h,
+       * device/lib/pic16/libdev/pic18f1220.c: applied patch #1776191
+
+2007-08-12 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/Makefile.in: support/Util/SDCCerr.[ch] moved to src
+
 2007-08-11 Borut Razem <borut.razem AT siol.net>
 
        * support/Util/SDCCerr.c, support/Util/SDCCerr.h, src/src.dsp,
-         src/Makefile.in, src/Makefile.bcc:
+         src/Makefile.in, src/Makefile.bcc, support/scripts/listerr.c:
          support/Util/SDCCerr.[ch] moved to src
        * as/hc08/as_hc08.dsp, as/link/hc08/link_hc08.dsp,
          as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp,
@@ -9,6 +23,8 @@
          device/examples/serialcomm/windows/serialcomm.dsp,
          support/librarian/librarian.dsp:
          removed linking of unused odbc32.lib and odbccp32.lib
+       * support/scripts/winres.h:
+         added for compilation with Visual C++ 2005 Express Edition
 
 2007-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>