From 0813b22fb94e93b252a01f51ea3200281bce69e7 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 15 Jun 2003 19:01:39 +0000 Subject: [PATCH] * 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 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2700 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 75e66b7b..82a60ceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2003-06-15 Borut Razem + + * 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 * src/pic16/ralloc.c: fix warnings -- 2.47.2