From 947eff6ad764259884b05284a836a921494612f6 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 30 Mar 2003 19:49:55 +0000 Subject: [PATCH] support/Util/MySystem.h: rewrite, ... git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2446 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba870761..1205c7aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,9 +5,14 @@ * 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 + sdcpp defined without path, removed variable VersionString, introduced set binPathSet, + definition of "cppoutfilename" macro with NULL value in preProcess() * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma() * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores() + * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[] + replaced with set *binPathSet + * shash_add() deallocates the item, if allready exsists, before adding the new one + * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros() 2003-03-30 Scott Dattalo -- 2.30.2