X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=af11ec973f44b5af7bb0d29af5ee40ef4eabce71;hb=24db07e65dc37c465c586f173fcf7d591d5bd7bc;hp=171008c080b24fc483b648d73e442e2b6e7ca4e9;hpb=993302259ccd79c62b7ca67697eb886e145397be;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 171008c0..af11ec97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2003-02-08 Bernhard Held + + * 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 + + * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c: Applied + patch from Jan Rejlek to fix Bug 677692: "Extended + Address Record is not correctly generated for DS390." + +2003-02-02 Borut Razem + + * 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 * device/include/malloc.h: introduced NULL @@ -19,10 +48,6 @@ * 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