* src/SDCC.lex, sdc/SDCCmain.c, support/cpp2/sdcpp.c:
[fw/sdcc] / ChangeLog
index f95d560da4b70f72fdb5eafd7dd76d9ba78c1ce1..cbe3d92fb40bdc294c4a486db20c144f693af87a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2007-04-01 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.lex, sdc/SDCCmain.c, support/cpp2/sdcpp.c:
+         fixed bug #1692042: input buffer overflow...scanner uses REJECT
+
+2007-03-30 Raphael Neider <rneider AT web.de>
+
+       * src/pic/ralloc.c (isData): suppress garbage debug output
+
+2007-03-28 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx:
+         "Nightly Snapshots" replaced with "Snapshot Builds", since the SDCC
+         is developed, built and used worldwide, and the word "night" doesn't
+         make any sense.
+
+2007-03-28 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/mcs51/C8051F360.h: new, added
+       * device/include/mcs51/C8051F520.h: fixed buggy sbit addresses SPI0CN
+
+2007-03-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/SDCC.y (declaration_specifiers, function_specifier),
+       * support/Util/SDCCerr.c,
+       * support/Util/SDCCerr.h,
+       * src/SDCCsymt.h,
+       * src/SDCCsymt.c (mergeSpec, checkFunction): Parse and validate the
+         inline keyword
+       * src/SDCCmem.c (deallocParms),
+       * src/SDCCast.c: support for function inlining, not quite complete
+       * src/SDCCsymt.c (printTypeChain, printTypeChainRaw): display
+         'restrict' qualifier
+
 2007-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/gen.c (saveRegisters, unsaveRegisters): free some bitVects,
@@ -10,6 +44,7 @@
          removed header guard)
        * .version,
        * sdcc.spec: bumped version to 2.6.5
+       * src/SDCCmain.c(parseCmdLine): fixed bug 1677144
 
 2007-03-22 Borut Razem <borut.razem AT siol.net>