diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-27 16:31:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-27 16:31:51 +0000 |
| commit | c444004d8b67e1714bc8b6b9c40c54650e3e9221 (patch) | |
| tree | c84bdb937845277ac26b3d084756779c7f864dcd /ChangeLog | |
| parent | 8e5f90fa969ea74da4044ebca9a5325ac5a5d11d (diff) | |
| download | ruby-c444004d8b67e1714bc8b6b9c40c54650e3e9221.tar.gz ruby-c444004d8b67e1714bc8b6b9c40c54650e3e9221.tar.xz ruby-c444004d8b67e1714bc8b6b9c40c54650e3e9221.zip | |
* marshal.c (w_encoding): more compact encoding information for
US-ASCII and UTF-8. [incompatible] [experimental]
* marshal.c (r_ivar): restore :E encoding information.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,13 @@ Wed May 27 18:00:15 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * bignum.c (bigand_int): even less object allocation. +Wed May 27 14:29:55 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * marshal.c (w_encoding): more compact encoding information for + US-ASCII and UTF-8. [incompatible] [experimental] + + * marshal.c (r_ivar): restore :E encoding information. + Wed May 27 14:08:39 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * st.c (st_insert2): new function with processing new key, |
