Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-07-22 20:59:59 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-22 20:59:59 +0400
commit19dc8ba9b200524f1e28281edab26510754239aa (patch)
treeff11d0f70bf78c0d240a257953e8b8612c86a8b3 /winsup/cygwin/ChangeLog
parenta1e199034882ebf25918021d2d30962928e997d6 (diff)
* spawn.cc (spawn_guts): Remove long path prefix from win32 path
before calling CreateProcess if path length is < MAX_PATH.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c703056b3..ad31bd2d5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2008-07-22 Corinna Vinschen <corinna@vinschen.de>
+ * spawn.cc (spawn_guts): Remove long path prefix from win32 path
+ before calling CreateProcess if path length is < MAX_PATH.
+
+2008-07-22 Corinna Vinschen <corinna@vinschen.de>
+
* include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.
2008-07-21 Corinna Vinschen <corinna@vinschen.de>