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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3cb2cfda4..428f73707 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,30 @@
+2008-02-25 Corinna Vinschen <corinna@vinschen.de>
+
+ * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING is
+ enabled. Replace calls to GetEnvironmentVariable by calls to
+ GetEnvironmentVariableA for clarity. Call GetEnvironmentVariableA
+ with NULL buffer.
+ (cygbench): Ditto, drop local buffer.
+ * environ.cc (getearly): Call GetEnvironmentVariableA.
+ (environ_init): Retrieve unicode environment and convert to current
+ codepage locally.
+ (getwinenveq): Ditto.
+ * exceptions.cc (try_to_debug): Accommodate new sys_mbstowcs calling
+ convention.
+ * fhandler_clipboard.cc (set_clipboard): Call sys_mbstowcs to retrieve
+ required buffer length.
+ * fork.cc (frok::child): Call GetEnvironmentVariableA.
+ * miscfuncs.cc: Accommodate changed arguments in calls to sys_mbstowcs.
+ * sec_auth.cc: Ditto.
+ * strfuncs.cc (sys_wcstombs_alloc): Fix formatting.
+ (sys_mbstowcs): Change arguments to allow specifying a source string
+ length.
+ (sys_mbstowcs_alloc): Ditto.
+ * uinfo.cc (cygheap_user::ontherange): Accommodate changed arguments in
+ calls to sys_mbstowcs.
+ * winsup.h (sys_mbstowcs): Adjust declaration.
+ (sys_mbstowcs_alloc): Ditto.
+
2008-02-20 Corinna Vinschen <corinna@vinschen.de>
* path.cc (cwdstuff::set): Revert error handling change in case