From: borutr Date: Mon, 10 Mar 2003 20:09:36 +0000 (+0000) Subject: pipe preprocessor's output; increased version number to 2.3.4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d75341be0c0d6b6cf2a0c211d287cb637658337c;p=fw%2Fsdcc pipe preprocessor's output; increased version number to 2.3.4 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2369 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index b2653aab..99c4373f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-03-10 Borut Razem + + * src/SDCCmain.c: pipe preprocessor's output + * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen() + * sdcc_vc_in.h: define pclose as _pclose for WIN32 + * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes, + which closes all pipes in pipeSet set + * src/SDCCset.c: free deleted item in function deleteSetItem() + * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c + moved from z80 to src subproject + * .version: increased version number to 2.3.4 + 2003-03-10 Bernhard Held * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s @@ -8,6 +20,17 @@ * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers +2003-03-09 Borut Razem + + * src/SDCCmain.c: pipe preprocessor's output + * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen() + * sdcc_vc_in.h: define pclose as _pclose for WIN32 + * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes, + which closes all pipes in pipeSet set + * src/SDCCset.c: free deleted item in function deleteSetItem() + * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c + moved from z80 to src subproject + 2003-03-09 Borut Razem * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available