crux-commits
Threads by month
- ----- 2025 -----
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 1 participants
- 74133 discussions
commit ba4257ba0dc47e739faa377579cb3c69e79ac481
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Mar 6 17:40:11 2007 +0100
xsane: update to 0.994
diff --git a/xsane/.md5sum b/xsane/.md5sum
index 81d9d97..98587a4 100644
--- a/xsane/.md5sum
+++ b/xsane/.md5sum
@@ -1 +1 @@
-7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz
+7d02656026797a46a84bda63006f5668 xsane-0.994.tar.gz
diff --git a/xsane/Pkgfile b/xsane/Pkgfile
index 7179297..f8fb29b 100644
--- a/xsane/Pkgfile
+++ b/xsane/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: gimp, sane
name=xsane
-version=0.993
+version=0.994
release=1
source=(http://www.xsane.org/download/$name-$version.tar.gz)
1
0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
ports/opt (master): [security] mplayer: added RTSP stream buffer overflow patch, see http://www.mplayerhq.hu/design7/news.html#vuln14
by crux@crux.nu 19 May '07
by crux@crux.nu 19 May '07
19 May '07
commit 88f50af201d5690602b96bc2febc926352de4f12
Author: Matt Housh <jaeger(a)crux.nu>
Date: Mon Mar 5 10:54:51 2007 -0600
[security] mplayer: added RTSP stream buffer overflow patch, see http://www.mplayerhq.hu/design7/news.html#vuln14
diff --git a/mplayer/.md5sum b/mplayer/.md5sum
index d04d846..db63f7e 100644
--- a/mplayer/.md5sum
+++ b/mplayer/.md5sum
@@ -1,3 +1,4 @@
18c05d88e22c3b815a43ca8d7152ccdc MPlayer-1.0rc1.tar.bz2
+f0b71c38b1207c1d604be091876ac051 asmrules_fix_20061231.diff
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
c64631601912913f3e5dfbecc3b79d44 mplayer.conf
diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile
index b2c1c1d..c39d4a4 100644
--- a/mplayer/Pkgfile
+++ b/mplayer/Pkgfile
@@ -11,14 +11,18 @@
name=mplayer
version=1.0rc1
-release=1
+release=2
source=(http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-$version.tar.bz2 \
+ http://www1.mplayerhq.hu/MPlayer/patches/asmrules_fix_20061231.diff \
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.b… \
mplayer.conf)
build() {
cd MPlayer-$version
+ # fix for asmrp buffer overflow
+ patch -p0 -i $SRC/asmrules_fix_20061231.diff
+
# mplayer decides optimizations at configure time, don't use CRUX's
unset CFLAGS
./configure --prefix=/usr \
1
0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
ports/opt (master): alsa-driver, alsa-lib, alsa-utils: updated to version 1.0.14rc2
by crux@crux.nu 19 May '07
by crux@crux.nu 19 May '07
19 May '07
commit 21ffe29bdf593de668f445200c5d05cc2413b558
Author: Matt Housh <jaeger(a)crux.nu>
Date: Mon Mar 5 09:16:14 2007 -0600
alsa-driver, alsa-lib, alsa-utils: updated to version 1.0.14rc2
diff --git a/alsa-driver/.footprint b/alsa-driver/.footprint
index 7827dce..e26ea12 100644
--- a/alsa-driver/.footprint
+++ b/alsa-driver/.footprint
@@ -51,6 +51,7 @@ drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/i2c/
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/snd-ak4114.ko
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
+-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/snd-pt2258.ko
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/snd-cs8427.ko
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/snd-i2c.ko
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/snd-tea6330t.ko
@@ -105,9 +106,10 @@ drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-sscape.ko
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/wavefront/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/wavefront/snd-wavefront.ko
+drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/misc/
+-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/misc/ac97_bus.ko
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/
--rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/snd-ac97-bus.ko
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/snd-ac97-codec.ko
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/snd-ak4531-codec.ko
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ali5451/
@@ -193,6 +195,8 @@ drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/vx222/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/vx222/snd-vx222.ko
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ymfpci/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ymfpci/snd-ymfpci.ko
+drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/soc/
+-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/soc/snd-soc-core.ko
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/synth/
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/synth/emux/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/synth/emux/snd-emux-synth.ko
@@ -254,6 +258,7 @@ drwxr-xr-x root/root usr/include/sound/
-rw-r--r-- root/root usr/include/sound/pcm.h
-rw-r--r-- root/root usr/include/sound/pcm_oss.h
-rw-r--r-- root/root usr/include/sound/pcm_params.h
+-rw-r--r-- root/root usr/include/sound/pt2258.h
-rw-r--r-- root/root usr/include/sound/rawmidi.h
-rw-r--r-- root/root usr/include/sound/sb.h
-rw-r--r-- root/root usr/include/sound/sb16_csp.h
@@ -267,6 +272,8 @@ drwxr-xr-x root/root usr/include/sound/
-rw-r--r-- root/root usr/include/sound/seq_virmidi.h
-rw-r--r-- root/root usr/include/sound/sfnt_info.h
-rw-r--r-- root/root usr/include/sound/snd_wavefront.h
+-rw-r--r-- root/root usr/include/sound/soc-dapm.h
+-rw-r--r-- root/root usr/include/sound/soc.h
-rw-r--r-- root/root usr/include/sound/soundfont.h
-rw-r--r-- root/root usr/include/sound/sscape_ioctl.h
-rw-r--r-- root/root usr/include/sound/tea575x-tuner.h
@@ -274,7 +281,6 @@ drwxr-xr-x root/root usr/include/sound/
-rw-r--r-- root/root usr/include/sound/timer.h
-rw-r--r-- root/root usr/include/sound/tlv.h
-rw-r--r-- root/root usr/include/sound/trident.h
--rw-r--r-- root/root usr/include/sound/typedefs.h
-rw-r--r-- root/root usr/include/sound/uda1341.h
-rw-r--r-- root/root usr/include/sound/util_mem.h
-rw-r--r-- root/root usr/include/sound/version.h
diff --git a/alsa-driver/.md5sum b/alsa-driver/.md5sum
index 2a1ef67..8ae9a86 100644
--- a/alsa-driver/.md5sum
+++ b/alsa-driver/.md5sum
@@ -1 +1 @@
-3fe79d8fd475a442b59d4716f7bb20a5 alsa-driver-1.0.13.tar.bz2
+b1d0d43a05ea5c2f7d06a9c5a471a4a1 alsa-driver-1.0.14rc2.tar.bz2
diff --git a/alsa-driver/Pkgfile b/alsa-driver/Pkgfile
index 8a8110d..fae021f 100644
--- a/alsa-driver/Pkgfile
+++ b/alsa-driver/Pkgfile
@@ -3,9 +3,9 @@
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-driver
-version=1.0.13
+version=1.0.14rc2
release=1
-source=(ftp://ftp.alsa-project.org/pub/driver/$name-$version.tar.bz2)
+source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2)
build() {
diff --git a/alsa-lib/.md5sum b/alsa-lib/.md5sum
index a36fce0..82e3a2c 100644
--- a/alsa-lib/.md5sum
+++ b/alsa-lib/.md5sum
@@ -1 +1 @@
-d55a9d7d2a79d738a1b7a511cffda4b6 alsa-lib-1.0.13.tar.bz2
+7ea3319690672d4bbd5f950947b705b7 alsa-lib-1.0.14rc2.tar.bz2
diff --git a/alsa-lib/Pkgfile b/alsa-lib/Pkgfile
index db502a5..0847621 100644
--- a/alsa-lib/Pkgfile
+++ b/alsa-lib/Pkgfile
@@ -3,9 +3,9 @@
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-lib
-version=1.0.13
+version=1.0.14rc2
release=1
-source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
+source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
diff --git a/alsa-utils/.md5sum b/alsa-utils/.md5sum
index 24faec2..9529a9a 100644
--- a/alsa-utils/.md5sum
+++ b/alsa-utils/.md5sum
@@ -1 +1 @@
-dfe4bb5d3217f3ec662b172ce8397cf0 alsa-utils-1.0.13.tar.bz2
+7e9f132b34b7773d2a29b0ff14719a49 alsa-utils-1.0.14rc2.tar.bz2
diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile
index aa300e7..379bd04 100644
--- a/alsa-utils/Pkgfile
+++ b/alsa-utils/Pkgfile
@@ -4,9 +4,9 @@
# Depends on: gettext, alsa-lib, dialog
name=alsa-utils
-version=1.0.13
+version=1.0.14rc2
release=1
-source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2)
+source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
1
0
commit 88f831f4f0fa2bc53d1c79fb6ce8311f7315431e
Author: Simone Rota <sip(a)crux.nu>
Date: Fri Mar 9 19:56:33 2007 +0000
wvdial: removed unused patch
diff --git a/wvdial/wvstreams-4.2.2-gcc41.patch b/wvdial/wvstreams-4.2.2-gcc41.patch
deleted file mode 100644
index 4887771..0000000
--- a/wvdial/wvstreams-4.2.2-gcc41.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -Nru wvstreams-4.2.2.orig/include/uniconfkey.h wvstreams-4.2.2/include/uniconfkey.h
---- wvstreams-4.2.2.orig/include/uniconfkey.h 2006-11-26 18:33:38.134167426 +0100
-+++ wvstreams-4.2.2/include/uniconfkey.h 2006-11-26 18:37:08.864296426 +0100
-@@ -113,7 +113,7 @@
- bool iswild() const;
-
- /** Returns true if the key has a trailing slash. */
-- bool UniConfKey::hastrailingslash() const;
-+ bool hastrailingslash() const;
-
- /**
- * Returns the number of segments in this path.
-diff -Nru wvstreams-4.2.2.orig/include/wvhttppool.h wvstreams-4.2.2/include/wvhttppool.h
---- wvstreams-4.2.2.orig/include/wvhttppool.h 2006-11-26 18:33:38.214167426 +0100
-+++ wvstreams-4.2.2/include/wvhttppool.h 2006-11-26 18:39:30.294486426 +0100
-@@ -57,7 +57,7 @@
- WvString linkname;
- WvUrl url;
-
-- WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url)
-+ WvUrlLink(WvStringParm _linkname, WvStringParm _url)
- : linkname(_linkname), url(_url)
- {}
- };
-diff -Nru wvstreams-4.2.2.orig/include/wvstring.h wvstreams-4.2.2/include/wvstring.h
---- wvstreams-4.2.2.orig/include/wvstring.h 2006-11-26 18:33:38.334167426 +0100
-+++ wvstreams-4.2.2/include/wvstring.h 2006-11-26 18:37:08.864296426 +0100
-@@ -393,7 +393,7 @@
-
- protected:
- void copy_constructor(const WvFastString &s);
-- inline void WvString::construct(const char *_str)
-+ inline void construct(const char *_str)
- {
- link(&nullbuf, _str);
-
-diff -Nru wvstreams-4.2.2.orig/include/wvx509.h wvstreams-4.2.2/include/wvx509.h
---- wvstreams-4.2.2.orig/include/wvx509.h 2006-11-26 18:33:38.384167426 +0100
-+++ wvstreams-4.2.2/include/wvx509.h 2006-11-26 18:37:08.864296426 +0100
-@@ -349,19 +349,19 @@
- * Set the Certificate to use X509v3, since that's all modern
- * PKI uses anyways :)
- */
-- void WvX509Mgr::set_version();
-+ void set_version();
-
- /**
- * Get and set the keyUsage field.
- */
-- WvString WvX509Mgr::get_key_usage();
-- void WvX509Mgr::set_key_usage(WvStringParm values);
-+ WvString get_key_usage();
-+ void set_key_usage(WvStringParm values);
-
- /**
- * Get and set the extendedKeyUsage field.
- */
-- WvString WvX509Mgr::get_ext_key_usage();
-- void WvX509Mgr::set_ext_key_usage(WvStringParm values);
-+ WvString get_ext_key_usage();
-+ void set_ext_key_usage(WvStringParm values);
-
- /**
- * Return the Subject alt name if it exists, and WvString::null if
1
0
commit 1b960f11d1c686250b67c44a10fa7726613bf45d
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Mar 13 17:11:04 2007 +0100
ruby-doc: update to 1.8.6
diff --git a/ruby-doc/.footprint b/ruby-doc/.footprint
index c7c1b6f..39e6a34 100644
--- a/ruby-doc/.footprint
+++ b/ruby-doc/.footprint
@@ -23,6 +23,22 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/ACL/ACLList/
drwxr-xr-x root/root usr/share/ri/1.8/system/Abbrev/
-rw-r--r-- root/root usr/share/ri/1.8/system/Abbrev/abbrev-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Abbrev/cdesc-Abbrev.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/Acceptables/
+-rw-r--r-- root/root usr/share/ri/1.8/system/Acceptables/cdesc-Acceptables.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/AmbiguousArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/AmbiguousArgument/cdesc-AmbiguousArgument.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/AmbiguousOption/
+-rw-r--r-- root/root usr/share/ri/1.8/system/AmbiguousOption/cdesc-AmbiguousOption.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/Arguable/
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/cdesc-Arguable.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/extend_object-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/getopts-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/options%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/options-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/order%21-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/parse%21-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/permute%21-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/ArgumentError/
-rw-r--r-- root/root usr/share/ri/1.8/system/ArgumentError/cdesc-ArgumentError.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Array/
@@ -388,6 +404,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Comparable/
-rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/%3e-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/between%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/cdesc-Comparable.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/CompletingHash/
+-rw-r--r-- root/root usr/share/ri/1.8/system/CompletingHash/cdesc-CompletingHash.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/CompletingHash/match-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Complex/
-rw-r--r-- root/root usr/share/ri/1.8/system/Complex/%25-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Complex/%2a%2a-i.yaml
@@ -730,7 +749,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3c%3d%3e-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3d%3d%3d-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3e%3e-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/__strptime-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Format/
+drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Format/Bag/
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Format/Bag/cdesc-Bag.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Format/cdesc-Format.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Infinity/
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Infinity/cdesc-Infinity.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/_dump-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/_load-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/_parse-c.yaml
@@ -758,6 +782,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/downto-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/england-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/eql%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian%3f-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian_leap%3f-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/hash-i.yaml
@@ -773,6 +799,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_mjd-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_ordinal-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_wday-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian%3f-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian_leap%3f-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/ld-i.yaml
@@ -787,17 +815,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_offset-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_start-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_with_hash-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/next-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/ns%3f-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/ns%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/next_day-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/now-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/offset-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal_to_jd-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/os%3f-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/os%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/parse-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/s3e-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/sec-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/sec_fraction-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/start-i.yaml
@@ -815,24 +841,25 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_commercial%3f-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_jd%3f-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_ordinal%3f-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_time%3f-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wday-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/weeknum0-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/weeknum1-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wnum0-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wnum1-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/yday-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/year-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Date/zone-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Date/zone_to_diff-c.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/DateTime/
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/_strptime-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/cdesc-DateTime.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/civil-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/commercial-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/jd-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/new_with_hash-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/now-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/ordinal-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/parse-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strftime-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strptime-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/valid_time%3f-c.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/DefaultDisplay/
-rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/cdesc-DefaultDisplay.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/display_class_info-i.yaml
@@ -974,6 +1001,22 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Exception/
-rw-r--r-- root/root usr/share/ri/1.8/system/Exception/to_str-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Exception/to_yaml-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Exception/yaml_new-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/Exception2MessageMapper/
+drwxr-xr-x root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/Raise-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/cdesc-E2MM.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/def_e2message-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/def_exception-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/e2mm_message-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/extend_object-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/extend_to-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/Fail-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/Raise-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/bind-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/cdesc-Exception2MessageMapper.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/def_e2message-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/def_exception-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/fail-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/ExceptionForMatrix/
-rw-r--r-- root/root usr/share/ri/1.8/system/ExceptionForMatrix/cdesc-ExceptionForMatrix.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/FalseClass/
@@ -1196,14 +1239,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/FileUtils/Verbose/
-rw-r--r-- root/root usr/share/ri/1.8/system/FileUtils/uptodate%3f-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Fill/
-rw-r--r-- root/root usr/share/ri/1.8/system/Fill/cdesc-Fill.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/format-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_00_06-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_07_10-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_11_14-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_15_18-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_19_22-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_23_26-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_27-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Finalizer/
-rw-r--r-- root/root usr/share/ri/1.8/system/Finalizer/add_dependency-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Finalizer/cdesc-Finalizer.yaml
@@ -1245,6 +1280,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Fixnum/
-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/%7e-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/abs-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/cdesc-Fixnum.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/dclone-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/div-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/divmod-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/id2name-i.yaml
@@ -1277,6 +1313,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Float/
-rw-r--r-- root/root usr/share/ri/1.8/system/Float/cdesc-Float.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Float/ceil-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Float/coerce-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Float/dclone-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Float/divmod-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Float/eql%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Float/finite%3f-i.yaml
@@ -1685,7 +1722,141 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IPSocket/
drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/
drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Abort/
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Abort/cdesc-Abort.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Context/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/cdesc-Context.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/change_workspace-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/debug%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/debug_level%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/eval_history%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/evaluate-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/exit-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/file_input%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/history_file%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/history_file-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/home_workspace-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/init_save_history-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect_mode%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/irb_level-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/main-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/math_mode%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/pop_workspace-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/prompt_mode%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/prompting%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/push_workspace-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/save_history%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/save_history-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/set_last_value-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/to_s-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_readline%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_tracer%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/verbose%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/workspaces-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ContextExtender/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/cdesc-ContextExtender.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/def_extend_command-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/install_extend_commands-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/CurrentContext-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/cdesc-ChangeWorkspace.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/cdesc-CurrentWorkingWorkspace.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/cdesc-Foreground.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/cdesc-Fork.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/cdesc-Help.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/execute-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/cdesc-IrbCommand.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/cdesc-Jobs.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/cdesc-Kill.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/cdesc-Load.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/cdesc-Nop.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/execute-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/execute-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/irb-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/new-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/cdesc-PopWorkspace.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/cdesc-PushWorkspace.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/cdesc-Require.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/cdesc-Source.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/execute-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/cdesc-Workspaces.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/execute-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/cdesc-ExtendCommand.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/cdesc-ExtendCommandBundle.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/def_extend_command-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/extend_object-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/install_alias_method-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/install_extend_commands-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_context-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_exit-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_load-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_original_method_name-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_require-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/FileInputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/cdesc-FileInputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/eof%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/gets-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/new-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Frame/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/bottom-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/bottom-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/cdesc-Frame.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/sender-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/top-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/top-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/trace_func-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/History/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/%5b%5d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/cdesc-History.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/inspect-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/push-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/size-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/cdesc-HistorySavingAbility.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/create_finalizer-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/extended-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/load_history-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/InputCompletor/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputCompletor/cdesc-InputCompletor.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputCompletor/select_message-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/InputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/cdesc-InputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/gets-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/readable_atfer_eof%3f-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Irb/
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/cdesc-Irb.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/eval_input-i.yaml
@@ -1699,10 +1870,148 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Irb/
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_input_method-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_name-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_workspace-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/IrbLoader/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/cdesc-IrbLoader.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/irb_load-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/load_file-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/old-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/search_file_from_ruby_path-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/source_file-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/JobManager/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/cdesc-JobManager.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/delete-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/insert-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/inspect-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/irb-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/kill-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/main_irb-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/main_thread-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/n_jobs-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/search-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/switch-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/thread-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/LoadAbort/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/LoadAbort/cdesc-LoadAbort.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Locale/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/String-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/cdesc-Locale.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/find-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/format-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/gets-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/lc2kconv-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/lc_path-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/load-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/print-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/printf-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/puts-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/readline-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/real_load-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/require-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/search_file-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/MethodExtender/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/cdesc-MethodExtender.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/def_post_proc-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/def_pre_proc-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/new_alias_name-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/cdesc-AbstructNotifier.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/exec_if-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/notify%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/pp-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/ppx-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/print-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/printf-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/printn-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/puts-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/cdesc-CompositeNotifier.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/def_notifier-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/level%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/level_notifier%3d-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/new-c.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/%3c%3d%3e-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/cdesc-LeveledNotifier.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/notify%3f-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/cdesc-NoMsgNotifier.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/notify%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/cdesc-Notifier.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/def_notifier-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/OutputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/cdesc-OutputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/foo-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/parse_printf_format-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/pp-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/ppx-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/print-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/printf-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/printn-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/puts-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/cdesc-ReadlineInputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/eof%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/gets-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/line-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/readable_atfer_eof%3f-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/SLex/
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/SLex/Node/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/cdesc-Node.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/create_subnode-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/match-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/match_io-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/search-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/cdesc-SLex.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/create-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/def_rule-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/def_rules-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/inspect-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/match-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/postproc-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/preproc-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/search-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/cdesc-StdioInputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/eof%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/gets-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/line-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/readable_atfer_eof%3f-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/cdesc-StdioOutputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/print-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/WorkSpace/
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/__evaluate__-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/cdesc-WorkSpace.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/evaluate-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/filter_backtrace-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/cdesc-IRB.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/conf-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/delete_caller-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/init_config-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/init_error-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/initialize_tracer-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb_abort-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb_exit-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/load_modules-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/parse_opts-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/print_usage-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/rc_file-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/rc_file_generators-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/run_config-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/setup-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/start-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/version-c.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/IXMLDOMAttribute/
@@ -2473,6 +2782,10 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Integer/
-rw-r--r-- root/root usr/share/ri/1.8/system/Integer/upto-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Interrupt/
-rw-r--r-- root/root usr/share/ri/1.8/system/Interrupt/cdesc-Interrupt.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/InvalidArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/InvalidArgument/cdesc-InvalidArgument.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/InvalidOption/
+-rw-r--r-- root/root usr/share/ri/1.8/system/InvalidOption/cdesc-InvalidOption.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Kconv/
-rw-r--r-- root/root usr/share/ri/1.8/system/Kconv/cdesc-Kconv.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Kconv/guess-i.yaml
@@ -2560,6 +2873,18 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Kernel/
-rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/untrace_var-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/warn-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/y-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/List/
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/accept-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/append-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/cdesc-List.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/complete-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/each_option-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/prepend-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/reject-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/search-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/summarize-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/List/update-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/LoadError/
-rw-r--r-- root/root usr/share/ri/1.8/system/LoadError/cdesc-LoadError.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/LocalJumpError/
@@ -2939,6 +3264,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/
-rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/setRequestHeader-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/status-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/statusText-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/MissingArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/MissingArgument/cdesc-MissingArgument.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Module/
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/%3c%3d%3e-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/%3c%3d-i.yaml
@@ -2958,6 +3285,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Module/
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/autoload-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/cdesc-Module.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_eval-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_defined%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_get-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_set-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variables-i.yaml
@@ -3090,6 +3418,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/NameError/message/
-rw-r--r-- root/root usr/share/ri/1.8/system/NameError/name-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/NameError/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/NameError/to_s-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/NeedlessArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/NeedlessArgument/cdesc-NeedlessArgument.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Net/
drwxr-xr-x root/root usr/share/ri/1.8/system/Net/APOP/
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/APOP/apop%3f-i.yaml
@@ -3428,6 +3758,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/IMAP/ResponseParser/
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/noop-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/normalize_searching_criteria-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/pick_up_tagged_response-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/put_string-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/receive_responses-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/record_response-i.yaml
@@ -3632,9 +3963,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/NoMethodError/
-rw-r--r-- root/root usr/share/ri/1.8/system/NoMethodError/new-c.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/NonString/
-rw-r--r-- root/root usr/share/ri/1.8/system/NonString/cdesc-NonString.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/NonString/format-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/NonString/test_6-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/NonString/test_7-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/NotImplementedError/
-rw-r--r-- root/root usr/share/ri/1.8/system/NotImplementedError/cdesc-NotImplementedError.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Numeric/
@@ -3703,6 +4031,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Object/
-rw-r--r-- root/root usr/share/ri/1.8/system/Object/inspect-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_eval-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_of%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_defined%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_get-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_set-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variables-i.yaml
@@ -3785,75 +4114,27 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/OpenURI/OpenRead/
-rw-r--r-- root/root usr/share/ri/1.8/system/OpenURI/OpenRead/read-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OpenURI/cdesc-OpenURI.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Acceptables/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Acceptables/cdesc-Acceptables.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/AmbiguousArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/AmbiguousArgument/cdesc-AmbiguousArgument.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/AmbiguousOption/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/AmbiguousOption/cdesc-AmbiguousOption.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Arguable/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/cdesc-Arguable.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/extend_object-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/getopts-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/new-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/options%3d-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/options-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/order%21-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/parse%21-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/permute%21-i.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/cdesc-CompletingHash.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/match-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Completion/
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/cdesc-Completion.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/complete-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/convert-i.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/InvalidArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/InvalidArgument/cdesc-InvalidArgument.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/InvalidOption/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/InvalidOption/cdesc-InvalidOption.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/List/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/accept-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/append-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/cdesc-List.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/complete-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/new-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/prepend-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/reject-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/search-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/summarize-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/update-i.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/MissingArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/MissingArgument/cdesc-MissingArgument.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/NeedlessArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NeedlessArgument/cdesc-NeedlessArgument.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/NoArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/cdesc-NoArgument.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/incompatible_argument_styles-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/parse-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/pattern-c.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/OptionMap/
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionMap/cdesc-OptionMap.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/ParseError/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/cdesc-ParseError.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/inspect-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/message-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/new-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/reason-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/recover-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/set_option-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/to_s-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/to_str-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/cdesc-OptionalArgument.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/parse-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/cdesc-PlacedArgument.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/parse-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/cdesc-RequiredArgument.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/parse-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/cdesc-NoArgument.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/incompatible_argument_styles-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/parse-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/pattern-c.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/cdesc-OptionalArgument.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/parse-i.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/cdesc-PlacedArgument.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/parse-i.yaml
-drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/cdesc-RequiredArgument.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/parse-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/cdesc-Switch.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/conv_arg-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/guess-c.yaml
@@ -3862,58 +4143,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgumen
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/parse_arg-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/pattern-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/summarize-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/abort-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/accept-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/accept-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/banner-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/base-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/cdesc-OptionParser.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/complete-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_head_option-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_option-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_tail_option-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define_head-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define_tail-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/environment-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/getopts-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/getopts-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/help-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/inc-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/inc-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/load-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/make_switch-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/new-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/new-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/notwice-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on_head-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on_tail-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/order%21-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/order-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/parse%21-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/parse-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/permute%21-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/permute-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/program_name-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/reject-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/reject-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/release-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/remove-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/search-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/separator-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/summarize-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/terminate-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/terminate-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/to_a-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/to_s-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/top-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/top-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ver-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/version-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/visit-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/warn-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/with-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/switch_name-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Options/
drwxr-xr-x root/root usr/share/ri/1.8/system/Options/OptionList/
-rw-r--r-- root/root usr/share/ri/1.8/system/Options/OptionList/cdesc-OptionList.yaml
@@ -3973,6 +4204,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/PStore/Error/
drwxr-xr-x root/root usr/share/ri/1.8/system/ParseDate/
-rw-r--r-- root/root usr/share/ri/1.8/system/ParseDate/cdesc-ParseDate.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/ParseDate/parsedate-i.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/ParseError/
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/cdesc-ParseError.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/inspect-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/message-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/reason-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/recover-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/set_option-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/to_s-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Pathname/
-rw-r--r-- root/root usr/share/ri/1.8/system/Pathname/%2b-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Pathname/%3c%3d%3e-i.yaml
@@ -4438,9 +4678,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/RDoc/
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/error-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/list_files_in_directory-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/normalized_file_list-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/output_flag_file-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/parse_dot_doc_file-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/parse_files-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/setup_output_dir-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/update_output_dir-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/RDocError/
-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDocError/cdesc-RDocError.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/Require/
@@ -4715,11 +4957,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Elements/
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/%5b%5d-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/add-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/cdesc-Elements.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/collect-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/delete-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/delete_all-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/each-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/empty%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/index-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/inject-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/literalize-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/size-i.yaml
@@ -4791,6 +5035,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Functions/
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/starts_with-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string_length-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string_value-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring_after-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring_before-c.yaml
@@ -4966,6 +5211,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/listen-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/parse-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/source-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/add_listener-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/cdesc-StreamParser.yaml
@@ -5212,6 +5458,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/XPathParser/
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/following-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/following_node_of-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/get_first-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/get_namespace-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/match-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/namespaces%3d-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/new-c.yaml
@@ -6047,7 +6294,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/
-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/maker_target-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/setup_maker_attributes-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/_setup_maker_element-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/cdesc-Item.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/maker_target-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/setup_maker_element-i.yaml
@@ -6765,10 +7011,14 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/peek-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/peek_equal-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ungetc-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/buf_input-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/cdesc-RubyLex.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/char_no-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/debug%3f-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/each_top_level_statement-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/eof%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/get_read-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/get_readed-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/getc-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/getc_of_rests-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/gets-i.yaml
@@ -6779,6 +7029,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_number-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_quotation-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_string-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/initialize_input-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex_init-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex_int2-i.yaml
@@ -6786,7 +7037,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek_equal%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek_match%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/prompt-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/read_escape-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/set_input-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/set_prompt-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/skip_inner_expression-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/token-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/ungetc-i.yaml
@@ -6800,6 +7055,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkKW/
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkKW/cdesc-TkKW.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkNode/
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkNode/cdesc-TkNode.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkNode/new-c.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/cdesc-TkOPASGN.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/new-c.yaml
@@ -8390,16 +8646,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/StandardError/
-rw-r--r-- root/root usr/share/ri/1.8/system/StandardError/cdesc-StandardError.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/StrictPrettyExample/
-rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/cdesc-StrictPrettyExample.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/prog-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_00_04-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_05-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_06-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_07-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_08-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_09-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_10-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_11_31-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_32-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/String/
-rw-r--r-- root/root usr/share/ri/1.8/system/String/%25-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/String/%2a-i.yaml
@@ -8731,7 +8977,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/TSortTest/
-rw-r--r-- root/root usr/share/ri/1.8/system/TSortTest/cdesc-TSortTest.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/TailGroup/
-rw-r--r-- root/root usr/share/ri/1.8/system/TailGroup/cdesc-TailGroup.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/TailGroup/test_1-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Tempfile/
-rw-r--r-- root/root usr/share/ri/1.8/system/Tempfile/cdesc-Tempfile.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Tempfile/close%21-i.yaml
@@ -8807,6 +9052,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/
-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/collect_file-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/find_test_cases-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/realdir-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/recursive_collect-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/Test/Unit/Collector/ObjectSpace/
-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/ObjectSpace/cdesc-ObjectSpace.yaml
@@ -9240,6 +9486,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/critical-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/current-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exclusive-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit%21-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/fork-c.yaml
@@ -9248,6 +9495,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/join-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/key%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/keys-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill%21-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/list-c.yaml
@@ -9263,6 +9511,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/status-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/stop%3f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/stop-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/terminate%21-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/terminate-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/value-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/wakeup-i.yaml
@@ -9335,6 +9584,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Time/
-rw-r--r-- root/root usr/share/ri/1.8/system/Time/succ-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Time/times-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_a-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_date-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_datetime-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_f-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_i-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_s-i.yaml
@@ -9656,6 +9907,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/Cookie/
-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse_set_cookie-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse_set_cookies-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/to_s-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/Daemon/
-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Daemon/cdesc-Daemon.yaml
@@ -10637,32 +10889,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WSDL/XMLSchema/XSD2Ruby/
-rw-r--r-- root/root usr/share/ri/1.8/system/WSDL/cdesc-WSDL.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/WadlerExample/
drwxr-xr-x root/root usr/share/ri/1.8/system/WadlerExample/Tree/
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/altshow-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/cdesc-Tree.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/new-c.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/show-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/cdesc-WadlerExample.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/hello-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/setup-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_00_06-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_07_08-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_09_10-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_11_12-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_13-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_00_19-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_20_22-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_23_43-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_44-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_00_18-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_19_20-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_20_49-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_50-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/tree-i.yaml
--rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/tree_alt-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/WeakRef/
drwxr-xr-x root/root usr/share/ri/1.8/system/WeakRef/RefError/
-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/RefError/cdesc-RefError.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/__getobj__-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/__setobj__-i.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/cdesc-WeakRef.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/new-c.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/weakref_alive%3f-i.yaml
@@ -10674,6 +10907,16 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/XMLEncoding_ja/
drwxr-xr-x root/root usr/share/ri/1.8/system/XMLEncoding_ja/SJISHandler/
-rw-r--r-- root/root usr/share/ri/1.8/system/XMLEncoding_ja/SJISHandler/cdesc-SJISHandler.yaml
-rw-r--r-- root/root usr/share/ri/1.8/system/XMLEncoding_ja/cdesc-XMLEncoding_ja.yaml
+drwxr-xr-x root/root usr/share/ri/1.8/system/XMP/
+drwxr-xr-x root/root usr/share/ri/1.8/system/XMP/StringInputMethod/
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/cdesc-StringInputMethod.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/eof%3f-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/gets-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/puts-i.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/cdesc-XMP.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/new-c.yaml
+-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/puts-i.yaml
drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/
drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/Charset/
drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/Charset/CharsetConversionError/
diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum
index affb621..dbe0e23 100644
--- a/ruby-doc/.md5sum
+++ b/ruby-doc/.md5sum
@@ -1 +1 @@
-3fbb02294a8ca33d4684055adba5ed6f ruby-1.8.5.tar.gz
+23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz
diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile
index cba3cba..25b4c45 100644
--- a/ruby-doc/Pkgfile
+++ b/ruby-doc/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ruby
name=ruby-doc
-version=1.8.5
+version=1.8.6
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.gz)
1
0
commit e1d028a6cff10c828153c4eac5bd78705ffeafd5
Merge: 8b8d7d8... c524025...
Author: Juergen Daubert <jue(a)jue.li>
Date: Sat Mar 10 10:09:28 2007 +0100
Merge branch '2.2' into 2.3
1
0
commit dbbbf7bd905ed4087a7bb0a4a1341ab91b9cb77d
Merge: b473dcd... 30aa820...
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Tue Mar 13 15:47:03 2007 +0100
Merge branch '2.2' into 2.3
1
0
commit 9c67540c0d954caec4a2af7b08e7d1e76b61fb1d
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Mar 13 17:10:27 2007 +0100
ruby: update to 1.8.6
diff --git a/ruby/.footprint b/ruby/.footprint
index bb2a734..5c5fa8a 100644
--- a/ruby/.footprint
+++ b/ruby/.footprint
@@ -8,9 +8,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/testrb
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libruby-static.a
-lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.1.8.5
-lrwxrwxrwx root/root usr/lib/libruby.so.1.8 -> libruby.so.1.8.5
--rwxr-xr-x root/root usr/lib/libruby.so.1.8.5
+lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.1.8.6
+lrwxrwxrwx root/root usr/lib/libruby.so.1.8 -> libruby.so.1.8.6
+-rwxr-xr-x root/root usr/lib/libruby.so.1.8.6
drwxr-xr-x root/root usr/lib/ruby/
drwxr-xr-x root/root usr/lib/ruby/1.8/
-rw-r--r-- root/root usr/lib/ruby/1.8/English.rb
@@ -38,6 +38,9 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/date/
-rw-r--r-- root/root usr/lib/ruby/1.8/date2.rb
-rw-r--r-- root/root usr/lib/ruby/1.8/debug.rb
-rw-r--r-- root/root usr/lib/ruby/1.8/delegate.rb
+-rw-r--r-- root/root usr/lib/ruby/1.8/digest.rb
+drwxr-xr-x root/root usr/lib/ruby/1.8/digest/
+-rw-r--r-- root/root usr/lib/ruby/1.8/digest/sha2.rb
drwxr-xr-x root/root usr/lib/ruby/1.8/dl/
-rw-r--r-- root/root usr/lib/ruby/1.8/dl/import.rb
-rw-r--r-- root/root usr/lib/ruby/1.8/dl/struct.rb
@@ -124,8 +127,10 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/linux/
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/curses.so
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/dbm.so
-rw-r--r-- root/root usr/lib/ruby/1.8/linux/defines.h
+-rw-r--r-- root/root usr/lib/ruby/1.8/linux/digest.h
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest.so
drwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/
+-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/bubblebabble.so
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/md5.so
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/rmd160.so
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/sha1.so
@@ -164,6 +169,7 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/linux/racc/
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/strscan.so
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/syck.so
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/syslog.so
+-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/thread.so
-rw-r--r-- root/root usr/lib/ruby/1.8/linux/util.h
-rw-r--r-- root/root usr/lib/ruby/1.8/linux/version.h
-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/zlib.so
diff --git a/ruby/.md5sum b/ruby/.md5sum
index edb5976..2a73243 100644
--- a/ruby/.md5sum
+++ b/ruby/.md5sum
@@ -1,2 +1,2 @@
-d7d12dd9124c9b7d55cdbbee313e3931 ruby-1.8.5-p12.tar.gz
-2d04e0d8fe3b2efdf42832deeb6f58b7 ruby-1.8.5.patch
+23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz
+b1a97a51713c76db5a8eb211aee9ca99 ruby-arch.patch
diff --git a/ruby/Pkgfile b/ruby/Pkgfile
index 01cc7f5..a43e3e0 100644
--- a/ruby/Pkgfile
+++ b/ruby/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: db, gdbm, ncurses, openssl, readline, zlib
name=ruby
-version=1.8.5-p12
+version=1.8.6
release=1
source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.gz \
- $name-1.8.5.patch)
+ $name-arch.patch)
build () {
cd $name-$version
- patch -p1 < $SRC/$name-1.8.5.patch
+ patch -p1 < $SRC/$name-arch.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-shared \
diff --git a/ruby/ruby-1.8.5.patch b/ruby/ruby-1.8.5.patch
deleted file mode 100644
index 31e5679..0000000
--- a/ruby/ruby-1.8.5.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru ruby-1.8.5-p12.orig/configure ruby-1.8.5-p12/configure
---- ruby-1.8.5-p12.orig/configure 2006-12-27 19:03:43.539393663 +0100
-+++ ruby-1.8.5-p12/configure 2006-12-27 19:03:56.889006998 +0100
-@@ -19402,7 +19402,7 @@
- _ACEOF
-
- else
-- arch="${target_cpu}-${target_os}"
-+ arch="${target_os}"
- cat >>confdefs.h <<_ACEOF
- #define RUBY_PLATFORM "${arch}"
- _ACEOF
diff --git a/ruby/ruby-arch.patch b/ruby/ruby-arch.patch
new file mode 100644
index 0000000..f60e505
--- /dev/null
+++ b/ruby/ruby-arch.patch
@@ -0,0 +1,12 @@
+diff -Nru ruby-1.8.6.orig/configure ruby-1.8.6/configure
+--- ruby-1.8.6.orig/configure 2007-03-13 16:54:40.000000000 +0100
++++ ruby-1.8.6/configure 2007-03-13 16:54:52.000000000 +0100
+@@ -16957,7 +16957,7 @@
+ _ACEOF
+
+ else
+- arch="${target_cpu}-${target_os}"
++ arch="${target_os}"
+ cat >>confdefs.h <<_ACEOF
+ #define RUBY_PLATFORM "${arch}"
+ _ACEOF
1
0
commit 30aa820f4629e43cf57b60475f141184b3cf9b79
Author: Matt Housh <jaeger(a)crux.nu>
Date: Mon Mar 12 14:10:20 2007 -0500
cairo: updated to version 1.4.0
diff --git a/cairo/.footprint b/cairo/.footprint
index 61f59d8..e961162 100644
--- a/cairo/.footprint
+++ b/cairo/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/cairo/
+-rw-r--r-- root/root usr/include/cairo/cairo-deprecated.h
-rw-r--r-- root/root usr/include/cairo/cairo-features.h
-rw-r--r-- root/root usr/include/cairo/cairo-ft.h
-rw-r--r-- root/root usr/include/cairo/cairo-glitz.h
@@ -13,9 +14,9 @@ drwxr-xr-x root/root usr/include/cairo/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcairo.a
-rwxr-xr-x root/root usr/lib/libcairo.la
-lrwxrwxrwx root/root usr/lib/libcairo.so -> libcairo.so.2.9.3
-lrwxrwxrwx root/root usr/lib/libcairo.so.2 -> libcairo.so.2.9.3
--rwxr-xr-x root/root usr/lib/libcairo.so.2.9.3
+lrwxrwxrwx root/root usr/lib/libcairo.so -> libcairo.so.2.11.0
+lrwxrwxrwx root/root usr/lib/libcairo.so.2 -> libcairo.so.2.11.0
+-rwxr-xr-x root/root usr/lib/libcairo.so.2.11.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/cairo-ft.pc
-rw-r--r-- root/root usr/lib/pkgconfig/cairo-glitz.pc
diff --git a/cairo/.md5sum b/cairo/.md5sum
index 2138035..b26835f 100644
--- a/cairo/.md5sum
+++ b/cairo/.md5sum
@@ -1 +1 @@
-487b3d7515752fe57f780d0fd707b01a cairo-1.2.6.tar.gz
+b0882df4621bcf5b69f024b9475f8d4e cairo-1.4.0.tar.gz
diff --git a/cairo/Pkgfile b/cairo/Pkgfile
index 617a8f4..5870e3a 100644
--- a/cairo/Pkgfile
+++ b/cairo/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: glitz
name=cairo
-version=1.2.6
+version=1.4.0
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)
1
0
commit 9e91cb146d0105f3bb5d3a83c96e19f2a885ee63
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Mon Mar 12 17:01:55 2007 +0100
linux-fusion: initial release
diff --git a/linux-fusion/.footprint b/linux-fusion/.footprint
new file mode 100644
index 0000000..f480c7e
--- /dev/null
+++ b/linux-fusion/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/udev/
+drwxr-xr-x root/root etc/udev/rules.d/
+-rw-r--r-- root/root etc/udev/rules.d/40-fusion.rules
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/modules/
+drwxr-xr-x root/root lib/modules/<kernel-version>/
+drwxr-xr-x root/root lib/modules/<kernel-version>/drivers/
+drwxr-xr-x root/root lib/modules/<kernel-version>/drivers/char/
+drwxr-xr-x root/root lib/modules/<kernel-version>/drivers/char/fusion/
+-rw-r--r-- root/root lib/modules/<kernel-version>/drivers/char/fusion/fusion.ko
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/linux/
+-rw-r--r-- root/root usr/include/linux/fusion.h
diff --git a/linux-fusion/.md5sum b/linux-fusion/.md5sum
new file mode 100644
index 0000000..ea11c95
--- /dev/null
+++ b/linux-fusion/.md5sum
@@ -0,0 +1,2 @@
+807945b2defe80e43301e4dac97c2bcc 40-fusion.rules
+b8b18ad1973de3dafa0bc3478e5e76b7 linux-fusion-3.2.3.tar.gz
diff --git a/linux-fusion/40-fusion.rules b/linux-fusion/40-fusion.rules
new file mode 100644
index 0000000..dc7fca1
--- /dev/null
+++ b/linux-fusion/40-fusion.rules
@@ -0,0 +1 @@
+KERNEL=="fusion[0-9]*", NAME="fusion/%n", GROUP="video", MODE="0660"
diff --git a/linux-fusion/Pkgfile b/linux-fusion/Pkgfile
new file mode 100644
index 0000000..794cc47
--- /dev/null
+++ b/linux-fusion/Pkgfile
@@ -0,0 +1,21 @@
+# Description: A high level IPC implementation
+# URL: http://www.directfb.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=linux-fusion
+version=3.2.3
+release=1
+source=(http://www.directfb.org/downloads/Core/$name-$version.tar.gz \
+ 40-fusion.rules)
+
+build() {
+ cd $name-$version
+
+ sed -i -e '/depmod/d' Makefile
+
+ make
+ make DESTDIR=$PKG install
+
+ install -d $PKG/etc/udev/rules.d
+ install -m 644 $SRC/40-fusion.rules $PKG/etc/udev/rules.d
+}
1
0