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

* enc/depend: transdb.c may not present.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-09-01 05:37:04 +00:00
parent 7ea3d11e22
commit c6c4ce81c2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Sep 1 14:37:02 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/depend: transdb.c may not present.
Mon Sep 1 14:25:26 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/trans/japanese.trans: fix Ruby 1.8 compatibility.

View file

@ -23,6 +23,7 @@
% atrans = atrans.sort_by(&alphanumeric_order)
% trans = trans.sort_by(&alphanumeric_order)
% trans.unshift(trans.delete("transdb"))
% trans.compact!
% trans |= atrans
% trans.map! {|e| "trans/#{e}"}
% dependencies = encs + trans