Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * string.c (rb_str_tmp_new): creates hidden temporary buffer. | nobu | 2007-12-10 | 1 | -183/+102 | |
| | | | | | | | | | | | | | | * 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 | |||||
* | * transcode*.[ch], test/ruby/test_transcode.rb: set properties. | nobu | 2007-12-10 | 1 | -2/+2 | |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * transcode.c: new file to provide encoding conversion features. | matz | 2007-12-10 | 1 | -0/+438 | |
code contributed by Martin Duerst. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |