* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / ChangeLog
index 171008c080b24fc483b648d73e442e2b6e7ca4e9..af11ec973f44b5af7bb0d29af5ee40ef4eabce71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2003-02-08  Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
+       * device/lib/printfl.c: fix a ds390 bug by making it portable
+       * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
+       * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
+       * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
+       * debugger/mcs51/cmd.c: converted multi-line string literals
+       * sim/ucsim/globals.cc: converted multi-line string literals
+       * src/SDCCmain.c: introduced signal handler to remove temp files
+
+2003-02-05  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
+       patch from Jan Rejlek <jr@apex-lib.cz> to fix Bug 677692: "Extended
+       Address Record is not correctly generated for DS390."
+
+2003-02-02  Borut Razem <borut.razem@siol.net>
+
+       * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
+       * as/mcs51/asm.h: fixed compilation with Borland C
+       * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
+       * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
+       * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
+       * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
+       src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
+       src/z80/Makefile.bcc: delete $(LIB) only if exist
+       * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
+
 2003-02-02  Bernhard Held <bernhard@bernhardheld.de>
 
        * device/include/malloc.h: introduced NULL
        * device/lib/_strstr.c: removed NULL
        * device/lib/_strtok.c: removed NULL
        * device/lib/malloc.c: removed NULL, include own header
-       * device/lib/_strspn.c: removed NULL
-       * device/lib/_strspn.c: removed NULL
-       * device/lib/_strspn.c: removed NULL
-
 
 2003-02-02    <johan@balder>