index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
enc
/
shift_jis.c
Age
Commit message (
Expand
)
Author
2015-08-27
oniguruma.h: constify
nobu
2014-09-15
* reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544
naruse
2014-05-22
constify character property tables
nobu
2013-03-01
* Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757f
naruse
2012-05-20
* enc/shift_jis.c (code_to_mbclen): return
naruse
2012-02-17
* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]
naruse
2012-02-15
Add more description about Shift_JIS and CP50220.
naruse
2012-01-08
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2011-05-15
* remove trailing spaces.
nobu
2011-03-09
* enc/shift_jis.c: Change SJIS as an alias of Windows-31J.
naruse
2011-02-03
* enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.
naruse
2010-11-17
* enc/shift_jis.c (property_name_to_ctype): fix memory leak.
naruse
2010-11-09
* regenc.c (onigenc_minimum_property_name_to_ctype):
naruse
2010-03-01
* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.
matz
2008-09-18
* grapheme cluster implementation reverted. [ruby-dev:36375]
akr
2008-09-16
* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
akr
2008-09-13
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
akr
2008-07-01
* enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA is
naruse
2008-07-01
forgot to commit
shyouhei
2008-06-17
* enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int)
mame
2008-02-17
* enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,
naruse
2008-01-17
* enc/shift_jis.c: newline at EOF.
nobu
2008-01-15
* enc/*: add ARG_UNUSED.
naruse
2008-01-15
* encoding.c (ENC_REGISTER): use &OnigEncoding*.
naruse
2008-01-13
* enc/*.c: add replicas and aliases.
naruse
2008-01-13
* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*
naruse
2008-01-13
* encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.
naruse
2008-01-13
* encoding.c (rb_enc_init): revert removing SJIS.
naruse