From fcd7617d303b368d9030a70d83526d6f2ce74caa Mon Sep 17 00:00:00 2001 From: epetrich Date: Fri, 12 Dec 2003 20:14:36 +0000 Subject: [PATCH] * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.47.2