diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-10 08:46:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-10 08:46:06 +0000 |
| commit | 2cf6badbcae161d2ab27c73efce5e425f1198e48 (patch) | |
| tree | 2bc807a34bf898b83968d4925e45365797cafda9 /ChangeLog | |
| parent | 00a3fa44c3a7393d9509b80387a963abc21271ef (diff) | |
| download | ruby-2cf6badbcae161d2ab27c73efce5e425f1198e48.tar.gz ruby-2cf6badbcae161d2ab27c73efce5e425f1198e48.tar.xz ruby-2cf6badbcae161d2ab27c73efce5e425f1198e48.zip | |
* string.c (rb_str_tmp_new): creates hidden temporary buffer.
* transcode.c (transcoding): added a pointer to function to flush.
* transcode.c (transcode_loop): do not use string internal.
[ruby-dev:32512]
* transcode.c (str_transcode): allow Encoding objects.
* transcode_data.h (BYTE_LOOKUP): use actual struct name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Dec 10 17:46:04 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_tmp_new): creates hidden temporary buffer. + + * transcode.c (transcoding): added a pointer to function to flush. + + * transcode.c (transcode_loop): do not use string internal. + [ruby-dev:32512] + + * transcode.c (str_transcode): allow Encoding objects. + + * transcode_data.h (BYTE_LOOKUP): use actual struct name. + Mon Dec 10 16:52:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_insert): should not add length in bytes to index in |
