diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Oct 20 16:48:43 2008 Yukihiro Matsumoto <[email protected]> + + * include/ruby/ruby.h (ExportStringValue): new macro to convert + string in internal encoding to external to export. + + * string.c (rb_str_export): new function to do conversion to + external encoding. + + * ext/sdbm/init.c: encoding conversion support. + + * ext/dbm/dbm.c: ditto. + Mon Oct 20 15:42:02 2008 Yukihiro Matsumoto <[email protected]> * string.c (rb_locale_str_new): new function to convert string |