mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/date/lib/date/format.rb: require 'date_core.so'.
date/format needs methods which are now in date_core.so. This breaks make rdoc which uses Date._parse from time.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7133cc6c7
commit
f3551c0476
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Apr 25 02:51:22 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/date/lib/date/format.rb: require 'date_core.so'.
|
||||
date/format needs methods which are now in date_core.so.
|
||||
This breaks make rdoc which uses Date._parse from time.rb.
|
||||
|
||||
Mon Apr 25 02:47:46 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* ext/date/lib/date/format.rb: fixed a bug of regex.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# format.rb: Written by Tadayoshi Funaba 1999-2011
|
||||
require 'date_core.so'
|
||||
|
||||
class Date
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue