diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-28 18:13:45 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-28 18:13:45 +0000 |
| commit | 00b3b40aec8d6b3349940a88e798794b921d36cc (patch) | |
| tree | be3def93895c7a46b2af01b4f7069170c5ea9380 /ChangeLog | |
| parent | 0c62f8e2e1ff2b3a9f2f8e1c7011b001385345b6 (diff) | |
| download | ruby-00b3b40aec8d6b3349940a88e798794b921d36cc.tar.gz ruby-00b3b40aec8d6b3349940a88e798794b921d36cc.tar.xz ruby-00b3b40aec8d6b3349940a88e798794b921d36cc.zip | |
* string.c (str_new): remove encoding assumption of empty string.
* hash.c ( rb_f_getenv, env_fetch, env_inspect): result of ENV should
be always ASCII-8BIT.
* object.c (nil_to_s): nil.to_s should be US-ASCII.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Feb 29 02:50:07 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (str_new): remove encoding assumption of empty string. + + * hash.c ( rb_f_getenv, env_fetch, env_inspect): result of ENV should + be always ASCII-8BIT. + + * object.c (nil_to_s): nil.to_s should be US-ASCII. + Fri Feb 29 02:24:22 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE |
