ruby--ruby/enc
naruse 800f04c6a5 * numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
is invalid. [Feature #5855] [Bug #5863] [Bug #5864]

* string.c (rb_str_concat): ditto.

* string.c (rb_str_concat): set encoding as ASCII-8BIT when the string
  is US-ASCII and the argument is an integer greater than 127.

* regenc.c (onigenc_mb2_code_to_mbclen): rearrange error code.

* enc/euc_jp.c (code_to_mbclen): ditto.

* enc/shift_jis.c (code_to_mbclen): ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-01-08 20:42:45 +00:00
..
trans * enc/trans/iso-8859-16-tbl.rb: add ISO-8859-16 converter. 2011-12-09 10:27:37 +00:00
unicode * Makefile.in (enc/unicode/name2ctype.h): remove duplicated 2011-11-19 19:01:49 +00:00
Makefile.in Forward-ports r32780 from branches/ruby_1_9_3 to trunk. 2011-07-31 14:17:42 +00:00
ascii.c
big5.c
cp949.c
depend
emacs_mule.c
encdb.c
euc_jp.c * numeric.c (rb_enc_uint_char): raise RangeError when added codepoint 2012-01-08 20:42:45 +00:00
euc_kr.c
euc_tw.c
gb2312.c
gb18030.c
gbk.c
iso_2022_jp.h * enc/iso_2022_jp.h: add CP50220. 2010-05-17 06:28:16 +00:00
iso_8859_1.c
iso_8859_2.c
iso_8859_3.c
iso_8859_4.c
iso_8859_5.c
iso_8859_6.c
iso_8859_7.c
iso_8859_8.c
iso_8859_9.c
iso_8859_10.c
iso_8859_11.c
iso_8859_13.c
iso_8859_14.c
iso_8859_15.c
iso_8859_16.c
koi8_r.c
koi8_u.c
make_encmake.rb
prelude.rb
shift_jis.c * numeric.c (rb_enc_uint_char): raise RangeError when added codepoint 2012-01-08 20:42:45 +00:00
unicode.c * enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1. 2011-11-20 13:44:11 +00:00
us_ascii.c
utf_7.h
utf_8.c
utf_16_32.h
utf_16be.c
utf_16le.c
utf_32be.c
utf_32le.c
windows_1251.c
x_emoji.h