]> git.gag.com Git - fw/sdcc/commitdiff
* support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 15 Jun 2003 19:01:39 +0000 (19:01 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 15 Jun 2003 19:01:39 +0000 (19:01 +0000)
* src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
* src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
fixed width array of pointers replaced with sets;
multiple include and lib paths ared transferred to preprocessor and linker
* src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
* src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
fixed width array of pointers
* src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
fixupPath(), getPathDifference()
* src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
fixed width array of pointers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2700 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 75e66b7b8742b6af3e8855aa992bef0a8e176370..82a60cebebb99e9e68fc916bef75373d28d3141c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-06-15  Borut Razem <borut.razem@siol.net>
+
+       * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
+       * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
+       * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
+       fixed width array of pointers replaced with sets;
+       multiple include and lib paths ared transferred to preprocessor and linker
+       * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
+       * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
+       fixed width array of pointers
+       * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
+       removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
+       fixupPath(), getPathDifference()
+       * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
+       fixed width array of pointers
+
 2003-06-11  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/pic16/ralloc.c: fix warnings