mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
a2901a7c75
(rb_trans_elem_t): new type. (rb_trans_t): new type. * transcode.c (transcode_dispatch_cb): removed. (transcode_dispatch): removed. (rb_transcoding_result_t): moved to rb_trans_result_t in transcode_data.h. (transcode_restartable0): goto follow_info when FUNsi. (rb_transcoding_open): use get_transcoder_entry. (rb_trans_open): new function. (rb_trans_conv): ditto. (rb_trans_close): ditto. (trans_open_i): ditto. (trans_sweep): ditto. (more_output_buffer): take rb_trans_t instead of rb_transcoding as an argument. (transcode_loop): take from_encoding and to_encoding instead of tr as arguments. use rb_trans_open/rb_trans_conv/rb_trans_close. (str_transcode): don't use transcode_dispatch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
csv | ||
dbm | ||
digest | ||
drb | ||
erb | ||
etc | ||
fileutils | ||
gdbm | ||
iconv | ||
io/nonblock | ||
json | ||
logger | ||
monitor | ||
net | ||
nkf | ||
openssl | ||
optparse | ||
ostruct | ||
pathname | ||
rdoc | ||
readline | ||
rinda | ||
ripper | ||
rss | ||
ruby | ||
rubygems | ||
scanf | ||
sdbm | ||
socket | ||
stringio | ||
strscan | ||
testunit | ||
uri | ||
webrick | ||
win32ole | ||
xmlrpc | ||
yaml | ||
zlib | ||
inlinetest.rb | ||
runner.rb | ||
test_delegate.rb | ||
test_ipaddr.rb | ||
test_pp.rb | ||
test_prettyprint.rb | ||
test_pstore.rb | ||
test_set.rb | ||
test_shellwords.rb | ||
test_singleton.rb | ||
test_tempfile.rb | ||
test_time.rb | ||
test_timeout.rb | ||
test_tsort.rb |