Fixed some warnings when building in MSVC
[fw/sdcc] / ChangeLog
index b457b2f12c754ecbb082f0bc630dc148be43ac43..ade051246ab37de93cc47d5c47f0f8562ffd9eda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+2003-08-03  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth@isi.edu>
+
+2003-08-01  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * support\librarian\clean.mk: Do not remove Makefile.
+       * support\librarian\Makefile: added.
+
+2003-08-01  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       Added librarian to MSVC build:
+       * all.dsp
+       * sdcc.dsw
+       * support\librarian\librarian.dsp
+
+       'configure' not needed for librarian, removed:
+       * support\librarian\configure
+       * support\librarian\configure.in
+       * support\librarian\config_in.h
+       * support\librarian\Makefile.in
+
+       Hopefully these ones built the librarian and the rest of sdcc properly:
+       * Makefile
+       * Makefile.common.in
+
+       Messed up 'configure', so revert to previous version:
+       * configure
+       * configure.in
+
+2003-07-31  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
+       there, while the mantissa of a double is "only" 53 bits wide.
+
+2003-07-31  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       Adding sdcclib to the build.  MSVC project coming soon.
+       Files added/changed:
+
+       * support\librarian\clean.mk
+       * support\librarian\configure
+       * support\librarian\configure.in
+       * support\librarian\config_in.h
+       * support\librarian\Makefile.bcc
+       * support\librarian\Makefile.in
+       * support\librarian\sdcclib.c
+       * Makefile.bcc
+       * Makefile
+       * Makefile.common.in
+       * configure
+       * configure.in
+
+2003-07-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       Linker now complaints if linked modules have conflicting options, for
+       example, one compiled using --model-large and another one compiled with
+       --model-small.  The following files were modified:
+
+       * as\mcs51\asdata.c
+       * as\mcs51\aslink.h
+       * as\mcs51\asm.h
+       * as\mcs51\asmain.c
+       * as\mcs51\asout.c
+       * as\mcs51\i51pst.c
+       * as\mcs51\lkdata.c
+       * as\mcs51\lklibr.c
+       * as\mcs51\lkmain.c
+       * as\z80\asdata.c
+       * as\z80\asm.h
+       * as\z80\asmain.c
+       * as\z80\asout.c
+       * as\z80\z80pst.c
+       * link\z80\aslink.h
+       * link\z80\lkdata.c
+       * link\z80\lklibr.c
+       * link\z80\lkmain.c
+       * src\SDCCglue.c 
+
+2003-07-28  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
+       as/mcs51/lklibr.c: Generate a warning when a library is not found.
+
+2003-07-28  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/z80/mappings.i: fix _mul[us][int,long] entries
+
+2003-07-26  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
+
 2003-07-24  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/SDCCicode.c (operandOperation): really fixed problem with bitops
 
 2003-07-24  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
-    added support for new library format to z80, gbz80 linkers:
-    *link/z80/aslink.h
-    *link/z80/lklex.c
-    *link/z80/lklib.c
-    *link/z80/lklist.c
+       added support for new library format to z80, gbz80 linkers:
+       *link/z80/aslink.h
+       *link/z80/lklex.c
+       *link/z80/lklib.c
+       *link/z80/lklist.c
 
 2003-07-24  Bernhard Held <bernhard@bernhardheld.de>