rewrite buildCmdLine(), changed type of list parameter to set
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 30 Mar 2003 15:39:40 +0000 (15:39 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 30 Mar 2003 15:39:40 +0000 (15:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2437 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 1f9da1caba159957b5f961b8e88d22d0ed372ef6..ba8707617ac2a25baefe49f6f28c3f572c5e69c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-03-30  Borut Razem <borut.razem@siol.net>
+
+       * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
+         changed type of list parameter to set
+       * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
+       * src/port.h: changed type of do_assemble() parameter to set
+       * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
+         sdcpp defined without path, removed variable VersionString
+       * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
+       * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
+
 2003-03-30  Scott Dattalo  <scott@dattalo.com>
 
        * src/pic/gen.c: Commit patch from Steve Tell <tell@telltronics.org> that fixes