* device/lib/_ltoa.c: 36 bytes less __data mem. This really helps printf_small. 32...
[fw/sdcc] / ChangeLog
index 15ff63b6e01752f3ff612a24ae0dd029531d4af2..1cefc888d428b651c9d2a384d695b061e7aa8b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
+2007-03-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/_ltoa.c: 36 bytes less __data mem. This really
+         helps printf_small. 32 bytes more __idata mem.
+
+2007-04-27 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcode.c (addpCode2pBlock,LinkFlow,pBlockRemoveUnusedLabels):
+         return early when pb or pb->pcHead is NULL (patch #1708427)
+       * src/regression/empty.c,
+       * src/regression/Makefile: added test with empty functions
+       * support/Util/SDCCerr.c: fixed typo in E_INIT_STRUCT message
+
 2007-04-27 Borut Razem <borut.razem AT siol.net>
 
-       * 
+       * src/SDCCast.c: fixed feature request
+         #1547512: Redundant strings linked when using sizeof("abc")
 
 2007-04-23 Borut Razem <borut.razem AT siol.net>