summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--ext/syslog/syslog.txt5
-rw-r--r--lib/ipaddr.rb4
-rw-r--r--lib/set.rb4
-rw-r--r--lib/shellwords.rb3
5 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,13 @@
Fri Mar 21 09:24:28 2008 Nobuyoshi Nakada <[email protected]>
* instruby.rb (open_for_install): write block result and rewrite only
@@ -7,7 +7,10 @@ Amos Gouaux, University of Texas at Dallas
&
Akinori MUSHA
** Syslog(Module)
@@ -9,8 +9,12 @@
#
# $Id$
#
# TODO:
# - scope_id support
require 'socket'
unless Socket.const_defined? "AF_INET6"
@@ -47,6 +47,10 @@
# s1.subset? s2 # -> false
# s2.subset? s1 # -> true
#
class Set
include Enumerable
@@ -13,6 +13,9 @@
# - Wakou Aoyama
# - Akinori MUSHA <[email protected]>
#
module Shellwords
#
# Splits a string into an array of tokens in the same way the UNIX