diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 06:47:14 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 06:47:14 +0000 |
commit | e42fac7c061283180cbc630bd930ef16f5074d33 () | |
tree | 167dc86084d66099baadaacf342e13f460a990f5 | |
parent | 27fbeb3c4e8803d89fa1d765d7b1fdb49dddece2 (diff) |
* enc/iso_8859_{1..16}.c: renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | enc/iso_8859_1.c (renamed from enc/iso8859_1.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_10.c (renamed from enc/iso8859_10.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_11.c (renamed from enc/iso8859_11.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_13.c (renamed from enc/iso8859_13.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_14.c (renamed from enc/iso8859_14.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_15.c (renamed from enc/iso8859_15.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_16.c (renamed from enc/iso8859_16.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_2.c (renamed from enc/iso8859_2.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_3.c (renamed from enc/iso8859_3.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_4.c (renamed from enc/iso8859_4.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_5.c (renamed from enc/iso8859_5.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_6.c (renamed from enc/iso8859_6.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_7.c (renamed from enc/iso8859_7.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_8.c (renamed from enc/iso8859_8.c) | 0 | ||||
-rw-r--r-- | enc/iso_8859_9.c (renamed from enc/iso8859_9.c) | 0 |
16 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ Thu Dec 20 09:59:27 2007 Koichi Sasada <[email protected]> * insnhelper.ci (vm_expandarray): fix sp increase place. |