mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/date/lib/date/format.rb: removed empty file by @vipulnsward.
* ext/date/lib/date.rb: removed needless require. [fix GH-647] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ab606d8f11
commit
f8a38a36eb
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Tue Jul 1 11:13:43 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* ext/date/lib/date/format.rb: removed empty file by @vipulnsward.
|
||||||
|
* ext/date/lib/date.rb: removed needless require.
|
||||||
|
[fix GH-647]
|
||||||
|
|
||||||
Mon Jun 30 16:42:52 2014 Koichi Sasada <ko1@atdot.net>
|
Mon Jun 30 16:42:52 2014 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* gc.c (gc_stat_internal): return size_t value instead of VALUE
|
* gc.c (gc_stat_internal): return size_t value instead of VALUE
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# date.rb: Written by Tadayoshi Funaba 1998-2011
|
# date.rb: Written by Tadayoshi Funaba 1998-2011
|
||||||
|
|
||||||
require 'date_core'
|
require 'date_core'
|
||||||
require 'date/format'
|
|
||||||
|
|
||||||
class Date
|
class Date
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
# format.rb: Written by Tadayoshi Funaba 1999-2011
|
|
Loading…
Add table
Add a link
Reference in a new issue