add ChangeLog entries

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2007-09-06 12:39:58 +00:00
parent edd7c787ad
commit 205d12524c

View File

@ -1,3 +1,13 @@
Thu Sep 6 21:36:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end parameter
to mbc_enc_len.
* euc_jp.c (mbc_enc_len), sjis.c (mbc_enc_len),
utf8.c (utf8_mbc_enc_len): ditto.
* encoding.c (rb_enc_mbclen): add end parameter.
Thu Sep 6 21:31:49 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui