Fixed some warnings when building in MSVC
[fw/sdcc] / ChangeLog
index 1e3b1582848fd2fc5abaf4302e7d6166f4f7cdfe..ade051246ab37de93cc47d5c47f0f8562ffd9eda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,39 @@
+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-30  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+2003-07-31  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
        Adding sdcclib to the build.  MSVC project coming soon.
        Files added/changed:
        * 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>