pipe preprocessor's output; increased version number to 2.3.4
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Mar 2003 20:09:36 +0000 (20:09 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Mar 2003 20:09:36 +0000 (20:09 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2369 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index b2653aab3824a29559e6742311b093add4a278aa..99c4373f11704cce6fa500ce803d5f0a05850a89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-03-10  Borut Razem <borut.razem@siol.net>
+
+       * 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 <bernhard@bernhardheld.de>
 
        * 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 <borut.razem@siol.net>
+
+       * 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 <borut.razem@siol.net>
 
        * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available