From: epetrich Date: Fri, 12 Dec 2003 20:14:36 +0000 (+0000) Subject: * src/ds390/main.c (PORT tininative_port): fixed bug #858416 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fcd7617d303b368d9030a70d83526d6f2ce74caa;p=fw%2Fsdcc * src/ds390/main.c (PORT tininative_port): fixed bug #858416 * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg), * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings with embedded nulls (fixed bug #753752) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3049 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index d5689de0..4178725c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-12-12 Erik Petrich + + * src/ds390/main.c (PORT tininative_port): fixed bug #858416 + * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg), + * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings + with embedded nulls (fixed bug #753752) + 2003-12-12 Frieder Ferlemann * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.