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

* ext/date/lib: moved from lib.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2011-03-11 15:07:47 +00:00
parent 725e9ee966
commit f809440332
6 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,7 @@
Sat Mar 12 00:06:24 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/lib: moved from lib.
Fri Mar 11 23:32:38 2011 Tadayoshi Funaba <tadf@dotrb.org> Fri Mar 11 23:32:38 2011 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date/delta*: removed undocumented delta. * lib/date/delta*: removed undocumented delta.

View file

@ -3,6 +3,8 @@
bigdecimal/bigdecimal.c bigdecimal/bigdecimal.c
bigdecimal/lib bigdecimal/lib
coverage/coverage.c coverage/coverage.c
date/date_core.c
date/lib
digest/digest.c digest/digest.c
etc/etc.c etc/etc.c
fcntl/fcntl.c fcntl/fcntl.c

View file

@ -16,9 +16,6 @@ cgi
cgi.rb cgi.rb
complex.rb complex.rb
csv.rb csv.rb
date
date.rb
date2.rb
debug.rb debug.rb
delegate.rb delegate.rb
drb drb
@ -54,7 +51,6 @@ optparse
optparse.rb optparse.rb
ostruct.rb ostruct.rb
parsearg.rb parsearg.rb
parsedate.rb
pathname.rb pathname.rb
ping.rb ping.rb
pp.rb pp.rb

View file

@ -8,8 +8,6 @@ cgi/session.rb CGI session class
cmath.rb math support for complex numbers cmath.rb math support for complex numbers
complex.rb includes cmath and set complex arithemtic as default (obsolete) complex.rb includes cmath and set complex arithemtic as default (obsolete)
csv.rb CSV parser/generator csv.rb CSV parser/generator
date.rb date object
date/format.rb date parsing and formatting
debug.rb ruby debugger debug.rb ruby debugger
delegate.rb delegates messages to other object delegate.rb delegates messages to other object
drb.rb distributed Ruby drb.rb distributed Ruby