1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/enc
akr 19416601a0 * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
left_adjust_char_head.
  (ONIGENC_LEFT_ADJUST_CHAR_HEAD): add end argument.
  (onigenc_get_left_adjust_char_head): ditto.

* include/ruby/encoding.h (rb_enc_left_char_head): add end argument.

* regenc.h (onigenc_single_byte_left_adjust_char_head): ditto.

* regenc.c (onigenc_get_right_adjust_char_head): follow the interface
  change.
  (onigenc_get_right_adjust_char_head_with_prev): ditto.
  (onigenc_get_prev_char_head): ditto.
  (onigenc_step_back): ditto.
  (onigenc_get_left_adjust_char_head): ditto.
  (onigenc_single_byte_code_to_mbc): ditto.

* re.c: ditto.

* string.c: ditto.

* io.c: ditto.

* regexec.c: ditto.

* enc/euc_jp.c: ditto.

* enc/cp949.c: ditto.

* enc/shift_jis.c: ditto.

* enc/gbk.c: ditto.

* enc/big5.c: ditto.

* enc/euc_tw.c: ditto.

* enc/euc_kr.c: ditto.

* enc/emacs_mule.c: ditto.

* enc/gb18030.c: ditto.

* enc/utf_8.c: ditto.

* enc/utf_16le.c: ditto.

* enc/utf_16be.c: ditto.

* enc/utf_32le.c: ditto.

* enc/utf_32be.c: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-09-13 19:23:52 +00:00
..
trans * enc/trans/escape.trans: transcoder name renamed to use underscore. 2008-09-12 17:30:07 +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 * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
cp949.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
depend * enc/depend: transdb.c may not present. 2008-09-01 05:37:04 +00:00
emacs_mule.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +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 * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
euc_kr.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
euc_tw.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
gb2312.c forgot to commit 2008-07-01 09:50:30 +00:00
gb18030.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
gbk.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +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/emacs_mule.c (svn:executable): dropped executable bit. 2008-09-02 05:04:30 +00:00
make_encmake.rb * configure.in (BUILTIN_TRANSSRCS): defined. 2008-08-24 15:58:43 +00:00
Makefile.in * configure.in (BUILTIN_TRANSSRCS): defined. 2008-08-24 15:58:43 +00:00
prelude.rb * common.mk (prelude.c): depends on enc/prelude.rb. 2008-04-08 01:30:31 +00:00
shift_jis.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +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 * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
utf_16be.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
utf_16le.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
utf_32be.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
utf_32le.c * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for 2008-09-13 19:23:52 +00:00
windows_1251.c forgot to commit 2008-07-01 09:50:30 +00:00