]> git.gag.com Git - fw/sdcc/commitdiff
* src/ds390/main.c (PORT tininative_port): fixed bug #858416
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 12 Dec 2003 20:14:36 +0000 (20:14 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 12 Dec 2003 20:14:36 +0000 (20:14 +0000)
* 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

index d5689de03526c2b27d271a4a55b7ab147a5bfcb1..4178725c8f2fc676ae4058f36eeb49b548708d28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-12 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * 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 <Frieder.Ferlemann@web.de>
 
        * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.