summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-18 05:29:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-18 05:29:46 +0000
commit937aeb91a2de76650589bb2b633512cb9ae87f5f (patch)
tree1d6c81bcd387223e9b2735a9d94f96175b2b9a0b /MANIFEST
parentc3e224fd2d0df59c7502cb4791284e7d11503b12 (diff)
downloadruby-937aeb91a2de76650589bb2b633512cb9ae87f5f.tar.gz
ruby-937aeb91a2de76650589bb2b633512cb9ae87f5f.tar.xz
ruby-937aeb91a2de76650589bb2b633512cb9ae87f5f.zip
* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. no
check required. * parse.y (primary): pritmary:tFID generates NODE_FCALL. [ruby-dev:20641] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index c6e963581..170951393 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -300,9 +300,9 @@ lib/rexml/encodings/EUC-JP.rb
lib/rexml/encodings/EUC-JP_decl.rb
lib/rexml/encodings/ISO-8859-1.rb
lib/rexml/encodings/ISO-8859-1_decl.rb
-lib/rexml/encodings/Shift-JIS.rb
+lib/rexml/encodings/SHIFT-JIS.rb
+lib/rexml/encodings/SHIFT_JIS.rb
lib/rexml/encodings/Shift-JIS_decl.rb
-lib/rexml/encodings/Shift_JIS.rb
lib/rexml/encodings/UNILE.rb
lib/rexml/encodings/UNILE_decl.rb
lib/rexml/encodings/US-ASCII.rb
OSZAR »