-
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/rubygems.rb: Reduce requires to improve
make benchmark
.
[ruby#4962] * lib/rubygems/specification.rb: Delay initialization of rubygems until require is called. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- v2_0_0_247
- v2_0_0_195
- v2_0_0_0
- v2_0_0_rc2
- v2_0_0_rc1
- v2_0_0_preview2
- v2_0_0_preview1
- v1_9_3_448
- v1_9_3_429
- v1_9_3_426
- v1_9_3_392
- v1_9_3_385
- v1_9_3_384
- v1_9_3_383
- v1_9_3_374
- v1_9_3_362
- v1_9_3_361
- v1_9_3_360
- v1_9_3_327
- v1_9_3_326
- v1_9_3_286
- v1_9_3_195
- v1_9_3_194
- v1_9_3_125
- v1_9_3_0
- v1_9_3_rc1
- v1_9_3_preview1
Showing
3 changed files
with
13 additions
and
5 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,10 @@ | ||
Thu Jul 7 06:19:38 2011 Eric Hodel <[email protected]> | ||
|
||
* lib/rubygems.rb: Reduce requires to improve `make benchmark`. | ||
[#4962] | ||
* lib/rubygems/specification.rb: Delay initialization of rubygems | ||
until require is called. | ||
|
||
Thu Jul 7 04:31:26 2011 Nobuyoshi Nakada <[email protected]> | ||
|
||
* parse.y (arg): rescue_mod is in inverse order from other | ||
|
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
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