Skip to content

Commit

Permalink
* MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed Dec 23, 2002
1 parent 80a319d commit 9ec0a96
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue Dec 24 02:05:51 2002 Akinori MUSHA <knu@iDaemons.org>

* MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.

Sun Dec 22 04:07:47 2002 NAKAMURA Usaku <usa@ruby-lang.org>

* ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ lib/ftools.rb
lib/getoptlong.rb
lib/getopts.rb
lib/importenv.rb
lib/ipaddr.rb
lib/irb.rb
lib/irb/cmd/chws.rb
lib/irb/cmd/fork.rb
Expand Down
1 change: 1 addition & 0 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ftools.rb file tools
getoptlong.rb GNU getoptlong compatible
getopts.rb parses command line options (use getoptlong)
importenv.rb imports environment variables as global variables
ipaddr.rb defines the IPAddr class
irb.rb interactive ruby
jcode.rb Japanese text handling (replace String methods)
mailread.rb reads mail headers
Expand Down
Loading

0 comments on commit 9ec0a96

Please sign in to comment.