ruby/enc
akr 7a0bea4fd3 * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,
in_data_start, in_data_end, in_buf_end and last_trans_index.
  (rb_econv_output): removed.
  (rb_econv_insert_output): declared.
  (rb_econv_encoding_to_insert_output): declared.

* enc/trans/newline.trans (rb_universal_newline): stateful_type
  changed.

* transcode.c (transcode_restartable0): initialize inchar_start,
  tc->recognized_len and next_table at beginning of the loop.
  (rb_econv_open_by_transcoder_entries): initialize new fields.
  (rb_econv_open): setup last_trans_index.
  (trans_sweep): last out_buf_start can be non-NULL now.
  (rb_econv_convert): check last out_buf_start and in_buf_start at
  first.
  (rb_econv_output_with_destination_encoding): removed.
  (econv_just_convert): removed.
  (rb_econv_output): removed.
  (econv_primitive_output): method removed.
  (rb_econv_encoding_to_insert_output): new function.
  (allocate_converted_string): new function.
  (rb_econv_insert_output): new function.
  (econv_primitive_insert_output): new method.
  (output_replacement_character): use rb_econv_insert_output.  unused
  arguments removed.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-08-16 05:32:42 +00:00
..
trans * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start, 2008-08-16 05:32:42 +00:00
Makefile.in * enc/Makefile.in (.SUFFIXES): renamed to .trans. 2008-08-12 05:25:14 +00:00
ascii.c * enc/ascii.c: ISO C does not allow extra ';' outside of a 2008-07-01 08:39:10 +00:00
big5.c forgot to commit 2008-07-01 09:50:30 +00:00
cp949.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
depend * enc/depend: (transvpath_prefix): prefix has no extension, so replace 2008-08-12 06:19:00 +00:00
encdb.c * encoding.c (enc_init_db): moved to enc/encdb.c. 2008-04-07 06:51:33 +00:00
euc_jp.c forgot to commit 2008-07-01 09:50:30 +00:00
euc_kr.c forgot to commit 2008-07-01 09:50:30 +00:00
euc_tw.c forgot to commit 2008-07-01 09:50:30 +00:00
gb2312.c forgot to commit 2008-07-01 09:50:30 +00:00
gb18030.c forgot to commit 2008-07-01 09:50:30 +00:00
gbk.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_2022_jp.h * common.mk (encdb.h): give output file name to make_encdb.rb. 2008-01-17 14:56:22 +00:00
iso_8859_1.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_2.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_3.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_4.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_5.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_6.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_7.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_8.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_9.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_10.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_11.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_13.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_14.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_15.c forgot to commit 2008-07-01 09:50:30 +00:00
iso_8859_16.c forgot to commit 2008-07-01 09:50:30 +00:00
koi8_r.c forgot to commit 2008-07-01 09:50:30 +00:00
koi8_u.c * enc/koi8_u.c: added. 2008-01-19 15:37:06 +00:00
make_encdb.rb * enc/make_encdb.rb, enc/trans/make_transdb.rb: skip nonexistent 2008-08-08 21:37:43 +00:00
make_encmake.rb * enc/Makefile.in (.SUFFIXES): renamed to .trans. 2008-08-12 05:25:14 +00:00
prelude.rb * common.mk (prelude.c): depends on enc/prelude.rb. 2008-04-08 01:30:31 +00:00
shift_jis.c * enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA is 2008-07-01 10:05:48 +00:00
unicode.c * enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int) 2008-06-17 13:06:34 +00:00
us_ascii.c * enc/ascii.c: ISO C does not allow extra ';' outside of a 2008-07-01 08:39:10 +00:00
utf_7.h * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000. 2008-01-28 08:57:40 +00:00
utf_8.c * enc/ascii.c: ISO C does not allow extra ';' outside of a 2008-07-01 08:39:10 +00:00
utf_16be.c forgot to commit 2008-07-01 09:50:30 +00:00
utf_16le.c * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc): 2008-05-31 10:14:38 +00:00
utf_32be.c forgot to commit 2008-07-01 09:50:30 +00:00
utf_32le.c forgot to commit 2008-07-01 09:50:30 +00:00
windows_1251.c forgot to commit 2008-07-01 09:50:30 +00:00