OSDN Git Service

* syscalls.cc (internal_setlocale): Add comment.
authorcorinna <corinna>
Sun, 4 Oct 2009 11:32:07 +0000 (11:32 +0000)
committercorinna <corinna>
Sun, 4 Oct 2009 11:32:07 +0000 (11:32 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/syscalls.cc

index 0df3c79..e6866ba 100644 (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
index cd8909d..c9767fa 100644 (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;