-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lib/irb/locale.rb (IRB::Locale#search_file): make it possible
to load a localization from a gem. (IRB::Locale#lc_path): obsoleted because of the change of #search_file (IRB::Locale#each_localized_path): new private method, based on lc_path (IRB::Locale#find): follows the change of #search_file. (IRB::Locale#load): removed duplicate with #find. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
40 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Sat Jan 1 17:02:50 2011 Yuki Sonoda (Yugui) <[email protected]> | ||
|
||
* lib/irb/locale.rb (IRB::Locale#search_file): make it possible | ||
to load a localization from a gem. | ||
(IRB::Locale#lc_path): obsoleted because of the change of #search_file | ||
(IRB::Locale#each_localized_path): new private method, based on lc_path | ||
(IRB::Locale#find): follows the change of #search_file. | ||
(IRB::Locale#load): removed duplicate with #find. | ||
|
||
Sat Jan 1 11:44:42 2011 Tanaka Akira <[email protected]> | ||
|
||
* strftime.c: parenthesize macro arguments. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters