1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool
akr 6270ad5b7f * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
from rb_econv_stateless_encoding to apply stateless ASCII
  incompatible encodings such as UTF-16BE.

* io.c (make_writeconv): use rb_econv_asciicompat_encoding.

* transcode_data.h (rb_transcoder_asciicompat_type_t): renamed from
  rb_transcoder_stateful_type_t.
  (rb_transcoder): use rb_transcoder_asciicompat_type_t.

* transcode.c: follow the type change.
  (asciicompat_encoding_i): renamed from stateless_encoding_i.
  (rb_econv_asciicompat_encoding): renamed from
  rb_econv_stateless_encoding.
  (econv_s_asciicompat_encoding): method renamed.

* tool/transcode-tblgen.rb: follow the type change.

* enc/trans/utf_16_32.trans: follow the type change.
  rb_from_UTF_16BE to UTF-8 is asciicompat_decoder.
  rb_from_UTF_16LE to UTF-8 is asciicompat_decoder.
  rb_from_UTF_32BE to UTF-8 is asciicompat_decoder.
  rb_from_UTF_32LE to UTF-8 is asciicompat_decoder.
  UTF-8 to rb_to_UTF_16BE is asciicompat_encoder.
  UTF-8 to rb_to_UTF_16LE is asciicompat_encoder.
  UTF-8 to rb_to_UTF_32BE is asciicompat_encoder.
  UTF-8 to rb_to_UTF_32LE is asciicompat_encoder.

* enc/trans/newline.trans: follow the type change.  universal newline
  decoder is asciicompat_converter.

* enc/trans/escape.trans: follow the type change.

* enc/trans/iso2022.trans: ditto.

* enc/trans/japanese.trans: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-09-08 14:33:17 +00:00
..
asm_parse.rb * Merge YARV 2006-12-31 15:02:22 +00:00
build-transcode * enc/trans/iso2022.trans: renamed from iso2022.erb.c. 2008-08-11 07:39:52 +00:00
compile_prelude.rb * tool/compile_prelude.rb: allows extra suffix after .c. 2008-04-06 01:22:21 +00:00
eval.rb * Merge YARV 2006-12-31 15:02:22 +00:00
ifchange * tool/ifchange: remove $temp when unchanged. 2008-01-29 08:05:26 +00:00
insns2vm.rb * insns2vm.rb: add encoding option to shbang. 2007-12-25 13:46:55 +00:00
instruction.rb * tool/instruction.rb: RubyVM is not module. 2008-07-01 11:46:48 +00:00
make-snapshot * common.mk (dist): tool/make-snapshot is executable. 2008-08-25 17:47:57 +00:00
node_name.rb * common.mk (node_name.inc): auto-generate node name list. 2007-08-06 04:09:56 +00:00
parse.rb * compile.c, insns.def, vm.c, vm_core.h: remove some insns 2008-07-01 03:05:58 +00:00
transcode-tblgen.rb * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed 2008-09-08 14:33:17 +00:00
vtlh.rb * Merge YARV 2006-12-31 15:02:22 +00:00
ytab.sed * tool/ytab.sed: skip yydestruct hack unless yymsg exists, for bison 2007-12-28 02:46:06 +00:00