Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-08-29 14:25:31 +0000
committerAlain Magloire2003-08-29 14:25:31 +0000
commitd10a3336722afd13507de1d33b6af3434aa239fc (patch)
treee2d4ea66bfd701e9491b372cbe8b49b87fdfdbfc
parente64aa39dd655660e813f7174ec07141e4196d806 (diff)
downloadorg.eclipse.cdt-d10a3336722afd13507de1d33b6af3434aa239fc.tar.gz
org.eclipse.cdt-d10a3336722afd13507de1d33b6af3434aa239fc.tar.xz
org.eclipse.cdt-d10a3336722afd13507de1d33b6af3434aa239fc.zip
updated.
-rw-r--r--core/org.eclipse.cdt.core.win32/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/ChangeLog b/core/org.eclipse.cdt.core.win32/ChangeLog
index c47221afd91..fffce6ca5d4 100644
--- a/core/org.eclipse.cdt.core.win32/ChangeLog
+++ b/core/org.eclipse.cdt.core.win32/ChangeLog
@@ -1,3 +1,15 @@
+2003-08-29 Alex Chapiro
+
+ This patch just increase command line buffer up to OS limit (2K). It also
+ replaces java/lang/Exception to java/io/IOException in order to unify error
+ processing.
+
+ * library/Win32ProcessEx.c
+ * library/starter/starter.cpp
+ * library/spawner.dsw
+ * os/win32/x86/spawner.dll
+ * os/win32/x86/starter.exe
+
2003-04-30 Alex Chapiro
* library/listtasks: new Folder

Back to the top