== ruby-1.9.1 # 2010-05-12T05:50:29+09:00 Hostname: ppc-mac-mini Darwin 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L31a == start # 2010-05-12T05:51:12+09:00 == svn/ruby # 2010-05-12T05:51:21+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 ruby + svn info ?\227?\131?\145?\227?\130?\185: . URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e ?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 27742 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151 ?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: yugui ?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 27598 ?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-05-03 18:12:45 +0900 (Mon, 03 May 2010) == autoconf # 2010-05-12T05:52:34+09:00 + autoconf == git-mspec(shared) # 2010-05-12T05:52:40+09:00 + git pull Already up-to-date. == git-mspec # 2010-05-12T05:52:41+09:00 + git clone -q /Users/chkbuild/chkbuild/tmp/build/mspec mspec == git-rubyspec(shared) # 2010-05-12T05:52:42+09:00 + git pull Already up-to-date. == git-rubyspec # 2010-05-12T05:52:44+09:00 + git clone -q /Users/chkbuild/chkbuild/tmp/build/rubyspec rubyspec COMMIT Float#to_s: should be minimal and sufficient to round trip [redmine:3273] http://github.com/rubyspec/rubyspec/commit/43bc4baed98575a2343f091a979957cd73bb358d COMMIT Split specs. http://github.com/rubyspec/rubyspec/commit/f2c55eb439f1c52f96be3cce7e3d7b28f4c085d5 == configure # 2010-05-12T05:52:58+09:00 + ./configure --prefix=/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1/20100512T055028 CPPFLAGS=-DRUBY_DEBUG_ENV optflags=-O2 debugflags=-g 'warnflags=-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers' --with-valgrind checking build system type... powerpc-apple-darwin9.8.0 checking host system type... powerpc-apple-darwin9.8.0 checking target system type... powerpc-apple-darwin9.8.0 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... no checking whether gcc -E accepts -o... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking for objdump... no checking for gobjdump... no checking for objcopy... no checking for gobjcopy... no checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long... yes checking for off_t... yes checking size of int... 4 checking size of short... 2 checking size of long... 4 checking size of long long... 8 checking size of __int64... 0 checking size of off_t... 8 checking size of void*... 4 checking size of float... 4 checking size of double... 8 checking size of time_t... 4 checking for pid_t... yes checking for convertible type of pid_t... LONG checking for uid_t... yes checking for convertible type of uid_t... ULONG checking for gid_t... yes checking for convertible type of gid_t... ULONG checking for prototypes... yes checking token paste string... ansi checking stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... yes checking for variable length macro... yes checking for noreturn function attribute... __attribute__ ((noreturn)) x checking for deprecated function attribute... __attribute__ ((deprecated)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for stdcall function attribute... x checking for cdecl function attribute... x checking for fastcall function attribute... x checking for function alias... no checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking for broken crypt with 8bit chars... yes checking for crypt in -lcrypt... (cached) no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for socketpair in -lsocket... no checking for clock_gettime in -lrt... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syscall.h usability... no checking syscall.h presence... no checking for syscall.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking a.out.h usability... no checking a.out.h presence... no checking for a.out.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking xti.h usability... no checking xti.h presence... no checking for xti.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for ucontext.h... (cached) no checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for net/socket.h... (cached) no checking for sys/socket.h... (cached) yes checking size of rlim_t... 8 checking for size_t... yes checking size of size_t... 4 checking size of ptrdiff_t... 4 checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking for struct stat.st_atim... no checking for struct stat.st_atimespec... yes checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... no checking for struct stat.st_mtimespec... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... no checking for struct stat.st_ctimespec... yes checking for struct stat.st_ctimensec... no checking for struct timespec... yes checking for fd_mask... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for int128_t... no checking for uint128_t... no checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for stack end address... no checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for dup2... yes checking for memmove... yes checking for strerror... yes checking for strchr... yes checking for strstr... yes checking for crypt... yes checking for flock... yes checking for vsnprintf... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for tgamma... yes checking for lgamma_r... yes checking for cbrt... yes checking for strlcpy... yes checking for strlcat... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for fork... yes checking for spawnv... no checking for syscall... yes checking for chroot... yes checking for fsync... yes checking for getcwd... yes checking for eaccess... no checking for truncate... yes checking for ftruncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for utimensat... no checking for fcntl... yes checking for lockf... yes checking for lstat... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for setitimer... yes checking for setruid... yes checking for seteuid... yes checking for setreuid... yes checking for setresuid... no checking for setproctitle... no checking for socketpair... yes checking for setrgid... yes checking for setegid... yes checking for setregid... yes checking for setresgid... no checking for issetugid... yes checking for pause... yes checking for lchown... yes checking for lchmod... yes checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for setrlimit... yes checking for sysconf... yes checking for group_member... no checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for snprintf... yes checking for setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for log2... yes checking for round... yes checking for signbit... no checking for setuid... yes checking for setgid... yes checking for daemon... (cached) no checking for select_large_fdset... no checking for setenv... yes checking for unsetenv... yes checking for mktime... yes checking for timegm... yes checking for gmtime_r... yes checking for clock_gettime... no checking for gettimeofday... yes checking for pread... yes checking for sendfile... yes checking for shutdown... yes checking for sigaltstack... yes checking for __builtin_setjmp... no checking for setjmp type... _setjmp checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for external timezone... long checking for external altzone... no checking for timezone... yes checking whether timezone requires zero arguments... yes checking for negative time_t for gmtime(3)... yes checking whether getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... _r checking read buffer ptr field in FILE structures... _p checking whether st_ino is huge... no checking whether _SC_CLK_TCK is supported... yes checking stack growing direction... -1 checking for pthread_kill in -lthr... no checking for pthread_kill in -lpthread... yes checking for nanosleep... yes checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking if fork works with pthread... yes checking for backtrace... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking whether ELF binaries are produced... no checking whether OS depend dynamic link works... find: /usr/local/include: No such file or directory yes checking for if make is GNU make... yes checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status config.status: creating Makefile == miniruby # 2010-05-12T05:54:33+09:00 + gmake miniruby sed 's/{\$([^(){}]*)[^{}]*}//g' common.mk > uncommon.mk gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c main.c: In function 'objcdummyfunction': main.c:19: warning: implicit declaration of function 'objc_msgSend' main.c: At top level: main.c:19: warning: 'objcdummyfunction' defined but not used gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln.o -c dln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmydln.o -c dmydln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyencoding.o -c dmyencoding.c ruby -I. ./tool/compile_prelude.rb ./prelude.rb miniprelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o miniprelude.o -c miniprelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o array.o -c array.c array.c: In function 'ary_new': array.c:295: warning: comparison between signed and unsigned array.c: In function 'rb_ary_initialize': array.c:523: warning: comparison between signed and unsigned array.c: In function 'rb_ary_store': array.c:577: warning: comparison between signed and unsigned array.c:588: warning: comparison between signed and unsigned array.c: In function 'rb_ary_splice': array.c:1207: warning: comparison between signed and unsigned array.c: In function 'rb_ary_fill': array.c:2460: warning: comparison between signed and unsigned array.c:2460: warning: comparison between signed and unsigned array.c: In function 'rb_ary_times': array.c:2572: warning: comparison between signed and unsigned array.c: In function 'rb_ary_sample': array.c:3329: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o bignum.o -c bignum.c bignum.c: In function 'rb_big_realloc': bignum.c:86: warning: comparison between signed and unsigned bignum.c:95: warning: comparison between signed and unsigned bignum.c:98: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_big_resize': bignum.c:119: warning: signed and unsigned type in conditional expression bignum.c: In function 'bignew_1': bignum.c:128: warning: comparison between signed and unsigned bignum.c:130: warning: signed and unsigned type in conditional expression bignum.c: In function 'bigfixize': bignum.c:197: warning: comparison between signed and unsigned bignum.c: In function 'rb_uint2big': bignum.c:239: warning: comparison between signed and unsigned bignum.c:246: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_quad_unpack': bignum.c:334: warning: comparison between signed and unsigned bignum.c:341: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_cstr_to_inum': bignum.c:525: warning: comparison between signed and unsigned bignum.c: In function 'rb_ull2big': bignum.c:635: warning: comparison between signed and unsigned bignum.c:642: warning: signed and unsigned type in conditional expression bignum.c: In function 'big2ulong': bignum.c:1013: warning: comparison between signed and unsigned bignum.c: In function 'bigdivrem': bignum.c:1772: warning: signed and unsigned type in conditional expression bignum.c:1788: warning: signed and unsigned type in conditional expression bignum.c: In function 'bigsqr': bignum.c:2069: warning: signed and unsigned type in conditional expression bignum.c:2072: warning: signed and unsigned type in conditional expression bignum.c:2089: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_big_aref': bignum.c:2529: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o class.o -c class.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compar.o -c compar.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o complex.o -c complex.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dir.o -c dir.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enum.o -c enum.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enumerator.o -c enumerator.c ruby ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def known_errors.inc updated gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o error.o -c error.c error.c: In function 'report_bug': error.c:208: warning: comparison between signed and unsigned error.c:209: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o eval.o -c eval.c eval.c: In function 'ruby_cleanup': eval.c:139: warning: passing argument 1 of 'ruby_init_stack' discards qualifiers from pointer target type eval.c:161: warning: comparison between signed and unsigned eval.c: In function 'ruby_exec_node': eval.c:198: warning: variable 'state' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_longjmp': eval.c:344: warning: variable 'line' might be clobbered by 'longjmp' or 'vfork' eval.c:338: warning: argument 'mesg' might be clobbered by 'longjmp' or 'vfork' eval_error.c: In function 'error_print': eval_error.c:69: warning: variable 'errat' might be clobbered by 'longjmp' or 'vfork' eval_error.c:72: warning: variable 'einfo' might be clobbered by 'longjmp' or 'vfork' eval_error.c:73: warning: variable 'elen' might be clobbered by 'longjmp' or 'vfork' eval_jump.c: In function 'rb_exec_end_proc': eval_jump.c:104: warning: variable 'link' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'ruby_cleanup': eval.c:130: warning: argument 'ex' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o load.o -c load.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o proc.o -c proc.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o file.o -c file.c file.c: In function 'rb_stat_inspect': file.c:683: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o gc.o -c gc.c gc.c: In function 'vm_xmalloc': gc.c:613: warning: comparison of unsigned expression < 0 is always false gc.c: In function 'vm_xrealloc': gc.c:652: warning: comparison of unsigned expression < 0 is always false gc.c: In function 'assign_heap_slot': gc.c:880: warning: comparison between signed and unsigned gc.c: In function 'stack_check': gc.c:1132: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o hash.o -c hash.c hash.c: In function 'eql_i': hash.c:1428: warning: signed and unsigned type in conditional expression hash.c: In function 'env_delete': hash.c:1861: warning: comparison between signed and unsigned hash.c: In function 'rb_f_getenv': hash.c:1895: warning: comparison between signed and unsigned hash.c: In function 'env_fetch': hash.c:1926: warning: comparison between signed and unsigned hash.c: In function 'env_aset': hash.c:2066: warning: comparison between signed and unsigned hash.c:2068: warning: comparison between signed and unsigned hash.c: In function 'env_has_key': hash.c:2368: warning: comparison between signed and unsigned hash.c: In function 'env_assoc': hash.c:2381: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o inits.o -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c io.c: In function 'swallow': io.c:2103: warning: comparison between signed and unsigned io.c: In function 'select_end': io.c:6655: warning: comparison between signed and unsigned io.c: In function 'rb_f_select': io.c:6688: warning: comparison between signed and unsigned io.c: In function 'rb_f_syscall': io.c:6884: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c marshal.c: In function 'w_long': marshal.c:261: warning: comparison between signed and unsigned marshal.c: In function 'r_long': marshal.c:1013: warning: comparison between signed and unsigned marshal.c:1024: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o math.o -c math.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o numeric.o -c numeric.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o object.o -c object.c object.c: In function 'rb_str_to_dbl': object.c:2221: warning: comparison between signed and unsigned object.c: In function 'rb_str2cstr': object.c:2312: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o pack.o -c pack.c pack.c: In function 'pack_unpack': pack.c:1534: warning: comparison between signed and unsigned pack.c:1544: warning: comparison between signed and unsigned pack.c:1553: warning: comparison between signed and unsigned pack.c:1565: warning: comparison between signed and unsigned pack.c:1576: warning: comparison between signed and unsigned pack.c:1587: warning: comparison between signed and unsigned pack.c:1598: warning: comparison between signed and unsigned pack.c:1609: warning: comparison between signed and unsigned pack.c:1620: warning: comparison between signed and unsigned pack.c:1629: warning: comparison between signed and unsigned pack.c:1638: warning: comparison between signed and unsigned pack.c:1649: warning: comparison between signed and unsigned pack.c:1660: warning: comparison between signed and unsigned pack.c:1671: warning: comparison between signed and unsigned pack.c:1683: warning: comparison between signed and unsigned pack.c:1694: warning: comparison between signed and unsigned pack.c:1708: warning: comparison between signed and unsigned pack.c:1723: warning: comparison between signed and unsigned pack.c:1734: warning: comparison between signed and unsigned pack.c:1748: warning: comparison between signed and unsigned pack.c:1956: warning: comparison between signed and unsigned pack.c:1993: warning: comparison between signed and unsigned pack.c:1996: warning: comparison between signed and unsigned bison -d -o y.tab.c parse.y sed -f ./tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new parse.h updated + cp ./lex.c.blt lex.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o parse.o -c parse.c In file included from parse.y:23: id.h:102:5: warning: "SUPPORT_JOKE" is not defined id.h:108:5: warning: "SUPPORT_JOKE" is not defined In file included from parse.y:41: id.c:43:5: warning: "SUPPORT_JOKE" is not defined parse.y: In function 'logop_gen': parse.y:8748: warning: comparison between signed and unsigned parse.y:8750: warning: comparison between signed and unsigned parse.y: In function 'reg_fragment_setenc_gen': parse.y:9031: warning: signed and unsigned type in conditional expression parse.y:9031: warning: comparison between signed and unsigned parse.y: In function 'rb_intern3': parse.y:9545: warning: comparison between signed and unsigned parse.y: In function 'rb_id2str': parse.y:9664: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o process.o -c process.c process.c: In function 'rlimit_resource_name2int': process.c:3164: warning: comparison between signed and unsigned process.c: In function 'proc_getgroups': process.c:4036: warning: comparison between signed and unsigned process.c:4040: warning: comparison between signed and unsigned process.c: In function 'proc_setgroups': process.c:4081: warning: comparison between signed and unsigned process.c: In function 'p_gid_change_privilege': process.c:4382: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o random.o -c random.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o range.o -c range.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o rational.o -c rational.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o re.o -c re.c re.c: In function 'rb_reg_regcomp': re.c:2451: warning: signed and unsigned type in conditional expression re.c:2451: warning: signed and unsigned type in conditional expression re.c: In function 'rb_reg_equal': re.c:2508: warning: signed and unsigned type in conditional expression re.c:2508: warning: signed and unsigned type in conditional expression gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regcomp.o -c regcomp.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regenc.o -c regenc.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regerror.o -c regerror.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regexec.o -c regexec.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regparse.o -c regparse.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regsyntax.o -c regsyntax.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ruby.o -c ruby.c ruby.c: In function 'enable_option': ruby.c:608: warning: comparison between signed and unsigned ruby.c:609: warning: comparison between signed and unsigned ruby.c:610: warning: comparison between signed and unsigned ruby.c: In function 'disable_option': ruby.c:621: warning: comparison between signed and unsigned ruby.c:622: warning: comparison between signed and unsigned ruby.c:623: warning: comparison between signed and unsigned ruby.c: In function 'dump_option': ruby.c:634: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o safe.o -c safe.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o signal.o -c signal.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o sprintf.o -c sprintf.c sprintf.c: In function 'rb_str_format': sprintf.c:805: warning: format not a string literal, argument types not checked sprintf.c:814: warning: format not a string literal, argument types not checked sprintf.c:1022: warning: format not a string literal, argument types not checked gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o st.o -c st.c st.c: In function 'st_clear': st.c:237: warning: comparison between signed and unsigned st.c: In function 'st_insert': st.c:397: warning: comparison between signed and unsigned st.c: In function 'st_add_direct': st.c:428: warning: comparison between signed and unsigned st.c: In function 'st_cleanup_safe': st.c:629: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o strftime.o -c strftime.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o string.o -c string.c string.c: In function 'single_byte_optimizable': string.c:126: warning: signed and unsigned type in conditional expression string.c: In function 'search_nonascii': string.c:146: warning: comparison between signed and unsigned string.c: In function 'str_enc_copy': string.c:278: warning: signed and unsigned type in conditional expression string.c: In function 'rb_enc_cr_str_copy_for_substr': string.c:293: warning: signed and unsigned type in conditional expression string.c:293: warning: signed and unsigned type in conditional expression string.c:301: warning: signed and unsigned type in conditional expression string.c:301: warning: signed and unsigned type in conditional expression string.c: In function 'rb_enc_str_coderange': string.c:323: warning: signed and unsigned type in conditional expression string.c: In function 'rb_enc_str_asciionly_p': string.c:333: warning: signed and unsigned type in conditional expression string.c: In function 'str_new': string.c:395: warning: comparison between signed and unsigned string.c: In function 'rb_str_conv_enc_opts': string.c:491: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_export': string.c:577: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_export_locale': string.c:583: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_export_to_enc': string.c:589: warning: signed and unsigned type in conditional expression string.c: In function 'str_replace_shared': string.c:595: warning: comparison between signed and unsigned string.c: In function 'rb_str_new_frozen': string.c:670: warning: signed and unsigned type in conditional expression string.c:670: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_shared_replace': string.c:769: warning: signed and unsigned type in conditional expression string.c:776: warning: comparison between signed and unsigned string.c: In function 'str_strlen': string.c:960: warning: signed and unsigned type in conditional expression string.c:967: warning: comparison between signed and unsigned string.c: In function 'rb_str_length': string.c:1009: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_associate': string.c:1221: warning: comparison between signed and unsigned string.c: In function 'rb_string_value_cstr': string.c:1269: warning: comparison between signed and unsigned string.c: In function 'rb_str_offset': string.c:1366: warning: signed and unsigned type in conditional expression string.c: In function 'str_utf8_nth': string.c:1373: warning: comparison between signed and unsigned string.c:1385: warning: comparison between signed and unsigned string.c: In function 'rb_str_sublen': string.c:1415: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_subseq': string.c:1425: warning: comparison between signed and unsigned string.c: In function 'rb_str_substr': string.c:1442: warning: signed and unsigned type in conditional expression string.c:1516: warning: comparison between signed and unsigned string.c: In function 'rb_str_resize': string.c:1585: warning: comparison between signed and unsigned string.c:1595: warning: comparison between signed and unsigned string.c: In function 'str_buf_cat': string.c:1648: warning: comparison between signed and unsigned string.c: In function 'rb_enc_cr_str_buf_cat': string.c:1705: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_buf_cat_ascii': string.c:1799: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_buf_append': string.c:1827: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_concat': string.c:1881: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_hash': string.c:2040: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_comparable': string.c:2084: warning: signed and unsigned type in conditional expression string.c:2085: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_cmp': string.c:2112: warning: signed and unsigned type in conditional expression string.c:2112: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_index_m': string.c:2372: warning: signed and unsigned type in conditional expression string.c:2383: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_rindex_m': string.c:2475: warning: signed and unsigned type in conditional expression string.c:2499: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_succ': string.c:2781: warning: signed and unsigned type in conditional expression string.c:2827: warning: comparison between signed and unsigned string.c: In function 'rb_str_aref': string.c:2961: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_drop_bytes': string.c:3050: warning: comparison between signed and unsigned string.c: In function 'rb_str_splice_0': string.c:3081: warning: comparison between signed and unsigned string.c: In function 'rb_str_sub_bang': string.c:3432: warning: signed and unsigned type in conditional expression string.c:3438: warning: signed and unsigned type in conditional expression string.c:3440: warning: signed and unsigned type in conditional expression string.c:3446: warning: comparison between signed and unsigned string.c:3456: warning: comparison between signed and unsigned string.c: In function 'str_gsub': string.c:3560: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_clear': string.c:3747: warning: signed and unsigned type in conditional expression string.c:3747: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_reverse': string.c:3831: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_inspect': string.c:4035: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_upcase_bang': string.c:4284: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_downcase_bang': string.c:4366: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_capitalize_bang': string.c:4454: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_swapcase_bang': string.c:4518: warning: signed and unsigned type in conditional expression string.c: In function 'tr_trans': string.c:4726: warning: comparison between signed and unsigned string.c:4727: warning: comparison between signed and unsigned string.c: In function 'rb_str_squeeze_bang': string.c:5078: warning: signed and unsigned type in conditional expression string.c:5102: warning: comparison between signed and unsigned string.c:5112: warning: comparison between signed and unsigned string.c:5121: warning: comparison between signed and unsigned string.c: In function 'rb_str_split_m': string.c:5335: warning: signed and unsigned type in conditional expression string.c:5346: warning: signed and unsigned type in conditional expression string.c:5416: warning: signed and unsigned type in conditional expression string.c:5419: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_each_codepoint': string.c:5782: warning: signed and unsigned type in conditional expression string.c: In function 'chopped_length': string.c:5795: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_lstrip_bang': string.c:6015: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_rstrip_bang': string.c:6075: warning: signed and unsigned type in conditional expression string.c: In function 'scan_once': string.c:6175: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_ord': string.c:6404: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_sum': string.c:6436: warning: comparison between signed and unsigned string.c: In function 'rb_str_justify': string.c:6482: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_rpartition': string.c:6713: warning: signed and unsigned type in conditional expression string.c: In function 'sym_inspect': string.c:6911: warning: signed and unsigned type in conditional expression string.c:6915: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o struct.o -c struct.c struct.c: In function 'make_struct': struct.c:205: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o time.o -c time.c time.c: In function 'time_strftime': time.c:2140: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o transcode.o -c transcode.c transcode.c: In function 'transcode_char_start': transcode.c:411: warning: comparison between signed and unsigned transcode.c:413: warning: comparison between signed and unsigned transcode.c: In function 'transcode_restartable0': transcode.c:515: warning: comparison between signed and unsigned transcode.c:520: warning: comparison between signed and unsigned transcode.c:543: warning: comparison between signed and unsigned transcode.c:547: warning: comparison between signed and unsigned transcode.c:551: warning: comparison between signed and unsigned transcode.c:559: warning: comparison between signed and unsigned transcode.c:562: warning: comparison between signed and unsigned transcode.c:563: warning: comparison between signed and unsigned transcode.c:566: warning: comparison between signed and unsigned transcode.c:567: warning: comparison between signed and unsigned transcode.c:568: warning: comparison between signed and unsigned transcode.c:571: warning: comparison between signed and unsigned transcode.c:572: warning: comparison between signed and unsigned transcode.c:573: warning: comparison between signed and unsigned transcode.c:574: warning: comparison between signed and unsigned transcode.c:577: warning: comparison between signed and unsigned transcode.c:578: warning: comparison between signed and unsigned transcode.c:579: warning: comparison between signed and unsigned transcode.c:580: warning: comparison between signed and unsigned transcode.c:584: warning: comparison between signed and unsigned transcode.c:585: warning: comparison between signed and unsigned transcode.c:601: warning: comparison between signed and unsigned transcode.c:608: warning: comparison between signed and unsigned transcode.c:608: warning: comparison between signed and unsigned transcode.c:608: warning: signed and unsigned type in conditional expression transcode.c:611: warning: comparison between signed and unsigned transcode.c:612: warning: comparison between signed and unsigned transcode.c:620: warning: comparison between signed and unsigned transcode.c:631: warning: comparison between signed and unsigned transcode.c:631: warning: comparison between signed and unsigned transcode.c:631: warning: signed and unsigned type in conditional expression transcode.c:634: warning: comparison between signed and unsigned transcode.c:635: warning: comparison between signed and unsigned transcode.c:643: warning: comparison between signed and unsigned transcode.c:646: warning: comparison between signed and unsigned transcode.c:669: warning: comparison between signed and unsigned transcode.c:673: warning: comparison between signed and unsigned transcode.c:677: warning: comparison between signed and unsigned transcode.c:683: warning: comparison between signed and unsigned transcode.c:690: warning: comparison between signed and unsigned transcode.c:690: warning: comparison between signed and unsigned transcode.c:690: warning: signed and unsigned type in conditional expression transcode.c:693: warning: comparison between signed and unsigned transcode.c:694: warning: comparison between signed and unsigned transcode.c:699: warning: comparison between signed and unsigned transcode.c: In function 'transcode_restartable': transcode.c:720: warning: comparison between signed and unsigned transcode.c:725: warning: comparison between signed and unsigned transcode.c: In function 'rb_transcoding_open_by_transcoder': transcode.c:752: warning: comparison between signed and unsigned transcode.c:755: warning: comparison between signed and unsigned transcode.c: In function 'rb_transcoding_close': transcode.c:782: warning: comparison between signed and unsigned transcode.c:784: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_convert0': transcode.c:1314: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_insert_output': transcode.c:1601: warning: comparison between signed and unsigned transcode.c:1605: warning: comparison between signed and unsigned transcode.c:1621: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_putback': transcode.c:1669: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o util.o -c util.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o variable.o -c variable.c variable.c: In function 'ivar_get': variable.c:994: warning: comparison between signed and unsigned variable.c: In function 'rb_ivar_set': variable.c:1055: warning: comparison between signed and unsigned variable.c: In function 'rb_ivar_defined': variable.c:1112: warning: comparison between signed and unsigned variable.c: In function 'obj_ivar_i': variable.c:1139: warning: comparison between signed and unsigned variable.c: In function 'rb_obj_remove_instance_variable': variable.c:1269: warning: comparison between signed and unsigned revision.h updated gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o version.o -c version.c ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." insns_info.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." optinsn.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compile.o -c compile.c compile.c: In function 'rb_iseq_translate_threaded_code': compile.c:519: warning: comparison between signed and unsigned compile.c: In function 'iseq_compile_each': compile.c:2959: warning: comparison between signed and unsigned compile.c: In function 'rb_insns_name_array': compile.c:5077: warning: comparison between signed and unsigned compile.c: In function 'rb_iseq_build_from_ary': compile.c:5330: warning: signed and unsigned type in conditional expression gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o debug.o -c debug.c debug.c: In function 'ruby_debug_print_value': debug.c:99: warning: comparison between signed and unsigned ruby -n ./tool/node_name.rb node.h > node_name.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o iseq.o -c iseq.c iseq.c: In function 'rb_iseq_disasm': iseq.c:955: warning: comparison between signed and unsigned iseq.c: In function 'rb_iseq_build_for_ruby2cext': iseq.c:1338: warning: comparison between signed and unsigned ruby -Ks ./tool/insns2vm.rb --srcdir="." vmtc.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." vm.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm.o -c vm.c In file included from vm.c:21: vm_insnhelper.c: In function 'vm_method_search': vm_insnhelper.c:1182: warning: comparison between signed and unsigned vm_insnhelper.c: In function 'vm_throw': vm_insnhelper.c:1347: warning: comparison between signed and unsigned In file included from vm.c:22: vm_exec.h:63:7: warning: "DISPATCH_XXX" is not defined vm_exec.h:98:18: warning: "__i386__" is not defined vm_exec.h:98:30: warning: "__x86_64__" is not defined In file included from vm.c:23: vm_exec.c:17:19: warning: "__x86_64__" is not defined vm_exec.c:20:19: warning: "__i386__" is not defined vm_exec.c:52:17: warning: "__i386__" is not defined vm_exec.c:57:19: warning: "__x86_64__" is not defined vm_exec.c:67:5: warning: "USE_MACHINE_REGS" is not defined In file included from vm_exec.c:106, from vm.c:23: insns.def: In function 'vm_exec_core': insns.def:118: warning: comparison between signed and unsigned insns.def:139: warning: comparison between signed and unsigned insns.def:430: warning: comparison between signed and unsigned insns.def:657: warning: comparison between signed and unsigned insns.def:1180: warning: comparison between signed and unsigned vm.c:1886:5: warning: "OPT_BASIC_OPERATIONS" is not defined vm_eval.c: In function 'eval_string_with_cref': vm_eval.c:690: warning: argument 'file' might be clobbered by 'longjmp' or 'vfork' vm_eval.c:690: warning: argument 'line' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm_dump.o -c vm_dump.c vm_dump.c: In function 'control_frame_dump': vm_dump.c:37: warning: comparison between signed and unsigned vm_dump.c:41: warning: comparison between signed and unsigned vm_dump.c: In function 'rb_vmdebug_debug_print_register': vm_dump.c:340: warning: comparison between signed and unsigned vm_dump.c:342: warning: comparison between signed and unsigned vm_dump.c:371:5: warning: "VMDEBUG" is not defined vm_dump.c:384:5: warning: "VMDEBUG" is not defined vm_dump.c:388:5: warning: "VMDEBUG" is not defined vm_dump.c:394:5: warning: "VMDEBUG" is not defined gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o thread.o -c thread.c thread.c:100: warning: 'inline' is not at beginning of declaration thread.c:102: warning: 'inline' is not at beginning of declaration thread.c: In function 'rb_fd_resize': thread.c:2212: warning: comparison between signed and unsigned thread.c:2213: warning: comparison between signed and unsigned thread.c: In function 'rb_fd_copy': thread.c:2248: warning: comparison between signed and unsigned thread.c: In function 'exec_recursive': thread.c:3419: warning: variable 'hash' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o cont.o -c cont.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ascii.o -c ./enc/ascii.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o us_ascii.o -c ./enc/us_ascii.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o unicode.o -c ./enc/unicode.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o utf_8.o -c ./enc/utf_8.c ruby "./tool/transcode-tblgen.rb" -vo newline.c ./enc/trans/newline.trans generating newline.c ... converter for universal_newline converter for crlf_newline converter for cr_newline done. gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o newline.o -c newline.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o alloca.o -c ./missing/alloca.c ./missing/alloca.c:144: warning: conflicting types for built-in function 'alloca' ./missing/alloca.c:29: warning: 'SCCSid' defined but not used gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyext.o -c dmyext.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -L. main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o dmyext.o -lpthread -ldl -lobjc -o miniruby == miniversion # 2010-05-12T05:57:24+09:00 + ./miniruby -v ruby 1.9.1p424 (2010-05-03 revision 27598) [powerpc-darwin9.8.0] == btest # 2010-05-12T05:57:24+09:00 + gmake btest 'OPTS=-v -q' ruby "./bootstraptest/runner.rb" --ruby="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " -v -q test_attr.rb #1 test_attr.rb:1 .#2 test_attr.rb:27 . test_autoload.rb #3 test_autoload.rb:1 .#4 test_autoload.rb:7 .#5 test_autoload.rb:14 .#6 test_autoload.rb:20 .#7 test_autoload.rb:27 .#8 test_autoload.rb:34 .#9 test_autoload.rb:41 .#10 test_autoload.rb:47 .#11 test_autoload.rb:54 .#12 test_autoload.rb:62 . test_block.rb #13 test_block.rb:1 .#14 test_block.rb:10 .#15 test_block.rb:13 .#16 test_block.rb:22 .#17 test_block.rb:29 .#18 test_block.rb:36 .#19 test_block.rb:43 .#20 test_block.rb:52 .#21 test_block.rb:61 .#22 test_block.rb:64 .#23 test_block.rb:69 .#24 test_block.rb:81 .#25 test_block.rb:95 .#26 test_block.rb:109 .#27 test_block.rb:120 .#28 test_block.rb:132 .#29 test_block.rb:151 .#30 test_block.rb:170 .#31 test_block.rb:178 .#32 test_block.rb:186 .#33 test_block.rb:196 .#34 test_block.rb:207 .#35 test_block.rb:217 .#36 test_block.rb:227 .#37 test_block.rb:243 .#38 test_block.rb:252 .#39 test_block.rb:261 .#40 test_block.rb:270 .#41 test_block.rb:279 .#42 test_block.rb:287 .#43 test_block.rb:297 .#44 test_block.rb:307 .#45 test_block.rb:315 .#46 test_block.rb:320 .#47 test_block.rb:329 .#48 test_block.rb:339 .#49 test_block.rb:368 .#50 test_block.rb:375 .#51 test_block.rb:382 .#52 test_block.rb:389 .#53 test_block.rb:396 .#54 test_block.rb:414 .#55 test_block.rb:420 .#56 test_block.rb:426 .#57 test_block.rb:435 .#58 test_block.rb:444 .#59 test_block.rb:464 .#60 test_block.rb:467 .#61 test_block.rb:476 .#62 test_block.rb:480 .#63 test_block.rb:489 .#64 test_block.rb:498 .#65 test_block.rb:507 .#66 test_block.rb:519 .#67 test_block.rb:566 . test_class.rb #68 test_class.rb:2 .#69 test_class.rb:4 .#70 test_class.rb:6 .#71 test_class.rb:8 .#72 test_class.rb:10 .#73 test_class.rb:12 .#74 test_class.rb:16 .#75 test_class.rb:19 .#76 test_class.rb:22 .#77 test_class.rb:25 .#78 test_class.rb:28 .#79 test_class.rb:31 .#80 test_class.rb:36 .#81 test_class.rb:38 .#82 test_class.rb:40 .#83 test_class.rb:42 .#84 test_class.rb:47 .#85 test_class.rb:50 .#86 test_class.rb:53 .#87 test_class.rb:56 .#88 test_class.rb:59 .#89 test_class.rb:63 .#90 test_class.rb:67 .#91 test_class.rb:71 .#92 test_class.rb:75 .#93 test_class.rb:79 .#94 test_class.rb:83 .#95 test_class.rb:89 .#96 test_class.rb:92 .#97 test_class.rb:95 .#98 test_class.rb:97 .#99 test_class.rb:99 .#100 test_class.rb:103 .#101 test_class.rb:104 .#102 test_class.rb:105 .#103 test_class.rb:106 .#104 test_class.rb:107 .#105 test_class.rb:108 .#106 test_class.rb:109 .#107 test_class.rb:112 .#108 test_class.rb:113 .#109 test_class.rb:116 .#110 test_class.rb:134 .#111 test_class.rb:148 . test_eval.rb #112 test_eval.rb:1 .#113 test_eval.rb:9 .#114 test_eval.rb:18 .#115 test_eval.rb:32 .#116 test_eval.rb:42 .#117 test_eval.rb:54 .#118 test_eval.rb:65 .#119 test_eval.rb:73 .#120 test_eval.rb:81 .#121 test_eval.rb:84 .#122 test_eval.rb:87 .#123 test_eval.rb:91 .#124 test_eval.rb:96 .#125 test_eval.rb:101 .#126 test_eval.rb:106 .#127 test_eval.rb:111 .#128 test_eval.rb:119 .#129 test_eval.rb:128 .#130 test_eval.rb:140 .#131 test_eval.rb:152 .#132 test_eval.rb:173 .#133 test_eval.rb:193 .#134 test_eval.rb:193 .#135 test_eval.rb:193 .#136 test_eval.rb:210 .#137 test_eval.rb:212 .#138 test_eval.rb:231 .#139 test_eval.rb:240 .#140 test_eval.rb:250 .#141 test_eval.rb:258 .#142 test_eval.rb:266 .#143 test_eval.rb:276 .#144 test_eval.rb:288 .#145 test_eval.rb:290 .#146 test_eval.rb:302 . test_exception.rb #147 test_exception.rb:1 .#148 test_exception.rb:8 .#149 test_exception.rb:20 .#150 test_exception.rb:37 .#151 test_exception.rb:47 .#152 test_exception.rb:58 .#153 test_exception.rb:61 .#154 test_exception.rb:68 .#155 test_exception.rb:78 .#156 test_exception.rb:95 .#157 test_exception.rb:111 .#158 test_exception.rb:128 .#159 test_exception.rb:135 .#160 test_exception.rb:144 .#161 test_exception.rb:151 .#162 test_exception.rb:160 .#163 test_exception.rb:173 .#164 test_exception.rb:190 .#165 test_exception.rb:205 .#166 test_exception.rb:232 .#167 test_exception.rb:257 .#168 test_exception.rb:276 .#169 test_exception.rb:283 .#170 test_exception.rb:296 .#171 test_exception.rb:305 .#172 test_exception.rb:314 .#173 test_exception.rb:323 .#174 test_exception.rb:334 .#175 test_exception.rb:352 .#176 test_exception.rb:362 .#177 test_exception.rb:373 .#178 test_exception.rb:388 .#179 test_exception.rb:405 . test_finalizer.rb #180 test_finalizer.rb:8 . test_flip.rb #181 test_flip.rb:1 . test_flow.rb #182 test_flow.rb:1 .#183 test_flow.rb:10 .#184 test_flow.rb:19 .#185 test_flow.rb:24 .#186 test_flow.rb:37 .#187 test_flow.rb:43 .#188 test_flow.rb:49 .#189 test_flow.rb:58 .#190 test_flow.rb:69 .#191 test_flow.rb:81 .#192 test_flow.rb:93 .#193 test_flow.rb:103 .#194 test_flow.rb:113 .#195 test_flow.rb:125 .#196 test_flow.rb:141 .#197 test_flow.rb:159 .#198 test_flow.rb:175 .#199 test_flow.rb:193 .#200 test_flow.rb:203 .#201 test_flow.rb:215 .#202 test_flow.rb:227 .#203 test_flow.rb:234 .#204 test_flow.rb:239 .#205 test_flow.rb:249 .#206 test_flow.rb:259 .#207 test_flow.rb:272 .#208 test_flow.rb:279 .#209 test_flow.rb:287 .#210 test_flow.rb:297 .#211 test_flow.rb:305 .#212 test_flow.rb:315 .#213 test_flow.rb:323 .#214 test_flow.rb:333 .#215 test_flow.rb:343 .#216 test_flow.rb:356 .#217 test_flow.rb:365 .#218 test_flow.rb:374 .#219 test_flow.rb:384 .#220 test_flow.rb:395 .#221 test_flow.rb:409 .#222 test_flow.rb:428 .#223 test_flow.rb:449 .#224 test_flow.rb:470 .#225 test_flow.rb:494 . test_fork.rb #226 test_fork.rb:1 . test_gc.rb #227 test_gc.rb:17 .#228 test_gc.rb:34 . test_io.rb #229 test_io.rb:1 .#230 test_io.rb:11 .#231 test_io.rb:30 .#232 test_io.rb:40 .#233 test_io.rb:56 .#234 test_io.rb:75 .#235 test_io.rb:93 .#236 test_io.rb:93 .#237 test_io.rb:93 .#238 test_io.rb:93 .#239 test_io.rb:93 .#240 test_io.rb:93 .#241 test_io.rb:93 .#242 test_io.rb:93 .#243 test_io.rb:93 .#244 test_io.rb:93 .#245 test_io.rb:93 .#246 test_io.rb:93 .#247 test_io.rb:93 .#248 test_io.rb:93 .#249 test_io.rb:93 .#250 test_io.rb:93 .#251 test_io.rb:93 .#252 test_io.rb:93 .#253 test_io.rb:93 .#254 test_io.rb:93 .#255 test_io.rb:93 .#256 test_io.rb:93 .#257 test_io.rb:93 .#258 test_io.rb:93 .#259 test_io.rb:93 .#260 test_io.rb:93 .#261 test_io.rb:93 .#262 test_io.rb:93 .#263 test_io.rb:93 .#264 test_io.rb:93 .#265 test_io.rb:93 .#266 test_io.rb:93 .#267 test_io.rb:93 .#268 test_io.rb:93 .#269 test_io.rb:93 .#270 test_io.rb:93 .#271 test_io.rb:93 .#272 test_io.rb:93 .#273 test_io.rb:93 .#274 test_io.rb:93 .#275 test_io.rb:93 .#276 test_io.rb:93 .#277 test_io.rb:93 .#278 test_io.rb:93 .#279 test_io.rb:93 .#280 test_io.rb:93 .#281 test_io.rb:93 .#282 test_io.rb:93 .#283 test_io.rb:93 .#284 test_io.rb:93 .#285 test_io.rb:100 . test_jump.rb #286 test_jump.rb:1 .#287 test_jump.rb:20 .#288 test_jump.rb:25 .#289 test_jump.rb:30 .#290 test_jump.rb:35 .#291 test_jump.rb:40 .#292 test_jump.rb:45 .#293 test_jump.rb:52 .#294 test_jump.rb:59 .#295 test_jump.rb:67 .#296 test_jump.rb:77 .#297 test_jump.rb:99 .#298 test_jump.rb:111 .#299 test_jump.rb:126 .#300 test_jump.rb:135 .#301 test_jump.rb:149 .#302 test_jump.rb:160 .#303 test_jump.rb:166 .#304 test_jump.rb:182 .#305 test_jump.rb:200 .#306 test_jump.rb:211 .#307 test_jump.rb:222 .#308 test_jump.rb:233 .#309 test_jump.rb:241 .#310 test_jump.rb:261 . test_literal.rb #311 test_literal.rb:2 .#312 test_literal.rb:3 .#313 test_literal.rb:4 .#314 test_literal.rb:7 .#315 test_literal.rb:8 .#316 test_literal.rb:9 .#317 test_literal.rb:10 .#318 test_literal.rb:11 .#319 test_literal.rb:12 .#320 test_literal.rb:13 .#321 test_literal.rb:14 .#322 test_literal.rb:15 .#323 test_literal.rb:16 .#324 test_literal.rb:17 .#325 test_literal.rb:18 .#326 test_literal.rb:19 .#327 test_literal.rb:20 .#328 test_literal.rb:21 .#329 test_literal.rb:22 .#330 test_literal.rb:23 .#331 test_literal.rb:24 .#332 test_literal.rb:25 .#333 test_literal.rb:26 .#334 test_literal.rb:27 .#335 test_literal.rb:28 .#336 test_literal.rb:29 .#337 test_literal.rb:30 .#338 test_literal.rb:33 .#339 test_literal.rb:34 .#340 test_literal.rb:37 .#341 test_literal.rb:38 .#342 test_literal.rb:39 .#343 test_literal.rb:40 .#344 test_literal.rb:41 .#345 test_literal.rb:42 .#346 test_literal.rb:43 .#347 test_literal.rb:44 .#348 test_literal.rb:45 .#349 test_literal.rb:46 .#350 test_literal.rb:47 .#351 test_literal.rb:48 .#352 test_literal.rb:49 .#353 test_literal.rb:50 .#354 test_literal.rb:51 .#355 test_literal.rb:52 .#356 test_literal.rb:53 .#357 test_literal.rb:54 .#358 test_literal.rb:55 .#359 test_literal.rb:58 .#360 test_literal.rb:59 .#361 test_literal.rb:60 .#362 test_literal.rb:63 .#363 test_literal.rb:64 .#364 test_literal.rb:65 .#365 test_literal.rb:68 .#366 test_literal.rb:69 .#367 test_literal.rb:72 .#368 test_literal.rb:73 .#369 test_literal.rb:74 .#370 test_literal.rb:75 .#371 test_literal.rb:76 .#372 test_literal.rb:77 .#373 test_literal.rb:78 .#374 test_literal.rb:79 .#375 test_literal.rb:80 .#376 test_literal.rb:81 .#377 test_literal.rb:82 .#378 test_literal.rb:83 .#379 test_literal.rb:86 .#380 test_literal.rb:87 .#381 test_literal.rb:90 .#382 test_literal.rb:91 .#383 test_literal.rb:92 .#384 test_literal.rb:93 .#385 test_literal.rb:94 .#386 test_literal.rb:95 .#387 test_literal.rb:96 .#388 test_literal.rb:97 .#389 test_literal.rb:98 .#390 test_literal.rb:99 .#391 test_literal.rb:100 .#392 test_literal.rb:101 .#393 test_literal.rb:102 .#394 test_literal.rb:103 .#395 test_literal.rb:104 .#396 test_literal.rb:105 .#397 test_literal.rb:106 .#398 test_literal.rb:107 .#399 test_literal.rb:108 .#400 test_literal.rb:109 .#401 test_literal.rb:110 .#402 test_literal.rb:111 .#403 test_literal.rb:112 .#404 test_literal.rb:113 .#405 test_literal.rb:114 .#406 test_literal.rb:115 .#407 test_literal.rb:116 .#408 test_literal.rb:117 .#409 test_literal.rb:118 .#410 test_literal.rb:122 .#411 test_literal.rb:123 .#412 test_literal.rb:124 .#413 test_literal.rb:125 .#414 test_literal.rb:126 .#415 test_literal.rb:127 .#416 test_literal.rb:128 .#417 test_literal.rb:129 .#418 test_literal.rb:130 .#419 test_literal.rb:131 .#420 test_literal.rb:134 .#421 test_literal.rb:135 .#422 test_literal.rb:136 .#423 test_literal.rb:137 .#424 test_literal.rb:138 .#425 test_literal.rb:139 .#426 test_literal.rb:140 .#427 test_literal.rb:141 .#428 test_literal.rb:142 .#429 test_literal.rb:143 .#430 test_literal.rb:144 .#431 test_literal.rb:145 .#432 test_literal.rb:146 .#433 test_literal.rb:147 .#434 test_literal.rb:148 .#435 test_literal.rb:149 .#436 test_literal.rb:150 .#437 test_literal.rb:151 .#438 test_literal.rb:152 .#439 test_literal.rb:153 .#440 test_literal.rb:154 .#441 test_literal.rb:155 .#442 test_literal.rb:156 .#443 test_literal.rb:157 .#444 test_literal.rb:158 .#445 test_literal.rb:159 .#446 test_literal.rb:160 .#447 test_literal.rb:161 .#448 test_literal.rb:162 .#449 test_literal.rb:163 .#450 test_literal.rb:164 .#451 test_literal.rb:165 .#452 test_literal.rb:166 .#453 test_literal.rb:167 .#454 test_literal.rb:169 .#455 test_literal.rb:170 .#456 test_literal.rb:174 .#457 test_literal.rb:186 .#458 test_literal.rb:194 . test_load.rb #459 test_load.rb:1 .#460 test_load.rb:17 . test_marshal.rb #461 test_marshal.rb:4 . test_massign.rb #462 test_massign.rb:1 .#463 test_massign.rb:2 .#464 test_massign.rb:4 .#465 test_massign.rb:5 .#466 test_massign.rb:6 .#467 test_massign.rb:7 .#468 test_massign.rb:8 .#469 test_massign.rb:16 .#470 test_massign.rb:43 .#471 test_massign.rb:48 .#472 test_massign.rb:53 .#473 test_massign.rb:58 .#474 test_massign.rb:63 .#475 test_massign.rb:68 .#476 test_massign.rb:73 .#477 test_massign.rb:78 .#478 test_massign.rb:83 .#479 test_massign.rb:88 .#480 test_massign.rb:93 .#481 test_massign.rb:98 .#482 test_massign.rb:103 .#483 test_massign.rb:108 .#484 test_massign.rb:113 .#485 test_massign.rb:118 .#486 test_massign.rb:123 .#487 test_massign.rb:128 .#488 test_massign.rb:133 .#489 test_massign.rb:138 .#490 test_massign.rb:143 .#491 test_massign.rb:148 .#492 test_massign.rb:153 .#493 test_massign.rb:158 .#494 test_massign.rb:165 .#495 test_massign.rb:177 . test_method.rb #496 test_method.rb:2 .#497 test_method.rb:3 .#498 test_method.rb:4 .#499 test_method.rb:5 .#500 test_method.rb:6 .#501 test_method.rb:15 .#502 test_method.rb:25 .#503 test_method.rb:26 .#504 test_method.rb:27 .#505 test_method.rb:28 .#506 test_method.rb:29 .#507 test_method.rb:30 .#508 test_method.rb:31 .#509 test_method.rb:32 .#510 test_method.rb:33 .#511 test_method.rb:34 .#512 test_method.rb:35 .#513 test_method.rb:36 .#514 test_method.rb:39 .#515 test_method.rb:40 .#516 test_method.rb:41 .#517 test_method.rb:42 .#518 test_method.rb:43 .#519 test_method.rb:44 .#520 test_method.rb:45 .#521 test_method.rb:46 .#522 test_method.rb:47 .#523 test_method.rb:48 .#524 test_method.rb:49 .#525 test_method.rb:50 .#526 test_method.rb:51 .#527 test_method.rb:52 .#528 test_method.rb:53 .#529 test_method.rb:54 .#530 test_method.rb:55 .#531 test_method.rb:58 .#532 test_method.rb:59 .#533 test_method.rb:60 .#534 test_method.rb:61 .#535 test_method.rb:62 .#536 test_method.rb:63 .#537 test_method.rb:64 .#538 test_method.rb:65 .#539 test_method.rb:66 .#540 test_method.rb:67 .#541 test_method.rb:68 .#542 test_method.rb:69 .#543 test_method.rb:70 .#544 test_method.rb:71 .#545 test_method.rb:72 .#546 test_method.rb:75 .#547 test_method.rb:76 .#548 test_method.rb:77 .#549 test_method.rb:78 .#550 test_method.rb:79 .#551 test_method.rb:80 .#552 test_method.rb:81 .#553 test_method.rb:82 .#554 test_method.rb:83 .#555 test_method.rb:84 .#556 test_method.rb:85 .#557 test_method.rb:86 .#558 test_method.rb:89 .#559 test_method.rb:90 .#560 test_method.rb:91 .#561 test_method.rb:92 .#562 test_method.rb:93 .#563 test_method.rb:94 .#564 test_method.rb:95 .#565 test_method.rb:96 .#566 test_method.rb:97 .#567 test_method.rb:98 .#568 test_method.rb:99 .#569 test_method.rb:100 .#570 test_method.rb:103 .#571 test_method.rb:106 .#572 test_method.rb:109 .#573 test_method.rb:114 .#574 test_method.rb:117 .#575 test_method.rb:118 .#576 test_method.rb:119 .#577 test_method.rb:120 .#578 test_method.rb:121 .#579 test_method.rb:128 .#580 test_method.rb:129 .#581 test_method.rb:130 .#582 test_method.rb:131 .#583 test_method.rb:132 .#584 test_method.rb:133 .#585 test_method.rb:134 .#586 test_method.rb:135 .#587 test_method.rb:136 .#588 test_method.rb:137 .#589 test_method.rb:144 .#590 test_method.rb:145 .#591 test_method.rb:146 .#592 test_method.rb:147 .#593 test_method.rb:148 .#594 test_method.rb:154 .#595 test_method.rb:157 .#596 test_method.rb:160 .#597 test_method.rb:166 .#598 test_method.rb:170 .#599 test_method.rb:176 .#600 test_method.rb:179 .#601 test_method.rb:184 .#602 test_method.rb:189 .#603 test_method.rb:194 .#604 test_method.rb:199 .#605 test_method.rb:207 .#606 test_method.rb:212 .#607 test_method.rb:220 .#608 test_method.rb:226 .#609 test_method.rb:233 .#610 test_method.rb:241 .#611 test_method.rb:247 .#612 test_method.rb:256 .#613 test_method.rb:262 .#614 test_method.rb:267 .#615 test_method.rb:273 .#616 test_method.rb:278 .#617 test_method.rb:287 .#618 test_method.rb:294 .#619 test_method.rb:302 .#620 test_method.rb:306 .#621 test_method.rb:310 .#622 test_method.rb:314 .#623 test_method.rb:318 .#624 test_method.rb:324 .#625 test_method.rb:326 .#626 test_method.rb:328 .#627 test_method.rb:330 .#628 test_method.rb:332 .#629 test_method.rb:334 .#630 test_method.rb:336 .#631 test_method.rb:338 .#632 test_method.rb:340 .#633 test_method.rb:344 .#634 test_method.rb:362 .#635 test_method.rb:378 .#636 test_method.rb:406 .#637 test_method.rb:413 .#638 test_method.rb:420 .#639 test_method.rb:427 .#640 test_method.rb:434 .#641 test_method.rb:441 .#642 test_method.rb:448 .#643 test_method.rb:455 .#644 test_method.rb:462 .#645 test_method.rb:469 .#646 test_method.rb:476 .#647 test_method.rb:483 .#648 test_method.rb:490 .#649 test_method.rb:497 .#650 test_method.rb:504 .#651 test_method.rb:511 .#652 test_method.rb:518 .#653 test_method.rb:525 .#654 test_method.rb:532 .#655 test_method.rb:672 .#656 test_method.rb:677 .#657 test_method.rb:682 .#658 test_method.rb:687 .#659 test_method.rb:692 .#660 test_method.rb:697 .#661 test_method.rb:702 .#662 test_method.rb:707 .#663 test_method.rb:713 .#664 test_method.rb:718 .#665 test_method.rb:723 .#666 test_method.rb:728 .#667 test_method.rb:733 .#668 test_method.rb:738 .#669 test_method.rb:743 .#670 test_method.rb:748 .#671 test_method.rb:753 .#672 test_method.rb:758 .#673 test_method.rb:763 .#674 test_method.rb:768 .#675 test_method.rb:773 .#676 test_method.rb:778 .#677 test_method.rb:784 .#678 test_method.rb:790 .#679 test_method.rb:796 .#680 test_method.rb:802 .#681 test_method.rb:807 .#682 test_method.rb:813 .#683 test_method.rb:819 .#684 test_method.rb:825 .#685 test_method.rb:830 .#686 test_method.rb:835 .#687 test_method.rb:840 .#688 test_method.rb:845 .#689 test_method.rb:850 .#690 test_method.rb:855 .#691 test_method.rb:860 .#692 test_method.rb:865 .#693 test_method.rb:870 .#694 test_method.rb:875 .#695 test_method.rb:880 .#696 test_method.rb:885 .#697 test_method.rb:929 .#698 test_method.rb:940 .#699 test_method.rb:952 .#700 test_method.rb:964 .#701 test_method.rb:980 .#702 test_method.rb:1008 .#703 test_method.rb:1010 .#704 test_method.rb:1026 .#705 test_method.rb:1031 .#706 test_method.rb:1062 .#707 test_method.rb:1073 .#708 test_method.rb:1080 .#709 test_method.rb:1088 .#710 test_method.rb:1107 .#711 test_method.rb:1121 .#712 test_method.rb:1153 .#713 test_method.rb:1155 .#714 test_method.rb:1160 . test_objectspace.rb #715 test_objectspace.rb:13 .#716 test_objectspace.rb:24 .#717 test_objectspace.rb:33 bootstraptest.tmp.rb:5:in `
': ok (RuntimeError) . test_proc.rb #718 test_proc.rb:1 .#719 test_proc.rb:23 .#720 test_proc.rb:38 .#721 test_proc.rb:51 .#722 test_proc.rb:69 .#723 test_proc.rb:86 .#724 test_proc.rb:119 .#725 test_proc.rb:146 .#726 test_proc.rb:170 .#727 test_proc.rb:182 .#728 test_proc.rb:194 .#729 test_proc.rb:201 .#730 test_proc.rb:211 .#731 test_proc.rb:219 .#732 test_proc.rb:227 .#733 test_proc.rb:234 .#734 test_proc.rb:240 .#735 test_proc.rb:246 .#736 test_proc.rb:256 .#737 test_proc.rb:263 .#738 test_proc.rb:273 .#739 test_proc.rb:280 .#740 test_proc.rb:292 .#741 test_proc.rb:306 .#742 test_proc.rb:311 .#743 test_proc.rb:316 .#744 test_proc.rb:327 .#745 test_proc.rb:336 .#746 test_proc.rb:347 .#747 test_proc.rb:360 .#748 test_proc.rb:368 .#749 test_proc.rb:381 .#750 test_proc.rb:398 .#751 test_proc.rb:422 . test_struct.rb #752 test_struct.rb:1 . test_syntax.rb #753 test_syntax.rb:1 .#754 test_syntax.rb:2 .#755 test_syntax.rb:3 .#756 test_syntax.rb:4 .#757 test_syntax.rb:5 .#758 test_syntax.rb:6 .#759 test_syntax.rb:7 .#760 test_syntax.rb:8 .#761 test_syntax.rb:9 .#762 test_syntax.rb:10 .#763 test_syntax.rb:11 .#764 test_syntax.rb:16 .#765 test_syntax.rb:27 .#766 test_syntax.rb:39 .#767 test_syntax.rb:51 .#768 test_syntax.rb:57 .#769 test_syntax.rb:65 .#770 test_syntax.rb:75 .#771 test_syntax.rb:85 .#772 test_syntax.rb:95 .#773 test_syntax.rb:105 .#774 test_syntax.rb:116 .#775 test_syntax.rb:125 .#776 test_syntax.rb:134 .#777 test_syntax.rb:145 .#778 test_syntax.rb:156 .#779 test_syntax.rb:218 .#780 test_syntax.rb:221 .#781 test_syntax.rb:226 .#782 test_syntax.rb:229 .#783 test_syntax.rb:233 .#784 test_syntax.rb:251 .#785 test_syntax.rb:256 .#786 test_syntax.rb:260 .#787 test_syntax.rb:263 .#788 test_syntax.rb:267 .#789 test_syntax.rb:270 .#790 test_syntax.rb:274 .#791 test_syntax.rb:277 .#792 test_syntax.rb:281 .#793 test_syntax.rb:284 .#794 test_syntax.rb:288 .#795 test_syntax.rb:291 .#796 test_syntax.rb:295 .#797 test_syntax.rb:298 .#798 test_syntax.rb:306 .#799 test_syntax.rb:315 .#800 test_syntax.rb:324 .#801 test_syntax.rb:354 .#802 test_syntax.rb:355 .#803 test_syntax.rb:356 .#804 test_syntax.rb:357 .#805 test_syntax.rb:358 .#806 test_syntax.rb:359 .#807 test_syntax.rb:360 .#808 test_syntax.rb:361 .#809 test_syntax.rb:362 .#810 test_syntax.rb:363 .#811 test_syntax.rb:364 .#812 test_syntax.rb:365 .#813 test_syntax.rb:366 .#814 test_syntax.rb:367 .#815 test_syntax.rb:368 .#816 test_syntax.rb:369 .#817 test_syntax.rb:370 .#818 test_syntax.rb:371 .#819 test_syntax.rb:372 .#820 test_syntax.rb:373 .#821 test_syntax.rb:374 .#822 test_syntax.rb:375 .#823 test_syntax.rb:376 .#824 test_syntax.rb:377 .#825 test_syntax.rb:378 .#826 test_syntax.rb:379 .#827 test_syntax.rb:380 .#828 test_syntax.rb:392 .#829 test_syntax.rb:404 .#830 test_syntax.rb:413 .#831 test_syntax.rb:418 .#832 test_syntax.rb:435 .#833 test_syntax.rb:444 .#834 test_syntax.rb:453 .#835 test_syntax.rb:464 .#836 test_syntax.rb:473 .#837 test_syntax.rb:482 .#838 test_syntax.rb:492 .#839 test_syntax.rb:497 .#840 test_syntax.rb:502 .#841 test_syntax.rb:507 .#842 test_syntax.rb:512 .#843 test_syntax.rb:519 .#844 test_syntax.rb:527:in `assert_syntax_error' .#845 test_syntax.rb:531 .#846 test_syntax.rb:527:in `assert_syntax_error' .#847 test_syntax.rb:527:in `assert_syntax_error' .#848 test_syntax.rb:527:in `assert_syntax_error' .#849 test_syntax.rb:527:in `assert_syntax_error' .#850 test_syntax.rb:536 .#851 test_syntax.rb:527:in `assert_syntax_error' .#852 test_syntax.rb:538 .#853 test_syntax.rb:527:in `assert_syntax_error' .#854 test_syntax.rb:542 .#855 test_syntax.rb:543 .#856 test_syntax.rb:527:in `assert_syntax_error' .#857 test_syntax.rb:545 .#858 test_syntax.rb:546 .#859 test_syntax.rb:547 .#860 test_syntax.rb:548 .#861 test_syntax.rb:556 .#862 test_syntax.rb:568 .#863 test_syntax.rb:573 .#864 test_syntax.rb:580 .#865 test_syntax.rb:588 .#866 test_syntax.rb:596 .#867 test_syntax.rb:603 .#868 test_syntax.rb:610 .#869 test_syntax.rb:614 .#870 test_syntax.rb:626 .#871 test_syntax.rb:632 .#872 test_syntax.rb:633 .#873 test_syntax.rb:634 .#874 test_syntax.rb:635 .#875 test_syntax.rb:639 .#876 test_syntax.rb:645 .#877 test_syntax.rb:646 .#878 test_syntax.rb:664 .#879 test_syntax.rb:674 .#880 test_syntax.rb:683 .#881 test_syntax.rb:693 .#882 test_syntax.rb:704 .#883 test_syntax.rb:727 .#884 test_syntax.rb:737 .#885 test_syntax.rb:746 .#886 test_syntax.rb:748 .#887 test_syntax.rb:761 .#888 test_syntax.rb:769 .#889 test_syntax.rb:771 .#890 test_syntax.rb:784 .#891 test_syntax.rb:799 .#892 test_syntax.rb:808 .#893 test_syntax.rb:810 .#894 test_syntax.rb:820 .#895 test_syntax.rb:829 .#896 test_syntax.rb:831 .#897 test_syntax.rb:836 .#898 test_syntax.rb:847 .#899 test_syntax.rb:855 .#900 test_syntax.rb:867 .#901 test_syntax.rb:879 .#902 test_syntax.rb:886 . test_thread.rb #903 test_thread.rb:3 .#904 test_thread.rb:8 .#905 test_thread.rb:13 .#906 test_thread.rb:24 .#907 test_thread.rb:34 .#908 test_thread.rb:44 .#909 test_thread.rb:52 .#910 test_thread.rb:57 .#911 test_thread.rb:62 .#912 test_thread.rb:71 .#913 test_thread.rb:85 .#914 test_thread.rb:98 .#915 test_thread.rb:111 .#916 test_thread.rb:124 .#917 test_thread.rb:132 .#918 test_thread.rb:141 .#919 test_thread.rb:148 .#920 test_thread.rb:155 .#921 test_thread.rb:165 .#922 test_thread.rb:172 .#923 test_thread.rb:183 .#924 test_thread.rb:191 .#925 test_thread.rb:206 .#926 test_thread.rb:219 .#927 test_thread.rb:235 .#928 test_thread.rb:241 .#929 test_thread.rb:254 .#930 test_thread.rb:266 .#931 test_thread.rb:268 .#932 test_thread.rb:287 .#933 test_thread.rb:292 .#934 test_thread.rb:297 .#935 test_thread.rb:302 .#936 test_thread.rb:307 .#937 test_thread.rb:312 .#938 test_thread.rb:316 .#939 test_thread.rb:320 .#940 test_thread.rb:322 .#941 test_thread.rb:332 .#942 test_thread.rb:343 .#943 test_thread.rb:349 .#944 test_thread.rb:355 .#945 test_thread.rb:361 .#946 test_thread.rb:368 .#947 test_thread.rb:375 .#948 test_thread.rb:381 . PASS 948 tests == test.rb # 2010-05-12T05:59:10+09:00 + ./miniruby sample/test.rb sample/test.rb:assignment .ok 1 (sample/test.rb:34:in `
') .ok 2 (sample/test.rb:36:in `
') .ok 3 (sample/test.rb:40:in `
') .ok 4 (sample/test.rb:42:in `
') .ok 5 (sample/test.rb:44:in `
') .ok 6 (sample/test.rb:47:in `
') .ok 7 (sample/test.rb:49:in `
') .ok 8 (sample/test.rb:50:in `
') .ok 9 (sample/test.rb:51:in `
') .ok 10 (sample/test.rb:52:in `
') .ok 11 (sample/test.rb:53:in `
') .ok 12 (sample/test.rb:54:in `
') .ok 13 (sample/test.rb:55:in `
') .ok 14 (sample/test.rb:56:in `
') .ok 15 (sample/test.rb:57:in `
') .ok 16 (sample/test.rb:58:in `
') .ok 17 (sample/test.rb:60:in `
') .ok 18 (sample/test.rb:61:in `
') .ok 19 (sample/test.rb:62:in `
') .ok 20 (sample/test.rb:63:in `
') .ok 21 (sample/test.rb:64:in `
') .ok 22 (sample/test.rb:65:in `
') .ok 23 (sample/test.rb:66:in `
') .ok 24 (sample/test.rb:67:in `
') .ok 25 (sample/test.rb:69:in `
') .ok 26 (sample/test.rb:70:in `
') .ok 27 (sample/test.rb:71:in `
') .ok 28 (sample/test.rb:72:in `
') .ok 29 (sample/test.rb:73:in `
') .ok 30 (sample/test.rb:74:in `
') .ok 31 (sample/test.rb:75:in `
') .ok 32 (sample/test.rb:76:in `
') .ok 33 (sample/test.rb:77:in `
') .ok 34 (sample/test.rb:78:in `
') .ok 35 (sample/test.rb:79:in `
') .ok 36 (sample/test.rb:80:in `
') .ok 37 (sample/test.rb:82:in `
') .ok 38 (sample/test.rb:83:in `
') .ok 39 (sample/test.rb:84:in `
') .ok 40 (sample/test.rb:85:in `
') .ok 41 (sample/test.rb:86:in `
') .ok 42 (sample/test.rb:87:in `
') .ok 43 (sample/test.rb:88:in `
') .ok 44 (sample/test.rb:89:in `
') .ok 45 (sample/test.rb:91:in `
') .ok 46 (sample/test.rb:92:in `
') .ok 47 (sample/test.rb:93:in `
') .ok 48 (sample/test.rb:94:in `
') .ok 49 (sample/test.rb:95:in `
') .ok 50 (sample/test.rb:96:in `
') .ok 51 (sample/test.rb:97:in `
') .ok 52 (sample/test.rb:98:in `
') .ok 53 (sample/test.rb:99:in `
') .ok 54 (sample/test.rb:100:in `
') .ok 55 (sample/test.rb:102:in `
') .ok 56 (sample/test.rb:103:in `
') .ok 57 (sample/test.rb:104:in `
') .ok 58 (sample/test.rb:105:in `
') .ok 59 (sample/test.rb:106:in `
') .ok 60 (sample/test.rb:107:in `
') .ok 61 (sample/test.rb:108:in `
') .ok 62 (sample/test.rb:109:in `
') .ok 63 (sample/test.rb:111:in `
') .ok 64 (sample/test.rb:112:in `
') .ok 65 (sample/test.rb:113:in `
') .ok 66 (sample/test.rb:114:in `
') .ok 67 (sample/test.rb:115:in `
') .ok 68 (sample/test.rb:116:in `
') .ok 69 (sample/test.rb:117:in `
') .ok 70 (sample/test.rb:118:in `
') .ok 71 (sample/test.rb:119:in `
') .ok 72 (sample/test.rb:120:in `
') .ok 73 (sample/test.rb:122:in `
') .ok 74 (sample/test.rb:123:in `
') .ok 75 (sample/test.rb:124:in `
') .ok 76 (sample/test.rb:125:in `
') .ok 77 (sample/test.rb:126:in `
') .ok 78 (sample/test.rb:127:in `
') .ok 79 (sample/test.rb:128:in `
') .ok 80 (sample/test.rb:129:in `
') .ok 81 (sample/test.rb:131:in `block in
') .ok 82 (sample/test.rb:132:in `block in
') .ok 83 (sample/test.rb:133:in `block in
') .ok 84 (sample/test.rb:134:in `block in
') .ok 85 (sample/test.rb:135:in `block in
') .ok 86 (sample/test.rb:136:in `block in
') .ok 87 (sample/test.rb:137:in `block in
') .ok 88 (sample/test.rb:138:in `block in
') .ok 89 (sample/test.rb:139:in `block in
') .ok 90 (sample/test.rb:140:in `block in
') .ok 91 (sample/test.rb:141:in `block in
') .ok 92 (sample/test.rb:142:in `block in
') .ok 93 (sample/test.rb:143:in `block in
') .ok 94 (sample/test.rb:144:in `block in
') .ok 95 (sample/test.rb:145:in `block in
') .ok 96 (sample/test.rb:146:in `block in
') .ok 97 (sample/test.rb:148:in `block in
') .ok 98 (sample/test.rb:149:in `block in
') .ok 99 (sample/test.rb:150:in `block in
') .ok 100 (sample/test.rb:151:in `block in
') .ok 101 (sample/test.rb:152:in `block in
') .ok 102 (sample/test.rb:153:in `block in
') .ok 103 (sample/test.rb:154:in `block in
') .ok 104 (sample/test.rb:155:in `block in
') .ok 105 (sample/test.rb:156:in `block in
') .ok 106 (sample/test.rb:157:in `block in
') .ok 107 (sample/test.rb:159:in `block in
') .ok 108 (sample/test.rb:160:in `block in
') .ok 109 (sample/test.rb:161:in `block in
') .ok 110 (sample/test.rb:162:in `block in
') .ok 111 (sample/test.rb:163:in `block in
') .ok 112 (sample/test.rb:164:in `block in
') .ok 113 (sample/test.rb:165:in `block in
') .ok 114 (sample/test.rb:167:in `block in
') .ok 115 (sample/test.rb:168:in `block in
') .ok 116 (sample/test.rb:169:in `block in
') .ok 117 (sample/test.rb:170:in `block in
') .ok 118 (sample/test.rb:171:in `block in
') .ok 119 (sample/test.rb:172:in `block in
') .ok 120 (sample/test.rb:173:in `block in
') .ok 121 (sample/test.rb:174:in `block in
') .ok 122 (sample/test.rb:175:in `block in
') .ok 123 (sample/test.rb:176:in `block in
') .ok 124 (sample/test.rb:177:in `block in
') .ok 125 (sample/test.rb:179:in `block in
') .ok 126 (sample/test.rb:180:in `block in
') .ok 127 (sample/test.rb:181:in `block in
') .ok 128 (sample/test.rb:182:in `block in
') .ok 129 (sample/test.rb:183:in `block in
') .ok 130 (sample/test.rb:184:in `block in
') .ok 131 (sample/test.rb:185:in `block in
') .ok 132 (sample/test.rb:187:in `block in
') .ok 133 (sample/test.rb:188:in `block in
') .ok 134 (sample/test.rb:189:in `block in
') .ok 135 (sample/test.rb:190:in `block in
') .ok 136 (sample/test.rb:191:in `block in
') .ok 137 (sample/test.rb:192:in `block in
') .ok 138 (sample/test.rb:193:in `block in
') .ok 139 (sample/test.rb:194:in `block in
') .ok 140 (sample/test.rb:195:in `block in
') .ok 141 (sample/test.rb:196:in `block in
') .ok 142 (sample/test.rb:198:in `block in
') .ok 143 (sample/test.rb:199:in `block in
') .ok 144 (sample/test.rb:200:in `block in
') .ok 145 (sample/test.rb:201:in `block in
') .ok 146 (sample/test.rb:202:in `block in
') .ok 147 (sample/test.rb:203:in `block in
') .ok 148 (sample/test.rb:204:in `block in
') .ok 149 (sample/test.rb:206:in `
') .ok 150 (sample/test.rb:207:in `
') .ok 151 (sample/test.rb:208:in `
') .ok 152 (sample/test.rb:209:in `
') .ok 153 (sample/test.rb:210:in `
') .ok 154 (sample/test.rb:211:in `
') .ok 155 (sample/test.rb:212:in `
') .ok 156 (sample/test.rb:213:in `
') .ok 157 (sample/test.rb:214:in `
') .ok 158 (sample/test.rb:215:in `
') .ok 159 (sample/test.rb:217:in `
') .ok 160 (sample/test.rb:218:in `
') .ok 161 (sample/test.rb:219:in `
') .ok 162 (sample/test.rb:220:in `
') .ok 163 (sample/test.rb:221:in `
') .ok 164 (sample/test.rb:222:in `
') .ok 165 (sample/test.rb:223:in `
') .ok 166 (sample/test.rb:225:in `
') .ok 167 (sample/test.rb:226:in `
') .ok 168 (sample/test.rb:228:in `
') .ok 169 (sample/test.rb:229:in `
') .ok 170 (sample/test.rb:230:in `
') .ok 171 (sample/test.rb:231:in `
') .ok 172 (sample/test.rb:232:in `
') .ok 173 (sample/test.rb:233:in `
') .ok 174 (sample/test.rb:234:in `
') .ok 175 (sample/test.rb:235:in `
') .ok 176 (sample/test.rb:236:in `
') .ok 177 (sample/test.rb:237:in `
') .ok 178 (sample/test.rb:238:in `
') .ok 179 (sample/test.rb:240:in `
') .ok 180 (sample/test.rb:241:in `
') .ok 181 (sample/test.rb:242:in `
') .ok 182 (sample/test.rb:243:in `
') .ok 183 (sample/test.rb:244:in `
') .ok 184 (sample/test.rb:245:in `
') .ok 185 (sample/test.rb:246:in `
') .ok 186 (sample/test.rb:247:in `
') .ok 187 (sample/test.rb:249:in `
') .ok 188 (sample/test.rb:250:in `
') .ok 189 (sample/test.rb:251:in `
') .ok 190 (sample/test.rb:253:in `
') .ok 191 (sample/test.rb:254:in `
') .ok 192 (sample/test.rb:255:in `
') .ok 193 (sample/test.rb:256:in `
') .ok 194 (sample/test.rb:257:in `
') .ok 195 (sample/test.rb:258:in `
') .ok 196 (sample/test.rb:259:in `
') .ok 197 (sample/test.rb:260:in `
') .ok 198 (sample/test.rb:261:in `
') .ok 199 (sample/test.rb:262:in `
') .ok 200 (sample/test.rb:263:in `
') .ok 201 (sample/test.rb:265:in `
') .ok 202 (sample/test.rb:266:in `
') .ok 203 (sample/test.rb:267:in `
') .ok 204 (sample/test.rb:268:in `
') .ok 205 (sample/test.rb:269:in `
') .ok 206 (sample/test.rb:270:in `
') .ok 207 (sample/test.rb:271:in `
') .ok 208 (sample/test.rb:272:in `
') .ok 209 (sample/test.rb:274:in `block in
') .ok 210 (sample/test.rb:277:in `block in
') .ok 211 (sample/test.rb:277:in `block in
') .ok 212 (sample/test.rb:281:in `
') .ok 213 (sample/test.rb:282:in `
') .ok 214 (sample/test.rb:283:in `
') .ok 215 (sample/test.rb:284:in `
') .ok 216 (sample/test.rb:287:in `
') .ok 217 (sample/test.rb:288:in `
') .ok 218 (sample/test.rb:289:in `
') .ok 219 (sample/test.rb:290:in `
') .ok 220 (sample/test.rb:293:in `
') .ok 221 (sample/test.rb:294:in `
') .ok 222 (sample/test.rb:295:in `
') .ok 223 (sample/test.rb:296:in `
') .ok 224 (sample/test.rb:297:in `
') .ok 225 (sample/test.rb:300:in `
') .ok 226 (sample/test.rb:301:in `
') .ok 227 (sample/test.rb:302:in `
') .ok 228 (sample/test.rb:305:in `
') .ok 229 (sample/test.rb:306:in `
') .ok 230 (sample/test.rb:307:in `
') .ok 231 (sample/test.rb:308:in `
') .ok 232 (sample/test.rb:309:in `
') .ok 233 (sample/test.rb:310:in `
') .ok 234 (sample/test.rb:313:in `
') .ok 235 (sample/test.rb:314:in `
') .ok 236 (sample/test.rb:315:in `
') .ok 237 (sample/test.rb:318:in `
') .ok 238 (sample/test.rb:319:in `
') .ok 239 (sample/test.rb:320:in `
') .ok 240 (sample/test.rb:321:in `
') .ok 241 (sample/test.rb:322:in `
') .ok 242 (sample/test.rb:323:in `
') .ok 243 (sample/test.rb:326:in `
') .ok 244 (sample/test.rb:327:in `
') .ok 245 (sample/test.rb:328:in `
') .ok 246 (sample/test.rb:331:in `
') .ok 247 (sample/test.rb:332:in `
') .ok 248 (sample/test.rb:333:in `
') .ok 249 (sample/test.rb:334:in `
') .ok 250 (sample/test.rb:335:in `
') .ok 251 (sample/test.rb:336:in `
') .ok 252 (sample/test.rb:339:in `
') .ok 253 (sample/test.rb:340:in `
') .ok 254 (sample/test.rb:341:in `
') .ok 255 (sample/test.rb:344:in `
') .ok 256 (sample/test.rb:345:in `
') .ok 257 (sample/test.rb:346:in `
') .ok 258 (sample/test.rb:347:in `
') .ok 259 (sample/test.rb:348:in `
') .ok 260 (sample/test.rb:349:in `
') .ok 261 (sample/test.rb:352:in `
') .ok 262 (sample/test.rb:353:in `
') .ok 263 (sample/test.rb:354:in `
') .ok 264 (sample/test.rb:358:in `
') .ok 265 (sample/test.rb:360:in `
') .ok 266 (sample/test.rb:362:in `
') .ok 267 (sample/test.rb:365:in `
') .ok 268 (sample/test.rb:367:in `
') .ok 269 (sample/test.rb:369:in `
') .ok 270 (sample/test.rb:371:in `
') .ok 271 (sample/test.rb:372:in `
') .ok 272 (sample/test.rb:373:in `
') .ok 273 (sample/test.rb:374:in `
') .ok 274 (sample/test.rb:375:in `
') .ok 275 (sample/test.rb:376:in `
') .ok 276 (sample/test.rb:377:in `
') .ok 277 (sample/test.rb:378:in `
') .ok 278 (sample/test.rb:379:in `
') .ok 279 (sample/test.rb:380:in `
') .ok 280 (sample/test.rb:382:in `
') .ok 281 (sample/test.rb:383:in `
') .ok 282 (sample/test.rb:384:in `
') .ok 283 (sample/test.rb:385:in `
') .ok 284 (sample/test.rb:386:in `
') .ok 285 (sample/test.rb:387:in `
') .ok 286 (sample/test.rb:388:in `
') .ok 287 (sample/test.rb:390:in `
') .ok 288 (sample/test.rb:391:in `
') .ok 289 (sample/test.rb:392:in `
') .ok 290 (sample/test.rb:393:in `
') .ok 291 (sample/test.rb:394:in `
') .ok 292 (sample/test.rb:395:in `
') .ok 293 (sample/test.rb:396:in `
') .ok 294 (sample/test.rb:397:in `
') .ok 295 (sample/test.rb:398:in `
') .ok 296 (sample/test.rb:399:in `
') .ok 297 (sample/test.rb:400:in `
') .ok 298 (sample/test.rb:402:in `
') .ok 299 (sample/test.rb:403:in `
') .ok 300 (sample/test.rb:404:in `
') .ok 301 (sample/test.rb:405:in `
') .ok 302 (sample/test.rb:406:in `
') .ok 303 (sample/test.rb:407:in `
') .ok 304 (sample/test.rb:408:in `
') .ok 305 (sample/test.rb:409:in `
') .ok 306 (sample/test.rb:411:in `
') .ok 307 (sample/test.rb:412:in `
') .ok 308 (sample/test.rb:413:in `
') .ok 309 (sample/test.rb:415:in `
') .ok 310 (sample/test.rb:416:in `
') .ok 311 (sample/test.rb:417:in `
') .ok 312 (sample/test.rb:418:in `
') .ok 313 (sample/test.rb:419:in `
') .ok 314 (sample/test.rb:420:in `
') .ok 315 (sample/test.rb:421:in `
') .ok 316 (sample/test.rb:422:in `
') .ok 317 (sample/test.rb:423:in `
') .ok 318 (sample/test.rb:424:in `
') .ok 319 (sample/test.rb:425:in `
') .ok 320 (sample/test.rb:427:in `
') .ok 321 (sample/test.rb:428:in `
') .ok 322 (sample/test.rb:429:in `
') .ok 323 (sample/test.rb:430:in `
') .ok 324 (sample/test.rb:431:in `
') .ok 325 (sample/test.rb:432:in `
') .ok 326 (sample/test.rb:433:in `
') .ok 327 (sample/test.rb:434:in `
') .ok 328 (sample/test.rb:437:in `
') .ok 329 (sample/test.rb:438:in `
') .ok 330 (sample/test.rb:439:in `
') .ok 331 (sample/test.rb:440:in `
') .ok 332 (sample/test.rb:441:in `
') .ok 333 (sample/test.rb:442:in `
') .ok 334 (sample/test.rb:443:in `
') .ok 335 (sample/test.rb:444:in `
') .ok 336 (sample/test.rb:445:in `
') .ok 337 (sample/test.rb:446:in `
') .ok 338 (sample/test.rb:448:in `
') .ok 339 (sample/test.rb:449:in `
') .ok 340 (sample/test.rb:450:in `
') .ok 341 (sample/test.rb:451:in `
') .ok 342 (sample/test.rb:452:in `
') .ok 343 (sample/test.rb:453:in `
') .ok 344 (sample/test.rb:454:in `
') .ok 345 (sample/test.rb:457:in `
') .ok 346 (sample/test.rb:458:in `
') .ok 347 (sample/test.rb:459:in `
') .ok 348 (sample/test.rb:460:in `
') .ok 349 (sample/test.rb:461:in `
') .ok 350 (sample/test.rb:462:in `
') .ok 351 (sample/test.rb:463:in `
') .ok 352 (sample/test.rb:464:in `
') .ok 353 (sample/test.rb:465:in `
') .ok 354 (sample/test.rb:466:in `
') .ok 355 (sample/test.rb:467:in `
') .ok 356 (sample/test.rb:470:in `
') .ok 357 (sample/test.rb:471:in `
') .ok 358 (sample/test.rb:472:in `
') .ok 359 (sample/test.rb:475:in `
') .ok 360 (sample/test.rb:476:in `
') .ok 361 (sample/test.rb:477:in `
') .ok 362 (sample/test.rb:478:in `
') .ok 363 (sample/test.rb:479:in `
') .ok 364 (sample/test.rb:480:in `
') .ok 365 (sample/test.rb:481:in `
') .ok 366 (sample/test.rb:482:in `
') .ok 367 (sample/test.rb:483:in `
') .ok 368 (sample/test.rb:484:in `
') .ok 369 (sample/test.rb:485:in `
') .ok 370 (sample/test.rb:488:in `
') .ok 371 (sample/test.rb:489:in `
') .ok 372 (sample/test.rb:490:in `
') sample/test.rb:condition .ok 1 (sample/test.rb:496:in `
') .ok 2 (sample/test.rb:499:in `
') sample/test.rb:if/unless .ok 1 (sample/test.rb:506:in `
') .ok 2 (sample/test.rb:511:in `
') .ok 3 (sample/test.rb:512:in `
') sample/test.rb:case .ok 1 (sample/test.rb:520:in `
') .ok 2 (sample/test.rb:525:in `
') .ok 3 (sample/test.rb:532:in `
') .ok 4 (sample/test.rb:539:in `
') .ok 5 (sample/test.rb:546:in `
') sample/test.rb:while/until .ok 1 (sample/test.rb:564:in `
') .ok 2 (sample/test.rb:570:in `
') .ok 3 (sample/test.rb:580:in `
') .ok 4 (sample/test.rb:596:in `
') .ok 5 (sample/test.rb:607:in `
') .ok 6 (sample/test.rb:619:in `
') .ok 7 (sample/test.rb:623:in `
') .ok 8 (sample/test.rb:629:in `
') sample/test.rb:exception .ok 1 (sample/test.rb:639:in `rescue in
') .ok 2 (sample/test.rb:652:in `
') .ok 3 (sample/test.rb:664:in `rescue in
') .ok 4 (sample/test.rb:665:in `rescue in
') .ok 5 (sample/test.rb:666:in `rescue in
') .ok 6 (sample/test.rb:678:in `rescue in
') .ok 7 (sample/test.rb:690:in `
') .ok 8 (sample/test.rb:701:in `
') .ok 9 (sample/test.rb:711:in `
') .ok 10 (sample/test.rb:723:in `
') sample/test.rb:array .ok 1 (sample/test.rb:726:in `
') .ok 2 (sample/test.rb:727:in `
') .ok 3 (sample/test.rb:728:in `
') .ok 4 (sample/test.rb:730:in `
') .ok 5 (sample/test.rb:732:in `
') .ok 6 (sample/test.rb:733:in `
') .ok 7 (sample/test.rb:734:in `
') .ok 8 (sample/test.rb:737:in `
') .ok 9 (sample/test.rb:738:in `
') .ok 10 (sample/test.rb:739:in `
') .ok 11 (sample/test.rb:742:in `
') .ok 12 (sample/test.rb:745:in `
') .ok 13 (sample/test.rb:748:in `
') .ok 14 (sample/test.rb:751:in `
') .ok 15 (sample/test.rb:752:in `
') .ok 16 (sample/test.rb:757:in `
') .ok 17 (sample/test.rb:762:in `
') .ok 18 (sample/test.rb:765:in `
') .ok 19 (sample/test.rb:767:in `
') .ok 20 (sample/test.rb:772:in `
') .ok 21 (sample/test.rb:775:in `
') .ok 22 (sample/test.rb:777:in `
') .ok 23 (sample/test.rb:781:in `
') .ok 24 (sample/test.rb:782:in `
') .ok 25 (sample/test.rb:783:in `
') .ok 26 (sample/test.rb:785:in `
') .ok 27 (sample/test.rb:786:in `
') .ok 28 (sample/test.rb:787:in `
') .ok 29 (sample/test.rb:788:in `
') .ok 30 (sample/test.rb:789:in `
') .ok 31 (sample/test.rb:791:in `
') .ok 32 (sample/test.rb:794:in `
') .ok 33 (sample/test.rb:795:in `
') .ok 34 (sample/test.rb:796:in `
') .ok 35 (sample/test.rb:799:in `
') .ok 36 (sample/test.rb:800:in `
') .ok 37 (sample/test.rb:804:in `
') .ok 38 (sample/test.rb:808:in `
') .ok 39 (sample/test.rb:812:in `
') sample/test.rb:hash .ok 1 (sample/test.rb:817:in `
') .ok 2 (sample/test.rb:826:in `
') .ok 3 (sample/test.rb:828:in `
') .ok 4 (sample/test.rb:829:in `
') .ok 5 (sample/test.rb:830:in `
') .ok 6 (sample/test.rb:831:in `
') .ok 7 (sample/test.rb:832:in `
') .ok 8 (sample/test.rb:835:in `
') .ok 9 (sample/test.rb:838:in `
') .ok 10 (sample/test.rb:839:in `
') .ok 11 (sample/test.rb:842:in `
') .ok 12 (sample/test.rb:846:in `
') .ok 13 (sample/test.rb:850:in `
') .ok 14 (sample/test.rb:851:in `
') .ok 15 (sample/test.rb:854:in `
') .ok 16 (sample/test.rb:855:in `
') .ok 17 (sample/test.rb:858:in `
') .ok 18 (sample/test.rb:859:in `
') .ok 19 (sample/test.rb:863:in `
') .ok 20 (sample/test.rb:864:in `
') .ok 21 (sample/test.rb:866:in `
') .ok 22 (sample/test.rb:867:in `
') .ok 23 (sample/test.rb:869:in `
') .ok 24 (sample/test.rb:877:in `
') .ok 25 (sample/test.rb:878:in `
') .ok 26 (sample/test.rb:880:in `
') .ok 27 (sample/test.rb:881:in `
') sample/test.rb:iterator .ok 1 (sample/test.rb:885:in `
') .ok 2 (sample/test.rb:888:in `ttt') .ok 3 (sample/test.rb:893:in `
') .ok 4 (sample/test.rb:902:in `
') .ok 5 (sample/test.rb:913:in `
') .ok 6 (sample/test.rb:930:in `
') .ok 7 (sample/test.rb:942:in `
') .ok 8 (sample/test.rb:950:in `
') .ok 9 (sample/test.rb:960:in `
') .ok 10 (sample/test.rb:970:in `
') .ok 11 (sample/test.rb:976:in `
') .ok 12 (sample/test.rb:977:in `
') .ok 13 (sample/test.rb:990:in `
') .ok 14 (sample/test.rb:1009:in `
') .ok 15 (sample/test.rb:1011:in `
') .ok 16 (sample/test.rb:1013:in `block in
') .ok 17 (sample/test.rb:1014:in `block in
') .ok 18 (sample/test.rb:1015:in `block in
') .ok 19 (sample/test.rb:1017:in `block in
') .ok 20 (sample/test.rb:1018:in `block in
') .ok 21 (sample/test.rb:1019:in `block in
') .ok 22 (sample/test.rb:1021:in `block in
') .ok 23 (sample/test.rb:1023:in `block in
') .ok 24 (sample/test.rb:1024:in `block in
') .ok 25 (sample/test.rb:1025:in `block in
') .ok 26 (sample/test.rb:1026:in `block in
') .ok 27 (sample/test.rb:1027:in `block in
') .ok 28 (sample/test.rb:1028:in `block in
') .ok 29 (sample/test.rb:1029:in `block in
') .ok 30 (sample/test.rb:1030:in `block in
') .ok 31 (sample/test.rb:1031:in `block in
') .ok 32 (sample/test.rb:1033:in `block in
') .ok 33 (sample/test.rb:1034:in `block in
') .ok 34 (sample/test.rb:1043:in `
') .ok 35 (sample/test.rb:1044:in `
') .ok 36 (sample/test.rb:1049:in `
') .ok 37 (sample/test.rb:1050:in `
') .ok 38 (sample/test.rb:1062:in `
') .ok 39 (sample/test.rb:1064:in `
') .ok 40 (sample/test.rb:1065:in `
') .ok 41 (sample/test.rb:1066:in `block in
') .ok 42 (sample/test.rb:1068:in `block_test') .ok 43 (sample/test.rb:1068:in `block_test') .ok 44 (sample/test.rb:1084:in `
') .ok 45 (sample/test.rb:1085:in `
') .ok 46 (sample/test.rb:1086:in `
') .ok 47 (sample/test.rb:1087:in `
') .ok 48 (sample/test.rb:1088:in `
') .ok 49 (sample/test.rb:1090:in `
') .ok 50 (sample/test.rb:1091:in `
') .ok 51 (sample/test.rb:1092:in `
') .ok 52 (sample/test.rb:1093:in `
') .ok 53 (sample/test.rb:1094:in `
') .ok 54 (sample/test.rb:1100:in `
') .ok 55 (sample/test.rb:1101:in `
') .ok 56 (sample/test.rb:1102:in `
') .ok 57 (sample/test.rb:1103:in `
') .ok 58 (sample/test.rb:1104:in `
') .ok 59 (sample/test.rb:1105:in `
') .ok 60 (sample/test.rb:1107:in `
') .ok 61 (sample/test.rb:1108:in `
') .ok 62 (sample/test.rb:1109:in `
') .ok 63 (sample/test.rb:1110:in `
') .ok 64 (sample/test.rb:1113:in `
') .ok 65 (sample/test.rb:1114:in `
') .ok 66 (sample/test.rb:1115:in `
') .ok 67 (sample/test.rb:1116:in `
') .ok 68 (sample/test.rb:1119:in `
') .ok 69 (sample/test.rb:1120:in `
') .ok 70 (sample/test.rb:1121:in `
') .ok 71 (sample/test.rb:1122:in `
') .ok 72 (sample/test.rb:1124:in `
') .ok 73 (sample/test.rb:1125:in `
') .ok 74 (sample/test.rb:1127:in `
') .ok 75 (sample/test.rb:1128:in `
') .ok 76 (sample/test.rb:1135:in `
') .ok 77 (sample/test.rb:1141:in `
') .ok 78 (sample/test.rb:1152:in `
') .ok 79 (sample/test.rb:1156:in `
') .ok 80 (sample/test.rb:1160:in `
') .ok 81 (sample/test.rb:1164:in `
') .ok 82 (sample/test.rb:1176:in `
') .ok 83 (sample/test.rb:1177:in `
') .ok 84 (sample/test.rb:1185:in `
') .ok 85 (sample/test.rb:1191:in `
') .ok 86 (sample/test.rb:1200:in `
') .ok 87 (sample/test.rb:1215:in `
') .ok 88 (sample/test.rb:1222:in `
') .ok 89 (sample/test.rb:1227:in `
') .ok 90 (sample/test.rb:1235:in `
') .ok 91 (sample/test.rb:1242:in `
') .ok 92 (sample/test.rb:1254:in `
') .ok 93 (sample/test.rb:1263:in `
') .ok 94 (sample/test.rb:1272:in `
') .ok 95 (sample/test.rb:1281:in `
') .ok 96 (sample/test.rb:1291:in `
') .ok 97 (sample/test.rb:1299:in `
') .ok 98 (sample/test.rb:1309:in `
') .ok 99 (sample/test.rb:1317:in `
') .ok 100 (sample/test.rb:1323:in `
') .ok 101 (sample/test.rb:1329:in `
') .ok 102 (sample/test.rb:1330:in `
') .ok 103 (sample/test.rb:1331:in `
') .ok 104 (sample/test.rb:1333:in `call') .ok 105 (sample/test.rb:1334:in `call') .ok 106 (sample/test.rb:1344:in `a') .ok 107 (sample/test.rb:1348:in `
') .ok 108 (sample/test.rb:1359:in `foo') .ok 109 (sample/test.rb:1360:in `foo') .ok 110 (sample/test.rb:1386:in `
') .ok 111 (sample/test.rb:1395:in `
') sample/test.rb:float .ok 1 (sample/test.rb:1398:in `
') .ok 2 (sample/test.rb:1399:in `
') .ok 3 (sample/test.rb:1400:in `
') .ok 4 (sample/test.rb:1401:in `
') .ok 5 (sample/test.rb:1402:in `
') .ok 6 (sample/test.rb:1403:in `
') .ok 7 (sample/test.rb:1404:in `
') .ok 8 (sample/test.rb:1405:in `
') .ok 9 (sample/test.rb:1406:in `
') .ok 10 (sample/test.rb:1409:in `nan_test') .ok 11 (sample/test.rb:1410:in `nan_test') .ok 12 (sample/test.rb:1411:in `nan_test') .ok 13 (sample/test.rb:1412:in `nan_test') .ok 14 (sample/test.rb:1413:in `nan_test') .ok 15 (sample/test.rb:1409:in `nan_test') .ok 16 (sample/test.rb:1410:in `nan_test') .ok 17 (sample/test.rb:1411:in `nan_test') .ok 18 (sample/test.rb:1412:in `nan_test') .ok 19 (sample/test.rb:1413:in `nan_test') .ok 20 (sample/test.rb:1409:in `nan_test') .ok 21 (sample/test.rb:1410:in `nan_test') .ok 22 (sample/test.rb:1411:in `nan_test') .ok 23 (sample/test.rb:1412:in `nan_test') .ok 24 (sample/test.rb:1413:in `nan_test') .ok 25 (sample/test.rb:1409:in `nan_test') .ok 26 (sample/test.rb:1410:in `nan_test') .ok 27 (sample/test.rb:1411:in `nan_test') .ok 28 (sample/test.rb:1412:in `nan_test') .ok 29 (sample/test.rb:1413:in `nan_test') .ok 30 (sample/test.rb:1409:in `nan_test') .ok 31 (sample/test.rb:1410:in `nan_test') .ok 32 (sample/test.rb:1411:in `nan_test') .ok 33 (sample/test.rb:1412:in `nan_test') .ok 34 (sample/test.rb:1413:in `nan_test') .ok 35 (sample/test.rb:1409:in `nan_test') .ok 36 (sample/test.rb:1410:in `nan_test') .ok 37 (sample/test.rb:1411:in `nan_test') .ok 38 (sample/test.rb:1412:in `nan_test') .ok 39 (sample/test.rb:1413:in `nan_test') .ok 40 (sample/test.rb:1409:in `nan_test') .ok 41 (sample/test.rb:1410:in `nan_test') .ok 42 (sample/test.rb:1411:in `nan_test') .ok 43 (sample/test.rb:1412:in `nan_test') .ok 44 (sample/test.rb:1413:in `nan_test') .ok 45 (sample/test.rb:1409:in `nan_test') .ok 46 (sample/test.rb:1410:in `nan_test') .ok 47 (sample/test.rb:1411:in `nan_test') .ok 48 (sample/test.rb:1412:in `nan_test') .ok 49 (sample/test.rb:1413:in `nan_test') .ok 50 (sample/test.rb:1409:in `nan_test') .ok 51 (sample/test.rb:1410:in `nan_test') .ok 52 (sample/test.rb:1411:in `nan_test') .ok 53 (sample/test.rb:1412:in `nan_test') .ok 54 (sample/test.rb:1413:in `nan_test') .ok 55 (sample/test.rb:1409:in `nan_test') .ok 56 (sample/test.rb:1410:in `nan_test') .ok 57 (sample/test.rb:1411:in `nan_test') .ok 58 (sample/test.rb:1412:in `nan_test') .ok 59 (sample/test.rb:1413:in `nan_test') .ok 60 (sample/test.rb:1409:in `nan_test') .ok 61 (sample/test.rb:1410:in `nan_test') .ok 62 (sample/test.rb:1411:in `nan_test') .ok 63 (sample/test.rb:1412:in `nan_test') .ok 64 (sample/test.rb:1413:in `nan_test') .ok 65 (sample/test.rb:1409:in `nan_test') .ok 66 (sample/test.rb:1410:in `nan_test') .ok 67 (sample/test.rb:1411:in `nan_test') .ok 68 (sample/test.rb:1412:in `nan_test') .ok 69 (sample/test.rb:1413:in `nan_test') .ok 70 (sample/test.rb:1409:in `nan_test') .ok 71 (sample/test.rb:1410:in `nan_test') .ok 72 (sample/test.rb:1411:in `nan_test') .ok 73 (sample/test.rb:1412:in `nan_test') .ok 74 (sample/test.rb:1413:in `nan_test') .ok 75 (sample/test.rb:1409:in `nan_test') .ok 76 (sample/test.rb:1410:in `nan_test') .ok 77 (sample/test.rb:1411:in `nan_test') .ok 78 (sample/test.rb:1412:in `nan_test') .ok 79 (sample/test.rb:1413:in `nan_test') .ok 80 (sample/test.rb:1433:in `
') sample/test.rb:bignum .ok 1 (sample/test.rb:1447:in `
') .ok 2 (sample/test.rb:1448:in `
') .ok 3 (sample/test.rb:1449:in `
') .ok 4 (sample/test.rb:1450:in `
') .ok 5 (sample/test.rb:1451:in `
') .ok 6 (sample/test.rb:1452:in `
') .ok 7 (sample/test.rb:1453:in `
') .ok 8 (sample/test.rb:1454:in `
') .ok 9 (sample/test.rb:1456:in `
') .ok 10 (sample/test.rb:1457:in `
') .ok 11 (sample/test.rb:1458:in `
') .ok 12 (sample/test.rb:1464:in `
') .ok 13 (sample/test.rb:1472:in `
') .ok 14 (sample/test.rb:1481:in `
') .ok 15 (sample/test.rb:1490:in `
') .ok 16 (sample/test.rb:1494:in `
') .ok 17 (sample/test.rb:1495:in `
') .ok 18 (sample/test.rb:1496:in `
') .ok 19 (sample/test.rb:1497:in `
') .ok 20 (sample/test.rb:1498:in `
') .ok 21 (sample/test.rb:1499:in `
') .ok 22 (sample/test.rb:1500:in `
') .ok 23 (sample/test.rb:1501:in `
') .ok 24 (sample/test.rb:1503:in `
') .ok 25 (sample/test.rb:1504:in `
') .ok 26 (sample/test.rb:1508:in `
') .ok 27 (sample/test.rb:1509:in `
') .ok 28 (sample/test.rb:1514:in `shift_test') .ok 29 (sample/test.rb:1518:in `shift_test') .ok 30 (sample/test.rb:1514:in `shift_test') .ok 31 (sample/test.rb:1518:in `shift_test') sample/test.rb:string & char .ok 1 (sample/test.rb:1526:in `
') .ok 2 (sample/test.rb:1527:in `
') .ok 3 (sample/test.rb:1528:in `
') .ok 4 (sample/test.rb:1530:in `
') .ok 5 (sample/test.rb:1531:in `
') .ok 6 (sample/test.rb:1532:in `
') .ok 7 (sample/test.rb:1533:in `
') .ok 8 (sample/test.rb:1534:in `
') .ok 9 (sample/test.rb:1535:in `
') .ok 10 (sample/test.rb:1536:in `
') .ok 11 (sample/test.rb:1537:in `
') .ok 12 (sample/test.rb:1538:in `
') .ok 13 (sample/test.rb:1539:in `
') .ok 14 (sample/test.rb:1540:in `
') .ok 15 (sample/test.rb:1541:in `
') .ok 16 (sample/test.rb:1542:in `
') .ok 17 (sample/test.rb:1543:in `
') .ok 18 (sample/test.rb:1544:in `
') .ok 19 (sample/test.rb:1546:in `
') .ok 20 (sample/test.rb:1547:in `
') .ok 21 (sample/test.rb:1548:in `
') .ok 22 (sample/test.rb:1549:in `
') .ok 23 (sample/test.rb:1551:in `
') .ok 24 (sample/test.rb:1552:in `
') .ok 25 (sample/test.rb:1559:in `
') .ok 26 (sample/test.rb:1561:in `
') .ok 27 (sample/test.rb:1562:in `
') .ok 28 (sample/test.rb:1565:in `
') .ok 29 (sample/test.rb:1566:in `
') .ok 30 (sample/test.rb:1569:in `
') .ok 31 (sample/test.rb:1571:in `
') .ok 32 (sample/test.rb:1572:in `
') .ok 33 (sample/test.rb:1573:in `
') .ok 34 (sample/test.rb:1576:in `
') .ok 35 (sample/test.rb:1577:in `
') .ok 36 (sample/test.rb:1578:in `
') .ok 37 (sample/test.rb:1581:in `
') .ok 38 (sample/test.rb:1582:in `
') .ok 39 (sample/test.rb:1583:in `
') .ok 40 (sample/test.rb:1584:in `
') .ok 41 (sample/test.rb:1585:in `
') .ok 42 (sample/test.rb:1588:in `
') .ok 43 (sample/test.rb:1589:in `
') .ok 44 (sample/test.rb:1590:in `
') .ok 45 (sample/test.rb:1591:in `
') .ok 46 (sample/test.rb:1592:in `
') .ok 47 (sample/test.rb:1593:in `
') .ok 48 (sample/test.rb:1594:in `
') .ok 49 (sample/test.rb:1595:in `
') .ok 50 (sample/test.rb:1596:in `
') .ok 51 (sample/test.rb:1597:in `
') .ok 52 (sample/test.rb:1598:in `
') .ok 53 (sample/test.rb:1609:in `
') .ok 54 (sample/test.rb:1613:in `
') .ok 55 (sample/test.rb:1620:in `
') .ok 56 (sample/test.rb:1621:in `
') .ok 57 (sample/test.rb:1622:in `
') .ok 58 (sample/test.rb:1623:in `
') .ok 59 (sample/test.rb:1624:in `
') .ok 60 (sample/test.rb:1625:in `
') .ok 61 (sample/test.rb:1626:in `
') .ok 62 (sample/test.rb:1633:in `
') sample/test.rb:assignment .ok 1 (sample/test.rb:1637:in `
') .ok 2 (sample/test.rb:1638:in `
') .ok 3 (sample/test.rb:1642:in `
') .ok 4 (sample/test.rb:1645:in `
') .ok 5 (sample/test.rb:1648:in `
') .ok 6 (sample/test.rb:1651:in `
') .ok 7 (sample/test.rb:1654:in `
') .ok 8 (sample/test.rb:1657:in `
') .ok 9 (sample/test.rb:1660:in `
') .ok 10 (sample/test.rb:1663:in `
') sample/test.rb:call .ok 1 (sample/test.rb:1677:in `rescue in
') .ok 2 (sample/test.rb:1684:in `rescue in
') .ok 3 (sample/test.rb:1687:in `
') .ok 4 (sample/test.rb:1688:in `
') .ok 5 (sample/test.rb:1689:in `
') .ok 6 (sample/test.rb:1690:in `
') sample/test.rb:proc .ok 1 (sample/test.rb:1694:in `
') .ok 2 (sample/test.rb:1695:in `
') .ok 3 (sample/test.rb:1698:in `
') .ok 4 (sample/test.rb:1699:in `
') .ok 5 (sample/test.rb:1710:in `block in
') .ok 6 (sample/test.rb:1712:in `
') .ok 7 (sample/test.rb:1714:in `block in
') .ok 8 (sample/test.rb:1719:in `block in dyna_var_check') .ok 9 (sample/test.rb:1729:in `
') sample/test.rb:signal .ok 1 (sample/test.rb:1741:in `
') .ok 2 (sample/test.rb:1752:in `
') sample/test.rb:eval .ok 1 (sample/test.rb:1756:in `
') .ok 2 (sample/test.rb:1759:in `
') .ok 3 (sample/test.rb:1761:in `
') .ok 4 (sample/test.rb:1762:in `
') .ok 5 (sample/test.rb:1763:in `
') .ok 6 (sample/test.rb:1764:in `
') .ok 7 (sample/test.rb:1765:in `
') .ok 8 (sample/test.rb:1766:in `
') .ok 9 ((eval):1:in `
') .ok 10 (sample/test.rb:1775:in `
') .ok 11 (sample/test.rb:1776:in `
') .ok 12 (sample/test.rb:1778:in `
') .ok 13 (sample/test.rb:1779:in `
') .ok 14 (sample/test.rb:1780:in `
') .ok 15 (sample/test.rb:1792:in `
') .ok 16 (sample/test.rb:1793:in `
') .ok 17 (sample/test.rb:1800:in `
') .ok 18 (sample/test.rb:1807:in `
') .ok 19 (sample/test.rb:1808:in `
') .ok 20 (sample/test.rb:1815:in `
') .ok 21 (sample/test.rb:1819:in `
') .ok 22 (sample/test.rb:1822:in `
') .ok 23 (sample/test.rb:1826:in `
') .ok 24 (sample/test.rb:1830:in `
') .ok 25 (sample/test.rb:1833:in `
') .ok 26 (sample/test.rb:1837:in `
') .ok 27 (sample/test.rb:1840:in `
') .ok 28 (sample/test.rb:1841:in `
') .ok 29 (sample/test.rb:1860:in `
') sample/test.rb:system .ok 1 (sample/test.rb:1874:in `
') .ok 2 (sample/test.rb:1875:in `
') .ok 3 (sample/test.rb:1881:in `
') .ok 4 (sample/test.rb:1882:in `
') .ok 5 (sample/test.rb:1889:in `
') .ok 6 (sample/test.rb:1899:in `
') .ok 7 (sample/test.rb:1900:in `
') .ok 8 (sample/test.rb:1918:in `
') "lib/abbrev.rb" "lib/base64.rb" "lib/benchmark.rb" "lib/cgi/cookie.rb" "lib/cgi/core.rb" "lib/cgi/html.rb" "lib/cgi/session/pstore.rb" "lib/cgi/session.rb" "lib/cgi/util.rb" "lib/cgi.rb" "lib/cmath.rb" "lib/complex.rb" "lib/csv.rb" "lib/date/format.rb" "lib/date.rb" "lib/debug.rb" "lib/delegate.rb" "lib/drb/acl.rb" "lib/drb/drb.rb" "lib/drb/eq.rb" "lib/drb/extserv.rb" "lib/drb/extservm.rb" "lib/drb/gw.rb" "lib/drb/invokemethod.rb" "lib/drb/observer.rb" "lib/drb/ssl.rb" "lib/drb/timeridconv.rb" "lib/drb/unix.rb" "lib/drb.rb" "lib/e2mmap.rb" "lib/English.rb" "lib/erb.rb" "lib/fileutils.rb" "lib/find.rb" "lib/forwardable.rb" "lib/getoptlong.rb" "lib/gserver.rb" "lib/ipaddr.rb" "lib/irb/cmd/chws.rb" "lib/irb/cmd/fork.rb" "lib/irb/cmd/help.rb" "lib/irb/cmd/load.rb" "lib/irb/cmd/nop.rb" "lib/irb/cmd/pushws.rb" "lib/irb/cmd/subirb.rb" "lib/irb/completion.rb" "lib/irb/context.rb" "lib/irb/ext/change-ws.rb" "lib/irb/ext/history.rb" "lib/irb/ext/loader.rb" "lib/irb/ext/math-mode.rb" "lib/irb/ext/multi-irb.rb" "lib/irb/ext/save-history.rb" "lib/irb/ext/tracer.rb" "lib/irb/ext/use-loader.rb" "lib/irb/ext/workspaces.rb" "lib/irb/extend-command.rb" "lib/irb/frame.rb" "lib/irb/help.rb" "lib/irb/init.rb" "lib/irb/input-method.rb" "lib/irb/lc/error.rb" "lib/irb/lc/ja/encoding_aliases.rb" "lib/irb/lc/ja/error.rb" "lib/irb/locale.rb" "lib/irb/magic-file.rb" "lib/irb/notifier.rb" "lib/irb/output-method.rb" "lib/irb/ruby-lex.rb" "lib/irb/ruby-token.rb" "lib/irb/slex.rb" "lib/irb/src_encoding.rb" "lib/irb/version.rb" "lib/irb/workspace.rb" "lib/irb/ws-for-case-2.rb" "lib/irb/xmp.rb" "lib/irb.rb" "lib/logger.rb" "lib/mathn.rb" "lib/matrix.rb" "lib/minitest/autorun.rb" "lib/minitest/mock.rb" "lib/minitest/spec.rb" "lib/minitest/unit.rb" "lib/mkmf.rb" "lib/monitor.rb" "lib/mutex_m.rb" "lib/net/ftp.rb" "lib/net/http.rb" "lib/net/https.rb" "lib/net/imap.rb" "lib/net/pop.rb" "lib/net/protocol.rb" "lib/net/smtp.rb" "lib/net/telnet.rb" "lib/observer.rb" "lib/open-uri.rb" "lib/open3.rb" "lib/optparse/date.rb" "lib/optparse/shellwords.rb" "lib/optparse/time.rb" "lib/optparse/uri.rb" "lib/optparse/version.rb" "lib/optparse.rb" "lib/ostruct.rb" "lib/pathname.rb" "lib/pp.rb" "lib/prettyprint.rb" "lib/prime.rb" "lib/profile.rb" "lib/profiler.rb" "lib/pstore.rb" "lib/racc/parser.rb" "lib/rake/classic_namespace.rb" "lib/rake/clean.rb" "lib/rake/gempackagetask.rb" "lib/rake/loaders/makefile.rb" "lib/rake/packagetask.rb" "lib/rake/rake_test_loader.rb" "lib/rake/rdoctask.rb" "lib/rake/runtest.rb" "lib/rake/tasklib.rb" "lib/rake/testtask.rb" "lib/rake/win32.rb" "lib/rake.rb" "lib/rational.rb" "lib/rbconfig/datadir.rb" "lib/rdoc/code_objects.rb" "lib/rdoc/diagram.rb" "lib/rdoc/dot.rb" "lib/rdoc/generator/chm/chm.rb" "lib/rdoc/generator/chm.rb" "lib/rdoc/generator/html/common.rb" "lib/rdoc/generator/html/frameless.rb" "lib/rdoc/generator/html/hefss.rb" "lib/rdoc/generator/html/html.rb" "lib/rdoc/generator/html/kilmer.rb" "lib/rdoc/generator/html/kilmerfactory.rb" "lib/rdoc/generator/html/one_page_html.rb" "lib/rdoc/generator/html.rb" "lib/rdoc/generator/ri.rb" "lib/rdoc/generator/texinfo.rb" "lib/rdoc/generator/xml/rdf.rb" "lib/rdoc/generator/xml/xml.rb" "lib/rdoc/generator/xml.rb" "lib/rdoc/generator.rb" "lib/rdoc/known_classes.rb" "lib/rdoc/markup/attribute_manager.rb" "lib/rdoc/markup/formatter.rb" "lib/rdoc/markup/fragments.rb" "lib/rdoc/markup/inline.rb" "lib/rdoc/markup/lines.rb" "lib/rdoc/markup/preprocess.rb" "lib/rdoc/markup/to_flow.rb" "lib/rdoc/markup/to_html.rb" "lib/rdoc/markup/to_html_crossref.rb" "lib/rdoc/markup/to_latex.rb" "lib/rdoc/markup/to_test.rb" "lib/rdoc/markup/to_texinfo.rb" "lib/rdoc/markup.rb" "lib/rdoc/options.rb" "lib/rdoc/parser/c.rb" "lib/rdoc/parser/f95.rb" "lib/rdoc/parser/perl.rb" "lib/rdoc/parser/ruby.rb" "lib/rdoc/parser/simple.rb" "lib/rdoc/parser.rb" "lib/rdoc/rdoc.rb" "lib/rdoc/ri/cache.rb" "lib/rdoc/ri/descriptions.rb" "lib/rdoc/ri/display.rb" "lib/rdoc/ri/driver.rb" "lib/rdoc/ri/formatter.rb" "lib/rdoc/ri/paths.rb" "lib/rdoc/ri/reader.rb" "lib/rdoc/ri/util.rb" "lib/rdoc/ri/writer.rb" "lib/rdoc/ri.rb" "lib/rdoc/stats.rb" "lib/rdoc/template.rb" "lib/rdoc/tokenstream.rb" "lib/rdoc.rb" "lib/resolv-replace.rb" "lib/resolv.rb" "lib/rexml/attlistdecl.rb" "lib/rexml/attribute.rb" "lib/rexml/cdata.rb" "lib/rexml/child.rb" "lib/rexml/comment.rb" "lib/rexml/doctype.rb" "lib/rexml/document.rb" "lib/rexml/dtd/attlistdecl.rb" "lib/rexml/dtd/dtd.rb" "lib/rexml/dtd/elementdecl.rb" "lib/rexml/dtd/entitydecl.rb" "lib/rexml/dtd/notationdecl.rb" "lib/rexml/element.rb" "lib/rexml/encoding.rb" "lib/rexml/encodings/CP-1252.rb" "lib/rexml/encodings/EUC-JP.rb" "lib/rexml/encodings/ICONV.rb" "lib/rexml/encodings/ISO-8859-1.rb" "lib/rexml/encodings/ISO-8859-15.rb" "lib/rexml/encodings/SHIFT-JIS.rb" "lib/rexml/encodings/SHIFT_JIS.rb" "lib/rexml/encodings/UNILE.rb" "lib/rexml/encodings/US-ASCII.rb" "lib/rexml/encodings/UTF-16.rb" "lib/rexml/encodings/UTF-8.rb" "lib/rexml/entity.rb" "lib/rexml/formatters/default.rb" "lib/rexml/formatters/pretty.rb" "lib/rexml/formatters/transitive.rb" "lib/rexml/functions.rb" "lib/rexml/instruction.rb" "lib/rexml/light/node.rb" "lib/rexml/namespace.rb" "lib/rexml/node.rb" "lib/rexml/output.rb" "lib/rexml/parent.rb" "lib/rexml/parseexception.rb" "lib/rexml/parsers/baseparser.rb" "lib/rexml/parsers/lightparser.rb" "lib/rexml/parsers/pullparser.rb" "lib/rexml/parsers/sax2parser.rb" "lib/rexml/parsers/streamparser.rb" "lib/rexml/parsers/treeparser.rb" "lib/rexml/parsers/ultralightparser.rb" "lib/rexml/parsers/xpathparser.rb" "lib/rexml/quickpath.rb" "lib/rexml/rexml.rb" "lib/rexml/sax2listener.rb" "lib/rexml/source.rb" "lib/rexml/streamlistener.rb" "lib/rexml/syncenumerator.rb" "lib/rexml/text.rb" "lib/rexml/undefinednamespaceexception.rb" "lib/rexml/validation/relaxng.rb" "lib/rexml/validation/validation.rb" "lib/rexml/validation/validationexception.rb" "lib/rexml/xmldecl.rb" "lib/rexml/xmltokens.rb" "lib/rexml/xpath.rb" "lib/rexml/xpath_parser.rb" "lib/rinda/rinda.rb" "lib/rinda/ring.rb" "lib/rinda/tuplespace.rb" "lib/rss/0.9.rb" "lib/rss/1.0.rb" "lib/rss/2.0.rb" "lib/rss/atom.rb" "lib/rss/content/1.0.rb" "lib/rss/content/2.0.rb" "lib/rss/content.rb" "lib/rss/converter.rb" "lib/rss/dublincore/1.0.rb" "lib/rss/dublincore/2.0.rb" "lib/rss/dublincore/atom.rb" "lib/rss/dublincore.rb" "lib/rss/image.rb" "lib/rss/itunes.rb" "lib/rss/maker/0.9.rb" "lib/rss/maker/1.0.rb" "lib/rss/maker/2.0.rb" "lib/rss/maker/atom.rb" "lib/rss/maker/base.rb" "lib/rss/maker/content.rb" "lib/rss/maker/dublincore.rb" "lib/rss/maker/entry.rb" "lib/rss/maker/feed.rb" "lib/rss/maker/image.rb" "lib/rss/maker/itunes.rb" "lib/rss/maker/slash.rb" "lib/rss/maker/syndication.rb" "lib/rss/maker/taxonomy.rb" "lib/rss/maker/trackback.rb" "lib/rss/maker.rb" "lib/rss/parser.rb" "lib/rss/rexmlparser.rb" "lib/rss/rss.rb" "lib/rss/slash.rb" "lib/rss/syndication.rb" "lib/rss/taxonomy.rb" "lib/rss/trackback.rb" "lib/rss/utils.rb" "lib/rss/xml-stylesheet.rb" "lib/rss/xml.rb" "lib/rss/xmlparser.rb" "lib/rss/xmlscanner.rb" "lib/rss.rb" "lib/rubygems/builder.rb" "lib/rubygems/command.rb" "lib/rubygems/command_manager.rb" "lib/rubygems/commands/build_command.rb" "lib/rubygems/commands/cert_command.rb" "lib/rubygems/commands/check_command.rb" "lib/rubygems/commands/cleanup_command.rb" "lib/rubygems/commands/contents_command.rb" "lib/rubygems/commands/dependency_command.rb" "lib/rubygems/commands/environment_command.rb" "lib/rubygems/commands/fetch_command.rb" "lib/rubygems/commands/generate_index_command.rb" "lib/rubygems/commands/help_command.rb" "lib/rubygems/commands/install_command.rb" "lib/rubygems/commands/list_command.rb" "lib/rubygems/commands/lock_command.rb" "lib/rubygems/commands/mirror_command.rb" "lib/rubygems/commands/outdated_command.rb" "lib/rubygems/commands/pristine_command.rb" "lib/rubygems/commands/query_command.rb" "lib/rubygems/commands/rdoc_command.rb" "lib/rubygems/commands/search_command.rb" "lib/rubygems/commands/server_command.rb" "lib/rubygems/commands/sources_command.rb" "lib/rubygems/commands/specification_command.rb" "lib/rubygems/commands/stale_command.rb" "lib/rubygems/commands/uninstall_command.rb" "lib/rubygems/commands/unpack_command.rb" "lib/rubygems/commands/update_command.rb" "lib/rubygems/commands/which_command.rb" "lib/rubygems/config_file.rb" "lib/rubygems/custom_require.rb" "lib/rubygems/defaults.rb" "lib/rubygems/dependency.rb" "lib/rubygems/dependency_installer.rb" "lib/rubygems/dependency_list.rb" "lib/rubygems/digest/digest_adapter.rb" "lib/rubygems/digest/md5.rb" "lib/rubygems/digest/sha1.rb" "lib/rubygems/digest/sha2.rb" "lib/rubygems/doc_manager.rb" "lib/rubygems/exceptions.rb" "lib/rubygems/ext/builder.rb" "lib/rubygems/ext/configure_builder.rb" "lib/rubygems/ext/ext_conf_builder.rb" "lib/rubygems/ext/rake_builder.rb" "lib/rubygems/ext.rb" "lib/rubygems/format.rb" "lib/rubygems/gem_openssl.rb" "lib/rubygems/gem_path_searcher.rb" "lib/rubygems/gem_runner.rb" "lib/rubygems/indexer/abstract_index_builder.rb" "lib/rubygems/indexer/latest_index_builder.rb" "lib/rubygems/indexer/marshal_index_builder.rb" "lib/rubygems/indexer/master_index_builder.rb" "lib/rubygems/indexer/quick_index_builder.rb" "lib/rubygems/indexer.rb" "lib/rubygems/install_update_options.rb" "lib/rubygems/installer.rb" "lib/rubygems/local_remote_options.rb" "lib/rubygems/old_format.rb" "lib/rubygems/package/f_sync_dir.rb" "lib/rubygems/package/tar_header.rb" "lib/rubygems/package/tar_input.rb" "lib/rubygems/package/tar_output.rb" "lib/rubygems/package/tar_reader/entry.rb" "lib/rubygems/package/tar_reader.rb" "lib/rubygems/package/tar_writer.rb" "lib/rubygems/package.rb" "lib/rubygems/platform.rb" "lib/rubygems/remote_fetcher.rb" "lib/rubygems/require_paths_builder.rb" "lib/rubygems/requirement.rb" "lib/rubygems/rubygems_version.rb" "lib/rubygems/security.rb" "lib/rubygems/server.rb" "lib/rubygems/source_index.rb" "lib/rubygems/source_info_cache.rb" "lib/rubygems/source_info_cache_entry.rb" "lib/rubygems/spec_fetcher.rb" "lib/rubygems/specification.rb" "lib/rubygems/test_utilities.rb" "lib/rubygems/timer.rb" "lib/rubygems/uninstaller.rb" "lib/rubygems/user_interaction.rb" "lib/rubygems/validator.rb" "lib/rubygems/version.rb" "lib/rubygems/version_option.rb" "lib/rubygems.rb" "lib/scanf.rb" "lib/securerandom.rb" "lib/set.rb" "lib/shell/builtin-command.rb" "lib/shell/command-processor.rb" "lib/shell/error.rb" "lib/shell/filter.rb" "lib/shell/process-controller.rb" "lib/shell/system-command.rb" "lib/shell/version.rb" "lib/shell.rb" "lib/shellwords.rb" "lib/singleton.rb" "lib/sync.rb" "lib/tempfile.rb" "lib/test/unit/assertions.rb" "lib/test/unit/testcase.rb" "lib/test/unit.rb" "lib/thread.rb" "lib/thwait.rb" "lib/time.rb" "lib/timeout.rb" "lib/tmpdir.rb" "lib/tracer.rb" "lib/tsort.rb" "lib/ubygems.rb" "lib/un.rb" "lib/uri/common.rb" "lib/uri/ftp.rb" "lib/uri/generic.rb" "lib/uri/http.rb" "lib/uri/https.rb" "lib/uri/ldap.rb" "lib/uri/ldaps.rb" "lib/uri/mailto.rb" "lib/uri.rb" "lib/weakref.rb" "lib/webrick/accesslog.rb" "lib/webrick/cgi.rb" "lib/webrick/compat.rb" "lib/webrick/config.rb" "lib/webrick/cookie.rb" "lib/webrick/htmlutils.rb" "lib/webrick/httpauth/authenticator.rb" "lib/webrick/httpauth/basicauth.rb" "lib/webrick/httpauth/digestauth.rb" "lib/webrick/httpauth/htdigest.rb" "lib/webrick/httpauth/htgroup.rb" "lib/webrick/httpauth/htpasswd.rb" "lib/webrick/httpauth/userdb.rb" "lib/webrick/httpauth.rb" "lib/webrick/httpproxy.rb" "lib/webrick/httprequest.rb" "lib/webrick/httpresponse.rb" "lib/webrick/https.rb" "lib/webrick/httpserver.rb" "lib/webrick/httpservlet/abstract.rb" "lib/webrick/httpservlet/cgi_runner.rb" "lib/webrick/httpservlet/cgihandler.rb" "lib/webrick/httpservlet/erbhandler.rb" "lib/webrick/httpservlet/filehandler.rb" "lib/webrick/httpservlet/prochandler.rb" "lib/webrick/httpservlet.rb" "lib/webrick/httpstatus.rb" "lib/webrick/httputils.rb" "lib/webrick/httpversion.rb" "lib/webrick/log.rb" "lib/webrick/server.rb" "lib/webrick/ssl.rb" "lib/webrick/utils.rb" "lib/webrick/version.rb" "lib/webrick.rb" "lib/xmlrpc/base64.rb" "lib/xmlrpc/client.rb" "lib/xmlrpc/config.rb" "lib/xmlrpc/create.rb" "lib/xmlrpc/datetime.rb" "lib/xmlrpc/httpserver.rb" "lib/xmlrpc/marshal.rb" "lib/xmlrpc/parser.rb" "lib/xmlrpc/server.rb" "lib/xmlrpc/utils.rb" "lib/yaml/baseemitter.rb" "lib/yaml/basenode.rb" "lib/yaml/constants.rb" "lib/yaml/dbm.rb" "lib/yaml/encoding.rb" "lib/yaml/error.rb" "lib/yaml/loader.rb" "lib/yaml/rubytypes.rb" "lib/yaml/store.rb" "lib/yaml/stream.rb" "lib/yaml/stringio.rb" "lib/yaml/syck.rb" "lib/yaml/tag.rb" "lib/yaml/types.rb" "lib/yaml/yamlnode.rb" "lib/yaml/ypath.rb" "lib/yaml.rb" "sample/biorhythm.rb" "sample/cal.rb" "sample/cbreak.rb" "sample/clnt.rb" "sample/coverage.rb" "sample/dir.rb" "sample/drb/darray.rb" "sample/drb/darrayc.rb" "sample/drb/dbiff.rb" "sample/drb/dcdbiff.rb" "sample/drb/dchatc.rb" "sample/drb/dchats.rb" "sample/drb/dhasen.rb" "sample/drb/dhasenc.rb" unknown encoding name: euc-jp sample/drb/dhasenc.rb "sample/drb/dlogc.rb" "sample/drb/dlogd.rb" "sample/drb/dqin.rb" "sample/drb/dqlib.rb" "sample/drb/dqout.rb" "sample/drb/dqueue.rb" "sample/drb/drbc.rb" "sample/drb/drbch.rb" "sample/drb/drbm.rb" "sample/drb/drbmc.rb" "sample/drb/drbs-acl.rb" "sample/drb/drbs.rb" "sample/drb/drbssl_c.rb" "sample/drb/drbssl_s.rb" "sample/drb/extserv_test.rb" "sample/drb/gw_ct.rb" "sample/drb/gw_cu.rb" "sample/drb/gw_s.rb" "sample/drb/holderc.rb" "sample/drb/holders.rb" "sample/drb/http0.rb" "sample/drb/http0serv.rb" "sample/drb/name.rb" "sample/drb/namec.rb" "sample/drb/old_tuplespace.rb" "sample/drb/rinda_ts.rb" "sample/drb/rindac.rb" "sample/drb/rindas.rb" "sample/drb/ring_echo.rb" "sample/drb/ring_inspect.rb" "sample/drb/ring_place.rb" "sample/drb/simpletuple.rb" "sample/drb/speedc.rb" "sample/drb/speeds.rb" "sample/dualstack-fetch.rb" "sample/dualstack-httpd.rb" "sample/eval.rb" "sample/export.rb" "sample/exyacc.rb" "sample/fact.rb" "sample/fib.rb" "sample/freq.rb" "sample/from.rb" "sample/fullpath.rb" "sample/less.rb" "sample/list.rb" "sample/list2.rb" "sample/list3.rb" "sample/logger/app.rb" "sample/logger/log.rb" "sample/logger/shifting.rb" "sample/mine.rb" unknown encoding name: euc-jp sample/mine.rb "sample/mkproto.rb" "sample/mpart.rb" "sample/observ.rb" "sample/occur.rb" "sample/occur2.rb" "sample/openssl/c_rehash.rb" "sample/openssl/cert2text.rb" "sample/openssl/certstore.rb" "sample/openssl/cipher.rb" "sample/openssl/crlstore.rb" "sample/openssl/echo_cli.rb" "sample/openssl/echo_svr.rb" "sample/openssl/gen_csr.rb" "sample/openssl/smime_read.rb" "sample/openssl/smime_write.rb" "sample/openssl/wget.rb" "sample/optparse/opttest.rb" "sample/optparse/subcommand.rb" "sample/philos.rb" "sample/pi.rb" "sample/rcs.rb" "sample/rdoc/markup/rdoc2latex.rb" "sample/rdoc/markup/sample.rb" "sample/ripper/ruby2html.rb" "sample/ripper/strip-comment.rb" "sample/rss/blend.rb" "sample/rss/convert.rb" "sample/rss/list_description.rb" "sample/rss/re_read.rb" "sample/rss/rss_recent.rb" "sample/sieve.rb" "sample/svr.rb" "sample/test.rb" "sample/testunit/adder.rb" "sample/testunit/subtracter.rb" "sample/testunit/tc_adder.rb" "sample/testunit/tc_subtracter.rb" "sample/testunit/ts_examples.rb" "sample/time.rb" "sample/trojan.rb" "sample/tsvr.rb" "sample/uumerge.rb" "sample/webrick/demo-app.rb" "sample/webrick/demo-servlet.rb" "sample/webrick/hello.rb" "sample/webrick/httpd.rb" "sample/webrick/httpproxy.rb" "sample/webrick/httpsd.rb" "ext/bigdecimal/extconf.rb" "ext/bigdecimal/lib/bigdecimal/jacobian.rb" "ext/bigdecimal/lib/bigdecimal/ludcmp.rb" "ext/bigdecimal/lib/bigdecimal/math.rb" "ext/bigdecimal/lib/bigdecimal/newton.rb" "ext/bigdecimal/lib/bigdecimal/util.rb" "ext/bigdecimal/sample/linear.rb" "ext/bigdecimal/sample/nlsolve.rb" "ext/bigdecimal/sample/pi.rb" "ext/continuation/extconf.rb" "ext/coverage/extconf.rb" "ext/curses/extconf.rb" "ext/curses/hello.rb" "ext/curses/mouse.rb" "ext/curses/rain.rb" "ext/curses/view.rb" "ext/curses/view2.rb" "ext/dbm/extconf.rb" "ext/digest/bubblebabble/extconf.rb" "ext/digest/extconf.rb" "ext/digest/lib/digest/hmac.rb" "ext/digest/lib/digest.rb" "ext/digest/md5/extconf.rb" "ext/digest/rmd160/extconf.rb" "ext/digest/sha1/extconf.rb" "ext/digest/sha2/extconf.rb" "ext/digest/sha2/lib/sha2.rb" "ext/dl/extconf.rb" "ext/dl/lib/dl/callback.rb" "ext/dl/lib/dl/cparser.rb" "ext/dl/lib/dl/func.rb" "ext/dl/lib/dl/import.rb" "ext/dl/lib/dl/pack.rb" "ext/dl/lib/dl/stack.rb" "ext/dl/lib/dl/struct.rb" "ext/dl/lib/dl/types.rb" "ext/dl/lib/dl/value.rb" "ext/dl/mkcallback.rb" "ext/dl/win32/extconf.rb" "ext/dl/win32/lib/win32/registry.rb" "ext/dl/win32/lib/win32/resolv.rb" "ext/dl/win32/lib/win32/sspi.rb" "ext/dl/win32/lib/Win32API.rb" "ext/etc/extconf.rb" "ext/extmk.rb" "ext/fcntl/extconf.rb" "ext/fiber/extconf.rb" "ext/gdbm/extconf.rb" "ext/iconv/charset_alias.rb" "ext/iconv/extconf.rb" "ext/iconv/mkwrapper.rb" "ext/io/wait/extconf.rb" "ext/io/wait/lib/nonblock.rb" "ext/json/ext/generator/extconf.rb" "ext/json/ext/parser/extconf.rb" "ext/json/extconf.rb" "ext/json/lib/json/add/core.rb" "ext/json/lib/json/add/rails.rb" "ext/json/lib/json/common.rb" "ext/json/lib/json/editor.rb" "ext/json/lib/json/ext.rb" "ext/json/lib/json/version.rb" "ext/json/lib/json.rb" "ext/mathn/complex/extconf.rb" "ext/mathn/rational/extconf.rb" "ext/nkf/extconf.rb" "ext/nkf/lib/kconv.rb" "ext/openssl/extconf.rb" "ext/openssl/lib/openssl/bn.rb" "ext/openssl/lib/openssl/buffering.rb" "ext/openssl/lib/openssl/cipher.rb" "ext/openssl/lib/openssl/digest.rb" "ext/openssl/lib/openssl/ssl.rb" "ext/openssl/lib/openssl/x509.rb" "ext/openssl/lib/openssl.rb" "ext/pty/expect_sample.rb" "ext/pty/extconf.rb" "ext/pty/lib/expect.rb" "ext/pty/script.rb" "ext/pty/shl.rb" "ext/purelib.rb" "ext/racc/cparse/extconf.rb" "ext/readline/extconf.rb" "ext/ripper/extconf.rb" "ext/ripper/lib/ripper/core.rb" "ext/ripper/lib/ripper/filter.rb" "ext/ripper/lib/ripper/lexer.rb" "ext/ripper/lib/ripper/sexp.rb" "ext/ripper/lib/ripper.rb" "ext/ripper/tools/generate-param-macros.rb" "ext/ripper/tools/generate.rb" "ext/ripper/tools/preproc.rb" "ext/ripper/tools/strip.rb" "ext/sdbm/extconf.rb" "ext/socket/extconf.rb" "ext/socket/mkconstants.rb" "ext/stringio/extconf.rb" "ext/strscan/extconf.rb" "ext/syck/extconf.rb" "ext/syslog/extconf.rb" "ext/syslog/test.rb" "ext/tk/extconf.rb" "ext/tk/lib/multi-tk.rb" "ext/tk/lib/remote-tk.rb" "ext/tk/lib/tcltk.rb" "ext/tk/lib/tk/after.rb" "ext/tk/lib/tk/autoload.rb" "ext/tk/lib/tk/bgerror.rb" "ext/tk/lib/tk/bindtag.rb" "ext/tk/lib/tk/button.rb" "ext/tk/lib/tk/canvas.rb" "ext/tk/lib/tk/canvastag.rb" "ext/tk/lib/tk/checkbutton.rb" "ext/tk/lib/tk/clipboard.rb" "ext/tk/lib/tk/clock.rb" "ext/tk/lib/tk/composite.rb" "ext/tk/lib/tk/console.rb" "ext/tk/lib/tk/dialog.rb" "ext/tk/lib/tk/encodedstr.rb" "ext/tk/lib/tk/entry.rb" "ext/tk/lib/tk/event.rb" "ext/tk/lib/tk/font.rb" "ext/tk/lib/tk/frame.rb" "ext/tk/lib/tk/grid.rb" "ext/tk/lib/tk/image.rb" "ext/tk/lib/tk/itemconfig.rb" "ext/tk/lib/tk/itemfont.rb" "ext/tk/lib/tk/kinput.rb" "ext/tk/lib/tk/label.rb" "ext/tk/lib/tk/labelframe.rb" "ext/tk/lib/tk/listbox.rb" "ext/tk/lib/tk/macpkg.rb" "ext/tk/lib/tk/menu.rb" "ext/tk/lib/tk/menubar.rb" "ext/tk/lib/tk/menuspec.rb" "ext/tk/lib/tk/message.rb" "ext/tk/lib/tk/mngfocus.rb" "ext/tk/lib/tk/msgcat.rb" "ext/tk/lib/tk/namespace.rb" "ext/tk/lib/tk/optiondb.rb" "ext/tk/lib/tk/optionobj.rb" "ext/tk/lib/tk/pack.rb" "ext/tk/lib/tk/package.rb" "ext/tk/lib/tk/palette.rb" "ext/tk/lib/tk/panedwindow.rb" "ext/tk/lib/tk/place.rb" "ext/tk/lib/tk/radiobutton.rb" "ext/tk/lib/tk/root.rb" "ext/tk/lib/tk/scale.rb" "ext/tk/lib/tk/scrollable.rb" "ext/tk/lib/tk/scrollbar.rb" "ext/tk/lib/tk/scrollbox.rb" "ext/tk/lib/tk/selection.rb" "ext/tk/lib/tk/spinbox.rb" "ext/tk/lib/tk/tagfont.rb" "ext/tk/lib/tk/text.rb" "ext/tk/lib/tk/textimage.rb" "ext/tk/lib/tk/textmark.rb" "ext/tk/lib/tk/texttag.rb" "ext/tk/lib/tk/textwindow.rb" "ext/tk/lib/tk/timer.rb" "ext/tk/lib/tk/toplevel.rb" "ext/tk/lib/tk/ttk_selector.rb" "ext/tk/lib/tk/txtwin_abst.rb" "ext/tk/lib/tk/validation.rb" "ext/tk/lib/tk/variable.rb" "ext/tk/lib/tk/virtevent.rb" "ext/tk/lib/tk/winfo.rb" "ext/tk/lib/tk/winpkg.rb" "ext/tk/lib/tk/wm.rb" "ext/tk/lib/tk/xim.rb" "ext/tk/lib/tk.rb" "ext/tk/lib/tkafter.rb" "ext/tk/lib/tkbgerror.rb" "ext/tk/lib/tkcanvas.rb" "ext/tk/lib/tkclass.rb" "ext/tk/lib/tkconsole.rb" "ext/tk/lib/tkdialog.rb" "ext/tk/lib/tkentry.rb" "ext/tk/lib/tkextlib/blt/barchart.rb" "ext/tk/lib/tkextlib/blt/bitmap.rb" "ext/tk/lib/tkextlib/blt/busy.rb" "ext/tk/lib/tkextlib/blt/component.rb" "ext/tk/lib/tkextlib/blt/container.rb" "ext/tk/lib/tkextlib/blt/cutbuffer.rb" "ext/tk/lib/tkextlib/blt/dragdrop.rb" "ext/tk/lib/tkextlib/blt/eps.rb" "ext/tk/lib/tkextlib/blt/graph.rb" "ext/tk/lib/tkextlib/blt/htext.rb" "ext/tk/lib/tkextlib/blt/setup.rb" "ext/tk/lib/tkextlib/blt/spline.rb" "ext/tk/lib/tkextlib/blt/stripchart.rb" "ext/tk/lib/tkextlib/blt/table.rb" "ext/tk/lib/tkextlib/blt/tabnotebook.rb" "ext/tk/lib/tkextlib/blt/tabset.rb" "ext/tk/lib/tkextlib/blt/ted.rb" "ext/tk/lib/tkextlib/blt/tile/button.rb" "ext/tk/lib/tkextlib/blt/tile/checkbutton.rb" "ext/tk/lib/tkextlib/blt/tile/frame.rb" "ext/tk/lib/tkextlib/blt/tile/label.rb" "ext/tk/lib/tkextlib/blt/tile/radiobutton.rb" "ext/tk/lib/tkextlib/blt/tile/scrollbar.rb" "ext/tk/lib/tkextlib/blt/tile/toplevel.rb" "ext/tk/lib/tkextlib/blt/tile.rb" "ext/tk/lib/tkextlib/blt/tree.rb" "ext/tk/lib/tkextlib/blt/treeview.rb" "ext/tk/lib/tkextlib/blt/unix_dnd.rb" "ext/tk/lib/tkextlib/blt/vector.rb" "ext/tk/lib/tkextlib/blt/watch.rb" "ext/tk/lib/tkextlib/blt/win_printer.rb" "ext/tk/lib/tkextlib/blt/winop.rb" "ext/tk/lib/tkextlib/blt.rb" "ext/tk/lib/tkextlib/bwidget/arrowbutton.rb" "ext/tk/lib/tkextlib/bwidget/bitmap.rb" "ext/tk/lib/tkextlib/bwidget/button.rb" "ext/tk/lib/tkextlib/bwidget/buttonbox.rb" "ext/tk/lib/tkextlib/bwidget/combobox.rb" "ext/tk/lib/tkextlib/bwidget/dialog.rb" "ext/tk/lib/tkextlib/bwidget/dragsite.rb" "ext/tk/lib/tkextlib/bwidget/dropsite.rb" "ext/tk/lib/tkextlib/bwidget/dynamichelp.rb" "ext/tk/lib/tkextlib/bwidget/entry.rb" "ext/tk/lib/tkextlib/bwidget/label.rb" "ext/tk/lib/tkextlib/bwidget/labelentry.rb" "ext/tk/lib/tkextlib/bwidget/labelframe.rb" "ext/tk/lib/tkextlib/bwidget/listbox.rb" "ext/tk/lib/tkextlib/bwidget/mainframe.rb" "ext/tk/lib/tkextlib/bwidget/messagedlg.rb" "ext/tk/lib/tkextlib/bwidget/notebook.rb" "ext/tk/lib/tkextlib/bwidget/pagesmanager.rb" "ext/tk/lib/tkextlib/bwidget/panedwindow.rb" "ext/tk/lib/tkextlib/bwidget/panelframe.rb" "ext/tk/lib/tkextlib/bwidget/passwddlg.rb" "ext/tk/lib/tkextlib/bwidget/progressbar.rb" "ext/tk/lib/tkextlib/bwidget/progressdlg.rb" "ext/tk/lib/tkextlib/bwidget/scrollableframe.rb" "ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb" "ext/tk/lib/tkextlib/bwidget/scrollview.rb" "ext/tk/lib/tkextlib/bwidget/selectcolor.rb" "ext/tk/lib/tkextlib/bwidget/selectfont.rb" "ext/tk/lib/tkextlib/bwidget/separator.rb" "ext/tk/lib/tkextlib/bwidget/setup.rb" "ext/tk/lib/tkextlib/bwidget/spinbox.rb" "ext/tk/lib/tkextlib/bwidget/statusbar.rb" "ext/tk/lib/tkextlib/bwidget/titleframe.rb" "ext/tk/lib/tkextlib/bwidget/tree.rb" "ext/tk/lib/tkextlib/bwidget/widget.rb" "ext/tk/lib/tkextlib/bwidget.rb" "ext/tk/lib/tkextlib/ICONS/icons.rb" "ext/tk/lib/tkextlib/ICONS/setup.rb" "ext/tk/lib/tkextlib/ICONS.rb" "ext/tk/lib/tkextlib/itcl/incr_tcl.rb" "ext/tk/lib/tkextlib/itcl/setup.rb" "ext/tk/lib/tkextlib/itcl.rb" "ext/tk/lib/tkextlib/itk/incr_tk.rb" "ext/tk/lib/tkextlib/itk/setup.rb" "ext/tk/lib/tkextlib/itk.rb" "ext/tk/lib/tkextlib/iwidgets/buttonbox.rb" "ext/tk/lib/tkextlib/iwidgets/calendar.rb" "ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb" "ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb" "ext/tk/lib/tkextlib/iwidgets/checkbox.rb" "ext/tk/lib/tkextlib/iwidgets/combobox.rb" "ext/tk/lib/tkextlib/iwidgets/dateentry.rb" "ext/tk/lib/tkextlib/iwidgets/datefield.rb" "ext/tk/lib/tkextlib/iwidgets/dialog.rb" "ext/tk/lib/tkextlib/iwidgets/dialogshell.rb" "ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb" "ext/tk/lib/tkextlib/iwidgets/entryfield.rb" "ext/tk/lib/tkextlib/iwidgets/extbutton.rb" "ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/feedback.rb" "ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/finddialog.rb" "ext/tk/lib/tkextlib/iwidgets/hierarchy.rb" "ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb" "ext/tk/lib/tkextlib/iwidgets/labeledframe.rb" "ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb" "ext/tk/lib/tkextlib/iwidgets/mainwindow.rb" "ext/tk/lib/tkextlib/iwidgets/menubar.rb" "ext/tk/lib/tkextlib/iwidgets/messagebox.rb" "ext/tk/lib/tkextlib/iwidgets/messagedialog.rb" "ext/tk/lib/tkextlib/iwidgets/notebook.rb" "ext/tk/lib/tkextlib/iwidgets/optionmenu.rb" "ext/tk/lib/tkextlib/iwidgets/panedwindow.rb" "ext/tk/lib/tkextlib/iwidgets/promptdialog.rb" "ext/tk/lib/tkextlib/iwidgets/pushbutton.rb" "ext/tk/lib/tkextlib/iwidgets/radiobox.rb" "ext/tk/lib/tkextlib/iwidgets/scopedobject.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb" "ext/tk/lib/tkextlib/iwidgets/selectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/setup.rb" "ext/tk/lib/tkextlib/iwidgets/shell.rb" "ext/tk/lib/tkextlib/iwidgets/spindate.rb" "ext/tk/lib/tkextlib/iwidgets/spinint.rb" "ext/tk/lib/tkextlib/iwidgets/spinner.rb" "ext/tk/lib/tkextlib/iwidgets/spintime.rb" "ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb" "ext/tk/lib/tkextlib/iwidgets/tabset.rb" "ext/tk/lib/tkextlib/iwidgets/timeentry.rb" "ext/tk/lib/tkextlib/iwidgets/timefield.rb" "ext/tk/lib/tkextlib/iwidgets/toolbar.rb" "ext/tk/lib/tkextlib/iwidgets/watch.rb" "ext/tk/lib/tkextlib/iwidgets.rb" "ext/tk/lib/tkextlib/pkg_checker.rb" "ext/tk/lib/tkextlib/setup.rb" "ext/tk/lib/tkextlib/tcllib/autoscroll.rb" "ext/tk/lib/tkextlib/tcllib/ctext.rb" "ext/tk/lib/tkextlib/tcllib/cursor.rb" "ext/tk/lib/tkextlib/tcllib/datefield.rb" "ext/tk/lib/tkextlib/tcllib/dialog.rb" "ext/tk/lib/tkextlib/tcllib/getstring.rb" "ext/tk/lib/tkextlib/tcllib/history.rb" "ext/tk/lib/tkextlib/tcllib/ico.rb" "ext/tk/lib/tkextlib/tcllib/ip_entry.rb" "ext/tk/lib/tkextlib/tcllib/panelframe.rb" "ext/tk/lib/tkextlib/tcllib/plotchart.rb" "ext/tk/lib/tkextlib/tcllib/ruler.rb" "ext/tk/lib/tkextlib/tcllib/screenruler.rb" "ext/tk/lib/tkextlib/tcllib/scrollwin.rb" "ext/tk/lib/tkextlib/tcllib/setup.rb" "ext/tk/lib/tkextlib/tcllib/style.rb" "ext/tk/lib/tkextlib/tcllib/superframe.rb" "ext/tk/lib/tkextlib/tcllib/swaplist.rb" "ext/tk/lib/tkextlib/tcllib/tablelist.rb" "ext/tk/lib/tkextlib/tcllib/tablelist_core.rb" "ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb" "ext/tk/lib/tkextlib/tcllib/tkpiechart.rb" "ext/tk/lib/tkextlib/tcllib/tooltip.rb" "ext/tk/lib/tkextlib/tcllib/widget.rb" "ext/tk/lib/tkextlib/tcllib.rb" "ext/tk/lib/tkextlib/tclx/setup.rb" "ext/tk/lib/tkextlib/tclx/tclx.rb" "ext/tk/lib/tkextlib/tclx.rb" "ext/tk/lib/tkextlib/tile/dialog.rb" "ext/tk/lib/tkextlib/tile/setup.rb" "ext/tk/lib/tkextlib/tile/sizegrip.rb" "ext/tk/lib/tkextlib/tile/style.rb" "ext/tk/lib/tkextlib/tile/tbutton.rb" "ext/tk/lib/tkextlib/tile/tcheckbutton.rb" "ext/tk/lib/tkextlib/tile/tcombobox.rb" "ext/tk/lib/tkextlib/tile/tentry.rb" "ext/tk/lib/tkextlib/tile/tframe.rb" "ext/tk/lib/tkextlib/tile/tlabel.rb" "ext/tk/lib/tkextlib/tile/tlabelframe.rb" "ext/tk/lib/tkextlib/tile/tmenubutton.rb" "ext/tk/lib/tkextlib/tile/tnotebook.rb" "ext/tk/lib/tkextlib/tile/tpaned.rb" "ext/tk/lib/tkextlib/tile/tprogressbar.rb" "ext/tk/lib/tkextlib/tile/tradiobutton.rb" "ext/tk/lib/tkextlib/tile/treeview.rb" "ext/tk/lib/tkextlib/tile/tscale.rb" "ext/tk/lib/tkextlib/tile/tscrollbar.rb" "ext/tk/lib/tkextlib/tile/tseparator.rb" "ext/tk/lib/tkextlib/tile/tsquare.rb" "ext/tk/lib/tkextlib/tile.rb" "ext/tk/lib/tkextlib/tkDND/setup.rb" "ext/tk/lib/tkextlib/tkDND/shape.rb" "ext/tk/lib/tkextlib/tkDND/tkdnd.rb" "ext/tk/lib/tkextlib/tkDND.rb" "ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb" "ext/tk/lib/tkextlib/tkHTML/setup.rb" "ext/tk/lib/tkextlib/tkHTML.rb" "ext/tk/lib/tkextlib/tkimg/bmp.rb" "ext/tk/lib/tkextlib/tkimg/gif.rb" "ext/tk/lib/tkextlib/tkimg/ico.rb" "ext/tk/lib/tkextlib/tkimg/jpeg.rb" "ext/tk/lib/tkextlib/tkimg/pcx.rb" "ext/tk/lib/tkextlib/tkimg/pixmap.rb" "ext/tk/lib/tkextlib/tkimg/png.rb" "ext/tk/lib/tkextlib/tkimg/ppm.rb" "ext/tk/lib/tkextlib/tkimg/ps.rb" "ext/tk/lib/tkextlib/tkimg/setup.rb" "ext/tk/lib/tkextlib/tkimg/sgi.rb" "ext/tk/lib/tkextlib/tkimg/sun.rb" "ext/tk/lib/tkextlib/tkimg/tga.rb" "ext/tk/lib/tkextlib/tkimg/tiff.rb" "ext/tk/lib/tkextlib/tkimg/window.rb" "ext/tk/lib/tkextlib/tkimg/xbm.rb" "ext/tk/lib/tkextlib/tkimg/xpm.rb" "ext/tk/lib/tkextlib/tkimg.rb" "ext/tk/lib/tkextlib/tktable/setup.rb" "ext/tk/lib/tkextlib/tktable/tktable.rb" "ext/tk/lib/tkextlib/tktable.rb" "ext/tk/lib/tkextlib/tktrans/setup.rb" "ext/tk/lib/tkextlib/tktrans/tktrans.rb" "ext/tk/lib/tkextlib/tktrans.rb" "ext/tk/lib/tkextlib/treectrl/setup.rb" "ext/tk/lib/tkextlib/treectrl/tktreectrl.rb" "ext/tk/lib/tkextlib/treectrl.rb" "ext/tk/lib/tkextlib/trofs/setup.rb" "ext/tk/lib/tkextlib/trofs/trofs.rb" "ext/tk/lib/tkextlib/trofs.rb" "ext/tk/lib/tkextlib/version.rb" "ext/tk/lib/tkextlib/vu/bargraph.rb" "ext/tk/lib/tkextlib/vu/charts.rb" "ext/tk/lib/tkextlib/vu/dial.rb" "ext/tk/lib/tkextlib/vu/pie.rb" "ext/tk/lib/tkextlib/vu/setup.rb" "ext/tk/lib/tkextlib/vu/spinbox.rb" "ext/tk/lib/tkextlib/vu.rb" "ext/tk/lib/tkextlib/winico/setup.rb" "ext/tk/lib/tkextlib/winico/winico.rb" "ext/tk/lib/tkextlib/winico.rb" "ext/tk/lib/tkfont.rb" "ext/tk/lib/tkmacpkg.rb" "ext/tk/lib/tkmenubar.rb" "ext/tk/lib/tkmngfocus.rb" "ext/tk/lib/tkpalette.rb" "ext/tk/lib/tkscrollbox.rb" "ext/tk/lib/tktext.rb" "ext/tk/lib/tkvirtevent.rb" "ext/tk/lib/tkwinpkg.rb" "ext/tk/sample/24hr_clock.rb" "ext/tk/sample/binding_sample.rb" "ext/tk/sample/bindtag_sample.rb" "ext/tk/sample/binstr_usage.rb" "ext/tk/sample/btn_with_frame.rb" "ext/tk/sample/cd_timer.rb" "ext/tk/sample/cmd_res_test.rb" "ext/tk/sample/demos-en/anilabel.rb" "ext/tk/sample/demos-en/aniwave.rb" "ext/tk/sample/demos-en/arrow.rb" "ext/tk/sample/demos-en/bind.rb" "ext/tk/sample/demos-en/bitmap.rb" "ext/tk/sample/demos-en/button.rb" "ext/tk/sample/demos-en/check.rb" "ext/tk/sample/demos-en/check2.rb" "ext/tk/sample/demos-en/clrpick.rb" "ext/tk/sample/demos-en/colors.rb" "ext/tk/sample/demos-en/combo.rb" "ext/tk/sample/demos-en/cscroll.rb" "ext/tk/sample/demos-en/ctext.rb" "ext/tk/sample/demos-en/dialog1.rb" "ext/tk/sample/demos-en/dialog2.rb" "ext/tk/sample/demos-en/entry1.rb" "ext/tk/sample/demos-en/entry2.rb" "ext/tk/sample/demos-en/entry3.rb" "ext/tk/sample/demos-en/filebox.rb" "ext/tk/sample/demos-en/floor.rb" "ext/tk/sample/demos-en/floor2.rb" "ext/tk/sample/demos-en/form.rb" "ext/tk/sample/demos-en/goldberg.rb" "ext/tk/sample/demos-en/hscale.rb" "ext/tk/sample/demos-en/icon.rb" "ext/tk/sample/demos-en/image1.rb" "ext/tk/sample/demos-en/image2.rb" "ext/tk/sample/demos-en/image3.rb" "ext/tk/sample/demos-en/items.rb" "ext/tk/sample/demos-en/knightstour.rb" "ext/tk/sample/demos-en/label.rb" "ext/tk/sample/demos-en/labelframe.rb" "ext/tk/sample/demos-en/mclist.rb" "ext/tk/sample/demos-en/menu.rb" "ext/tk/sample/demos-en/menu84.rb" "ext/tk/sample/demos-en/menubu.rb" "ext/tk/sample/demos-en/msgbox.rb" "ext/tk/sample/demos-en/msgbox2.rb" "ext/tk/sample/demos-en/paned1.rb" "ext/tk/sample/demos-en/paned2.rb" "ext/tk/sample/demos-en/pendulum.rb" "ext/tk/sample/demos-en/plot.rb" "ext/tk/sample/demos-en/puzzle.rb" "ext/tk/sample/demos-en/radio.rb" "ext/tk/sample/demos-en/radio2.rb" "ext/tk/sample/demos-en/radio3.rb" "ext/tk/sample/demos-en/ruler.rb" "ext/tk/sample/demos-en/sayings.rb" "ext/tk/sample/demos-en/search.rb" "ext/tk/sample/demos-en/spin.rb" "ext/tk/sample/demos-en/states.rb" "ext/tk/sample/demos-en/style.rb" "ext/tk/sample/demos-en/text.rb" "ext/tk/sample/demos-en/textpeer.rb" "ext/tk/sample/demos-en/tkencoding.rb" "ext/tk/sample/demos-en/toolbar.rb" "ext/tk/sample/demos-en/tree.rb" "ext/tk/sample/demos-en/ttkbut.rb" "ext/tk/sample/demos-en/ttkmenu.rb" "ext/tk/sample/demos-en/ttknote.rb" "ext/tk/sample/demos-en/ttkpane.rb" "ext/tk/sample/demos-en/ttkprogress.rb" "ext/tk/sample/demos-en/twind.rb" "ext/tk/sample/demos-en/twind2.rb" "ext/tk/sample/demos-en/unicodeout.rb" "ext/tk/sample/demos-en/vscale.rb" "ext/tk/sample/demos-jp/anilabel.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/anilabel.rb "ext/tk/sample/demos-jp/aniwave.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/aniwave.rb "ext/tk/sample/demos-jp/arrow.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/arrow.rb "ext/tk/sample/demos-jp/bind.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/bind.rb "ext/tk/sample/demos-jp/bitmap.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/bitmap.rb "ext/tk/sample/demos-jp/button.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/button.rb "ext/tk/sample/demos-jp/check.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/check.rb "ext/tk/sample/demos-jp/check2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/check2.rb "ext/tk/sample/demos-jp/clrpick.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/clrpick.rb "ext/tk/sample/demos-jp/colors.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/colors.rb "ext/tk/sample/demos-jp/combo.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/combo.rb "ext/tk/sample/demos-jp/cscroll.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/cscroll.rb "ext/tk/sample/demos-jp/ctext.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ctext.rb "ext/tk/sample/demos-jp/dialog1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/dialog1.rb "ext/tk/sample/demos-jp/dialog2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/dialog2.rb "ext/tk/sample/demos-jp/entry1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry1.rb "ext/tk/sample/demos-jp/entry2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry2.rb "ext/tk/sample/demos-jp/entry3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry3.rb "ext/tk/sample/demos-jp/filebox.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/filebox.rb "ext/tk/sample/demos-jp/floor.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/floor.rb "ext/tk/sample/demos-jp/floor2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/floor2.rb "ext/tk/sample/demos-jp/form.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/form.rb "ext/tk/sample/demos-jp/goldberg.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/goldberg.rb "ext/tk/sample/demos-jp/hscale.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/hscale.rb "ext/tk/sample/demos-jp/icon.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/icon.rb "ext/tk/sample/demos-jp/image1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image1.rb "ext/tk/sample/demos-jp/image2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image2.rb "ext/tk/sample/demos-jp/image3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image3.rb "ext/tk/sample/demos-jp/items.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/items.rb "ext/tk/sample/demos-jp/knightstour.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/knightstour.rb "ext/tk/sample/demos-jp/label.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/label.rb "ext/tk/sample/demos-jp/labelframe.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/labelframe.rb "ext/tk/sample/demos-jp/mclist.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/mclist.rb "ext/tk/sample/demos-jp/menu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu.rb "ext/tk/sample/demos-jp/menu84.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu84.rb "ext/tk/sample/demos-jp/menu8x.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu8x.rb "ext/tk/sample/demos-jp/menubu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menubu.rb "ext/tk/sample/demos-jp/msgbox.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/msgbox.rb "ext/tk/sample/demos-jp/msgbox2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/msgbox2.rb "ext/tk/sample/demos-jp/paned1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/paned1.rb "ext/tk/sample/demos-jp/paned2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/paned2.rb "ext/tk/sample/demos-jp/pendulum.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/pendulum.rb "ext/tk/sample/demos-jp/plot.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/plot.rb "ext/tk/sample/demos-jp/puzzle.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/puzzle.rb "ext/tk/sample/demos-jp/radio.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio.rb "ext/tk/sample/demos-jp/radio2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio2.rb "ext/tk/sample/demos-jp/radio3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio3.rb "ext/tk/sample/demos-jp/ruler.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ruler.rb "ext/tk/sample/demos-jp/sayings.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/sayings.rb "ext/tk/sample/demos-jp/search.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/search.rb "ext/tk/sample/demos-jp/spin.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/spin.rb "ext/tk/sample/demos-jp/states.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/states.rb "ext/tk/sample/demos-jp/style.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/style.rb "ext/tk/sample/demos-jp/text.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/text.rb "ext/tk/sample/demos-jp/textpeer.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/textpeer.rb "ext/tk/sample/demos-jp/toolbar.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/toolbar.rb "ext/tk/sample/demos-jp/tree.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/tree.rb "ext/tk/sample/demos-jp/ttkbut.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkbut.rb "ext/tk/sample/demos-jp/ttkmenu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkmenu.rb "ext/tk/sample/demos-jp/ttknote.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttknote.rb "ext/tk/sample/demos-jp/ttkpane.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkpane.rb "ext/tk/sample/demos-jp/ttkprogress.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkprogress.rb "ext/tk/sample/demos-jp/twind.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/twind.rb "ext/tk/sample/demos-jp/twind2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/twind2.rb "ext/tk/sample/demos-jp/unicodeout.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/unicodeout.rb "ext/tk/sample/demos-jp/vscale.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/vscale.rb "ext/tk/sample/editable_listbox.rb" "ext/tk/sample/encstr_usage.rb" "ext/tk/sample/figmemo_sample.rb" "ext/tk/sample/irbtk.rb" "ext/tk/sample/menubar1.rb" "ext/tk/sample/menubar2.rb" "ext/tk/sample/multi-ip_sample.rb" "ext/tk/sample/multi-ip_sample2.rb" "ext/tk/sample/optobj_sample.rb" "ext/tk/sample/propagate.rb" "ext/tk/sample/remote-ip_sample.rb" "ext/tk/sample/remote-ip_sample2.rb" "ext/tk/sample/safe-tk.rb" "ext/tk/sample/scrollframe.rb" "ext/tk/sample/tcltklib/lines1.rb" "ext/tk/sample/tcltklib/lines2.rb" "ext/tk/sample/tcltklib/lines3.rb" "ext/tk/sample/tcltklib/lines4.rb" "ext/tk/sample/tcltklib/safeTk.rb" "ext/tk/sample/tcltklib/sample0.rb" "ext/tk/sample/tcltklib/sample1.rb" unknown encoding name: euc-jp ext/tk/sample/tcltklib/sample1.rb "ext/tk/sample/tcltklib/sample2.rb" "ext/tk/sample/tkalignbox.rb" "ext/tk/sample/tkballoonhelp.rb" "ext/tk/sample/tkbiff.rb" "ext/tk/sample/tkbrowse.rb" "ext/tk/sample/tkcombobox.rb" "ext/tk/sample/tkdialog.rb" "ext/tk/sample/tkextlib/blt/barchart5.rb" "ext/tk/sample/tkextlib/blt/calendar.rb" "ext/tk/sample/tkextlib/blt/graph6.rb" "ext/tk/sample/tkextlib/blt/graph7.rb" "ext/tk/sample/tkextlib/blt/graph7a.rb" "ext/tk/sample/tkextlib/blt/graph7b.rb" "ext/tk/sample/tkextlib/blt/graph7c.rb" "ext/tk/sample/tkextlib/blt/pareto.rb" "ext/tk/sample/tkextlib/blt/plot1.rb" "ext/tk/sample/tkextlib/blt/plot1b.rb" "ext/tk/sample/tkextlib/blt/scripts/stipples.rb" "ext/tk/sample/tkextlib/blt/winop1.rb" "ext/tk/sample/tkextlib/blt/winop2.rb" "ext/tk/sample/tkextlib/bwidget/basic.rb" "ext/tk/sample/tkextlib/bwidget/demo.rb" "ext/tk/sample/tkextlib/bwidget/dnd.rb" "ext/tk/sample/tkextlib/bwidget/manager.rb" "ext/tk/sample/tkextlib/bwidget/select.rb" "ext/tk/sample/tkextlib/bwidget/tmpldlg.rb" "ext/tk/sample/tkextlib/bwidget/tree.rb" "ext/tk/sample/tkextlib/ICONS/viewIcons.rb" "ext/tk/sample/tkextlib/iwidgets/sample/buttonbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/calendar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/canvasprintbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/canvasprintdialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/checkbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/combobox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dateentry.rb" "ext/tk/sample/tkextlib/iwidgets/sample/datefield.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dialogshell.rb" "ext/tk/sample/tkextlib/iwidgets/sample/disjointlistbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-1.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-3.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extbutton.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extfileselectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extfileselectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/feedback.rb" "ext/tk/sample/tkextlib/iwidgets/sample/fileselectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/fileselectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/finddialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/hierarchy.rb" "ext/tk/sample/tkextlib/iwidgets/sample/hyperhelp.rb" "ext/tk/sample/tkextlib/iwidgets/sample/labeledframe.rb" "ext/tk/sample/tkextlib/iwidgets/sample/labeledwidget.rb" "ext/tk/sample/tkextlib/iwidgets/sample/mainwindow.rb" "ext/tk/sample/tkextlib/iwidgets/sample/menubar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/menubar2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagebox1.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagebox2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagedialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/notebook.rb" "ext/tk/sample/tkextlib/iwidgets/sample/notebook2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/optionmenu.rb" "ext/tk/sample/tkextlib/iwidgets/sample/panedwindow.rb" "ext/tk/sample/tkextlib/iwidgets/sample/panedwindow2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/promptdialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/pushbutton.rb" "ext/tk/sample/tkextlib/iwidgets/sample/radiobox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledcanvas.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledframe.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledhtml.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledlistbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledtext.rb" "ext/tk/sample/tkextlib/iwidgets/sample/selectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/selectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/shell.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spindate.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spinint.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spinner.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spintime.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabset.rb" "ext/tk/sample/tkextlib/iwidgets/sample/timeentry.rb" "ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb" "ext/tk/sample/tkextlib/iwidgets/sample/toolbar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/watch.rb" "ext/tk/sample/tkextlib/tcllib/datefield.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos1.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos2.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos3.rb" "ext/tk/sample/tkextlib/tcllib/xyplot.rb" "ext/tk/sample/tkextlib/tile/demo.rb" "ext/tk/sample/tkextlib/tile/themes/kroc.rb" "ext/tk/sample/tkextlib/tkHTML/hv.rb" "ext/tk/sample/tkextlib/tkHTML/ss.rb" "ext/tk/sample/tkextlib/tkimg/demo.rb" "ext/tk/sample/tkextlib/tktable/basic.rb" "ext/tk/sample/tkextlib/tktable/buttons.rb" "ext/tk/sample/tkextlib/tktable/command.rb" "ext/tk/sample/tkextlib/tktable/debug.rb" "ext/tk/sample/tkextlib/tktable/dynarows.rb" "ext/tk/sample/tkextlib/tktable/maxsize.rb" "ext/tk/sample/tkextlib/tktable/spreadsheet.rb" "ext/tk/sample/tkextlib/tktable/valid.rb" "ext/tk/sample/tkextlib/treectrl/bitmaps.rb" "ext/tk/sample/tkextlib/treectrl/demo.rb" "ext/tk/sample/tkextlib/treectrl/explorer.rb" "ext/tk/sample/tkextlib/treectrl/help.rb" "ext/tk/sample/tkextlib/treectrl/imovie.rb" "ext/tk/sample/tkextlib/treectrl/layout.rb" "ext/tk/sample/tkextlib/treectrl/mailwasher.rb" "ext/tk/sample/tkextlib/treectrl/outlook-folders.rb" "ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb" "ext/tk/sample/tkextlib/treectrl/random.rb" "ext/tk/sample/tkextlib/treectrl/www-options.rb" "ext/tk/sample/tkextlib/vu/canvItems.rb" "ext/tk/sample/tkextlib/vu/canvSticker.rb" "ext/tk/sample/tkextlib/vu/canvSticker2.rb" "ext/tk/sample/tkextlib/vu/dial_demo.rb" "ext/tk/sample/tkextlib/vu/oscilloscope.rb" "ext/tk/sample/tkextlib/vu/pie.rb" "ext/tk/sample/tkextlib/vu/vu_demo.rb" "ext/tk/sample/tkfrom.rb" "ext/tk/sample/tkhello.rb" "ext/tk/sample/tkline.rb" "ext/tk/sample/tkmenubutton.rb" "ext/tk/sample/tkmsgcat-load_rb.rb" "ext/tk/sample/tkmsgcat-load_rb2.rb" "ext/tk/sample/tkmsgcat-load_tk.rb" "ext/tk/sample/tkmulticolumnlist.rb" "ext/tk/sample/tkmultilistbox.rb" "ext/tk/sample/tkmultilistframe.rb" "ext/tk/sample/tkoptdb-safeTk.rb" "ext/tk/sample/tkoptdb.rb" "ext/tk/sample/tkrttimer.rb" "ext/tk/sample/tksleep_sample.rb" "ext/tk/sample/tktextframe.rb" "ext/tk/sample/tktextio.rb" "ext/tk/sample/tktimer.rb" "ext/tk/sample/tktimer2.rb" "ext/tk/sample/tktimer3.rb" "ext/tk/sample/tktree.rb" "ext/tk/sample/ttk_wrapper.rb" "ext/tk/tkutil/extconf.rb" "ext/win32ole/extconf.rb" "ext/win32ole/lib/win32ole/property.rb" "ext/win32ole/sample/excel1.rb" "ext/win32ole/sample/excel2.rb" "ext/win32ole/sample/excel3.rb" "ext/win32ole/sample/ie.rb" "ext/win32ole/sample/ieconst.rb" "ext/win32ole/sample/ienavi.rb" "ext/win32ole/sample/ienavi2.rb" "ext/win32ole/sample/oledirs.rb" "ext/win32ole/sample/olegen.rb" "ext/win32ole/sample/xml.rb" "ext/zlib/extconf.rb" "test/base64/test_base64.rb" "test/bigdecimal/test_bigdecimal.rb" "test/cgi/test_cgi_cookie.rb" "test/cgi/test_cgi_core.rb" "test/cgi/test_cgi_header.rb" "test/cgi/test_cgi_modruby.rb" "test/cgi/test_cgi_multipart.rb" "test/cgi/test_cgi_session.rb" "test/cgi/test_cgi_tag_helper.rb" "test/csv/test_csv_parsing.rb" "test/csv/test_csv_writing.rb" "test/csv/test_data_converters.rb" "test/csv/test_encodings.rb" "test/csv/test_features.rb" "test/csv/test_headers.rb" "test/csv/test_interface.rb" "test/csv/test_row.rb" "test/csv/test_serialization.rb" "test/csv/test_table.rb" "test/csv/ts_all.rb" "test/date/test_date.rb" "test/date/test_date_arith.rb" "test/date/test_date_attr.rb" "test/date/test_date_base.rb" "test/date/test_date_compat.rb" "test/date/test_date_conv.rb" "test/date/test_date_marshal.rb" "test/date/test_date_new.rb" "test/date/test_date_parse.rb" "test/date/test_date_strftime.rb" "test/date/test_date_strptime.rb" "test/dbm/test_dbm.rb" "test/digest/test_digest.rb" "test/digest/test_digest_hmac.rb" "test/dl/test_base.rb" "test/dl/test_cfunc.rb" "test/dl/test_cptr.rb" "test/dl/test_dl2.rb" "test/dl/test_func.rb" "test/dl/test_handle.rb" "test/dl/test_import.rb" "test/dl/test_win32.rb" "test/drb/drbtest.rb" "test/drb/ignore_test_drb.rb" "test/drb/test_acl.rb" "test/drb/test_drb.rb" "test/drb/test_drbssl.rb" "test/drb/test_drbunix.rb" "test/drb/ut_array.rb" "test/drb/ut_array_drbssl.rb" "test/drb/ut_array_drbunix.rb" "test/drb/ut_drb.rb" "test/drb/ut_drb_drbssl.rb" "test/drb/ut_drb_drbunix.rb" "test/drb/ut_eval.rb" "test/drb/ut_large.rb" "test/drb/ut_port.rb" "test/drb/ut_safe1.rb" "test/drb/ut_timerholder.rb" "test/erb/test_erb.rb" "test/erb/test_erb_m17n.rb" "test/etc/test_etc.rb" "test/fileutils/fileasserts.rb" "test/fileutils/test_dryrun.rb" "test/fileutils/test_fileutils.rb" "test/fileutils/test_nowrite.rb" "test/fileutils/test_verbose.rb" "test/gdbm/test_gdbm.rb" "test/iconv/test_basic.rb" "test/iconv/test_option.rb" "test/iconv/test_partial.rb" "test/iconv/utils.rb" "test/inlinetest.rb" "test/io/nonblock/test_flush.rb" "test/json/test_json.rb" "test/json/test_json_addition.rb" "test/json/test_json_fixtures.rb" "test/json/test_json_generate.rb" "test/json/test_json_rails.rb" "test/json/test_json_unicode.rb" "test/logger/test_logger.rb" "test/matrix/test_matrix.rb" "test/matrix/test_vector.rb" "test/minitest/test_mini_mock.rb" "test/minitest/test_mini_spec.rb" "test/minitest/test_mini_test.rb" "test/monitor/test_monitor.rb" "test/net/http/test_http.rb" "test/net/http/test_httpheader.rb" "test/net/http/test_httpresponse.rb" "test/net/http/test_https.rb" "test/net/http/test_https_proxy.rb" "test/net/http/utils.rb" "test/net/imap/test_imap.rb" "test/net/pop/test_pop.rb" "test/nkf/test_kconv.rb" "test/nkf/test_nkf.rb" "test/open-uri/test_open-uri.rb" "test/open-uri/test_ssl.rb" "test/openssl/ssl_server.rb" "test/openssl/test_asn1.rb" "test/openssl/test_cipher.rb" "test/openssl/test_config.rb" "test/openssl/test_digest.rb" "test/openssl/test_ec.rb" "test/openssl/test_hmac.rb" "test/openssl/test_ns_spki.rb" "test/openssl/test_pair.rb" "test/openssl/test_pkcs7.rb" "test/openssl/test_pkey_rsa.rb" "test/openssl/test_ssl.rb" "test/openssl/test_x509cert.rb" "test/openssl/test_x509crl.rb" "test/openssl/test_x509ext.rb" "test/openssl/test_x509name.rb" "test/openssl/test_x509req.rb" "test/openssl/test_x509store.rb" "test/openssl/utils.rb" "test/optparse/test_getopts.rb" "test/optparse/test_noarg.rb" "test/optparse/test_optarg.rb" "test/optparse/test_optparse.rb" "test/optparse/test_placearg.rb" "test/optparse/test_reqarg.rb" "test/optparse/test_summary.rb" "test/ostruct/test_ostruct.rb" "test/pathname/test_pathname.rb" "test/rdoc/rdoc_markup_to_html_crossref_reference.rb" "test/rdoc/test_attribute_manager.rb" "test/rdoc/test_rdoc_info_formatting.rb" "test/rdoc/test_rdoc_info_sections.rb" "test/rdoc/test_rdoc_markup.rb" "test/rdoc/test_rdoc_markup_attribute_manager.rb" "test/rdoc/test_rdoc_markup_to_html.rb" "test/rdoc/test_rdoc_markup_to_html_crossref.rb" "test/rdoc/test_rdoc_parser.rb" "test/rdoc/test_rdoc_parser_c.rb" "test/rdoc/test_rdoc_parser_perl.rb" "test/rdoc/test_rdoc_parser_ruby.rb" "test/rdoc/test_rdoc_ri_attribute_formatter.rb" "test/rdoc/test_rdoc_ri_default_display.rb" "test/rdoc/test_rdoc_ri_driver.rb" "test/rdoc/test_rdoc_ri_formatter.rb" "test/rdoc/test_rdoc_ri_overstrike_formatter.rb" "test/readline/test_readline.rb" "test/readline/test_readline_history.rb" "test/rexml/test_document.rb" "test/rinda/test_rinda.rb" "test/rinda/test_tuplebag.rb" "test/ripper/dummyparser.rb" "test/ripper/test_files.rb" "test/ripper/test_filter.rb" "test/ripper/test_parser_events.rb" "test/ripper/test_scanner_events.rb" "test/rss/rss-assertions.rb" "test/rss/rss-testcase.rb" "test/rss/test_1.0.rb" "test/rss/test_2.0.rb" "test/rss/test_accessor.rb" "test/rss/test_atom.rb" "test/rss/test_content.rb" "test/rss/test_dublincore.rb" "test/rss/test_image.rb" "test/rss/test_inherit.rb" "test/rss/test_itunes.rb" "test/rss/test_maker_0.9.rb" "test/rss/test_maker_1.0.rb" "test/rss/test_maker_2.0.rb" "test/rss/test_maker_atom_entry.rb" "test/rss/test_maker_atom_feed.rb" "test/rss/test_maker_content.rb" "test/rss/test_maker_dc.rb" "test/rss/test_maker_image.rb" "test/rss/test_maker_itunes.rb" "test/rss/test_maker_slash.rb" "test/rss/test_maker_sy.rb" "test/rss/test_maker_taxo.rb" "test/rss/test_maker_trackback.rb" "test/rss/test_maker_xml-stylesheet.rb" "test/rss/test_parser.rb" "test/rss/test_parser_1.0.rb" "test/rss/test_parser_2.0.rb" "test/rss/test_parser_atom_entry.rb" "test/rss/test_parser_atom_feed.rb" "test/rss/test_setup_maker_0.9.rb" "test/rss/test_setup_maker_1.0.rb" "test/rss/test_setup_maker_2.0.rb" "test/rss/test_setup_maker_atom_entry.rb" "test/rss/test_setup_maker_atom_feed.rb" "test/rss/test_setup_maker_itunes.rb" "test/rss/test_setup_maker_slash.rb" "test/rss/test_slash.rb" "test/rss/test_syndication.rb" "test/rss/test_taxonomy.rb" "test/rss/test_to_s.rb" "test/rss/test_trackback.rb" "test/rss/test_version.rb" "test/rss/test_xml-stylesheet.rb" "test/ruby/allpairs.rb" "test/ruby/beginmainend.rb" "test/ruby/enc/test_big5.rb" "test/ruby/enc/test_cp949.rb" "test/ruby/enc/test_euc_jp.rb" unknown encoding name: euc-jp test/ruby/enc/test_euc_jp.rb "test/ruby/enc/test_euc_kr.rb" "test/ruby/enc/test_euc_tw.rb" "test/ruby/enc/test_gb18030.rb" "test/ruby/enc/test_gbk.rb" "test/ruby/enc/test_iso_8859.rb" "test/ruby/enc/test_koi8.rb" "test/ruby/enc/test_shift_jis.rb" unknown encoding name: shift_jis test/ruby/enc/test_shift_jis.rb "test/ruby/enc/test_utf16.rb" "test/ruby/enc/test_utf32.rb" "test/ruby/enc/test_windows_1251.rb" unknown encoding name: windows-1251 test/ruby/enc/test_windows_1251.rb "test/ruby/envutil.rb" "test/ruby/lbtest.rb" "test/ruby/marshaltestlib.rb" "test/ruby/sentence.rb" "test/ruby/test_alias.rb" "test/ruby/test_argf.rb" "test/ruby/test_array.rb" "test/ruby/test_assignment.rb" "test/ruby/test_basicinstructions.rb" "test/ruby/test_beginendblock.rb" "test/ruby/test_bignum.rb" "test/ruby/test_call.rb" "test/ruby/test_case.rb" "test/ruby/test_class.rb" "test/ruby/test_clone.rb" "test/ruby/test_comparable.rb" "test/ruby/test_complex.rb" "test/ruby/test_complex2.rb" "test/ruby/test_complexrational.rb" "test/ruby/test_condition.rb" "test/ruby/test_const.rb" "test/ruby/test_continuation.rb" "test/ruby/test_defined.rb" "test/ruby/test_dir.rb" "test/ruby/test_econv.rb" "test/ruby/test_encoding.rb" "test/ruby/test_enum.rb" "test/ruby/test_enumerator.rb" "test/ruby/test_env.rb" "test/ruby/test_eval.rb" "test/ruby/test_exception.rb" "test/ruby/test_fiber.rb" "test/ruby/test_file.rb" "test/ruby/test_file_exhaustive.rb" "test/ruby/test_fixnum.rb" "test/ruby/test_float.rb" "test/ruby/test_fnmatch.rb" "test/ruby/test_gc.rb" "test/ruby/test_hash.rb" "test/ruby/test_ifunless.rb" "test/ruby/test_integer.rb" "test/ruby/test_integer_comb.rb" "test/ruby/test_io.rb" "test/ruby/test_io_m17n.rb" "test/ruby/test_iterator.rb" "test/ruby/test_lambda.rb" "test/ruby/test_literal.rb" "test/ruby/test_m17n.rb" test/ruby/test_m17n.rb "test/ruby/test_m17n_comb.rb" "test/ruby/test_marshal.rb" "test/ruby/test_math.rb" "test/ruby/test_metaclass.rb" "test/ruby/test_method.rb" "test/ruby/test_mixed_unicode_escapes.rb" unknown encoding name: cp932 test/ruby/test_mixed_unicode_escapes.rb "test/ruby/test_module.rb" "test/ruby/test_numeric.rb" "test/ruby/test_object.rb" "test/ruby/test_objectspace.rb" "test/ruby/test_optimization.rb" "test/ruby/test_pack.rb" "test/ruby/test_parse.rb" "test/ruby/test_path.rb" "test/ruby/test_pipe.rb" "test/ruby/test_primitive.rb" "test/ruby/test_proc.rb" "test/ruby/test_process.rb" "test/ruby/test_rand.rb" "test/ruby/test_range.rb" "test/ruby/test_rational.rb" "test/ruby/test_rational2.rb" "test/ruby/test_readpartial.rb" "test/ruby/test_regexp.rb" "test/ruby/test_require.rb" "test/ruby/test_rubyoptions.rb" "test/ruby/test_settracefunc.rb" "test/ruby/test_signal.rb" "test/ruby/test_sleep.rb" "test/ruby/test_sprintf.rb" "test/ruby/test_sprintf_comb.rb" "test/ruby/test_string.rb" "test/ruby/test_stringchar.rb" "test/ruby/test_struct.rb" "test/ruby/test_super.rb" "test/ruby/test_symbol.rb" "test/ruby/test_system.rb" "test/ruby/test_thread.rb" "test/ruby/test_time.rb" "test/ruby/test_trace.rb" "test/ruby/test_transcode.rb" "test/ruby/test_unicode_escape.rb" "test/ruby/test_variable.rb" "test/ruby/test_whileuntil.rb" "test/ruby/test_yield.rb" "test/ruby/ut_eof.rb" "test/rubygems/bogussources.rb" "test/rubygems/fake_certlib/openssl.rb" "test/rubygems/functional.rb" "test/rubygems/gem_installer_test_case.rb" "test/rubygems/gem_package_tar_test_case.rb" "test/rubygems/gemutilities.rb" "test/rubygems/insure_session.rb" "test/rubygems/mockgemui.rb" "test/rubygems/simple_gem.rb" "test/rubygems/test_config.rb" "test/rubygems/test_gem.rb" "test/rubygems/test_gem_builder.rb" "test/rubygems/test_gem_command.rb" "test/rubygems/test_gem_command_manager.rb" "test/rubygems/test_gem_commands_build_command.rb" "test/rubygems/test_gem_commands_cert_command.rb" "test/rubygems/test_gem_commands_check_command.rb" "test/rubygems/test_gem_commands_contents_command.rb" "test/rubygems/test_gem_commands_dependency_command.rb" "test/rubygems/test_gem_commands_environment_command.rb" "test/rubygems/test_gem_commands_fetch_command.rb" "test/rubygems/test_gem_commands_generate_index_command.rb" "test/rubygems/test_gem_commands_install_command.rb" "test/rubygems/test_gem_commands_list_command.rb" "test/rubygems/test_gem_commands_lock_command.rb" "test/rubygems/test_gem_commands_mirror_command.rb" "test/rubygems/test_gem_commands_outdated_command.rb" "test/rubygems/test_gem_commands_pristine_command.rb" "test/rubygems/test_gem_commands_query_command.rb" "test/rubygems/test_gem_commands_server_command.rb" "test/rubygems/test_gem_commands_sources_command.rb" "test/rubygems/test_gem_commands_specification_command.rb" "test/rubygems/test_gem_commands_stale_command.rb" "test/rubygems/test_gem_commands_uninstall_command.rb" "test/rubygems/test_gem_commands_unpack_command.rb" "test/rubygems/test_gem_commands_update_command.rb" "test/rubygems/test_gem_config_file.rb" "test/rubygems/test_gem_dependency.rb" "test/rubygems/test_gem_dependency_installer.rb" "test/rubygems/test_gem_dependency_list.rb" "test/rubygems/test_gem_digest.rb" "test/rubygems/test_gem_doc_manager.rb" "test/rubygems/test_gem_ext_configure_builder.rb" "test/rubygems/test_gem_ext_ext_conf_builder.rb" "test/rubygems/test_gem_ext_rake_builder.rb" "test/rubygems/test_gem_format.rb" "test/rubygems/test_gem_gem_path_searcher.rb" "test/rubygems/test_gem_gem_runner.rb" "test/rubygems/test_gem_indexer.rb" "test/rubygems/test_gem_install_update_options.rb" "test/rubygems/test_gem_installer.rb" "test/rubygems/test_gem_local_remote_options.rb" "test/rubygems/test_gem_package_tar_header.rb" "test/rubygems/test_gem_package_tar_input.rb" "test/rubygems/test_gem_package_tar_output.rb" "test/rubygems/test_gem_package_tar_reader.rb" "test/rubygems/test_gem_package_tar_reader_entry.rb" "test/rubygems/test_gem_package_tar_writer.rb" "test/rubygems/test_gem_platform.rb" "test/rubygems/test_gem_remote_fetcher.rb" "test/rubygems/test_gem_requirement.rb" "test/rubygems/test_gem_server.rb" "test/rubygems/test_gem_source_index.rb" "test/rubygems/test_gem_source_info_cache.rb" "test/rubygems/test_gem_source_info_cache_entry.rb" "test/rubygems/test_gem_spec_fetcher.rb" "test/rubygems/test_gem_specification.rb" "test/rubygems/test_gem_stream_ui.rb" "test/rubygems/test_gem_uninstaller.rb" "test/rubygems/test_gem_validator.rb" "test/rubygems/test_gem_version.rb" "test/rubygems/test_gem_version_option.rb" "test/rubygems/test_kernel.rb" "test/runner.rb" "test/scanf/test_scanf.rb" "test/scanf/test_scanfblocks.rb" "test/scanf/test_scanfio.rb" "test/sdbm/test_sdbm.rb" "test/socket/test_nonblock.rb" "test/socket/test_socket.rb" "test/socket/test_tcp.rb" "test/socket/test_udp.rb" "test/socket/test_unix.rb" "test/stringio/test_stringio.rb" "test/strscan/test_stringscanner.rb" "test/test_delegate.rb" "test/test_ipaddr.rb" "test/test_mathn.rb" "test/test_pp.rb" "test/test_prettyprint.rb" "test/test_prime.rb" "test/test_pstore.rb" "test/test_set.rb" "test/test_shellwords.rb" "test/test_singleton.rb" "test/test_tempfile.rb" "test/test_time.rb" "test/test_timeout.rb" "test/test_tsort.rb" "test/uri/test_common.rb" "test/uri/test_ftp.rb" "test/uri/test_generic.rb" "test/uri/test_http.rb" "test/uri/test_ldap.rb" "test/uri/test_mailto.rb" "test/uri/test_parser.rb" "test/webrick/test_cgi.rb" "test/webrick/test_cookie.rb" "test/webrick/test_filehandler.rb" "test/webrick/test_httpauth.rb" "test/webrick/test_httpproxy.rb" "test/webrick/test_httprequest.rb" "test/webrick/test_httpserver.rb" "test/webrick/test_httputils.rb" "test/webrick/test_httpversion.rb" "test/webrick/test_server.rb" "test/webrick/test_utils.rb" "test/webrick/utils.rb" "test/win32ole/err_in_callback.rb" "test/win32ole/test_err_in_callback.rb" "test/win32ole/test_folderitem2_invokeverb.rb" "test/win32ole/test_nil2vtempty.rb" "test/win32ole/test_ole_methods.rb" "test/win32ole/test_propertyputref.rb" "test/win32ole/test_win32ole.rb" "test/win32ole/test_win32ole_event.rb" "test/win32ole/test_win32ole_method.rb" "test/win32ole/test_win32ole_param.rb" "test/win32ole/test_win32ole_type.rb" "test/win32ole/test_win32ole_typelib.rb" "test/win32ole/test_win32ole_variable.rb" "test/win32ole/test_win32ole_variant.rb" "test/win32ole/test_win32ole_variant_m.rb" "test/win32ole/test_win32ole_variant_outarg.rb" "test/win32ole/test_word.rb" "test/xmlrpc/test_cookie.rb" "test/xmlrpc/test_datetime.rb" "test/xmlrpc/test_features.rb" "test/xmlrpc/test_marshal.rb" "test/xmlrpc/test_parser.rb" "test/xmlrpc/test_webrick_server.rb" "test/xmlrpc/webrick_testing.rb" "test/yaml/test_yaml.rb" "test/yaml/test_yamlstore.rb" "test/zlib/test_zlib.rb" Fnot ok system 9 -- sample/test.rb:1948:in `
' sample/test.rb:const .ok 1 (sample/test.rb:1966:in `
') .ok 2 (sample/test.rb:1970:in `
') .ok 3 (sample/test.rb:1973:in `
') .ok 4 (sample/test.rb:1974:in `
') .ok 5 (sample/test.rb:1975:in `
') sample/test.rb:clone .ok 1 (sample/test.rb:1987:in `
') .ok 2 (sample/test.rb:1988:in `
') .ok 3 (sample/test.rb:1989:in `
') .ok 4 (sample/test.rb:1995:in `rescue in
') .ok 5 (sample/test.rb:2004:in `
') sample/test.rb:marshal .ok 1 (sample/test.rb:2009:in `
') .ok 2 (sample/test.rb:2012:in `
') .ok 3 (sample/test.rb:2018:in `block in
') .ok 4 (sample/test.rb:2018:in `block in
') sample/test.rb:pack .ok 1 (sample/test.rb:2030:in `
') .ok 2 (sample/test.rb:2031:in `
') .ok 3 (sample/test.rb:2032:in `
') .ok 4 (sample/test.rb:2035:in `
') sample/test.rb:math .ok 1 (sample/test.rb:2038:in `
') .ok 2 (sample/test.rb:2041:in `
') sample/test.rb:struct .ok 1 (sample/test.rb:2045:in `
') .ok 2 (sample/test.rb:2048:in `
') .ok 3 (sample/test.rb:2049:in `
') .ok 4 (sample/test.rb:2052:in `
') .ok 5 (sample/test.rb:2055:in `
') .ok 6 (sample/test.rb:2058:in `
') sample/test.rb:variable .ok 1 (sample/test.rb:2061:in `
') .ok 2 (sample/test.rb:2068:in `rescue in
') .ok 3 (sample/test.rb:2073:in `
') .ok 4 (sample/test.rb:2106:in `
') .ok 5 (sample/test.rb:2107:in `
') .ok 6 (sample/test.rb:2108:in `
') .ok 7 (sample/test.rb:2109:in `
') .ok 8 (sample/test.rb:2110:in `
') .ok 9 (sample/test.rb:2112:in `
') .ok 10 (sample/test.rb:2113:in `
') .ok 11 (sample/test.rb:2114:in `
') sample/test.rb:trace .ok 1 (sample/test.rb:2121:in `
') .ok 2 (sample/test.rb:2125:in `
') .ok 3 (sample/test.rb:2129:in `
') sample/test.rb:defined? .ok 1 (sample/test.rb:2135:in `
') .ok 2 (sample/test.rb:2136:in `
') .ok 3 (sample/test.rb:2139:in `
') .ok 4 (sample/test.rb:2141:in `
') .ok 5 (sample/test.rb:2142:in `
') .ok 6 (sample/test.rb:2143:in `
') .ok 7 (sample/test.rb:2144:in `
') .ok 8 (sample/test.rb:2157:in `
') .ok 9 (sample/test.rb:2152:in `bar') .ok 10 (sample/test.rb:2153:in `bar') .ok 11 (sample/test.rb:2164:in `
') .ok 12 (sample/test.rb:2165:in `
') sample/test.rb:alias .ok 1 (sample/test.rb:2181:in `
') .ok 2 (sample/test.rb:2182:in `
') .ok 3 (sample/test.rb:2185:in `
') .ok 4 (sample/test.rb:2199:in `
') .ok 5 (sample/test.rb:2200:in `
') .ok 6 (sample/test.rb:2201:in `
') sample/test.rb:path .ok 1 (sample/test.rb:2204:in `
') .ok 2 (sample/test.rb:2205:in `
') .ok 3 (sample/test.rb:2206:in `
') .ok 4 (sample/test.rb:2207:in `
') .ok 5 (sample/test.rb:2208:in `
') .ok 6 (sample/test.rb:2209:in `
') .ok 7 (sample/test.rb:2210:in `
') .ok 8 (sample/test.rb:2211:in `
') .ok 9 (sample/test.rb:2212:in `
') .ok 10 (sample/test.rb:2213:in `
') .ok 11 (sample/test.rb:2214:in `
') .ok 12 (sample/test.rb:2215:in `
') .ok 13 (sample/test.rb:2216:in `
') .ok 14 (sample/test.rb:2217:in `
') .ok 15 (sample/test.rb:2218:in `
') .ok 16 (sample/test.rb:2219:in `
') .ok 17 (sample/test.rb:2220:in `
') .ok 18 (sample/test.rb:2221:in `
') .ok 19 (sample/test.rb:2222:in `
') .ok 20 (sample/test.rb:2233:in `
') .ok 21 (sample/test.rb:2234:in `
') .ok 22 (sample/test.rb:2242:in `
') .ok 23 (sample/test.rb:2243:in `
') sample/test.rb:gc .ok 1 (sample/test.rb:2260:in `
') .ok 2 (sample/test.rb:2274:in `
') .ok 3 (sample/test.rb:2280:in `
') .ok 4 (sample/test.rb:2286:in `
') not ok/test: 900 failed 1 failed(test.rb) == method-list # 2010-05-12T05:59:26+09:00 + ./miniruby -e 'use_symbol = Object.instance_methods[0].is_a?(Symbol) nummodule = nummethod = 0 mods = [] ObjectSpace.each_object(Module) {|m| mods << m if m.name } mods = mods.sort_by {|m| m.name } mods.each {|mod| nummodule += 1 puts "#{mod.name} #{(mod.ancestors - [mod]).inspect}" mod.singleton_methods(false).sort.each {|methname| nummethod += 1 meth = mod.method(methname) line = "#{mod.name}.#{methname} #{meth.arity}" line << " not-implemented" if !mod.respond_to?(methname) puts line } ms = mod.instance_methods(false) if use_symbol ms << :initialize if mod.private_instance_methods(false).include? :initialize else ms << "initialize" if mod.private_instance_methods(false).include? "initialize" end ms.sort.each {|methname| nummethod += 1 meth = mod.instance_method(methname) line = "#{mod.name}\##{methname} #{meth.arity}" line << " not-implemented" if /\(not-implemented\)/ =~ meth.inspect puts line } } puts "#{nummodule} modules, #{nummethod} methods" ' ARGF.class [Enumerable, Object, Kernel, BasicObject] ARGF.class#argv 0 ARGF.class#binmode 0 ARGF.class#binmode? 0 ARGF.class#bytes 0 ARGF.class#chars 0 ARGF.class#close 0 ARGF.class#closed? 0 ARGF.class#each -1 ARGF.class#each_byte 0 ARGF.class#each_char 0 ARGF.class#each_line -1 ARGF.class#eof 0 ARGF.class#eof? 0 ARGF.class#external_encoding 0 ARGF.class#file 0 ARGF.class#filename 0 ARGF.class#fileno 0 ARGF.class#getbyte 0 ARGF.class#getc 0 ARGF.class#gets -1 ARGF.class#initialize -1 ARGF.class#inplace_mode 0 ARGF.class#inplace_mode= 1 ARGF.class#internal_encoding 0 ARGF.class#lineno 0 ARGF.class#lineno= 1 ARGF.class#lines -1 ARGF.class#path 0 ARGF.class#pos 0 ARGF.class#pos= 1 ARGF.class#read -1 ARGF.class#readbyte 0 ARGF.class#readchar 0 ARGF.class#readline -1 ARGF.class#readlines -1 ARGF.class#readpartial -1 ARGF.class#rewind 0 ARGF.class#seek -1 ARGF.class#set_encoding -1 ARGF.class#skip 0 ARGF.class#tell 0 ARGF.class#to_a -1 ARGF.class#to_i 0 ARGF.class#to_io 0 ARGF.class#to_s 0 ArgumentError [StandardError, Exception, Object, Kernel, BasicObject] Array [Enumerable, Object, Kernel, BasicObject] Array.[] -1 Array.try_convert 1 Array#& 1 Array#* 1 Array#+ 1 Array#- 1 Array#<< 1 Array#<=> 1 Array#== 1 Array#[] -1 Array#[]= -1 Array#assoc 1 Array#at 1 Array#clear 0 Array#collect 0 Array#collect! 0 Array#combination 1 Array#compact 0 Array#compact! 0 Array#concat 1 Array#count -1 Array#cycle -1 Array#delete 1 Array#delete_at 1 Array#delete_if 0 Array#drop 1 Array#drop_while 0 Array#each 0 Array#each_index 0 Array#empty? 0 Array#eql? 1 Array#fetch -1 Array#fill -1 Array#find_index -1 Array#first -1 Array#flatten -1 Array#flatten! -1 Array#frozen? 0 Array#hash 0 Array#include? 1 Array#index -1 Array#initialize -1 Array#insert -1 Array#inspect 0 Array#join -1 Array#last -1 Array#length 0 Array#map 0 Array#map! 0 Array#pack 1 Array#permutation -1 Array#pop -1 Array#product -1 Array#push -1 Array#rassoc 1 Array#reject 0 Array#reject! 0 Array#replace 1 Array#reverse 0 Array#reverse! 0 Array#reverse_each 0 Array#rindex -1 Array#sample -1 Array#select 0 Array#shift -1 Array#shuffle 0 Array#shuffle! 0 Array#size 0 Array#slice -1 Array#slice! -1 Array#sort 0 Array#sort! 0 Array#take 1 Array#take_while 0 Array#to_a 0 Array#to_ary 0 Array#to_s 0 Array#transpose 0 Array#uniq 0 Array#uniq! 0 Array#unshift -1 Array#values_at -1 Array#zip -1 Array#| 1 BasicObject [] BasicObject#! 0 BasicObject#!= 1 BasicObject#== 1 BasicObject#__send__ -1 BasicObject#equal? 1 BasicObject#initialize 0 BasicObject#instance_eval -1 BasicObject#instance_exec -1 Bignum [Integer, Numeric, Comparable, Object, Kernel, BasicObject] Bignum#% 1 Bignum#& 1 Bignum#* 1 Bignum#** 1 Bignum#+ 1 Bignum#- 1 Bignum#-@ 0 Bignum#/ 1 Bignum#<< 1 Bignum#<=> 1 Bignum#== 1 Bignum#=== 1 Bignum#>> 1 Bignum#[] 1 Bignum#^ 1 Bignum#abs 0 Bignum#coerce 1 Bignum#div 1 Bignum#divmod 1 Bignum#eql? 1 Bignum#even? 0 Bignum#fdiv 1 Bignum#hash 0 Bignum#magnitude 0 Bignum#modulo 1 Bignum#odd? 0 Bignum#remainder 1 Bignum#size 0 Bignum#to_f 0 Bignum#to_s -1 Bignum#| 1 Bignum#~ 0 Binding [Object, Kernel, BasicObject] Binding#clone 0 Binding#dup 0 Binding#eval -1 Class [Module, Object, Kernel, BasicObject] Class#allocate 0 Class#initialize -1 Class#new -1 Class#superclass 0 Comparable [] Comparable#< 1 Comparable#<= 1 Comparable#== 1 Comparable#> 1 Comparable#>= 1 Comparable#between? 2 Complex [Numeric, Comparable, Object, Kernel, BasicObject] Complex.polar 2 Complex.rect -1 Complex.rectangular -1 Complex#* 1 Complex#** 1 Complex#+ 1 Complex#- 1 Complex#-@ 0 Complex#/ 1 Complex#== 1 Complex#abs 0 Complex#abs2 0 Complex#angle 0 Complex#arg 0 Complex#coerce 1 Complex#conj 0 Complex#conjugate 0 Complex#denominator 0 Complex#eql? 1 Complex#fdiv 1 Complex#hash 0 Complex#imag 0 Complex#imaginary 0 Complex#inspect 0 Complex#magnitude 0 Complex#marshal_dump 0 Complex#marshal_load 1 Complex#numerator 0 Complex#phase 0 Complex#polar 0 Complex#quo 1 Complex#real 0 Complex#real? 0 Complex#rect 0 Complex#rectangular 0 Complex#to_f 0 Complex#to_i 0 Complex#to_r 0 Complex#to_s 0 Data [Object, Kernel, BasicObject] Dir [Enumerable, Object, Kernel, BasicObject] Dir.[] -1 Dir.chdir -1 Dir.chroot 1 Dir.delete 1 Dir.entries -1 Dir.exist? 1 Dir.exists? 1 Dir.foreach -1 Dir.getwd 0 Dir.glob -1 Dir.mkdir -1 Dir.open -1 Dir.pwd 0 Dir.rmdir 1 Dir.unlink 1 Dir#close 0 Dir#each 0 Dir#initialize -1 Dir#inspect 0 Dir#path 0 Dir#pos 0 Dir#pos= 1 Dir#read 0 Dir#rewind 0 Dir#seek 1 Dir#tell 0 EOFError [IOError, StandardError, Exception, Object, Kernel, BasicObject] Encoding [Object, Kernel, BasicObject] Encoding._load 1 Encoding.aliases 0 Encoding.compatible? 2 Encoding.default_external 0 Encoding.default_external= 1 Encoding.default_internal 0 Encoding.default_internal= 1 Encoding.find 1 Encoding.list 0 Encoding.locale_charmap 0 Encoding.name_list 0 Encoding#_dump -1 Encoding#dummy? 0 Encoding#inspect 0 Encoding#name 0 Encoding#names 0 Encoding#to_s 0 Encoding::CompatibilityError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::Converter [Data, Object, Kernel, BasicObject] Encoding::Converter.asciicompat_encoding 1 Encoding::Converter.search_convpath -1 Encoding::Converter#convert 1 Encoding::Converter#convpath 0 Encoding::Converter#destination_encoding 0 Encoding::Converter#finish 0 Encoding::Converter#initialize -1 Encoding::Converter#insert_output 1 Encoding::Converter#inspect 0 Encoding::Converter#last_error 0 Encoding::Converter#primitive_convert -1 Encoding::Converter#primitive_errinfo 0 Encoding::Converter#putback -1 Encoding::Converter#replacement 0 Encoding::Converter#replacement= 1 Encoding::Converter#source_encoding 0 Encoding::ConverterNotFoundError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::InvalidByteSequenceError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::InvalidByteSequenceError#destination_encoding 0 Encoding::InvalidByteSequenceError#destination_encoding_name 0 Encoding::InvalidByteSequenceError#error_bytes 0 Encoding::InvalidByteSequenceError#incomplete_input? 0 Encoding::InvalidByteSequenceError#readagain_bytes 0 Encoding::InvalidByteSequenceError#source_encoding 0 Encoding::InvalidByteSequenceError#source_encoding_name 0 Encoding::UndefinedConversionError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::UndefinedConversionError#destination_encoding 0 Encoding::UndefinedConversionError#destination_encoding_name 0 Encoding::UndefinedConversionError#error_char 0 Encoding::UndefinedConversionError#source_encoding 0 Encoding::UndefinedConversionError#source_encoding_name 0 EncodingError [StandardError, Exception, Object, Kernel, BasicObject] Enumerable [] Enumerable#all? 0 Enumerable#any? 0 Enumerable#collect 0 Enumerable#count -1 Enumerable#cycle -1 Enumerable#detect -1 Enumerable#drop 1 Enumerable#drop_while 0 Enumerable#each_cons 1 Enumerable#each_slice 1 Enumerable#each_with_index -1 Enumerable#each_with_object 1 Enumerable#entries -1 Enumerable#find -1 Enumerable#find_all 0 Enumerable#find_index -1 Enumerable#first -1 Enumerable#grep 1 Enumerable#group_by 0 Enumerable#include? 1 Enumerable#inject -1 Enumerable#map 0 Enumerable#max 0 Enumerable#max_by 0 Enumerable#member? 1 Enumerable#min 0 Enumerable#min_by 0 Enumerable#minmax 0 Enumerable#minmax_by 0 Enumerable#none? 0 Enumerable#one? 0 Enumerable#partition 0 Enumerable#reduce -1 Enumerable#reject 0 Enumerable#reverse_each -1 Enumerable#select 0 Enumerable#sort 0 Enumerable#sort_by 0 Enumerable#take 1 Enumerable#take_while 0 Enumerable#to_a -1 Enumerable#zip -1 Enumerator [Enumerable, Object, Kernel, BasicObject] Enumerator#each 0 Enumerator#each_with_index 0 Enumerator#each_with_object 1 Enumerator#initialize -1 Enumerator#next 0 Enumerator#rewind 0 Enumerator#with_index 0 Enumerator#with_object 1 Enumerator::Generator [Enumerable, Object, Kernel, BasicObject] Enumerator::Generator#each 0 Enumerator::Generator#initialize -1 Enumerator::Yielder [Object, Kernel, BasicObject] Enumerator::Yielder#<< -1 Enumerator::Yielder#initialize 0 Enumerator::Yielder#yield -1 Errno [] Errno::E2BIG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EACCES [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADDRINUSE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADDRNOTAVAIL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EAFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EAGAIN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EALREADY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADF [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBUSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECHILD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNABORTED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNREFUSED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNRESET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDEADLK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDESTADDRREQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDOM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDQUOT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EEXIST [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EFAULT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EFBIG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EHOSTDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EHOSTUNREACH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EIDRM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EILSEQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINPROGRESS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINTR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINVAL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISCONN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISDIR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELOOP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMFILE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMLINK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMSGSIZE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMULTIHOP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENAMETOOLONG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETRESET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETUNREACH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENFILE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOBUFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENODATA [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENODEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOENT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOEXEC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOLCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOLINK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMEM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOPROTOOPT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSPC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSTR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSYS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTBLK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTCONN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTDIR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTEMPTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTSOCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENXIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOPNOTSUPP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOVERFLOW [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPERM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTONOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTOTYPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ERANGE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMOTE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EROFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESHUTDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESOCKTNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESRCH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESTALE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETIME [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETIMEDOUT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETOOMANYREFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETXTBSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUSERS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EXDEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::NOERROR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Exception [Object, Kernel, BasicObject] Exception.exception -1 Exception#== 1 Exception#backtrace 0 Exception#exception -1 Exception#initialize -1 Exception#inspect 0 Exception#message 0 Exception#set_backtrace 1 Exception#to_s 0 FalseClass [Object, Kernel, BasicObject] FalseClass#& 1 FalseClass#^ 1 FalseClass#to_s 0 FalseClass#| 1 Fiber [Object, Kernel, BasicObject] Fiber.yield -1 Fiber#initialize 0 Fiber#resume -1 FiberError [StandardError, Exception, Object, Kernel, BasicObject] File [IO, File::Constants, Enumerable, Object, Kernel, BasicObject] File.absolute_path -1 File.atime 1 File.basename -1 File.blockdev? 1 File.chardev? 1 File.chmod -1 File.chown -1 File.ctime 1 File.delete -1 File.directory? 1 File.dirname 1 File.executable? 1 File.executable_real? 1 File.exist? 1 File.exists? 1 File.expand_path -1 File.extname 1 File.file? 1 File.fnmatch -1 File.fnmatch? -1 File.ftype 1 File.grpowned? 1 File.identical? 2 File.join -1 File.lchmod -1 File.lchown -1 File.link 2 File.lstat 1 File.mtime 1 File.owned? 1 File.path 1 File.pipe? 1 File.readable? 1 File.readable_real? 1 File.readlink 1 File.rename 2 File.setgid? 1 File.setuid? 1 File.size 1 File.size? 1 File.socket? 1 File.split 1 File.stat 1 File.sticky? 1 File.symlink 2 File.symlink? 1 File.truncate 2 File.umask -1 File.unlink -1 File.utime -1 File.world_readable? 1 File.world_writable? 1 File.writable? 1 File.writable_real? 1 File.zero? 1 File#atime 0 File#chmod 1 File#chown 2 File#ctime 0 File#flock 1 File#initialize -1 File#lstat 0 File#mtime 0 File#path 0 File#to_path 0 File#truncate 1 File::Constants [] File::Stat [Comparable, Object, Kernel, BasicObject] File::Stat#<=> 1 File::Stat#atime 0 File::Stat#blksize 0 File::Stat#blockdev? 0 File::Stat#blocks 0 File::Stat#chardev? 0 File::Stat#ctime 0 File::Stat#dev 0 File::Stat#dev_major 0 File::Stat#dev_minor 0 File::Stat#directory? 0 File::Stat#executable? 0 File::Stat#executable_real? 0 File::Stat#file? 0 File::Stat#ftype 0 File::Stat#gid 0 File::Stat#grpowned? 0 File::Stat#initialize 1 File::Stat#ino 0 File::Stat#inspect 0 File::Stat#mode 0 File::Stat#mtime 0 File::Stat#nlink 0 File::Stat#owned? 0 File::Stat#pipe? 0 File::Stat#rdev 0 File::Stat#rdev_major 0 File::Stat#rdev_minor 0 File::Stat#readable? 0 File::Stat#readable_real? 0 File::Stat#setgid? 0 File::Stat#setuid? 0 File::Stat#size 0 File::Stat#size? 0 File::Stat#socket? 0 File::Stat#sticky? 0 File::Stat#symlink? 0 File::Stat#uid 0 File::Stat#world_readable? 0 File::Stat#world_writable? 0 File::Stat#writable? 0 File::Stat#writable_real? 0 File::Stat#zero? 0 FileTest [] FileTest.blockdev? 1 FileTest.chardev? 1 FileTest.directory? 1 FileTest.executable? 1 FileTest.executable_real? 1 FileTest.exist? 1 FileTest.exists? 1 FileTest.file? 1 FileTest.grpowned? 1 FileTest.identical? 2 FileTest.owned? 1 FileTest.pipe? 1 FileTest.readable? 1 FileTest.readable_real? 1 FileTest.setgid? 1 FileTest.setuid? 1 FileTest.size 1 FileTest.size? 1 FileTest.socket? 1 FileTest.sticky? 1 FileTest.symlink? 1 FileTest.world_readable? 1 FileTest.world_writable? 1 FileTest.writable? 1 FileTest.writable_real? 1 FileTest.zero? 1 Fixnum [Integer, Numeric, Comparable, Object, Kernel, BasicObject] Fixnum#% 1 Fixnum#& 1 Fixnum#* 1 Fixnum#** 1 Fixnum#+ 1 Fixnum#- 1 Fixnum#-@ 0 Fixnum#/ 1 Fixnum#< 1 Fixnum#<< 1 Fixnum#<= 1 Fixnum#<=> 1 Fixnum#== 1 Fixnum#=== 1 Fixnum#> 1 Fixnum#>= 1 Fixnum#>> 1 Fixnum#[] 1 Fixnum#^ 1 Fixnum#abs 0 Fixnum#div 1 Fixnum#divmod 1 Fixnum#even? 0 Fixnum#fdiv 1 Fixnum#magnitude 0 Fixnum#modulo 1 Fixnum#odd? 0 Fixnum#size 0 Fixnum#succ 0 Fixnum#to_f 0 Fixnum#to_s -1 Fixnum#zero? 0 Fixnum#| 1 Fixnum#~ 0 Float [Numeric, Comparable, Object, Kernel, BasicObject] Float#% 1 Float#* 1 Float#** 1 Float#+ 1 Float#- 1 Float#-@ 0 Float#/ 1 Float#< 1 Float#<= 1 Float#<=> 1 Float#== 1 Float#=== 1 Float#> 1 Float#>= 1 Float#abs 0 Float#angle 0 Float#arg 0 Float#ceil 0 Float#coerce 1 Float#denominator 0 Float#divmod 1 Float#eql? 1 Float#fdiv 1 Float#finite? 0 Float#floor 0 Float#hash 0 Float#infinite? 0 Float#magnitude 0 Float#modulo 1 Float#nan? 0 Float#numerator 0 Float#phase 0 Float#quo 1 Float#round -1 Float#to_f 0 Float#to_i 0 Float#to_int 0 Float#to_r 0 Float#to_s 0 Float#truncate 0 Float#zero? 0 FloatDomainError [RangeError, StandardError, Exception, Object, Kernel, BasicObject] GC [] GC.count 0 GC.disable 0 GC.enable 0 GC.start 0 GC.stress 0 GC.stress= 1 GC#garbage_collect 0 GC::Profiler [] GC::Profiler.clear 0 GC::Profiler.disable 0 GC::Profiler.enable 0 GC::Profiler.enabled? 0 GC::Profiler.report -1 GC::Profiler.result 0 Gem [] Hash [Enumerable, Object, Kernel, BasicObject] Hash.[] -1 Hash.try_convert 1 Hash#== 1 Hash#[] 1 Hash#[]= 2 Hash#assoc 1 Hash#clear 0 Hash#compare_by_identity 0 Hash#compare_by_identity? 0 Hash#default -1 Hash#default= 1 Hash#default_proc 0 Hash#default_proc= 1 Hash#delete 1 Hash#delete_if 0 Hash#each 0 Hash#each_key 0 Hash#each_pair 0 Hash#each_value 0 Hash#empty? 0 Hash#eql? 1 Hash#fetch -1 Hash#flatten -1 Hash#has_key? 1 Hash#has_value? 1 Hash#hash 0 Hash#include? 1 Hash#index 1 Hash#initialize -1 Hash#inspect 0 Hash#invert 0 Hash#key 1 Hash#key? 1 Hash#keys 0 Hash#length 0 Hash#member? 1 Hash#merge 1 Hash#merge! 1 Hash#rassoc 1 Hash#rehash 0 Hash#reject 0 Hash#reject! 0 Hash#replace 1 Hash#select 0 Hash#shift 0 Hash#size 0 Hash#store 2 Hash#to_a 0 Hash#to_hash 0 Hash#to_s 0 Hash#update 1 Hash#value? 1 Hash#values 0 Hash#values_at -1 IO [File::Constants, Enumerable, Object, Kernel, BasicObject] IO.binread -1 IO.copy_stream -1 IO.for_fd -1 IO.foreach -1 IO.new -1 IO.open -1 IO.pipe -1 IO.popen -1 IO.read -1 IO.readlines -1 IO.select -1 IO.sysopen -1 IO.try_convert 1 IO#<< 1 IO#binmode 0 IO#binmode? 0 IO#bytes 0 IO#chars 0 IO#close 0 IO#close_on_exec= 1 IO#close_on_exec? 0 IO#close_read 0 IO#close_write 0 IO#closed? 0 IO#each -1 IO#each_byte 0 IO#each_char 0 IO#each_line -1 IO#eof 0 IO#eof? 0 IO#external_encoding 0 IO#fcntl -1 IO#fileno 0 IO#flush 0 IO#fsync 0 IO#getbyte 0 IO#getc 0 IO#gets -1 IO#initialize -1 IO#inspect 0 IO#internal_encoding 0 IO#ioctl -1 IO#isatty 0 IO#lineno 0 IO#lineno= 1 IO#lines -1 IO#pid 0 IO#pos 0 IO#pos= 1 IO#print -1 IO#printf -1 IO#putc 1 IO#puts -1 IO#read -1 IO#read_nonblock -1 IO#readbyte 0 IO#readchar 0 IO#readline -1 IO#readlines -1 IO#readpartial -1 IO#reopen -1 IO#rewind 0 IO#seek -1 IO#set_encoding -1 IO#stat 0 IO#sync 0 IO#sync= 1 IO#sysread -1 IO#sysseek -1 IO#syswrite 1 IO#tell 0 IO#to_i 0 IO#to_io 0 IO#tty? 0 IO#ungetbyte 1 IO#ungetc 1 IO#write 1 IO#write_nonblock 1 IOError [StandardError, Exception, Object, Kernel, BasicObject] IndexError [StandardError, Exception, Object, Kernel, BasicObject] Integer [Numeric, Comparable, Object, Kernel, BasicObject] Integer#ceil 0 Integer#chr -1 Integer#denominator 0 Integer#downto 1 Integer#even? 0 Integer#floor 0 Integer#gcd 1 Integer#gcdlcm 1 Integer#integer? 0 Integer#lcm 1 Integer#next 0 Integer#numerator 0 Integer#odd? 0 Integer#ord 0 Integer#pred 0 Integer#round -1 Integer#succ 0 Integer#times 0 Integer#to_i 0 Integer#to_int 0 Integer#to_r 0 Integer#truncate 0 Integer#upto 1 Interrupt [SignalException, Exception, Object, Kernel, BasicObject] Interrupt#initialize -1 Kernel [] Kernel.Array 1 Kernel.Complex -1 Kernel.Float 1 Kernel.Integer 1 Kernel.Rational -1 Kernel.String 1 Kernel.__callee__ 0 Kernel.__method__ 0 Kernel.` 1 Kernel.abort -1 Kernel.at_exit 0 Kernel.autoload 2 Kernel.autoload? 1 Kernel.binding 0 Kernel.block_given? 0 Kernel.caller -1 Kernel.catch -1 Kernel.eval -1 Kernel.exec -1 Kernel.exit -1 Kernel.exit! -1 Kernel.fail -1 Kernel.fork 0 Kernel.format -1 Kernel.gets -1 Kernel.global_variables 0 Kernel.iterator? 0 Kernel.lambda 0 Kernel.load -1 Kernel.local_variables 0 Kernel.loop 0 Kernel.open -1 Kernel.p -1 Kernel.print -1 Kernel.printf -1 Kernel.proc 0 Kernel.putc 1 Kernel.puts -1 Kernel.raise -1 Kernel.rand -1 Kernel.readline -1 Kernel.readlines -1 Kernel.require 1 Kernel.select -1 Kernel.set_trace_func 1 Kernel.sleep -1 Kernel.spawn -1 Kernel.sprintf -1 Kernel.srand -1 Kernel.syscall -1 Kernel.system -1 Kernel.test -1 Kernel.throw -1 Kernel.trace_var -1 Kernel.trap -1 Kernel.untrace_var -1 Kernel.warn 1 Kernel#!~ 1 Kernel#=== 1 Kernel#=~ 1 Kernel#__id__ 0 Kernel#class 0 Kernel#clone 0 Kernel#define_singleton_method -1 Kernel#display -1 Kernel#dup 0 Kernel#enum_for -1 Kernel#eql? 1 Kernel#extend -1 Kernel#freeze 0 Kernel#frozen? 0 Kernel#hash 0 Kernel#inspect 0 Kernel#instance_of? 1 Kernel#instance_variable_defined? 1 Kernel#instance_variable_get 1 Kernel#instance_variable_set 2 Kernel#instance_variables 0 Kernel#is_a? 1 Kernel#kind_of? 1 Kernel#method 1 Kernel#methods -1 Kernel#nil? 0 Kernel#object_id 0 Kernel#private_methods -1 Kernel#protected_methods -1 Kernel#public_method 1 Kernel#public_methods -1 Kernel#public_send -1 Kernel#respond_to? -1 Kernel#send -1 Kernel#singleton_methods -1 Kernel#taint 0 Kernel#tainted? 0 Kernel#tap 0 Kernel#to_enum -1 Kernel#to_s 0 Kernel#trust 0 Kernel#untaint 0 Kernel#untrust 0 Kernel#untrusted? 0 KeyError [IndexError, StandardError, Exception, Object, Kernel, BasicObject] LoadError [ScriptError, Exception, Object, Kernel, BasicObject] LocalJumpError [StandardError, Exception, Object, Kernel, BasicObject] LocalJumpError#exit_value 0 LocalJumpError#reason 0 Marshal [] Marshal.dump -1 Marshal.load -1 Marshal.restore -1 MatchData [Object, Kernel, BasicObject] MatchData#[] -1 MatchData#begin 1 MatchData#captures 0 MatchData#end 1 MatchData#inspect 0 MatchData#length 0 MatchData#names 0 MatchData#offset 1 MatchData#post_match 0 MatchData#pre_match 0 MatchData#regexp 0 MatchData#size 0 MatchData#string 0 MatchData#to_a 0 MatchData#to_s 0 MatchData#values_at -1 Math [] Math.acos 1 Math.acosh 1 Math.asin 1 Math.asinh 1 Math.atan 1 Math.atan2 2 Math.atanh 1 Math.cbrt 1 Math.cos 1 Math.cosh 1 Math.erf 1 Math.erfc 1 Math.exp 1 Math.frexp 1 Math.gamma 1 Math.hypot 2 Math.ldexp 2 Math.lgamma 1 Math.log -1 Math.log10 1 Math.log2 1 Math.sin 1 Math.sinh 1 Math.sqrt 1 Math.tan 1 Math.tanh 1 Method [Object, Kernel, BasicObject] Method#== 1 Method#[] -1 Method#arity 0 Method#call -1 Method#clone 0 Method#eql? 1 Method#hash 0 Method#inspect 0 Method#name 0 Method#owner 0 Method#receiver 0 Method#source_location 0 Method#to_proc 0 Method#to_s 0 Method#unbind 0 Module [Object, Kernel, BasicObject] Module.constants -1 Module.nesting 0 Module#< 1 Module#<= 1 Module#<=> 1 Module#== 1 Module#=== 1 Module#> 1 Module#>= 1 Module#ancestors 0 Module#autoload 2 Module#autoload? 1 Module#class_eval -1 Module#class_exec -1 Module#class_variable_defined? 1 Module#class_variable_get 1 Module#class_variable_set 2 Module#class_variables 0 Module#const_defined? -1 Module#const_get -1 Module#const_missing 1 Module#const_set 2 Module#constants -1 Module#freeze 0 Module#include? 1 Module#included_modules 0 Module#initialize 0 Module#instance_method 1 Module#instance_methods -1 Module#method_defined? 1 Module#module_eval -1 Module#module_exec -1 Module#name 0 Module#private_class_method -1 Module#private_instance_methods -1 Module#private_method_defined? 1 Module#protected_instance_methods -1 Module#protected_method_defined? 1 Module#public_class_method -1 Module#public_instance_method 1 Module#public_instance_methods -1 Module#public_method_defined? 1 Module#remove_class_variable 1 Module#to_s 0 Mutex [Object, Kernel, BasicObject] Mutex#initialize 0 Mutex#lock 0 Mutex#locked? 0 Mutex#sleep -1 Mutex#synchronize 0 Mutex#try_lock 0 Mutex#unlock 0 NameError [StandardError, Exception, Object, Kernel, BasicObject] NameError#initialize -1 NameError#name 0 NameError#to_s 0 NameError::message [Data, Object, Kernel, BasicObject] NameError::message.! 3 NameError::message._load 1 NameError::message#== 1 NameError::message#_dump 1 NameError::message#to_str 0 NilClass [Object, Kernel, BasicObject] NilClass#& 1 NilClass#^ 1 NilClass#inspect 0 NilClass#nil? 0 NilClass#to_a 0 NilClass#to_c 0 NilClass#to_f 0 NilClass#to_i 0 NilClass#to_r 0 NilClass#to_s 0 NilClass#| 1 NoMemoryError [Exception, Object, Kernel, BasicObject] NoMethodError [NameError, StandardError, Exception, Object, Kernel, BasicObject] NoMethodError#args 0 NoMethodError#initialize -1 NotImplementedError [ScriptError, Exception, Object, Kernel, BasicObject] Numeric [Comparable, Object, Kernel, BasicObject] Numeric#+@ 0 Numeric#-@ 0 Numeric#<=> 1 Numeric#abs 0 Numeric#abs2 0 Numeric#angle 0 Numeric#arg 0 Numeric#ceil 0 Numeric#coerce 1 Numeric#conj 0 Numeric#conjugate 0 Numeric#denominator 0 Numeric#div 1 Numeric#divmod 1 Numeric#eql? 1 Numeric#fdiv 1 Numeric#floor 0 Numeric#imag 0 Numeric#imaginary 0 Numeric#integer? 0 Numeric#magnitude 0 Numeric#modulo 1 Numeric#nonzero? 0 Numeric#numerator 0 Numeric#phase 0 Numeric#polar 0 Numeric#quo 1 Numeric#real 0 Numeric#real? 0 Numeric#rect 0 Numeric#rectangular 0 Numeric#remainder 1 Numeric#round -1 Numeric#singleton_method_added 1 Numeric#step -1 Numeric#to_c 0 Numeric#to_int 0 Numeric#truncate 0 Numeric#zero? 0 Object [Kernel, BasicObject] ObjectSpace [] ObjectSpace._id2ref 1 ObjectSpace.count_objects -1 ObjectSpace.define_finalizer -1 ObjectSpace.each_object -1 ObjectSpace.garbage_collect 0 ObjectSpace.undefine_finalizer 1 Proc [Object, Kernel, BasicObject] Proc.new -1 Proc#== 1 Proc#=== -1 Proc#[] -1 Proc#arity 0 Proc#binding 0 Proc#call -1 Proc#clone 0 Proc#curry -1 Proc#dup 0 Proc#eql? 1 Proc#hash 0 Proc#lambda? 0 Proc#source_location 0 Proc#to_proc 0 Proc#to_s 0 Proc#yield -1 Process [] Process.abort -1 Process.daemon -1 Process.detach 1 Process.egid 0 Process.egid= 1 Process.euid 0 Process.euid= 1 Process.exec -1 Process.exit -1 Process.exit! -1 Process.fork 0 Process.getpgid 1 Process.getpgrp 0 Process.getpriority 2 Process.getrlimit 1 Process.gid 0 Process.gid= 1 Process.groups 0 Process.groups= 1 Process.initgroups 2 Process.kill -1 Process.maxgroups 0 Process.maxgroups= 1 Process.pid 0 Process.ppid 0 Process.setpgid 2 Process.setpgrp 0 Process.setpriority 3 Process.setrlimit -1 Process.setsid 0 Process.spawn -1 Process.times 0 Process.uid 0 Process.uid= 1 Process.wait -1 Process.wait2 -1 Process.waitall 0 Process.waitpid -1 Process.waitpid2 -1 Process::GID [] Process::GID.change_privilege 1 Process::GID.eid 0 Process::GID.eid= 1 Process::GID.grant_privilege 1 Process::GID.re_exchange 0 Process::GID.re_exchangeable? 0 Process::GID.rid 0 Process::GID.sid_available? 0 Process::GID.switch 0 Process::Status [Object, Kernel, BasicObject] Process::Status#& 1 Process::Status#== 1 Process::Status#>> 1 Process::Status#coredump? 0 Process::Status#exited? 0 Process::Status#exitstatus 0 Process::Status#inspect 0 Process::Status#pid 0 Process::Status#signaled? 0 Process::Status#stopped? 0 Process::Status#stopsig 0 Process::Status#success? 0 Process::Status#termsig 0 Process::Status#to_i 0 Process::Status#to_s 0 Process::Sys [] Process::Sys.getegid 0 Process::Sys.geteuid 0 Process::Sys.getgid 0 Process::Sys.getuid 0 Process::Sys.issetugid 0 Process::Sys.setegid 1 Process::Sys.seteuid 1 Process::Sys.setgid 1 Process::Sys.setregid 2 Process::Sys.setresgid 3 Process::Sys.setresuid 3 Process::Sys.setreuid 2 Process::Sys.setrgid 1 Process::Sys.setruid 1 Process::Sys.setuid 1 Process::UID [] Process::UID.change_privilege 1 Process::UID.eid 0 Process::UID.eid= 1 Process::UID.grant_privilege 1 Process::UID.re_exchange 0 Process::UID.re_exchangeable? 0 Process::UID.rid 0 Process::UID.sid_available? 0 Process::UID.switch 0 Range [Enumerable, Object, Kernel, BasicObject] Range#== 1 Range#=== 1 Range#begin 0 Range#cover? 1 Range#each 0 Range#end 0 Range#eql? 1 Range#exclude_end? 0 Range#first -1 Range#hash 0 Range#include? 1 Range#initialize -1 Range#inspect 0 Range#last -1 Range#max 0 Range#member? 1 Range#min 0 Range#step -1 Range#to_s 0 RangeError [StandardError, Exception, Object, Kernel, BasicObject] Rational [Numeric, Comparable, Object, Kernel, BasicObject] Rational#% 1 Rational#* 1 Rational#** 1 Rational#+ 1 Rational#- 1 Rational#/ 1 Rational#<=> 1 Rational#== 1 Rational#abs 0 Rational#ceil 0 Rational#coerce 1 Rational#denominator 0 Rational#div 1 Rational#divmod 1 Rational#fdiv 1 Rational#floor 0 Rational#hash 0 Rational#inspect 0 Rational#marshal_dump 0 Rational#marshal_load 1 Rational#modulo 1 Rational#numerator 0 Rational#quo 1 Rational#remainder 1 Rational#round 0 Rational#to_f 0 Rational#to_i 0 Rational#to_r 0 Rational#to_s 0 Rational#truncate 0 Regexp [Object, Kernel, BasicObject] Regexp.compile -1 Regexp.escape 1 Regexp.last_match -1 Regexp.quote 1 Regexp.try_convert 1 Regexp.union -1 Regexp#== 1 Regexp#=== 1 Regexp#=~ 1 Regexp#casefold? 0 Regexp#encoding 0 Regexp#eql? 1 Regexp#fixed_encoding? 0 Regexp#hash 0 Regexp#initialize -1 Regexp#inspect 0 Regexp#match -1 Regexp#named_captures 0 Regexp#names 0 Regexp#options 0 Regexp#source 0 Regexp#to_s 0 Regexp#~ 0 RegexpError [StandardError, Exception, Object, Kernel, BasicObject] RubyVM [Object, Kernel, BasicObject] RubyVM::Env [Object, Kernel, BasicObject] RubyVM::InstructionSequence [Object, Kernel, BasicObject] RubyVM::InstructionSequence.compile -1 RubyVM::InstructionSequence.compile_file -1 RubyVM::InstructionSequence.compile_option 0 RubyVM::InstructionSequence.compile_option= 1 RubyVM::InstructionSequence.disasm 1 RubyVM::InstructionSequence.disassemble 1 RubyVM::InstructionSequence.new -1 RubyVM::InstructionSequence#disasm 0 RubyVM::InstructionSequence#disassemble 0 RubyVM::InstructionSequence#eval 0 RubyVM::InstructionSequence#inspect 0 RubyVM::InstructionSequence#to_a 0 RuntimeError [StandardError, Exception, Object, Kernel, BasicObject] ScriptError [Exception, Object, Kernel, BasicObject] SecurityError [Exception, Object, Kernel, BasicObject] Signal [] Signal.list 0 Signal.trap -1 SignalException [Exception, Object, Kernel, BasicObject] SignalException#initialize -1 SignalException#signm 0 SignalException#signo 0 StandardError [Exception, Object, Kernel, BasicObject] StopIteration [IndexError, StandardError, Exception, Object, Kernel, BasicObject] String [Comparable, Object, Kernel, BasicObject] String.try_convert 1 String#% 1 String#* 1 String#+ 1 String#<< 1 String#<=> 1 String#== 1 String#=== 1 String#=~ 1 String#[] -1 String#[]= -1 String#ascii_only? 0 String#bytes 0 String#bytesize 0 String#capitalize 0 String#capitalize! 0 String#casecmp 1 String#center -1 String#chars 0 String#chomp -1 String#chomp! -1 String#chop 0 String#chop! 0 String#chr 0 String#clear 0 String#codepoints 0 String#concat 1 String#count -1 String#crypt 1 String#delete -1 String#delete! -1 String#downcase 0 String#downcase! 0 String#dump 0 String#each_byte 0 String#each_char 0 String#each_codepoint 0 String#each_line -1 String#empty? 0 String#encode -1 String#encode! -1 String#encoding 0 String#end_with? -1 String#eql? 1 String#force_encoding 1 String#getbyte 1 String#gsub -1 String#gsub! -1 String#hash 0 String#hex 0 String#include? 1 String#index -1 String#initialize -1 String#insert 2 String#inspect 0 String#intern 0 String#length 0 String#lines -1 String#ljust -1 String#lstrip 0 String#lstrip! 0 String#match -1 String#next 0 String#next! 0 String#oct 0 String#ord 0 String#partition 1 String#replace 1 String#reverse 0 String#reverse! 0 String#rindex -1 String#rjust -1 String#rpartition 1 String#rstrip 0 String#rstrip! 0 String#scan 1 String#setbyte 2 String#size 0 String#slice -1 String#slice! -1 String#split -1 String#squeeze -1 String#squeeze! -1 String#start_with? -1 String#strip 0 String#strip! 0 String#sub -1 String#sub! -1 String#succ 0 String#succ! 0 String#sum -1 String#swapcase 0 String#swapcase! 0 String#to_c 0 String#to_f 0 String#to_i -1 String#to_r 0 String#to_s 0 String#to_str 0 String#to_sym 0 String#tr 2 String#tr! 2 String#tr_s 2 String#tr_s! 2 String#unpack 1 String#upcase 0 String#upcase! 0 String#upto -1 String#valid_encoding? 0 Struct [Enumerable, Object, Kernel, BasicObject] Struct.new -1 Struct#== 1 Struct#[] 1 Struct#[]= 2 Struct#each 0 Struct#each_pair 0 Struct#eql? 1 Struct#hash 0 Struct#initialize -1 Struct#inspect 0 Struct#length 0 Struct#members 0 Struct#select -1 Struct#size 0 Struct#to_a 0 Struct#to_s 0 Struct#values 0 Struct#values_at -1 Struct::Tms [Struct, Enumerable, Object, Kernel, BasicObject] Struct::Tms.[] -1 Struct::Tms.members 0 Struct::Tms.new -1 Struct::Tms#cstime 0 Struct::Tms#cstime= 1 Struct::Tms#cutime 0 Struct::Tms#cutime= 1 Struct::Tms#stime 0 Struct::Tms#stime= 1 Struct::Tms#utime 0 Struct::Tms#utime= 1 Symbol [Comparable, Object, Kernel, BasicObject] Symbol.all_symbols 0 Symbol#<=> 1 Symbol#== 1 Symbol#=== 1 Symbol#=~ 1 Symbol#[] -1 Symbol#capitalize 0 Symbol#casecmp 1 Symbol#downcase 0 Symbol#empty? 0 Symbol#encoding 0 Symbol#id2name 0 Symbol#inspect 0 Symbol#intern 0 Symbol#length 0 Symbol#match 1 Symbol#next 0 Symbol#size 0 Symbol#slice -1 Symbol#succ 0 Symbol#swapcase 0 Symbol#to_proc 0 Symbol#to_s 0 Symbol#to_sym 0 Symbol#upcase 0 SyntaxError [ScriptError, Exception, Object, Kernel, BasicObject] SystemCallError [StandardError, Exception, Object, Kernel, BasicObject] SystemCallError.=== 1 SystemCallError#errno 0 SystemCallError#initialize -1 SystemExit [Exception, Object, Kernel, BasicObject] SystemExit#initialize -1 SystemExit#status 0 SystemExit#success? 0 SystemStackError [Exception, Object, Kernel, BasicObject] Thread [Object, Kernel, BasicObject] Thread.abort_on_exception 0 Thread.abort_on_exception= 1 Thread.current 0 Thread.exclusive 0 Thread.exit 0 Thread.fork -1 Thread.kill 1 Thread.list 0 Thread.main 0 Thread.new -1 Thread.pass 0 Thread.start -1 Thread.stop 0 Thread#[] 1 Thread#[]= 2 Thread#abort_on_exception 0 Thread#abort_on_exception= 1 Thread#alive? 0 Thread#exit 0 Thread#group 0 Thread#initialize -1 Thread#inspect 0 Thread#join -1 Thread#key? 1 Thread#keys 0 Thread#kill 0 Thread#priority 0 Thread#priority= 1 Thread#raise -1 Thread#run 0 Thread#safe_level 0 Thread#status 0 Thread#stop? 0 Thread#terminate 0 Thread#value 0 Thread#wakeup 0 ThreadError [StandardError, Exception, Object, Kernel, BasicObject] ThreadGroup [Object, Kernel, BasicObject] ThreadGroup#add 1 ThreadGroup#enclose 0 ThreadGroup#enclosed? 0 ThreadGroup#list 0 Time [Comparable, Object, Kernel, BasicObject] Time._load 1 Time.at -1 Time.gm -1 Time.local -1 Time.mktime -1 Time.now -1 Time.utc -1 Time#+ 1 Time#- 1 Time#<=> 1 Time#_dump -1 Time#asctime 0 Time#ctime 0 Time#day 0 Time#dst? 0 Time#eql? 1 Time#friday? 0 Time#getgm 0 Time#getlocal 0 Time#getutc 0 Time#gmt? 0 Time#gmt_offset 0 Time#gmtime 0 Time#gmtoff 0 Time#hash 0 Time#hour 0 Time#initialize 0 Time#inspect 0 Time#isdst 0 Time#localtime 0 Time#mday 0 Time#min 0 Time#mon 0 Time#monday? 0 Time#month 0 Time#nsec 0 Time#saturday? 0 Time#sec 0 Time#strftime 1 Time#succ 0 Time#sunday? 0 Time#thursday? 0 Time#to_a 0 Time#to_f 0 Time#to_i 0 Time#to_s 0 Time#tuesday? 0 Time#tv_nsec 0 Time#tv_sec 0 Time#tv_usec 0 Time#usec 0 Time#utc 0 Time#utc? 0 Time#utc_offset 0 Time#wday 0 Time#wednesday? 0 Time#yday 0 Time#year 0 Time#zone 0 TrueClass [Object, Kernel, BasicObject] TrueClass#& 1 TrueClass#^ 1 TrueClass#to_s 0 TrueClass#| 1 TypeError [StandardError, Exception, Object, Kernel, BasicObject] UnboundMethod [Object, Kernel, BasicObject] UnboundMethod#== 1 UnboundMethod#arity 0 UnboundMethod#bind 1 UnboundMethod#clone 0 UnboundMethod#eql? 1 UnboundMethod#hash 0 UnboundMethod#inspect 0 UnboundMethod#name 0 UnboundMethod#owner 0 UnboundMethod#source_location 0 UnboundMethod#to_s 0 ZeroDivisionError [StandardError, Exception, Object, Kernel, BasicObject] fatal [Exception, Object, Kernel, BasicObject] 186 modules, 1498 methods == make # 2010-05-12T05:59:26+09:00 + gmake rbconfig.rb updated ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o encoding.o -c encoding.c ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. -rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o prelude.o dmyext.o ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h updated make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " enc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/encdb.o -c ./enc/encdb.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/encdb.bundle enc/encdb.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/big5.o -c ./enc/big5.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/big5.bundle enc/big5.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/cp949.o -c ./enc/cp949.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/cp949.bundle enc/cp949.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/emacs_mule.o -c ./enc/emacs_mule.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/emacs_mule.bundle enc/emacs_mule.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/euc_jp.o -c ./enc/euc_jp.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/euc_jp.bundle enc/euc_jp.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/euc_kr.o -c ./enc/euc_kr.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/euc_kr.bundle enc/euc_kr.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/euc_tw.o -c ./enc/euc_tw.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/euc_tw.bundle enc/euc_tw.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/gb2312.o -c ./enc/gb2312.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/gb2312.bundle enc/gb2312.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/gb18030.o -c ./enc/gb18030.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/gb18030.bundle enc/gb18030.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/gbk.o -c ./enc/gbk.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/gbk.bundle enc/gbk.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_1.bundle enc/iso_8859_1.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_2.bundle enc/iso_8859_2.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_3.bundle enc/iso_8859_3.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_4.bundle enc/iso_8859_4.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_5.bundle enc/iso_8859_5.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_6.bundle enc/iso_8859_6.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_7.bundle enc/iso_8859_7.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_8.bundle enc/iso_8859_8.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_9.bundle enc/iso_8859_9.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_10.bundle enc/iso_8859_10.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_11.bundle enc/iso_8859_11.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_13.bundle enc/iso_8859_13.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_14.bundle enc/iso_8859_14.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_15.bundle enc/iso_8859_15.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/iso_8859_16.bundle enc/iso_8859_16.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/koi8_r.o -c ./enc/koi8_r.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/koi8_r.bundle enc/koi8_r.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/koi8_u.o -c ./enc/koi8_u.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/koi8_u.bundle enc/koi8_u.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/shift_jis.o -c ./enc/shift_jis.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/shift_jis.bundle enc/shift_jis.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/utf_16be.o -c ./enc/utf_16be.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/utf_16be.bundle enc/utf_16be.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/utf_16le.o -c ./enc/utf_16le.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/utf_16le.bundle enc/utf_16le.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/utf_32be.o -c ./enc/utf_32be.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/utf_32be.bundle enc/utf_32be.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/utf_32le.o -c ./enc/utf_32le.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/utf_32le.bundle enc/utf_32le.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.8.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -o enc/windows_1251.o -c ./enc/windows_1251.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.8.0/enc/windows_1251.bundle enc/windows_1251.o -L. -L. -L. -lpthread -ldl -lobjc make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " srcs ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/big5.c" "enc/trans/big5.trans" generating enc/trans/big5.c ... converter from Big5 to UTF-8 converter from UTF-8 to Big5 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/chinese.c" "enc/trans/chinese.trans" generating enc/trans/chinese.c ... load mapsrc enc/trans/GB/GB2312%UCS.src converter from GB2312 to UTF-8 load mapsrc enc/trans/GB/GB12345%UCS.src converter from GB12345 to UTF-8 load mapsrc enc/trans/GB/UCS%GB2312.src converter from UTF-8 to GB2312 load mapsrc enc/trans/GB/UCS%GB12345.src converter from UTF-8 to GB12345 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/escape.c" "enc/trans/escape.trans" generating enc/trans/escape.c ... converter for amp_escape converter for xml_text_escape converter for xml_attr_content_escape converter for escape_xml_attr_quote done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/gb18030.c" "enc/trans/gb18030.trans" generating enc/trans/gb18030.c ... converter from GB18030 to UTF-8 converter from UTF-8 to GB18030 timeout: output interval exceeds 600.0 seconds. timeout: the process group 41797 is alive. timeout: INT signal sent. ./tool/transcode-tblgen.rb:347:in `generate_info': Interrupt from ./tool/transcode-tblgen.rb:351:in `block in format_infos' from ./tool/transcode-tblgen.rb:351:in `map' from ./tool/transcode-tblgen.rb:351:in `format_infos' from ./tool/transcode-tblgen.rb:408:in `generate_lookup_node' from ./tool/transcode-tblgen.rb:451:in `generate_node' from ./tool/transcode-tblgen.rb:458:in `gennode' from ./tool/transcode-tblgen.rb:436:in `block in generate_node' from ./tool/transcode-tblgen.rb:251:in `block in each_firstbyte' from ./tool/transcode-tblgen.rb:154:in `block in each_firstbyte' from ./tool/transcode-tblgen.rb:153:in `each' from ./tool/transcode-tblgen.rb:153:in `each_firstbyte' from ./tool/transcode-tblgen.rb:248:in `each_firstbyte' from ./tool/transcode-tblgen.rb:430:in `generate_node' from ./tool/transcode-tblgen.rb:458:in `gennode' from ./tool/transcode-tblgen.rb:436:in `block in generate_node' from ./tool/transcode-tblgen.rb:251:in `block in each_firstbyte' from ./tool/transcode-tblgen.rb:154:in `block in each_firstbyte' from ./tool/transcode-tblgen.rb:153:in `each' from ./tool/transcode-tblgen.rb:153:in `each_firstbyte' from ./tool/transcode-tblgen.rb:248:in `each_firstbyte' from ./tool/transcode-tblgen.rb:430:in `generate_node' from ./tool/transcode-tblgen.rb:458:in `gennode' from ./tool/transcode-tblgen.rb:603:in `transcode_compile_tree' from ./tool/transcode-tblgen.rb:628:in `transcode_tbl_only' from enc/trans/gb18030.trans:13:in `
' from /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1/20100512T055028/ruby/lib/erb.rb:753:in `eval' from /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1/20100512T055028/ruby/lib/erb.rb:753:in `result' from ./tool/transcode-tblgen.rb:821:in `
' make[1]: *** [enc/trans/gb18030.c] Interrupt make: *** [srcs-enc] Interrupt |output interval exceeds 600.0 seconds. (CommandTimeout) | /Users/chkbuild/chkbuild/timeoutcom.rb:164:in `timeout_command' | /Users/chkbuild/chkbuild/timeoutcom.rb:116:in `popen' | /Users/chkbuild/chkbuild/timeoutcom.rb:116:in `timeout_command' | /Users/chkbuild/chkbuild/chkbuild/build.rb:753:in `run' | /Users/chkbuild/chkbuild/chkbuild/build.rb:866:in `make' | /Users/chkbuild/chkbuild/chkbuild/ruby.rb:224:in `def_target' | /Users/chkbuild/chkbuild/chkbuild/build.rb:283:in `call' | /Users/chkbuild/chkbuild/chkbuild/build.rb:283:in `do_build' | /Users/chkbuild/chkbuild/chkbuild/build.rb:343:in `catch_error' | /Users/chkbuild/chkbuild/chkbuild/build.rb:283:in `do_build' | /Users/chkbuild/chkbuild/chkbuild/build.rb:331:in `with_procmemsize' | /Users/chkbuild/chkbuild/chkbuild/build.rb:282:in `do_build' | /Users/chkbuild/chkbuild/chkbuild/build.rb:255:in `child_build_target' | /Users/chkbuild/chkbuild/chkbuild/build.rb:241:in `child_build_wrapper' | /Users/chkbuild/chkbuild/chkbuild/lock.rb:57:in `lock_puts' | /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:798:in `open' | /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:798:in `open' | /Users/chkbuild/chkbuild/chkbuild/lock.rb:52:in `lock_puts' | /Users/chkbuild/chkbuild/chkbuild/build.rb:239:in `child_build_wrapper' | /Users/chkbuild/chkbuild/chkbuild/build.rb:199:in `build_and_exit' | /Users/chkbuild/chkbuild/chkbuild/build.rb:189:in `internal_build' | /Users/chkbuild/chkbuild/chkbuild/main.rb:100:in `main_internal_build' | /Users/chkbuild/chkbuild/chkbuild/target.rb:153:in `each' | /Users/chkbuild/chkbuild/chkbuild/target.rb:153:in `each_build_obj' | /Users/chkbuild/chkbuild/chkbuild/main.rb:98:in `main_internal_build' | /Users/chkbuild/chkbuild/chkbuild/main.rb:97:in `each' | /Users/chkbuild/chkbuild/chkbuild/main.rb:97:in `main_internal_build' | /Users/chkbuild/chkbuild/chkbuild/main.rb:163:in `main' | /Users/chkbuild/chkbuild/sample/build-ruby:39 | /Users/chkbuild/chkbuild/start-build:37:in `load' | /Users/chkbuild/chkbuild/start-build:37 failed(make CommandTimeout) == end # 2010-05-12T06:19:21+09:00 elapsed 1733.341299s = 28m 53.3412989999999s