Fixed segfaults when fclosing a FILE* already closed.
[fw/sdcc] / ChangeLog
index 51ef040fc008f38b3e4d04bb55226052c03018d2..51b6f2f2fdd7582cb3883df98fe9e4545642fef6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
+2003-09-18  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
+       trying to fclose a FILE* that was already closed.  
+
+2003-09-18  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
+       of const struct should be treated as if const themselves)
+
+2003-09-18  Bernhard Held <bernhard@bernhardheld.de>
+       * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
+
+2003-07-06  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * support/librarian/sdcclib.c: Generate correct offsets for libraries with
+       Unix (/n) and DOS (/r/n) line terminations.
+
 2003-09-17  Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
-       * src/SDCCicode.c (cnvFromFloatCast, cnvToFloatCast): fixed
+       * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
        bug #613775
 
 2003-09-16  Erik Petrich <epetrich@ivorytower.norman.ok.us>