* syscalls.cc (internal_setlocale): Add comment.

This commit is contained in:
Corinna Vinschen 2009-10-04 11:32:07 +00:00
parent 26f19ec1ad
commit 960624f47e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-10-04 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (internal_setlocale): Add comment.
2009-10-02 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. Just

View File

@ -4186,6 +4186,8 @@ internal_setlocale ()
reevaluate the CWD's posix path and store in the new charset.
Same for the PATH environment variable. */
/* FIXME: Other buffered paths might be affected as well. */
/* FIXME: It could be necessary to convert the entire environment,
not just PATH. */
tmp_pathbuf tp;
wchar_t *w_path, *w_cwd;