-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to
accept and to return UTF-8 strings. * win32/win32.c (rb_w32_getenv): follow above change. * win32/win32.c (rb_w32_get_environ): returns UTF-8 environment area. * hash.c (env_str_new, rb_f_getenv, env_fetch): follow above changes. [Bug ruby#5570] [ruby-core:40737] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
86 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
Thu Mar 15 12:44:50 2012 NAKAMURA Usaku <[email protected]> | ||
|
||
* win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to | ||
accept and to return UTF-8 strings. | ||
|
||
* win32/win32.c (rb_w32_getenv): follow above change. | ||
|
||
* win32/win32.c (rb_w32_get_environ): returns UTF-8 environment area. | ||
|
||
* hash.c (env_str_new, rb_f_getenv, env_fetch): follow above changes. | ||
[Bug #5570] [ruby-core:40737] | ||
|
||
Thu Mar 15 10:57:27 2012 Shugo Maeda <[email protected]> | ||
|
||
* enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters