4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 02:09:19 +08:00
Corinna Vinschen 5ab0b5cf52 * 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-25 18:32:23 +00:00
..
2006-05-24 16:59:03 +00:00
2006-03-01 20:20:22 +00:00
2006-01-16 19:52:21 +00:00
2007-01-03 11:14:53 +00:00
2005-09-29 14:28:22 +00:00
2005-03-23 17:11:24 +00:00
2004-05-12 16:21:18 +00:00
2006-02-15 22:11:13 +00:00
2006-03-01 20:20:22 +00:00
2007-03-06 16:29:40 +00:00
2004-12-05 02:30:20 +00:00
2007-07-14 15:58:32 +00:00
2008-02-15 17:53:11 +00:00
2008-02-15 17:53:11 +00:00
2008-02-15 17:53:11 +00:00
2008-02-14 16:47:11 +00:00
2008-02-15 17:53:11 +00:00
2008-02-15 17:53:11 +00:00
2007-02-20 15:48:04 +00:00
2004-12-27 19:03:56 +00:00
2007-11-06 13:29:53 +00:00
2004-12-27 19:03:56 +00:00
2007-06-11 17:38:27 +00:00
2006-02-20 02:06:37 +00:00
2008-01-01 19:07:36 +00:00
2007-12-12 12:12:24 +00:00
2006-07-17 19:30:30 +00:00