1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/iso_8859_{1..16}.c: renamed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-12-20 06:47:14 +00:00
parent 27fbeb3c4e
commit e42fac7c06
16 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Dec 20 15:47:13 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/iso_8859_{1..16}.c: renamed.
Thu Dec 20 09:59:27 2007 Koichi Sasada <ko1@atdot.net>
* insnhelper.ci (vm_expandarray): fix sp increase place.