Skip to content

Commit

Permalink
* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rb
Browse files Browse the repository at this point in the history
  and telnet.rb.  It has been quite some time sinc they were
  obsoleted and made to emit warnings.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed Dec 19, 2002
1 parent e34137b commit c3cd615
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 27 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Dec 20 05:06:49 2002 Akinori MUSHA <[email protected]>

* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rb
and telnet.rb. It has been quite some time sinc they were
obsoleted and made to emit warnings.

Fri Dec 20 04:58:22 2002 Akinori MUSHA <[email protected]>

* lib/tempfile.rb: Embed Rdoc style comments.
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ lib/finalize.rb
lib/find.rb
lib/forwardable.rb
lib/ftools.rb
lib/ftplib.rb
lib/getoptlong.rb
lib/getopts.rb
lib/importenv.rb
Expand Down Expand Up @@ -215,7 +214,6 @@ lib/shell/version.rb
lib/shellwords.rb
lib/singleton.rb
lib/sync.rb
lib/telnet.rb
lib/tempfile.rb
lib/thread.rb
lib/thwait.rb
Expand Down
2 changes: 0 additions & 2 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ finalize.rb adds finalizer to the object
find.rb traverses directory tree
forwardable.rb explicit delegation library
ftools.rb file tools
ftplib.rb obsolete - use net/ftp
getoptlong.rb GNU getoptlong compatible
getopts.rb parses command line options (use getoptlong)
importenv.rb imports environment variables as global variables
Expand Down Expand Up @@ -58,7 +57,6 @@ shell.rb runs commands and does pipeline operations like shell
shellwords.rb split into words like shell
singleton.rb singleton design pattern library
sync.rb 2 phase lock
telnet.rb obsolete - use net/telnet
tempfile.rb temporary file with automatic removal
time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing
thread.rb thread support
Expand Down
14 changes: 0 additions & 14 deletions lib/ftplib.rb

This file was deleted.

9 changes: 0 additions & 9 deletions lib/telnet.rb

This file was deleted.

0 comments on commit c3cd615

Please sign in to comment.