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
- 74292 discussions
commit 217c18153011c6b0933b199b934b3eb08bb93265
Author: Simone Rota <sip(a)crux.nu>
Date: Wed Mar 14 19:21:15 2007 +0000
rc: added /etc/rc.fix
diff --git a/rc/.footprint b/rc/.footprint
index 32f90b3..0c617d1 100644
--- a/rc/.footprint
+++ b/rc/.footprint
@@ -3,6 +3,7 @@ drwxr-xr-x root/root etc/
-rwxr-xr-x root/root etc/rc
-rw-r--r-- root/root etc/rc.conf
drwxr-xr-x root/root etc/rc.d/
+-rwxr-xr-x root/root etc/rc.fix
-rwxr-xr-x root/root etc/rc.local
-rwxr-xr-x root/root etc/rc.modules
-rwxr-xr-x root/root etc/rc.multi
diff --git a/rc/.md5sum b/rc/.md5sum
index 7467708..75f8382 100644
--- a/rc/.md5sum
+++ b/rc/.md5sum
@@ -1,8 +1,9 @@
d2a8e98a8b10ba09b2a9da34326b526a inittab
c8f2ed995547e53032f3d80a6809f793 rc
28c073739fd671ed79bd50a0ffd6c644 rc.conf
+5b09d4a67beb58022879fa9ce0f5af1b rc.fix
d1be35927946756c68242f29c16ee983 rc.local
394d5cff98ab59fd1a0ec64fe79292cb rc.modules
-f90daf341564259d1eedc57401f631fe rc.multi
+42fd4564bd4b5ad2ec26993c7fec3568 rc.multi
b509225319fbdcf5a2dcc1a1f9fc8783 rc.shutdown
1b75f0b8113cd2456e024c0372b9c950 rc.single
diff --git a/rc/Pkgfile b/rc/Pkgfile
index c11be4e..44d4d72 100644
--- a/rc/Pkgfile
+++ b/rc/Pkgfile
@@ -4,8 +4,8 @@
name=rc
version=2.17
-release=3
-source=(inittab rc rc.modules rc.single rc.multi rc.local rc.shutdown rc.conf)
+release=5
+source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf)
build() {
mkdir -p $PKG/etc/rc.d
@@ -15,6 +15,7 @@ build() {
install -m 755 rc.single $PKG/etc
install -m 755 rc.multi $PKG/etc
install -m 755 rc.local $PKG/etc
+ install -m 755 rc.fix $PKG/etc
install -m 755 rc.shutdown $PKG/etc
install -m 644 rc.conf $PKG/etc
mkdir -p $PKG/var/log $PKG/var/lib/urandom
diff --git a/rc/rc.fix b/rc/rc.fix
new file mode 100755
index 0000000..c0303c0
--- /dev/null
+++ b/rc/rc.fix
@@ -0,0 +1,24 @@
+#!/bin/bash
+#
+# /etc/rc.fix: adjustements startup file (multi-user)
+#
+
+
+#######################################################################
+# X11 font-related checks
+#######################################################################
+if [ -d /usr/lib/X11/fonts ]; then
+ for i in `/bin/ls -d /usr/lib/X11/fonts/*`; do
+ if [ ! -f $i/fonts.dir ]; then
+ mkfontdir $i &> /dev/null
+ mkfontscale $i &> /dev/null
+ fi
+ done
+fi
+
+if [ -d /var/cache/fontconfig ] && [ -z "`/bin/ls /var/cache/fontconfig/`" ]; then
+ fc-cache &> /dev/null
+fi
+
+
+# End of file
diff --git a/rc/rc.multi b/rc/rc.multi
index 201972c..1061fbf 100755
--- a/rc/rc.multi
+++ b/rc/rc.multi
@@ -6,6 +6,11 @@
# Load configuration
. /etc/rc.conf
+# Run fixes startup file
+if [ -x /etc/rc.fix ]; then
+ /etc/rc.fix
+fi
+
# Start services
if [ "${SERVICES[*]}" ]; then
echo -n "starting services:"
1
0
commit 1c845f6a8342b23f484c230c7c307939841ca938
Author: Matt Housh <jaeger(a)crux.nu>
Date: Wed Mar 14 10:17:00 2007 -0500
gl-select: fixed some symlink mess
diff --git a/gl-select/.md5sum b/gl-select/.md5sum
index 09171a7..2ee1c2b 100644
--- a/gl-select/.md5sum
+++ b/gl-select/.md5sum
@@ -1 +1 @@
-5c1bca591fdc6cf617f912ad4a6407fe gl-select
+7c2e50ccf342dd759444b0e5cad4a7f3 gl-select
diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile
index 1af9d75..27c66cd 100644
--- a/gl-select/Pkgfile
+++ b/gl-select/Pkgfile
@@ -4,7 +4,7 @@
name=gl-select
version=1.1.1
-release=3
+release=4
source=($name)
build() {
diff --git a/gl-select/gl-select b/gl-select/gl-select
index ccc9e97..25a5db8 100755
--- a/gl-select/gl-select
+++ b/gl-select/gl-select
@@ -84,6 +84,7 @@ case "$1" in
mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so}
echo -n "libGL "
mv /usr/lib/libGL{_so_1_2,.so.1.2}
+ ln -sf libGL.so.1 /usr/lib/libGL.so
;;
"nvidia")
@@ -110,13 +111,11 @@ case "$1" in
/usr/lib/xorg/modules/extensions/libGLcore.so
echo -n "libGL "
mv /usr/lib/libGL{.so.1.2,_so_1_2}
- rm /usr/lib/libGL.so*
+ rm /usr/lib/libGL.so{,.1}
# nvidia's library versioning prevents ldconfig from creating
# libGL.so and libGLcore.so
- [ ! -L /usr/lib/libGL.so ] && \
- ln -sf libGL.so.1.0.$NV_VER /usr/lib/libGL.so
- [ ! -L /usr/lib/libGLcore.so ] && \
- ln -sf libGLcore.so.1.0.$NV_VER /usr/lib/libGLcore.so
+ ln -sf libGL.so.1.0.$NV_VER /usr/lib/libGL.so
+ ln -sf libGLcore.so.1.0.$NV_VER /usr/lib/libGLcore.so
else
infoRevert
exit 1
1
0
commit 38ddc540ee5aadc2dccdef98a3dff4276fc4eb30
Author: Matt Housh <jaeger(a)crux.nu>
Date: Wed Mar 14 10:15:16 2007 -0500
nvidia: fixed install paths typo
diff --git a/nvidia/.footprint b/nvidia/.footprint
index aed53a8..55859b6 100644
--- a/nvidia/.footprint
+++ b/nvidia/.footprint
@@ -25,18 +25,14 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/tls/
-rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.1.0.9755
drwxr-xr-x root/root usr/lib/xorg/
-drwxr-xr-x root/root usr/lib/xorg/lib/
--r--r--r-- root/root usr/lib/xorg/lib/libXvMCNVIDIA.a
--rwxr-xr-x root/root usr/lib/xorg/lib/libXvMCNVIDIA.so.1.0.9755
-drwxr-xr-x root/root usr/lib/xorg/lib/modules/
-drwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/
--rwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/nvidia_drv.so
-drwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/
--rwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/libglx.so.1.0.9755
--rwxr-xr-x root/root usr/lib/xorg/lib/modules/libnvidia-wfb.so.1.0.9755
+-r--r--r-- root/root usr/lib/xorg/libXvMCNVIDIA.a
+-rwxr-xr-x root/root usr/lib/xorg/libXvMCNVIDIA.so.1.0.9755
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nvidia_drv.so
drwxr-xr-x root/root usr/lib/xorg/modules/extensions/
+-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so.1.0.9755
+-rwxr-xr-x root/root usr/lib/xorg/modules/libnvidia-wfb.so.1.0.9755
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nvidia-settings.1.gz
diff --git a/nvidia/Pkgfile b/nvidia/Pkgfile
index c4bba89..637f624 100644
--- a/nvidia/Pkgfile
+++ b/nvidia/Pkgfile
@@ -5,7 +5,7 @@
name=nvidia
version=1.0-9755
-release=1
+release=2
source=(http://download.nvidia.com/XFree86/Linux-x86/$version/NVIDIA-Linux-… \
$name-makefile.patch)
@@ -23,7 +23,7 @@ build() {
$PKG/usr/bin $PKG/usr/man/man1
# install libraries
- cp -a usr/X11R6/lib $PKG/usr/lib/xorg/
+ cp -a usr/X11R6/lib/* $PKG/usr/lib/xorg/
cp -a usr/lib/* $PKG/usr/lib/
sed -i -e 's|__LIBGL_PATH__|/usr/lib|' $PKG/usr/lib/libGL.la
1
0
commit c24c66b981fe68cdd915c6d304258bc5af12a809
Author: Matt Housh <jaeger(a)crux.nu>
Date: Wed Mar 14 09:54:09 2007 -0500
gl-select: removed a missed libGL_a ref
diff --git a/gl-select/.md5sum b/gl-select/.md5sum
index 36a7529..09171a7 100644
--- a/gl-select/.md5sum
+++ b/gl-select/.md5sum
@@ -1 +1 @@
-037c276432714ab9899d6182a3189686 gl-select
+5c1bca591fdc6cf617f912ad4a6407fe gl-select
diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile
index 29baaf8..1af9d75 100644
--- a/gl-select/Pkgfile
+++ b/gl-select/Pkgfile
@@ -4,7 +4,7 @@
name=gl-select
version=1.1.1
-release=2
+release=3
source=($name)
build() {
diff --git a/gl-select/gl-select b/gl-select/gl-select
index 84e25a8..ccc9e97 100755
--- a/gl-select/gl-select
+++ b/gl-select/gl-select
@@ -64,8 +64,7 @@ case "$1" in
# if none, nothing is necessary or the backups have been erased
BACKUPS="/usr/lib/xorg/modules/extensions/libglx_so \
/usr/lib/xorg/modules/extensions/libGLcore_so \
- /usr/lib/libGL_so_1_2 \
- /usr/lib/libGL_a"
+ /usr/lib/libGL_so_1_2"
for F in $BACKUPS
do
1
0
commit cf6664579f2fc9d0ddf900a1a8f9713a5956efe2
Author: Matt Housh <jaeger(a)crux.nu>
Date: Wed Mar 14 09:51:09 2007 -0500
gl-select: removed libGL.a refs
diff --git a/gl-select/.md5sum b/gl-select/.md5sum
index 49bc485..36a7529 100644
--- a/gl-select/.md5sum
+++ b/gl-select/.md5sum
@@ -1 +1 @@
-ec9efb601588877004c299dbfe15af9f gl-select
+037c276432714ab9899d6182a3189686 gl-select
diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile
index ae5754b..29baaf8 100644
--- a/gl-select/Pkgfile
+++ b/gl-select/Pkgfile
@@ -4,7 +4,7 @@
name=gl-select
version=1.1.1
-release=1
+release=2
source=($name)
build() {
diff --git a/gl-select/gl-select b/gl-select/gl-select
index 527a605..84e25a8 100755
--- a/gl-select/gl-select
+++ b/gl-select/gl-select
@@ -10,6 +10,7 @@
#
# Mar 14, 2007 - version 1.1.1
# updated all sections for xorg 7.x
+# removed extra libGL.a references (nvidia)
#
# Feb 20, 2007 - version 1.1
# changelog was not kept prior to this date
@@ -84,7 +85,6 @@ case "$1" in
mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so}
echo -n "libGL "
mv /usr/lib/libGL{_so_1_2,.so.1.2}
- mv /usr/lib/libGL{_a,.a}
;;
"nvidia")
@@ -111,7 +111,6 @@ case "$1" in
/usr/lib/xorg/modules/extensions/libGLcore.so
echo -n "libGL "
mv /usr/lib/libGL{.so.1.2,_so_1_2}
- mv /usr/lib/libGL{.a,_a}
rm /usr/lib/libGL.so*
# nvidia's library versioning prevents ldconfig from creating
# libGL.so and libGLcore.so
1
0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
ports/opt (2.3): nvidia: updated to version 1.0-9755, updated for xorg 7.x
by crux@crux.nu 14 Mar '07
by crux@crux.nu 14 Mar '07
14 Mar '07
commit da38ea7330a9b40b84c01029f98d71638e75c46e
Author: Matt Housh <jaeger(a)crux.nu>
Date: Wed Mar 14 09:21:23 2007 -0500
nvidia: updated to version 1.0-9755, updated for xorg 7.x
diff --git a/nvidia/.footprint b/nvidia/.footprint
index bc254e9..aed53a8 100644
--- a/nvidia/.footprint
+++ b/nvidia/.footprint
@@ -6,16 +6,6 @@ drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/drivers/
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/drivers/video/
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/drivers/video/nvidia.ko
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/X11R6/
-drwxr-xr-x root/root usr/X11R6/lib/
--r--r--r-- root/root usr/X11R6/lib/libXvMCNVIDIA.a
--rwxr-xr-x root/root usr/X11R6/lib/libXvMCNVIDIA.so.1.0.9746
-drwxr-xr-x root/root usr/X11R6/lib/modules/
-drwxr-xr-x root/root usr/X11R6/lib/modules/drivers/
--rwxr-xr-x root/root usr/X11R6/lib/modules/drivers/nvidia_drv.so
-drwxr-xr-x root/root usr/X11R6/lib/modules/extensions/
--rwxr-xr-x root/root usr/X11R6/lib/modules/extensions/libglx.so.1.0.9746
--rwxr-xr-x root/root usr/X11R6/lib/modules/libnvidia-wfb.so.1.0.9746
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nvidia-settings
-rwxr-xr-x root/root usr/bin/nvidia-xconfig
@@ -28,12 +18,25 @@ drwxr-xr-x root/root usr/include/nvidia/GL/
-r--r--r-- root/root usr/include/nvidia/GL/glxext.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libGL.la
--rwxr-xr-x root/root usr/lib/libGL.so.1.0.9746
--rwxr-xr-x root/root usr/lib/libGLcore.so.1.0.9746
--rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.1.0.9746
--rwxr-xr-x root/root usr/lib/libnvidia-tls.so.1.0.9746
+-rwxr-xr-x root/root usr/lib/libGL.so.1.0.9755
+-rwxr-xr-x root/root usr/lib/libGLcore.so.1.0.9755
+-rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.1.0.9755
+-rwxr-xr-x root/root usr/lib/libnvidia-tls.so.1.0.9755
drwxr-xr-x root/root usr/lib/tls/
--rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.1.0.9746
+-rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.1.0.9755
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/lib/
+-r--r--r-- root/root usr/lib/xorg/lib/libXvMCNVIDIA.a
+-rwxr-xr-x root/root usr/lib/xorg/lib/libXvMCNVIDIA.so.1.0.9755
+drwxr-xr-x root/root usr/lib/xorg/lib/modules/
+drwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/
+-rwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/nvidia_drv.so
+drwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/
+-rwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/libglx.so.1.0.9755
+-rwxr-xr-x root/root usr/lib/xorg/lib/modules/libnvidia-wfb.so.1.0.9755
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
+drwxr-xr-x root/root usr/lib/xorg/modules/extensions/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nvidia-settings.1.gz
diff --git a/nvidia/.md5sum b/nvidia/.md5sum
index e90a0ff..4e71a38 100644
--- a/nvidia/.md5sum
+++ b/nvidia/.md5sum
@@ -1,2 +1,2 @@
-575f988468f2c34a302da3d21e282689 NVIDIA-Linux-x86-1.0-9746-pkg0.run
+991e03ceaff94fa8113ac04a541ec576 NVIDIA-Linux-x86-1.0-9755-pkg0.run
544ac021f572c0aca5025dcca9d01510 nvidia-makefile.patch
diff --git a/nvidia/Pkgfile b/nvidia/Pkgfile
index 707a145..c4bba89 100644
--- a/nvidia/Pkgfile
+++ b/nvidia/Pkgfile
@@ -1,10 +1,10 @@
# Description: nVIDIA Linux Display Driver
# URL: http://www.nvidia.com/
# Maintainer: Matt Housh, jaeger at morpheus dot net
-# Depends on: x11, gl-select
+# Depends on: xorg, gl-select
name=nvidia
-version=1.0-9746
+version=1.0-9755
release=1
source=(http://download.nvidia.com/XFree86/Linux-x86/$version/NVIDIA-Linux-… \
$name-makefile.patch)
@@ -18,12 +18,12 @@ build() {
# create directories the Makefile expects
mkdir -p $PKG/usr/lib \
- $PKG/usr/X11R6/lib/modules/drivers \
- $PKG/usr/X11R6/lib/modules/extensions \
+ $PKG/usr/lib/xorg/modules/drivers \
+ $PKG/usr/lib/xorg/modules/extensions \
$PKG/usr/bin $PKG/usr/man/man1
# install libraries
- cp -a usr/X11R6/lib $PKG/usr/X11R6/
+ cp -a usr/X11R6/lib $PKG/usr/lib/xorg/
cp -a usr/lib/* $PKG/usr/lib/
sed -i -e 's|__LIBGL_PATH__|/usr/lib|' $PKG/usr/lib/libGL.la
1
0
commit bf9977420102131649720aec26ff06c233b7044f
Author: Matt Housh <jaeger(a)crux.nu>
Date: Wed Mar 14 09:16:59 2007 -0500
gl-select: updated for xorg 7.x
diff --git a/gl-select/.md5sum b/gl-select/.md5sum
index a45f3ba..49bc485 100644
--- a/gl-select/.md5sum
+++ b/gl-select/.md5sum
@@ -1 +1 @@
-70d02d5a850489d2a9ce0c95b8bb6477 gl-select
+ec9efb601588877004c299dbfe15af9f gl-select
diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile
index db78edf..ae5754b 100644
--- a/gl-select/Pkgfile
+++ b/gl-select/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=gl-select
-version=1.1
+version=1.1.1
release=1
source=($name)
diff --git a/gl-select/gl-select b/gl-select/gl-select
index c91d686..527a605 100755
--- a/gl-select/gl-select
+++ b/gl-select/gl-select
@@ -7,26 +7,31 @@
#
##### CHANGELOG ##############################################################
+#
+# Mar 14, 2007 - version 1.1.1
+# updated all sections for xorg 7.x
+#
# Feb 20, 2007 - version 1.1
# changelog was not kept prior to this date
# added abstractions and ati support contributed by Jose V Beneyto (sepen)
+#
##############################################################################
infoUsage() {
- echo "Usage: $0 [x11|nvidia|ati]"
+ echo "Usage: $0 [xorg|nvidia|ati]"
}
infoMissing() {
- echo "One or more of the non-x11 gl/glx backup files are missing. This means"
- echo "either you're not using a non-x11 gl/glx setup, in which case nothing"
- echo "needs to be changed, OR your x11 backups are missing, which can be"
- echo "solved by reinstalling the x11 package from the CRUX CD or ports."
+ echo "One or more of the non-xorg gl/glx backup files are missing. This means"
+ echo "either you're not using a non-xorg gl/glx setup, in which case nothing"
+ echo "needs to be changed, OR your xorg backups are missing, which can be"
+ echo "solved by reinstalling the xorg packages from the CRUX CD or ports."
}
infoRevert() {
- echo "You appear to already be using a non-x11 gl/glx setup. If the"
- echo "one selected isn't the correct one, revert to x11 and then select"
- echo "the correct new setup using 'gl-select x11; gl-select <new gl/glx>'."
+ echo "You appear to already be using a non-xorg gl/glx setup. If the"
+ echo "one selected isn't the correct one, revert to xorg and then select"
+ echo "the correct new setup using 'gl-select xorg; gl-select <new gl/glx>'."
}
checkInstalled() {
@@ -44,20 +49,22 @@ then
exit 1
fi
-# check for the x11 port; if it's not installed, why is this script even run?
-checkInstalled x11
+# check for the xorg port; if it's not installed, why is this script even run?
+# xorg is a metaport and it's possible that the proper deps might not all be
+# installed; more strict error checking may be implemented at a later date
+checkInstalled xorg
# perform the selection for the following supported gl/glx setups
case "$1" in
- "x11")
- echo "* x11 gl/glx selected"
+ "xorg")
+ echo "* xorg gl/glx selected"
# check for the existence of libglx_so, libGL_so_1_2 and friends
# if none, nothing is necessary or the backups have been erased
- BACKUPS="/usr/X11R6/lib/modules/extensions/libglx_so \
- /usr/X11R6/lib/modules/extensions/libGLcore_so \
- /usr/X11R6/lib/libGL_so_1_2 \
- /usr/X11R6/lib/libGL_a"
+ BACKUPS="/usr/lib/xorg/modules/extensions/libglx_so \
+ /usr/lib/xorg/modules/extensions/libGLcore_so \
+ /usr/lib/libGL_so_1_2 \
+ /usr/lib/libGL_a"
for F in $BACKUPS
do
@@ -68,16 +75,16 @@ case "$1" in
fi
done
- # move the x11 backups back into place
+ # move the xorg backups back into place
echo -n "libglx "
- rm -f /usr/X11R6/lib/modules/extensions/libglx.so
- mv /usr/X11R6/lib/modules/extensions/libglx{_so,.so}
+ rm -f /usr/lib/xorg/modules/extensions/libglx.so
+ mv /usr/lib/xorg/modules/extensions/libglx{_so,.so}
echo -n "libGLcore "
- rm -f /usr/X11R6/lib/modules/extensions/libGLcore.so
- mv /usr/X11R6/lib/modules/extensions/libGLcore{_so,.so}
+ rm -f /usr/lib/xorg/modules/extensions/libGLcore.so
+ mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so}
echo -n "libGL "
- mv /usr/X11R6/lib/libGL{_so_1_2,.so.1.2}
- mv /usr/X11R6/lib/libGL{_a,.a}
+ mv /usr/lib/libGL{_so_1_2,.so.1.2}
+ mv /usr/lib/libGL{_a,.a}
;;
"nvidia")
@@ -90,22 +97,22 @@ case "$1" in
NV_VER="`pkginfo -i | grep "^nvidia " | awk '{ print $2 }' | cut -d- -f2`"
# check for the existence of libglx_so and libGL_so_1_2
- # if none, move the x11 stuff out of the way for nvidia's
- if [ ! -e /usr/X11R6/lib/modules/extensions/libglx_so -a ! -e \
- /usr/X11R6/lib/libGL_so_1_2 ]
+ # if none, move the xorg stuff out of the way for nvidia's
+ if [ ! -e /usr/lib/xorg/modules/extensions/libglx_so -a ! -e \
+ /usr/lib/libGL_so_1_2 ]
then
echo -n "libglx "
- mv /usr/X11R6/lib/modules/extensions/libglx{.so,_so}
+ mv /usr/lib/xorg/modules/extensions/libglx{.so,_so}
ln -s libglx.so.1.0.$NV_VER \
- /usr/X11R6/lib/modules/extensions/libglx.so
+ /usr/lib/xorg/modules/extensions/libglx.so
echo -n "libGLcore "
- mv /usr/X11R6/lib/modules/extensions/libGLcore{.so,_so}
+ mv /usr/lib/xorg/modules/extensions/libGLcore{.so,_so}
ln -s /usr/lib/libGLcore.so.1.0.$NV_VER \
- /usr/X11R6/lib/modules/extensions/libGLcore.so
+ /usr/lib/xorg/modules/extensions/libGLcore.so
echo -n "libGL "
- mv /usr/X11R6/lib/libGL{.so.1.2,_so_1_2}
- mv /usr/X11R6/lib/libGL{.a,_a}
- rm /usr/X11R6/lib/libGL.so*
+ mv /usr/lib/libGL{.so.1.2,_so_1_2}
+ mv /usr/lib/libGL{.a,_a}
+ rm /usr/lib/libGL.so*
# nvidia's library versioning prevents ldconfig from creating
# libGL.so and libGLcore.so
[ ! -L /usr/lib/libGL.so ] && \
@@ -125,26 +132,26 @@ case "$1" in
checkInstalled ati
# check for the existence of libGL_so_1_2
- # if none, copy/move the x11 stuff out of the way for ati's
- if [ ! -e /usr/X11R6/lib/libGL_so_1_2 ]
+ # if none, copy/move the xorg stuff out of the way for ati's
+ if [ ! -e /usr/lib/libGL_so_1_2 ]
then
# we only need to move one library because it's the unique
- # that overwrites the x11 libGL, the other must be copied to be
+ # that overwrites the xorg libGL, the other must be copied to be
# possible the revertion of the driver
echo -n "libglx "
- cp /usr/X11R6/lib/modules/extensions/libglx{.so,_so}
+ cp /usr/lib/xorg/modules/extensions/libglx{.so,_so}
echo -n "libGLcore "
- cp /usr/X11R6/lib/modules/extensions/libGLcore{.so,_so}
+ cp /usr/lib/xorg/modules/extensions/libGLcore{.so,_so}
echo -n "libGL "
- cp /usr/X11R6/lib/libGL{.a,_a}
- mv /usr/X11R6/lib/libGL{.so.1.2,_so_1_2}
+ cp /usr/lib/libGL{.a,_a}
+ mv /usr/lib/libGL{.so.1.2,_so_1_2}
# according to ati port
[ ! -L /usr/lib/libGL.so ] && \
- ln -sf libGL_so_1_2_ati /usr/X11R6/lib/libGL.so
- [ ! -L /usr/X11R6/lib/libGL.so.1 ] && \
- ln -sf libGL_so_1_2_ati /usr/X11R6/lib/libGL.so.1
- [ ! -L /usr/X11R6/lib/libGL.so.1.2 ] && \
- ln -sf libGL_so_1_2_ati /usr/X11R6/lib/libGL.so.1.2
+ ln -sf libGL_so_1_2_ati /usr/lib/libGL.so
+ [ ! -L /usr/lib/libGL.so.1 ] && \
+ ln -sf libGL_so_1_2_ati /usr/lib/libGL.so.1
+ [ ! -L /usr/lib/libGL.so.1.2 ] && \
+ ln -sf libGL_so_1_2_ati /usr/lib/libGL.so.1.2
else
infoRevert
exit 1
1
0
commit 266326ffc007ba471f0cbaf5535207354a648f61
Merge: d20910a... 35374c9...
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Mar 13 17:30:53 2007 +0100
Merge branch '2.2' into 2.3
1
0
commit c6fcf21343af39fba01e4f510f8695fdd253feb5
Merge: dbbbf7b... 1b960f1...
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Mar 13 17:13:02 2007 +0100
Merge branch '2.2' into 2.3
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