== ruby-1.8-pth # 2009-03-28T07:19:06+09:00 Darwin ppc-mac-mini.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh == start # 2009-03-28T07:19:34+09:00 == svn # 2009-03-28T07:19:42+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 ruby CHG . 23065->23088 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23088;diff_format=u CHG ChangeLog 23064->23088 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=23065&r2=23088&pathrev=23088;diff_format=u CHG version.h 23065->23087 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=23065&r2=23088&pathrev=23088;diff_format=u CHG ext/extmk.rb 22728->23086 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/extmk.rb?p1=branches/ruby_1_8/ext/extmk.rb&r1=23065&r2=23088&pathrev=23088;diff_format=u CHG ext/dl/mkcall.rb 11708->23088 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/dl/mkcall.rb?p1=branches/ruby_1_8/ext/dl/mkcall.rb&r1=23065&r2=23088&pathrev=23088;diff_format=u CHG ext/dl/mkcallback.rb 12028->23088 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/dl/mkcallback.rb?p1=branches/ruby_1_8/ext/dl/mkcallback.rb&r1=23065&r2=23088&pathrev=23088;diff_format=u CHG ext/dl/mkcbtable.rb 11708->23088 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/dl/mkcbtable.rb?p1=branches/ruby_1_8/ext/dl/mkcbtable.rb&r1=23065&r2=23088&pathrev=23088;diff_format=u == autoconf # 2009-03-28T07:20:38+09:00 + autoconf == configure # 2009-03-28T07:20:47+09:00 + ./configure --prefix=/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905 CFLAGS=-DRUBY_DEBUG_ENV optflags=-O2 debugflags=-g 'warnflags=-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter' --with-valgrind --enable-pthread checking build system type... powerpc-apple-darwin9.6.0 checking host system type... powerpc-apple-darwin9.6.0 checking target system type... powerpc-apple-darwin9.6.0 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 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 bison... bison -y checking for ranlib... ranlib checking for ar... ar checking for as... as checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for AIX... no 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 rm: conftest.dSYM: is a directory checking for long long... yes checking for off_t... yes checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for off_t... (cached) yes checking size of off_t... 8 checking for void*... yes checking size of void*... 4 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for time_t... yes checking size of time_t... 4 checking for pid_t... yes checking for gid_t... yes checking for uid_t... yes 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 noreturn function attribute... __attribute__ ((noreturn)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking for crypt in -lcrypt... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... 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 ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) 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 for memory.h... (cached) 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 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 for rlim_t... yes checking size of rlim_t... 8 checking for size_t... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes 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 _LARGEFILE_SOURCE value needed for large files... no rm: conftest.dSYM: is a directory checking for ftello... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for dup2... yes checking for memmove... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strerror... yes checking for strftime... yes checking for strchr... yes checking for strstr... yes checking for strtoul... 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 fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes 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 fcntl... yes checking for lockf... yes checking for lstat... yes checking for symlink... yes checking for link... 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 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 setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for mktime... yes checking for timegm... yes checking for gettimeofday... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for round... yes checking for setuid... yes checking for setgid... yes checking for setenv... yes checking for unsetenv... 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 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 need to seek between R/W... yes 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 -lpthread... yes checking for nanosleep... yes 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 nroff... /usr/bin/nroff creating config.h configure: creating ./config.status config.status: creating Makefile == miniruby # 2009-03-28T07:21:45+09:00 + gmake miniruby gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c array.c array.c: In function 'ary_double_capa': array.c:57: warning: comparison between signed and unsigned array.c: In function 'ary_new': array.c:143: warning: comparison between signed and unsigned array.c: In function 'rb_ary_initialize': array.c:364: warning: comparison between signed and unsigned array.c: In function 'rb_ary_store': array.c:429: warning: comparison between signed and unsigned array.c: In function 'rb_ary_splice': array.c:1133: warning: comparison between signed and unsigned array.c: In function 'rb_ary_fill': array.c:2459: warning: comparison between signed and unsigned array.c:2459: warning: comparison between signed and unsigned array.c: In function 'rb_ary_times': array.c:2572: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c bignum.c bignum.c: In function 'bigfixize': bignum.c:135: warning: comparison between signed and unsigned bignum.c: In function 'rb_uint2big': bignum.c:180: warning: comparison between signed and unsigned bignum.c: In function 'rb_quad_unpack': bignum.c:281: warning: comparison between signed and unsigned bignum.c: In function 'rb_cstr_to_inum': bignum.c:484: warning: comparison between signed and unsigned bignum.c: In function 'rb_ull2big': bignum.c:598: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c class.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c compar.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dir.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dln.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c enum.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c enumerator.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c error.c error.c: In function 'rb_bug': error.c:205: warning: comparison between signed and unsigned error.c:206: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c eval.c eval.c: In function 'rb_svar': eval.c:978: warning: comparison between signed and unsigned eval.c: In function 'ruby_cleanup': eval.c:1644: warning: comparison between signed and unsigned eval.c: In function 'rb_exec_recursive': eval.c:13745: warning: variable 'hash' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_thread_start_1': eval.c:12588: warning: variable 'th' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_thread_schedule': eval.c:11088: warning: variable 'next' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_eval': eval.c:3621: warning: variable 'saved_cref' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_call0': eval.c:6008: warning: variable 'local_vars' might be clobbered by 'longjmp' or 'vfork' eval.c:6009: warning: variable 'saved_cref' might be clobbered by 'longjmp' or 'vfork' eval.c:5886: warning: argument 'argc' might be clobbered by 'longjmp' or 'vfork' eval.c:5887: warning: argument 'argv' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'error_print': eval.c:1262: warning: variable 'errat' might be clobbered by 'longjmp' or 'vfork' eval.c:1264: warning: variable 'einfo' might be clobbered by 'longjmp' or 'vfork' eval.c:1265: warning: variable 'elen' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_longjmp': eval.c:4629: warning: argument 'mesg' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_block_pass': eval.c:9202: warning: argument 'proc' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_yield_0': eval.c:4992: warning: variable 'var' might be clobbered by 'longjmp' or 'vfork' eval.c:5001: warning: variable 'lambda' might be clobbered by 'longjmp' or 'vfork' eval.c:4989: warning: argument 'val' might be clobbered by 'longjmp' or 'vfork' eval.c:4989: warning: argument 'self' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'proc_invoke': eval.c:8875: warning: argument 'args' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'call_trace_func': eval.c:2755: warning: variable 'node_save' might be clobbered by 'longjmp' or 'vfork' eval.c:2751: warning: argument 'klass' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_exec_end_proc': eval.c:8157: warning: variable 'link' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'is_defined': eval.c:2403: warning: argument 'node' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'eval': eval.c:6541: warning: variable 'data' might be clobbered by 'longjmp' or 'vfork' eval.c:6537: warning: argument 'self' might be clobbered by 'longjmp' or 'vfork' eval.c:6538: warning: argument 'file' might be clobbered by 'longjmp' or 'vfork' eval.c:6539: warning: argument 'line' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'ruby_cleanup': eval.c:1615: warning: argument 'ex' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_thread_start_0': eval.c:12458: warning: argument 'th' might be clobbered by 'longjmp' or 'vfork' gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c file.c file.c: In function 'rb_stat_inspect': file.c:617: warning: comparison between signed and unsigned file.c: In function 'eaccess': file.c:886: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c gc.c gc.c: In function 'ruby_stack_check': gc.c:568: warning: comparison between signed and unsigned gc.c: In function 'gc_sweep': gc.c:1211: warning: comparison between signed and unsigned gc.c:1229: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c hash.c hash.c: In function 'eql_i': hash.c:1587: warning: signed and unsigned type in conditional expression hash.c: In function 'env_delete': hash.c:1894: warning: comparison between signed and unsigned hash.c: In function 'rb_f_getenv': hash.c:1930: warning: comparison between signed and unsigned hash.c: In function 'env_fetch': hash.c:1963: warning: comparison between signed and unsigned hash.c: In function 'env_aset': hash.c:2121: warning: comparison between signed and unsigned hash.c:2123: warning: comparison between signed and unsigned hash.c: In function 'env_has_key': hash.c:2452: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c inits.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c io.c io.c: In function 'swallow': io.c:1651: warning: comparison between signed and unsigned io.c: In function 'rb_f_syscall': io.c:5212: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c marshal.c marshal.c: In function 'w_long': marshal.c:212: warning: comparison between signed and unsigned marshal.c: In function 'r_long': marshal.c:900: warning: comparison between signed and unsigned marshal.c:911: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c math.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c numeric.c numeric.c: In function 'flo_hash': numeric.c:900: warning: comparison between signed and unsigned numeric.c: In function 'fix_aref': numeric.c:2737: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c object.c object.c: In function 'rb_str_to_dbl': object.c:2460: warning: comparison between signed and unsigned object.c: In function 'rb_str2cstr': object.c:2548: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c pack.c pack.c: In function 'pack_unpack': pack.c:1492: warning: comparison between signed and unsigned pack.c:1502: warning: comparison between signed and unsigned pack.c:1511: warning: comparison between signed and unsigned pack.c:1523: warning: comparison between signed and unsigned pack.c:1534: warning: comparison between signed and unsigned pack.c:1545: warning: comparison between signed and unsigned pack.c:1556: warning: comparison between signed and unsigned pack.c:1568: warning: comparison between signed and unsigned pack.c:1579: warning: comparison between signed and unsigned pack.c:1589: 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:1631: warning: comparison between signed and unsigned pack.c:1643: warning: comparison between signed and unsigned pack.c:1654: warning: comparison between signed and unsigned pack.c:1668: 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:1888: warning: comparison between signed and unsigned pack.c:1925: warning: comparison between signed and unsigned pack.c:1928: warning: comparison between signed and unsigned bison -y parse.y sed '/^#/s|y\.tab\.c|parse.c|' y.tab.c > parse.c rm -f y.tab.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c parse.c parse.y: In function 'ruby_yyparse': parse.y:2230: warning: comparison between signed and unsigned In file included from parse.y:3428: lex.c: In function 'rb_reserved_word': lex.c:78: warning: missing initializer lex.c:78: warning: (near initialization for 'wordlist[0].id') lex.c:78: warning: missing initializer lex.c:78: warning: (near initialization for 'wordlist[1].id') lex.c:78: warning: missing initializer lex.c:78: warning: (near initialization for 'wordlist[2].id') lex.c:78: warning: missing initializer lex.c:78: warning: (near initialization for 'wordlist[3].id') lex.c:78: warning: missing initializer lex.c:78: warning: (near initialization for 'wordlist[4].id') lex.c:78: warning: missing initializer lex.c:78: warning: (near initialization for 'wordlist[5].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[45].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[46].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[47].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[48].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[49].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[50].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[51].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[52].id') lex.c:118: warning: missing initializer lex.c:118: warning: (near initialization for 'wordlist[53].id') lex.c:119: warning: missing initializer lex.c:119: warning: (near initialization for 'wordlist[54].id') gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c process.c process.c: In function 'p_uid_change_privilege': process.c:2330: warning: comparison between signed and unsigned process.c:2331: warning: comparison between signed and unsigned process.c:2332: warning: comparison between signed and unsigned process.c:2333: warning: comparison between signed and unsigned process.c:2341: warning: comparison between signed and unsigned process.c: In function 'proc_getgroups': process.c:2614: warning: comparison between signed and unsigned process.c:2618: warning: comparison between signed and unsigned process.c: In function 'proc_setgroups': process.c:2660: warning: comparison between signed and unsigned process.c: In function 'p_gid_change_privilege': process.c:2899: warning: comparison between signed and unsigned process.c:2900: warning: comparison between signed and unsigned process.c:2901: warning: comparison between signed and unsigned process.c:2902: warning: comparison between signed and unsigned process.c:2910: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c prec.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c random.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c range.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c re.c re.c: In function 'rb_reg_prepare_re': re.c:856: warning: comparison between signed and unsigned re.c: In function 'rb_reg_s_union': re.c:2050: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c regex.c regex.c: In function 'ruby_re_compile_pattern': regex.c:2154: warning: comparison between signed and unsigned regex.c:2337: warning: comparison of unsigned expression < 0 is always false regex.c:2340: warning: comparison between signed and unsigned regex.c: In function 'init_regs': regex.c:3543: warning: comparison between signed and unsigned regex.c:3548: warning: comparison between signed and unsigned regex.c: In function 're_match_exec': regex.c:3670: warning: comparison between signed and unsigned regex.c:3724: warning: comparison between signed and unsigned regex.c:3737: warning: comparison between signed and unsigned regex.c:3749: warning: comparison between signed and unsigned regex.c:3800: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c ruby.c ruby.c: In function 'proc_options': ruby.c:750: warning: format not a string literal, argument types not checked gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c signal.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c sprintf.c sprintf.c: In function 'rb_str_format': sprintf.c:577: warning: format not a string literal, argument types not checked sprintf.c:592: warning: format not a string literal, argument types not checked sprintf.c:801: warning: format not a string literal, argument types not checked gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c st.c st.c: In function 'new_size': st.c:120: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c string.c string.c: In function 'rb_string_value_cstr': string.c:601: warning: comparison between signed and unsigned string.c: In function 'rb_str_substr': string.c:658: warning: comparison between signed and unsigned string.c: In function 'rb_str_intern': string.c:4640: warning: comparison between signed and unsigned string.c: In function 'rb_str_sum': string.c:4680: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c struct.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c time.c time.c: In function 'time_to_s': time.c:1288: warning: format not a string literal, format string not checked time.c: In function 'rb_strftime': time.c:1788: warning: format not a string literal, format string not checked time.c:1793: warning: format not a string literal, format string not checked time.c: In function 'time_strftime': time.c:1869: warning: comparison between signed and unsigned time.c: In function 'time_load': time.c:1993: warning: 'gmt' may be used uninitialized in this function gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c util.c util.c: In function 'rv_alloc': util.c:3102: warning: comparison between signed and unsigned gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c variable.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c version.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -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 -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dmyext.c ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.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 prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o alloca.o dmyext.o gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c main.c main.c: In function 'objcdummyfunction': main.c:29: warning: implicit declaration of function 'objc_msgSend' main.c: At top level: main.c:29: warning: 'objcdummyfunction' defined but not used gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dmydln.c gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -L. main.o dmydln.o libruby-static.a -lpthread -ldl -lobjc -o miniruby == version # 2009-03-28T07:23:28+09:00 + ./miniruby -v ruby 1.8.8dev (2009-03-28 revision 23088) [powerpc-darwin9.6.0] == test.rb # 2009-03-28T07:23:28+09:00 + ./miniruby sample/test.rb assignment ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 ok 257 ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 ok 271 ok 272 ok 273 ok 274 ok 275 ok 276 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 ok 289 ok 290 ok 291 ok 292 ok 293 ok 294 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 ok 391 ok 392 ok 393 ok 394 ok 395 condition ok 1 ok 2 if/unless ok 1 ok 2 ok 3 case ok 1 ok 2 ok 3 ok 4 ok 5 while/until ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 exception ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 array ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 hash ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 iterator ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 float ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 bignum ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 string & char ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 assignment ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 call ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 proc ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 signal ok 1 ok 2 eval ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 system ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 const ok 1 ok 2 ok 3 ok 4 ok 5 clone ok 1 ok 2 ok 3 ok 4 ok 5 marshal ok 1 ok 2 ok 3 ok 4 pack ok 1 ok 2 ok 3 ok 4 math ok 1 ok 2 struct ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 variable ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 trace ok 1 ok 2 ok 3 defined? ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 alias ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 path ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 gc ok 1 ok 2 ok 3 end of test(test: 912) == method-list # 2009-03-28T07:23:33+09:00 + ./miniruby -e '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) puts "#{mod.name}.#{methname} #{meth.arity}" } mod.instance_methods(false).sort.each {|methname| nummethod += 1 meth = mod.instance_method(methname) puts "#{mod.name}\##{methname} #{meth.arity}" } } puts "#{nummodule} modules, #{nummethod} methods" ' ArgumentError [StandardError, Exception, Object, Kernel] Array [Enumerable, Object, Kernel] 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#choice 0 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#indexes -1 Array#indices -1 Array#insert -1 Array#inspect 0 Array#join -1 Array#last -1 Array#length 0 Array#map 0 Array#map! 0 Array#nitems 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 Bignum [Integer, Precision, Numeric, Comparable, Object, Kernel] 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#abs 0 Bignum#coerce 1 Bignum#div 1 Bignum#divmod 1 Bignum#eql? 1 Bignum#fdiv 1 Bignum#hash 0 Bignum#modulo 1 Bignum#quo 1 Bignum#remainder 1 Bignum#size 0 Bignum#to_f 0 Bignum#to_s -1 Bignum#| 1 Bignum#~ 0 Binding [Object, Kernel] Binding#clone 0 Binding#dup 0 Binding#eval -1 Class [Module, Object, Kernel] Class#allocate 0 Class#new -1 Class#superclass 0 Comparable [] Comparable#< 1 Comparable#<= 1 Comparable#== 1 Comparable#> 1 Comparable#>= 1 Comparable#between? 2 Continuation [Object, Kernel] Continuation#[] -1 Continuation#call -1 Data [Object, Kernel] Dir [Enumerable, Object, Kernel] Dir.[] -1 Dir.chdir -1 Dir.chroot 1 Dir.delete 1 Dir.entries 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#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] 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 0 Enumerable#each_with_object 1 Enumerable#entries -1 Enumerable#enum_cons 1 Enumerable#enum_slice 1 Enumerable#enum_with_index 0 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] Enumerator#each 0 Enumerator#each_with_index 0 Enumerator#each_with_object 1 Enumerator#inspect 0 Enumerator#next 0 Enumerator#rewind 0 Enumerator#with_index 0 Enumerator#with_object 1 Enumerator::Generator [Enumerable, Object, Kernel] Enumerator::Generator#each 0 Enumerator::Yielder [Object, Kernel] Enumerator::Yielder#<< -1 Enumerator::Yielder#yield -1 Errno [] Errno::E2BIG [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EACCES [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EADDRINUSE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EADDRNOTAVAIL [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EAFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EAGAIN [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EALREADY [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EBADF [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EBADMSG [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EBUSY [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ECHILD [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ECONNABORTED [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ECONNREFUSED [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ECONNRESET [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EDEADLK [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EDESTADDRREQ [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EDOM [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EDQUOT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EEXIST [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EFAULT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EFBIG [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EHOSTDOWN [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EHOSTUNREACH [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EIDRM [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EILSEQ [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EINPROGRESS [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EINTR [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EINVAL [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EIO [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EISCONN [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EISDIR [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ELOOP [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EMFILE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EMLINK [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EMSGSIZE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EMULTIHOP [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENAMETOOLONG [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENETDOWN [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENETRESET [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENETUNREACH [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENFILE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOBUFS [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENODATA [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENODEV [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOENT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOEXEC [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOLCK [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOLINK [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOMEM [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOMSG [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOPROTOOPT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOSPC [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOSR [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOSTR [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOSYS [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOTBLK [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOTCONN [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOTDIR [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOTEMPTY [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOTSOCK [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENOTTY [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ENXIO [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EOPNOTSUPP [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EOVERFLOW [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EPERM [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EPFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EPIPE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EPROTO [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EPROTONOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EPROTOTYPE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ERANGE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EREMOTE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EROFS [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ESHUTDOWN [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ESOCKTNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ESPIPE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ESRCH [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ESTALE [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ETIME [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ETIMEDOUT [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ETOOMANYREFS [SystemCallError, StandardError, Exception, Object, Kernel] Errno::ETXTBSY [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EUSERS [SystemCallError, StandardError, Exception, Object, Kernel] Errno::EXDEV [SystemCallError, StandardError, Exception, Object, Kernel] Exception [Object, Kernel] Exception.exception -1 Exception#backtrace 0 Exception#exception -1 Exception#inspect 0 Exception#message 0 Exception#set_backtrace 1 Exception#to_s 0 Exception#to_str 0 FalseClass [Object, Kernel] FalseClass#& 1 FalseClass#^ 1 FalseClass#to_s 0 FalseClass#| 1 File [IO, File::Constants, Enumerable, Object, Kernel] 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.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.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#lstat 0 File#mtime 0 File#path 0 File#truncate 1 File::Constants [] File::Stat [Comparable, Object, Kernel] 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#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#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.writable? 1 FileTest.writable_real? 1 FileTest.zero? 1 Fixnum [Integer, Precision, Numeric, Comparable, Object, Kernel] Fixnum.induced_from 1 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#abs 0 Fixnum#div 1 Fixnum#divmod 1 Fixnum#even? 0 Fixnum#fdiv 1 Fixnum#id2name 0 Fixnum#modulo 1 Fixnum#odd? 0 Fixnum#quo 1 Fixnum#size 0 Fixnum#to_f 0 Fixnum#to_s -1 Fixnum#to_sym 0 Fixnum#zero? 0 Fixnum#| 1 Fixnum#~ 0 Float [Precision, Numeric, Comparable, Object, Kernel] Float.induced_from 1 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#abs 0 Float#ceil 0 Float#coerce 1 Float#divmod 1 Float#eql? 1 Float#finite? 0 Float#floor 0 Float#hash 0 Float#infinite? 0 Float#modulo 1 Float#nan? 0 Float#round 0 Float#to_f 0 Float#to_i 0 Float#to_int 0 Float#to_s 0 Float#truncate 0 Float#zero? 0 FloatDomainError [RangeError, StandardError, Exception, Object, Kernel] GC [] GC.disable 0 GC.enable 0 GC.start 0 GC.stress 0 GC.stress= 1 GC#garbage_collect 0 Hash [Enumerable, Object, Kernel] Hash.[] -1 Hash.try_convert 1 Hash#== 1 Hash#[] 1 Hash#[]= 2 Hash#clear 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#has_key? 1 Hash#has_value? 1 Hash#hash 0 Hash#include? 1 Hash#index 1 Hash#indexes -1 Hash#indices -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#rehash 0 Hash#reject 0 Hash#reject! 0 Hash#replace 1 Hash#select 0 Hash#shift 0 Hash#size 0 Hash#sort 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] IO.for_fd -1 IO.foreach -1 IO.new -1 IO.open -1 IO.pipe 0 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#bytes 0 IO#chars 0 IO#close 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#fcntl -1 IO#fileno 0 IO#flush 0 IO#fsync 0 IO#getbyte 0 IO#getc 0 IO#gets -1 IO#inspect 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#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] IndexError [StandardError, Exception, Object, Kernel] Integer [Precision, Numeric, Comparable, Object, Kernel] Integer.induced_from 1 Integer#ceil 0 Integer#chr 0 Integer#downto 1 Integer#even? 0 Integer#floor 0 Integer#integer? 0 Integer#next 0 Integer#odd? 0 Integer#ord 0 Integer#pred 0 Integer#round 0 Integer#succ 0 Integer#times 0 Integer#to_i 0 Integer#to_int 0 Integer#truncate 0 Integer#upto 1 Interrupt [SignalException, Exception, Object, Kernel] Kernel [] Kernel.Array 1 Kernel.Float 1 Kernel.Integer 1 Kernel.String 1 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.callcc 0 Kernel.caller -1 Kernel.catch 1 Kernel.chomp -1 Kernel.chomp! -1 Kernel.chop 0 Kernel.chop! 0 Kernel.eval -1 Kernel.exec -1 Kernel.exit -1 Kernel.exit! -1 Kernel.fail -1 Kernel.fork 0 Kernel.format -1 Kernel.getc 0 Kernel.gets -1 Kernel.global_variables 0 Kernel.gsub -1 Kernel.gsub! -1 Kernel.iterator? 0 Kernel.lambda 0 Kernel.load -1 Kernel.local_variables 0 Kernel.loop 0 Kernel.method_missing -1 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.scan 1 Kernel.select -1 Kernel.set_trace_func 1 Kernel.sleep -1 Kernel.split -1 Kernel.sprintf -1 Kernel.srand -1 Kernel.sub -1 Kernel.sub! -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#__send__ -1 Kernel#class 0 Kernel#clone 0 Kernel#display -1 Kernel#dup 0 Kernel#enum_for -1 Kernel#eql? 1 Kernel#equal? 1 Kernel#extend -1 Kernel#freeze 0 Kernel#frozen? 0 Kernel#hash 0 Kernel#id 0 Kernel#inspect 0 Kernel#instance_eval -1 Kernel#instance_exec -1 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_methods -1 Kernel#respond_to? -1 Kernel#send -1 Kernel#singleton_methods -1 Kernel#taint 0 Kernel#tainted? 0 Kernel#tap 0 Kernel#to_a 0 Kernel#to_enum -1 Kernel#to_s 0 Kernel#type 0 Kernel#untaint 0 LoadError [ScriptError, Exception, Object, Kernel] LocalJumpError [StandardError, Exception, Object, Kernel] LocalJumpError#exit_value 0 LocalJumpError#reason 0 Marshal [] Marshal.dump -1 Marshal.load -1 Marshal.restore -1 MatchData [Object, Kernel] MatchData#[] -1 MatchData#begin 1 MatchData#captures 0 MatchData#end 1 MatchData#inspect 0 MatchData#length 0 MatchData#offset 1 MatchData#post_match 0 MatchData#pre_match 0 MatchData#select -1 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.cos 1 Math.cosh 1 Math.erf 1 Math.erfc 1 Math.exp 1 Math.frexp 1 Math.hypot 2 Math.ldexp 2 Math.log 1 Math.log10 1 Math.sin 1 Math.sinh 1 Math.sqrt 1 Math.tan 1 Math.tanh 1 Method [Object, Kernel] Method#== 1 Method#[] -1 Method#arity 0 Method#call -1 Method#clone 0 Method#inspect 0 Method#name 0 Method#owner 0 Method#receiver 0 Method#to_proc 0 Method#to_s 0 Method#unbind 0 Module [Object, Kernel] Module.constants 0 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_variables 0 Module#const_defined? 1 Module#const_get 1 Module#const_missing 1 Module#const_set 2 Module#constants 0 Module#freeze 0 Module#include? 1 Module#included_modules 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_methods -1 Module#public_method_defined? 1 Module#to_s 0 NameError [StandardError, Exception, Object, Kernel] NameError#name 0 NameError#to_s 0 NameError::message [Data, Object, Kernel] NameError::message.! 3 NameError::message._load 1 NameError::message#_dump 1 NameError::message#to_str 0 NilClass [Object, Kernel] NilClass#& 1 NilClass#^ 1 NilClass#inspect 0 NilClass#nil? 0 NilClass#to_a 0 NilClass#to_f 0 NilClass#to_i 0 NilClass#to_s 0 NilClass#| 1 NoMemoryError [Exception, Object, Kernel] NoMethodError [NameError, StandardError, Exception, Object, Kernel] NoMethodError#args 0 NotImplementedError [ScriptError, Exception, Object, Kernel] Numeric [Comparable, Object, Kernel] Numeric#+@ 0 Numeric#-@ 0 Numeric#<=> 1 Numeric#abs 0 Numeric#ceil 0 Numeric#coerce 1 Numeric#div 1 Numeric#divmod 1 Numeric#eql? 1 Numeric#fdiv 1 Numeric#floor 0 Numeric#integer? 0 Numeric#modulo 1 Numeric#nonzero? 0 Numeric#quo 1 Numeric#remainder 1 Numeric#round 0 Numeric#singleton_method_added 1 Numeric#step -1 Numeric#to_int 0 Numeric#truncate 0 Numeric#zero? 0 Object [Kernel] ObjectSpace [] ObjectSpace._id2ref 1 ObjectSpace.add_finalizer 1 ObjectSpace.call_finalizer 1 ObjectSpace.define_finalizer -1 ObjectSpace.each_object -1 ObjectSpace.finalizers 0 ObjectSpace.garbage_collect 0 ObjectSpace.remove_finalizer 1 ObjectSpace.undefine_finalizer 1 Precision [] Precision.included 1 Precision#prec 1 Precision#prec_f 0 Precision#prec_i 0 Proc [Object, Kernel] Proc.new -1 Proc#== 1 Proc#=== -1 Proc#[] -1 Proc#arity 0 Proc#binding 0 Proc#call -1 Proc#clone 0 Proc#dup 0 Proc#to_proc 0 Proc#to_s 0 Process [] Process.abort -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.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] 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_int 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] 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 0 Range#hash 0 Range#include? 1 Range#inspect 0 Range#last 0 Range#member? 1 Range#step -1 Range#to_s 0 RangeError [StandardError, Exception, Object, Kernel] Regexp [Object, Kernel] 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#eql? 1 Regexp#hash 0 Regexp#inspect 0 Regexp#kcode 0 Regexp#match 1 Regexp#options 0 Regexp#source 0 Regexp#to_s 0 Regexp#~ 0 RegexpError [StandardError, Exception, Object, Kernel] RuntimeError [StandardError, Exception, Object, Kernel] ScriptError [Exception, Object, Kernel] SecurityError [StandardError, Exception, Object, Kernel] Signal [] Signal.list 0 Signal.trap -1 SignalException [Exception, Object, Kernel] SignalException#signm 0 SignalException#signo 0 StandardError [Exception, Object, Kernel] StopIteration [IndexError, StandardError, Exception, Object, Kernel] String [Enumerable, Comparable, Object, Kernel] String.try_convert 1 String#% 1 String#* 1 String#+ 1 String#<< 1 String#<=> 1 String#== 1 String#=~ 1 String#[] -1 String#[]= -1 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#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 -1 String#each_byte 0 String#each_char 0 String#each_line -1 String#empty? 0 String#end_with? -1 String#eql? 1 String#getbyte 1 String#gsub -1 String#gsub! -1 String#hash 0 String#hex 0 String#include? 1 String#index -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_f 0 String#to_i -1 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 Struct [Enumerable, Object, Kernel] Struct.new -1 Struct#== 1 Struct#[] 1 Struct#[]= 2 Struct#each 0 Struct#each_pair 0 Struct#eql? 1 Struct#hash 0 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] 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 [Object, Kernel] Symbol.all_symbols 0 Symbol#=== 1 Symbol#id2name 0 Symbol#inspect 0 Symbol#to_i 0 Symbol#to_int 0 Symbol#to_proc 0 Symbol#to_s 0 Symbol#to_sym 0 SyntaxError [ScriptError, Exception, Object, Kernel] SystemCallError [StandardError, Exception, Object, Kernel] SystemCallError.=== 1 SystemCallError#errno 0 SystemExit [Exception, Object, Kernel] SystemExit#status 0 SystemExit#success? 0 SystemStackError [StandardError, Exception, Object, Kernel] Thread [Object, Kernel] Thread.abort_on_exception 0 Thread.abort_on_exception= 1 Thread.critical 0 Thread.critical= 1 Thread.current 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#exit! 0 Thread#group 0 Thread#inspect 0 Thread#join -1 Thread#key? 1 Thread#keys 0 Thread#kill 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#terminate! 0 Thread#value 0 Thread#wakeup 0 ThreadError [StandardError, Exception, Object, Kernel] ThreadGroup [Object, Kernel] ThreadGroup#add 1 ThreadGroup#enclose 0 ThreadGroup#enclosed? 0 ThreadGroup#list 0 Time [Comparable, Object, Kernel] Time._load 1 Time.at -1 Time.gm -1 Time.local -1 Time.mktime -1 Time.now -1 Time.times 0 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#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#inspect 0 Time#isdst 0 Time#localtime 0 Time#mday 0 Time#min 0 Time#mon 0 Time#month 0 Time#sec 0 Time#strftime 1 Time#succ 0 Time#to_a 0 Time#to_f 0 Time#to_i 0 Time#to_s 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#yday 0 Time#year 0 Time#zone 0 TrueClass [Object, Kernel] TrueClass#& 1 TrueClass#^ 1 TrueClass#to_s 0 TrueClass#| 1 TypeError [StandardError, Exception, Object, Kernel] UnboundMethod [Object, Kernel] UnboundMethod#== 1 UnboundMethod#arity 0 UnboundMethod#bind 1 UnboundMethod#clone 0 UnboundMethod#inspect 0 UnboundMethod#name 0 UnboundMethod#owner 0 UnboundMethod#to_s 0 ZeroDivisionError [StandardError, Exception, Object, Kernel] fatal [Exception, Object, Kernel] 167 modules, 1189 methods == make # 2009-03-28T07:23:33+09:00 + gmake rbconfig.rb updated compiling Win32API compiling bigdecimal mkdir -p ../../.ext/powerpc-darwin9.6.0 gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -DBASE=10000UL -DBASE_FIG=4 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c bigdecimal.c bigdecimal.c: In function 'BigDecimal_add': bigdecimal.c:666: warning: comparison between signed and unsigned bigdecimal.c: In function 'BigDecimal_sub': bigdecimal.c:707: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpAddAbs': bigdecimal.c:2821: warning: comparison between signed and unsigned bigdecimal.c:2822: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpSubAbs': bigdecimal.c:2914: warning: comparison between signed and unsigned bigdecimal.c:2915: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpMult': bigdecimal.c:3187: warning: comparison of unsigned expression >= 0 is always true bigdecimal.c: In function 'VpCtoV': bigdecimal.c:3931: warning: comparison of unsigned expression >= 0 is always true bigdecimal.c: In function 'VpMidRound': bigdecimal.c:4374: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/bigdecimal.bundle bigdecimal.o -L. -L../.. -L. -lpthread -ldl -lobjc mkdir -p ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal compiling curses gcc -I. -I../.. -I../../. -I../.././ext/curses -DHAVE_NCURSES_H -DHAVE_BEEP -DHAVE_BKGD -DHAVE_BKGDSET -DHAVE_CURS_SET -DHAVE_DELETELN -DHAVE_DOUPDATE -DHAVE_FLASH -DHAVE_GETBKGD -DHAVE_GETNSTR -DHAVE_ISENDWIN -DHAVE_KEYNAME -DHAVE_KEYPAD -DHAVE_RESIZETERM -DHAVE_SCRL -DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -DHAVE_WGETNSTR -DHAVE_WRESIZE -DHAVE_WSCRL -DHAVE_WSETSCRREG -DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c curses.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/curses.bundle curses.o -L. -L../.. -L. -lncurses -ltermcap -lpthread -ldl -lobjc compiling dbm gcc -I. -I../.. -I../../. -I../.././ext/dbm -DHAVE_DBM_OPEN -DHAVE_TYPE_DBM -DHAVE_DBM_CLEARERR -DDBM_HDR="" -DHAVE_SYS_CDEFS_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c dbm.c dbm.c: In function 'fdbm_key': dbm.c:232: warning: comparison between signed and unsigned dbm.c: In function 'fdbm_has_value': dbm.c:712: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/dbm.bundle dbm.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling digest gcc -I. -I../.. -I../../. -I../.././ext/digest -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c digest.c digest.c: In function 'hexencode_str_new': digest.c:57: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/digest.bundle digest.o -L. -L../.. -L. -lpthread -ldl -lobjc cp ../.././ext/digest/lib/digest.rb ../../.ext/common cp ../.././ext/digest/lib/md5.rb ../../.ext/common cp ../.././ext/digest/lib/sha1.rb ../../.ext/common cp ../.././ext/digest/digest.h ../../.ext/powerpc-darwin9.6.0 compiling digest/bubblebabble mkdir -p ../../../.ext/powerpc-darwin9.6.0/digest gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DHAVE_CONFIG_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c bubblebabble.c bubblebabble.c: In function 'bubblebabble_str_new': bubblebabble.c:52: warning: comparison between signed and unsigned bubblebabble.c:64: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/bubblebabble.bundle bubblebabble.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling digest/md5 gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c md5init.c gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c md5ossl.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/md5.bundle md5init.o md5ossl.o -L. -L../../.. -L. -lcrypto -lpthread -ldl -lobjc compiling digest/rmd160 gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c rmd160init.c gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c rmd160ossl.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -L. -L../../.. -L. -lcrypto -lpthread -ldl -lobjc compiling digest/sha1 gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c sha1init.c gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c sha1ossl.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -L. -lcrypto -lpthread -ldl -lobjc compiling digest/sha2 gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c sha2.c sha2.c:185: warning: 'static' is not at beginning of declaration sha2.c:205: warning: 'static' is not at beginning of declaration sha2.c:217: warning: 'static' is not at beginning of declaration sha2.c:261: warning: 'static' is not at beginning of declaration sha2.c:273: warning: 'static' is not at beginning of declaration gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c sha2init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/sha2.bundle sha2.o sha2init.o -L. -L../../.. -L. -lpthread -ldl -lobjc mkdir -p ../../../.ext/common/digest cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest compiling dl Generating callback.func Generating cbtable.func gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c dl.c gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c handle.c gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c ptr.c Generating call.func void char short long float double gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c sym.c sym.c:360:6: warning: "_MSC_VER" is not defined cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/dl.bundle dl.o handle.o ptr.o sym.o -L. -L../.. -L. -ldl -lpthread -ldl -lobjc mkdir -p ../../.ext/common/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/win32.rb ../../.ext/common/dl cp dlconfig.h ../../.ext/powerpc-darwin9.6.0 cp ../.././ext/dl/dl.h ../../.ext/powerpc-darwin9.6.0 compiling etc gcc -I. -I../.. -I../../. -I../.././ext/etc -DHAVE_GETLOGIN -DHAVE_GETPWENT -DHAVE_GETGRENT -DHAVE_ST_PW_GECOS -DHAVE_ST_PW_CHANGE -DHAVE_ST_PW_CLASS -DHAVE_ST_PW_EXPIRE -DHAVE_ST_PW_PASSWD -DHAVE_ST_GR_PASSWD -DHAVE_TYPE_UID_T -DPW_UID2VAL=UINT2NUM -DPW_VAL2UID=NUM2UINT -DHAVE_TYPE_GID_T -DPW_GID2VAL=UINT2NUM -DPW_VAL2GID=NUM2UINT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c etc.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/etc.bundle etc.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling fcntl gcc -I. -I../.. -I../../. -I../.././ext/fcntl -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c fcntl.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/fcntl.bundle fcntl.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling gdbm compiling iconv gcc -I. -I../.. -I../../. -I../.././ext/iconv -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c iconv.c iconv.c: In function 'iconv_convert': iconv.c:436: warning: comparison of unsigned expression >= 0 is always true iconv.c:439: warning: comparison between signed and unsigned iconv.c:440: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/iconv.bundle iconv.o -L. -L../.. -L. -liconv -lpthread -ldl -lobjc compiling io/wait mkdir -p ../../../.ext/powerpc-darwin9.6.0/io gcc -I. -I../../.. -I../../../. -I../../.././ext/io/wait -DFIONREAD_HEADER="" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c wait.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/io/wait.bundle wait.o -L. -L../../.. -L. -lpthread -ldl -lobjc mkdir -p ../../../.ext/common/io cp ../../.././ext/io/wait/lib/nonblock.rb ../../../.ext/common/io compiling nkf gcc -I. -I../.. -I../../. -I../.././ext/nkf -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c nkf.c In file included from nkf.c:79: nkf-utf8/nkf.c:587: warning: missing initializer nkf-utf8/nkf.c:587: warning: (near initialization for 'input_code_list[5].stat') nkf-utf8/nkf.c: In function 'options': nkf-utf8/nkf.c:1179: warning: comparison between signed and unsigned nkf-utf8/nkf.c: In function 'kanji_convert': nkf-utf8/nkf.c:2581: warning: empty body in an else-statement nkf-utf8/nkf.c:2922: warning: empty body in an else-statement cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/nkf.bundle nkf.o -L. -L../.. -L. -lpthread -ldl -lobjc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common compiling openssl gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c openssl_missing.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl.c ossl.c: In function 'ossl_raise': ossl.c:300: warning: format not a string literal, argument types not checked gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_asn1.c ossl_asn1.c: In function 'decode_bool': ossl_asn1.c:313: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type ossl_asn1.c: In function 'decode_int': ossl_asn1.c:328: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type ossl_asn1.c: In function 'decode_bstr': ossl_asn1.c:348: warning: passing argument 2 of 'd2i_ASN1_BIT_STRING' from incompatible pointer type ossl_asn1.c: In function 'decode_enum': ossl_asn1.c:374: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type ossl_asn1.c: In function 'decode_null': ossl_asn1.c:391: warning: passing argument 2 of 'd2i_ASN1_NULL' from incompatible pointer type ossl_asn1.c: In function 'decode_obj': ossl_asn1.c:408: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type ossl_asn1.c: In function 'decode_time': ossl_asn1.c:436: warning: passing argument 2 of 'd2i_ASN1_TIME' from incompatible pointer type ossl_asn1.c: In function 'ossl_asn1_decode0': ossl_asn1.c:730: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_bio.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_bn.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_cipher.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_config.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_digest.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_engine.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_hmac.c ossl_hmac.c: In function 'ossl_hmac_hexdigest': ossl_hmac.c:162: warning: comparison between signed and unsigned ossl_hmac.c: In function 'ossl_hmac_s_hexdigest': ossl_hmac.c:225: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_ns_spki.c ossl_ns_spki.c: In function 'ossl_spki_initialize': ossl_ns_spki.c:67: warning: passing argument 2 of 'd2i_NETSCAPE_SPKI' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_ocsp.c ossl_ocsp.c: In function 'ossl_ocspreq_initialize': ossl_ocsp.c:114: warning: passing argument 2 of 'd2i_OCSP_REQUEST' from incompatible pointer type ossl_ocsp.c: In function 'ossl_ocspres_initialize': ossl_ocsp.c:323: warning: passing argument 2 of 'd2i_OCSP_RESPONSE' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkcs12.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkcs5.c ossl_pkcs5.c: In function 'ossl_pkcs5_pbkdf2_hmac_sha1': ossl_pkcs5.c:77: warning: passing argument 3 of 'PKCS5_PBKDF2_HMAC_SHA1' discards qualifiers from pointer target type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkcs7.c ossl_pkcs7.c: In function 'ossl_pkcs7_sym2typeid': ossl_pkcs7.c:376: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkey.c ossl_pkey.c: In function 'ossl_pkey_sign': ossl_pkey.c:180: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkey_dh.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkey_dsa.c ossl_pkey_dsa.c: In function 'ossl_dsa_initialize': ossl_pkey_dsa.c:165: warning: passing argument 4 of 'PEM_ASN1_read_bio' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkey_ec.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_pkey_rsa.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_rand.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_ssl.c ossl_ssl.c: In function 'ossl_sslctx_set_ssl_version': ossl_ssl.c:164: warning: comparison between signed and unsigned ossl_ssl.c: In function 'ossl_sslctx_initialize': ossl_ssl.c:195: warning: comparison between signed and unsigned ossl_ssl.c: In function 'Init_ossl_ssl': ossl_ssl.c:1465: warning: comparison between signed and unsigned ossl_ssl.c:1494: warning: comparison between signed and unsigned ossl_ssl.c:1509: warning: comparison between signed and unsigned ossl_ssl.c:1511: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_ssl_session.c ossl_ssl_session.c: In function 'ossl_ssl_session_to_der': ossl_ssl_session.c:198: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509attr.c ossl_x509attr.c: In function 'ossl_x509attr_initialize': ossl_x509attr.c:103: warning: passing argument 2 of 'd2i_X509_ATTRIBUTE' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509cert.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509crl.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509ext.c ossl_x509ext.c: In function 'ossl_x509ext_initialize': ossl_x509ext.c:285: warning: passing argument 2 of 'd2i_X509_EXTENSION' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509name.c ossl_x509name.c: In function 'ossl_x509name_initialize': ossl_x509name.c:143: warning: passing argument 2 of 'd2i_X509_NAME' from incompatible pointer type gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509req.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509revoked.c gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c ossl_x509store.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/openssl.bundle openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs5.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -lssl -lcrypto -lpthread -ldl -lobjc mkdir -p ../../.ext/common/net mkdir -p ../../.ext/common/openssl cp ../.././ext/openssl/lib/net/ftptls.rb ../../.ext/common/net cp ../.././ext/openssl/lib/net/telnets.rb ../../.ext/common/net cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/pkcs7.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common compiling pty gcc -I. -I../.. -I../../. -I../.././ext/pty -DHAVE_OPENPTY -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c pty.c pty.c: In function 'get_device_once': pty.c:316: warning: implicit declaration of function 'openpty' cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/pty.bundle pty.o -L. -L../.. -L. -lutil -lpthread -ldl -lobjc cp ../.././ext/pty/lib/expect.rb ../../.ext/common compiling racc/cparse mkdir -p ../../../.ext/powerpc-darwin9.6.0/racc gcc -I. -I../../.. -I../../../. -I../../.././ext/racc/cparse -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c cparse.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/racc/cparse.bundle cparse.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling readline gcc -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c readline.c readline.c: In function 'rb_remove_history': readline.c:608: warning: passing argument 1 of 'free' discards qualifiers from pointer target type cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/readline.bundle readline.o -L. -L../.. -L. -lreadline -lncurses -lpthread -ldl -lobjc compiling sdbm gcc -I. -I../.. -I../../. -I../.././ext/sdbm -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c _sdbm.c _sdbm.c: In function 'chkpage': _sdbm.c:911: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/sdbm -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling socket gcc -I. -I../.. -I../../. -I../.././ext/socket -DHAVE_ARPA_INET_H -DENABLE_IPV6 -DINET6 -DHAVE_SIN_LEN -DHAVE_SOCKADDR_STORAGE -DHAVE_SA_LEN -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_SENDMSG -DHAVE_RECVMSG -DHAVE_ST_MSG_CONTROL -DHAVE_GETNAMEINFO -DHAVE_GETADDRINFO -DHAVE_TYPE_SOCKLEN_T -DHAVE_SYS_UN_H -DHAVE_SYS_UIO_H -DHAVE_SOCKET -DHAVE_GETIPNODEBYNAME -DHAVE_SOCKETPAIR -DHAVE_GETHOSTNAME -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c socket.c socket.c: In function 'init_unixsock': socket.c:1643: warning: comparison between signed and unsigned socket.c: In function 'sock_s_getnameinfo': socket.c:3697: warning: comparison between signed and unsigned socket.c: In function 'sock_s_unpack_sockaddr_un': socket.c:3899: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/socket.bundle socket.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling stringio gcc -I. -I../.. -I../../. -I../.././ext/stringio -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c stringio.c stringio.c: In function 'strio_each_char': stringio.c:846: warning: comparison between signed and unsigned stringio.c:851: warning: comparison between signed and unsigned cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/stringio.bundle stringio.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling strscan gcc -I. -I../.. -I../../. -I../.././ext/strscan -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c strscan.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/strscan.bundle strscan.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling syck gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c bytecode.c In file included from bytecode.re:10: syck.h:35:5: warning: "DEBUG" is not defined gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c emitter.c In file included from emitter.c:17: syck.h:35:5: warning: "DEBUG" is not defined emitter.c: In function 'syck_emitter_write': emitter.c:298: warning: comparison between signed and unsigned emitter.c: In function 'syck_emitter_flush': emitter.c:330: warning: comparison between signed and unsigned emitter.c: In function 'syck_emit_tag': emitter.c:463: warning: comparison between signed and unsigned emitter.c: In function 'syck_emitter_mark_node': emitter.c:1238: warning: format not a string literal, argument types not checked gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c gram.c In file included from syck.h:22, from gram.y:16: ../../st.h:9:5: warning: "SIZEOF_LONG" is not defined ../../st.h:9:20: warning: "SIZEOF_VOIDP" is not defined In file included from gram.y:16: syck.h:35:5: warning: "DEBUG" is not defined gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c handler.c In file included from handler.c:11: syck.h:35:5: warning: "DEBUG" is not defined gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c implicit.c In file included from implicit.re:11: syck.h:35:5: warning: "DEBUG" is not defined : In function 'syck_match_implicit': :61: warning: empty body in an if-statement :370: warning: empty body in an if-statement :390: warning: empty body in an if-statement :406: warning: empty body in an if-statement :433: warning: empty body in an if-statement :457: warning: empty body in an if-statement :483: warning: empty body in an if-statement :507: warning: empty body in an if-statement :526: warning: empty body in an if-statement :535: warning: empty body in an if-statement :696: warning: empty body in an if-statement :800: warning: empty body in an if-statement :818: warning: empty body in an if-statement :994: warning: empty body in an if-statement :1180: warning: empty body in an if-statement :1204: warning: empty body in an if-statement :1251: warning: empty body in an if-statement :1274: warning: empty body in an if-statement :1314: warning: empty body in an if-statement : In function 'syck_type_id_to_uri': :1626: warning: empty body in an if-statement :1914: warning: empty body in an if-statement :1982: warning: empty body in an if-statement :2067: warning: empty body in an if-statement :2150: warning: empty body in an if-statement :2221: warning: empty body in an if-statement :2509: warning: empty body in an if-statement :2579: warning: empty body in an if-statement :2661: warning: empty body in an if-statement :2727: warning: empty body in an if-statement :2797: warning: empty body in an if-statement gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c node.c In file included from node.c:11: syck.h:35:5: warning: "DEBUG" is not defined gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c rubyext.c In file included from rubyext.c:12: syck.h:35:5: warning: "DEBUG" is not defined rubyext.c: In function 'rb_syck_mktime': rubyext.c:274: warning: comparison between signed and unsigned gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c syck.c In file included from syck.c:14: syck.h:35:5: warning: "DEBUG" is not defined gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c token.c In file included from token.re:10: syck.h:35:5: warning: "DEBUG" is not defined gcc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c yaml2byte.c In file included from yaml2byte.c:13: ./syck.h:35:5: warning: "DEBUG" is not defined cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/syck.bundle bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling syslog gcc -I. -I../.. -I../../. -I../.././ext/syslog -DHAVE_SYSLOG_H -DHAVE_OPENLOG -DHAVE_SETLOGMASK -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c syslog.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/syslog.bundle syslog.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling thread gcc -I. -I../.. -I../../. -I../.././ext/thread -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DUSE_MEM_POOLS -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c thread.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/thread.bundle thread.o -L. -L../.. -L. -lpthread -ldl -lobjc cp ../.././ext/thread/lib/thread.rb ../../.ext/common compiling tk gcc -I. -I../.. -I../../. -I../.././ext/tk -DHAVE_RB_SAFE_LEVEL -DHAVE_ST_PTR -DHAVE_ST_LEN -DHAVE_TCL_H -DHAVE_TK_H -DHAVE_RB_HASH_LOOKUP -DRUBY_VERSION=\"1.8.8\" -DRUBY_RELEASE_DATE=\"2009-03-28\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c stubs.c gcc -I. -I../.. -I../../. -I../.././ext/tk -DHAVE_RB_SAFE_LEVEL -DHAVE_ST_PTR -DHAVE_ST_LEN -DHAVE_TCL_H -DHAVE_TK_H -DHAVE_RB_HASH_LOOKUP -DRUBY_VERSION=\"1.8.8\" -DRUBY_RELEASE_DATE=\"2009-03-28\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c tcltklib.c tcltklib.c: In function 'get_obj_from_str': tcltklib.c:6149: warning: comparison between signed and unsigned tcltklib.c: In function 'call_queue_handler': tcltklib.c:6240: warning: implicit declaration of function 'rb_proc_new' tcltklib.c: In function 'tcltklib_compile_info': tcltklib.c:9136: warning: format not a string literal, argument types not checked cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/tcltklib.bundle stubs.o tcltklib.o -L. -L../.. -L/usr/X11/lib -L. -ltk8.4 -ltcl8.4 -lX11 -ldl -lpthread -ldl -lobjc mkdir -p ../../.ext/common/tk mkdir -p ../../.ext/common/tkextlib/blt mkdir -p ../../.ext/common/tkextlib/blt/tile mkdir -p ../../.ext/common/tkextlib/bwidget mkdir -p ../../.ext/common/tkextlib/ICONS mkdir -p ../../.ext/common/tkextlib/itcl mkdir -p ../../.ext/common/tkextlib/itk mkdir -p ../../.ext/common/tkextlib/iwidgets mkdir -p ../../.ext/common/tkextlib/tcllib mkdir -p ../../.ext/common/tkextlib/tclx mkdir -p ../../.ext/common/tkextlib/tile mkdir -p ../../.ext/common/tkextlib/tkDND mkdir -p ../../.ext/common/tkextlib/tkHTML mkdir -p ../../.ext/common/tkextlib/tkimg mkdir -p ../../.ext/common/tkextlib/tktable mkdir -p ../../.ext/common/tkextlib/tktrans mkdir -p ../../.ext/common/tkextlib/treectrl mkdir -p ../../.ext/common/tkextlib/trofs mkdir -p ../../.ext/common/tkextlib/vu mkdir -p ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/multi-tk.rb ../../.ext/common cp ../.././ext/tk/lib/remote-tk.rb ../../.ext/common cp ../.././ext/tk/lib/tcltk.rb ../../.ext/common cp ../.././ext/tk/lib/tk.rb ../../.ext/common cp ../.././ext/tk/lib/tkafter.rb ../../.ext/common cp ../.././ext/tk/lib/tkbgerror.rb ../../.ext/common cp ../.././ext/tk/lib/tkcanvas.rb ../../.ext/common cp ../.././ext/tk/lib/tkclass.rb ../../.ext/common cp ../.././ext/tk/lib/tkconsole.rb ../../.ext/common cp ../.././ext/tk/lib/tkdialog.rb ../../.ext/common cp ../.././ext/tk/lib/tkentry.rb ../../.ext/common cp ../.././ext/tk/lib/tkfont.rb ../../.ext/common cp ../.././ext/tk/lib/tkmacpkg.rb ../../.ext/common cp ../.././ext/tk/lib/tkmenubar.rb ../../.ext/common cp ../.././ext/tk/lib/tkmngfocus.rb ../../.ext/common cp ../.././ext/tk/lib/tkpalette.rb ../../.ext/common cp ../.././ext/tk/lib/tkscrollbox.rb ../../.ext/common cp ../.././ext/tk/lib/tktext.rb ../../.ext/common cp ../.././ext/tk/lib/tkvirtevent.rb ../../.ext/common cp ../.././ext/tk/lib/tkwinpkg.rb ../../.ext/common cp ../.././ext/tk/lib/tk/after.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/autoload.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/bgerror.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/bindtag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/button.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/canvas.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/canvastag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/checkbutton.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/clipboard.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/clock.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/composite.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/console.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/dialog.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/encodedstr.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/entry.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/event.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/font.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/frame.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/grid.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/image.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/itemconfig.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/itemfont.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/kinput.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/label.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/labelframe.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/listbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/macpkg.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menu.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menubar.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menuspec.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/message.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/mngfocus.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/msgcat.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/namespace.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/optiondb.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/optionobj.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/pack.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/package.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/palette.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/panedwindow.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/place.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/radiobutton.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/root.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scale.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollable.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollbar.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/selection.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/spinbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/tagfont.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/text.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textimage.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textmark.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/texttag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textwindow.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/timer.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/toplevel.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/ttk_selector.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/txtwin_abst.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/validation.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/variable.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/virtevent.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/winfo.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/winpkg.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/wm.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/xim.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tkextlib/blt/barchart.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/bitmap.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/busy.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/component.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/container.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/cutbuffer.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/dragdrop.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/eps.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/graph.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/htext.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/setup.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/spline.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/stripchart.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/table.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tabnotebook.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tabset.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/ted.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tile.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tree.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/treeview.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/unix_dnd.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/vector.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/watch.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/win_printer.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/winop.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tile/button.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/checkbutton.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/frame.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/label.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/radiobutton.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/scrollbar.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/toplevel.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/bwidget.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/ICONS.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/itcl.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/itk.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/iwidgets.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/pkg_checker.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/setup.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tcllib.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tclx.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tile.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkDND.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkHTML.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkimg.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tktable.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tktrans.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/treectrl.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/trofs.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/version.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/vu.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/winico.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/bwidget/arrowbutton.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/bitmap.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/button.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/buttonbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/combobox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dialog.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dragsite.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dropsite.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dynamichelp.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/entry.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/label.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/labelentry.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/labelframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/listbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/mainframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/messagedlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/notebook.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/pagesmanager.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/panedwindow.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/panelframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/passwddlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/progressbar.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/progressdlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrollableframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrollview.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/selectcolor.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/selectfont.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/separator.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/setup.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/spinbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/statusbar.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/titleframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/tree.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/widget.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/ICONS/icons.rb ../../.ext/common/tkextlib/ICONS cp ../.././ext/tk/lib/tkextlib/ICONS/setup.rb ../../.ext/common/tkextlib/ICONS cp ../.././ext/tk/lib/tkextlib/itcl/incr_tcl.rb ../../.ext/common/tkextlib/itcl cp ../.././ext/tk/lib/tkextlib/itcl/setup.rb ../../.ext/common/tkextlib/itcl cp ../.././ext/tk/lib/tkextlib/itk/incr_tk.rb ../../.ext/common/tkextlib/itk cp ../.././ext/tk/lib/tkextlib/itk/setup.rb ../../.ext/common/tkextlib/itk cp ../.././ext/tk/lib/tkextlib/iwidgets/buttonbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/calendar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/checkbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/combobox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dateentry.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/datefield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dialogshell.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/entryfield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extbutton.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/feedback.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/finddialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/hierarchy.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/labeledframe.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/mainwindow.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/menubar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/messagebox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/messagedialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/notebook.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/optionmenu.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/panedwindow.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/promptdialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/pushbutton.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/radiobox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scopedobject.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/selectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/setup.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/shell.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spindate.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spinint.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spinner.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spintime.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/tabset.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/timeentry.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/timefield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/toolbar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/watch.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/tcllib/autoscroll.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ctext.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/cursor.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/datefield.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/dialog.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/getstring.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/history.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ico.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ip_entry.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/panelframe.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/plotchart.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ruler.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/screenruler.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/scrollwin.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/setup.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/style.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/superframe.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/swaplist.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist_core.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tkpiechart.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tooltip.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/widget.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tclx/setup.rb ../../.ext/common/tkextlib/tclx cp ../.././ext/tk/lib/tkextlib/tclx/tclx.rb ../../.ext/common/tkextlib/tclx cp ../.././ext/tk/lib/tkextlib/tile/dialog.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/setup.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/sizegrip.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/style.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tbutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tcheckbutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tcombobox.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tentry.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tframe.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tlabel.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tlabelframe.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tmenubutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tnotebook.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tpaned.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tprogressbar.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tradiobutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/treeview.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tscale.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tscrollbar.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tseparator.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tsquare.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tkDND/setup.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkDND/shape.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkDND/tkdnd.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb ../../.ext/common/tkextlib/tkHTML cp ../.././ext/tk/lib/tkextlib/tkHTML/setup.rb ../../.ext/common/tkextlib/tkHTML cp ../.././ext/tk/lib/tkextlib/tkimg/bmp.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/gif.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ico.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/jpeg.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/pcx.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/pixmap.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/png.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ppm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ps.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/setup.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/sgi.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/sun.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/tga.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/tiff.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/window.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/xbm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/xpm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tktable/setup.rb ../../.ext/common/tkextlib/tktable cp ../.././ext/tk/lib/tkextlib/tktable/tktable.rb ../../.ext/common/tkextlib/tktable cp ../.././ext/tk/lib/tkextlib/tktrans/setup.rb ../../.ext/common/tkextlib/tktrans cp ../.././ext/tk/lib/tkextlib/tktrans/tktrans.rb ../../.ext/common/tkextlib/tktrans cp ../.././ext/tk/lib/tkextlib/treectrl/setup.rb ../../.ext/common/tkextlib/treectrl cp ../.././ext/tk/lib/tkextlib/treectrl/tktreectrl.rb ../../.ext/common/tkextlib/treectrl cp ../.././ext/tk/lib/tkextlib/trofs/setup.rb ../../.ext/common/tkextlib/trofs cp ../.././ext/tk/lib/tkextlib/trofs/trofs.rb ../../.ext/common/tkextlib/trofs cp ../.././ext/tk/lib/tkextlib/vu/bargraph.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/charts.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/dial.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/pie.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/setup.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/spinbox.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/winico/setup.rb ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/tkextlib/winico/winico.rb ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/tkextlib/SUPPORT_STATUS ../../.ext/common/tkextlib compiling tk/tkutil gcc -I. -I../../.. -I../../../. -I../../.././ext/tk/tkutil -DHAVE_RB_OBJ_INSTANCE_EXEC -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c tkutil.c tkutil.c: In function 'tk_s_new': tkutil.c:74: warning: implicit declaration of function 'rb_obj_instance_exec' tkutil.c:1533:5: warning: "HAVE_STRNDUP" is not defined cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/tkutil.bundle tkutil.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling win32ole compiling zlib gcc -I. -I../.. -I../../. -I../.././ext/zlib -DHAVE_ZLIB_H -DOS_CODE=OS_UNIX -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -c zlib.c zlib.c: In function 'zstream_expand_buffer_into': zlib.c:486: warning: comparison between signed and unsigned zlib.c: In function 'zstream_append_buffer': zlib.c:514: warning: comparison between signed and unsigned zlib.c: In function 'zstream_discard_input': zlib.c:620: warning: comparison between signed and unsigned zlib.c: In function 'rb_gzfile_set_mtime': zlib.c:2499: warning: signed and unsigned type in conditional expression cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/zlib.bundle zlib.o -L. -L../.. -L. -lz -lpthread -ldl -lobjc making ruby gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -DRUBY_EXPORT -L. main.o -lruby-static -lpthread -ldl -lobjc -o ruby == install-nodoc # 2009-03-28T07:27:14+09:00 + gmake install-nodoc ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" installing binary commands installing command scripts installing library scripts installing headers installing manpages installing extension objects installing extension scripts == install-doc # 2009-03-28T07:27:20+09:00 + gmake install-doc Generating RDoc documentation ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "." array.c: c....................................................................................... bignum.c: c............................. class.c: compar.c: m...... dir.c: c.......................... dln.c: dmydln.c: dmyext.c: enum.c: m........................................ enumerator.c: cccc....................... error.c: mccccccccccccccccccccc......................... eval.c: cccccccccc.................................... No definition for proc_dup ................................ No definition for proc_dup .......................................................................... file.c: mcmc.............................................................................................................................. gc.c: mm.................. hash.c: c..................................................... inits.c: io.c: ccc.................................................................................... lex.c: main.c: marshal.c: m... math.c: m...................... numeric.c: cccccc............................................................................................................ object.c: mcccccccc................................................................................................................... pack.c: .. parse.c: prec.c: m..... process.c: mmmmc......................................................................................... random.c: .. range.c: c................. re.c: ccc...................................... regex.c: ruby.c: signal.c: m.... No definition for interrupt_init . sprintf.c: st.c: string.c: c.......................................................................................................... struct.c: c................... time.c: c...................................................... util.c: variable.c: version.c: English.rb: Env.rb: abbrev.rb: m.c. base64.rb: m....m benchmark.rb: m......ccc........... session.rb: ccc........c.....c..... cgi.rb: c.............c.....m....c...m....mm.....................mmmm. cgi-lib.rb: c............ complex.rb: c.......c........................c....m................. csv.rb: ccc..c..........c.....c........c..c....c......c...c..........c.... format.rb: cmc..............................c.. date.rb: cc.........................cc...c......c.........c..........................................................c...c......c..c..ccc..c date2.rb: debug.rb: c.cc....c....................................c................ delegate.rb: c......c............. acl.rb: cc....c....... drb.rb: mccc..m.cccc...c.c.....c...c........m..... lib/drb/drb.rb:796:27: Skipping require of dynamic string: "drb/#{$1}" c.................mcc.............c.....c....................ccc................. eq.rb: mc.. extserv.rb: mc....c... extservm.rb: mc......... gw.rb: mc.c...c.. invokemethod.rb: mcm.. observer.rb: mm. ssl.rb: mcc.............. timeridconv.rb: mccc.......... unix.rb: mc......... drb.rb: e2mmap.rb: m. lib/e2mmap.rb:58:24: Couldn't find E2MM. Assuming it's a module ....c.....c.c erb.rb: c.cccccccccc.......cm..cm. eregex.rb: c..c..c.. fileutils.rb: m.........................................m.....c.............mcmcmc finalize.rb: mc............ find.rb: m.. forwardable.rb: mc..m.. ftools.rb: cc......... generator.rb: c..........c.. lib/generator.rb:200:7: Unrecognized directive 'nodoc' .c..... getoptlong.rb: cccccc......... getopts.rb: . gserver.rb: c................ importenv.rb: ipaddr.rb: cc....c..................................... chws.rb: mmc.c. fork.rb: mmc.c help.rb: mmm. load.rb: mmc.c.c. nop.rb: mmc.... pushws.rb: mmc.c.c. subirb.rb: mmc.c.c.c. completion.rb: mm. context.rb: mc............... change-ws.rb: mc..c history.rb: mc..c..... loader.rb: mcm..... math-mode.rb: mc.. multi-irb.rb: mc...............c. save-history.rb: mmc.c....m... tracer.rb: m.c.c. use-loader.rb: cmm..c..cc workspaces.rb: mc...c. extend-command.rb: mm.....c..cm..m... frame.rb: mc....... help.rb: m. init.rb: m........ input-method.rb: mc...c.....c...c..... error.rb: m error.rb: m locale.rb: mc............... notifier.rb: mm.c.........c...c...c.. output-method.rb: mc........c. ruby-lex.rb: cc............................. ruby-token.rb: mc.c.c.c.cc.c.c.. slex.rb: mc.........c..... version.rb: m workspace.rb: mc.... ws-for-case-2.rb: xmp.rb: c..c..... irb.rb: mc......c............ jcode.rb: c.................... logger.rb: cccm...................c....cc...........c......... mailread.rb: c.... mathn.rb: c...c...ccc...m..c matrix.rb: mc......c.....................................cc......................... mkmf.rb: ...................... monitor.rb: mcc.....................c mutex_m.rb: m....c....... ftp.rb: mc........................................................ http.rb: mc....c.........c..............c.........m.........................m.................................c.............c.cccccccccccccccm.ccccc..cc.......c.............. https.rb: mc...... imap.rb: mc.......................................................................cccccc..c..c..c..cc..c...ccccccc pop.rb: mcccc.........................................c.c.........c protocol.rb: mcccccccccccc......cm smtp.rb: mmccccccc...c............................................................c.......... telnet.rb: mc............. observer.rb: m....... open-uri.rb: m.m......c.c.cm.......m..mc.c.c. open3.rb: m. date.rb: shellwords.rb: time.rb: uri.rb: version.rb: c... optparse.rb: cm..cc..........c...c.c.c.c...........c..................................................c........ccccccm.c.......m ostruct.rb: c......c.... parsearg.rb: ..... parsedate.rb: m. pathname.rb: c..................................c.....c..........................c........................c..c........c.c..c..m. ping.rb: m. pp.rb: m..c..cm........cm....c..c..c.c..c.cc.c.c.. prettyprint.rb: c.............c...c..c....c....c.......cccccc profile.rb: profiler.rb: m.... pstore.rb: cc................. parser.rb: mcmc........................ rational.rb: .c........................c......c..c..cc code_objects.rb: mc.........cc......................................c.........c......cccc.c.....c..c.c...c.c. diagram.rb: mc........ dot.rb: m.c..c...c..c......c......c.c.. chm_generator.rb: mc........ html_generator.rb: mc....c.....m...c..................c..........c.........c......................c..c...............c.......... ri_generator.rb: mc.c......... chm.rb: mm hefss.rb: mm. html.rb: mm kilmer.rb: mm. old_html.rb: mm one_page_html.rb: mm rdf.rb: mm xml.rb: mm xml_generator.rb: mc........... fragments.rb: mc.....ccc.ccc.c.c.cc............ inline.rb: mc...c.c...c...c................ lines.rb: mc.....c.......... preprocess.rb: mc.... to_flow.rb: mmc..c................... to_html.rb: mc........................ to_latex.rb: mc.......................... simple_markup.rb: mc.......... options.rb: cm............ parse_c.rb: mc......................... parse_f95.rb: mc..c..........................c.... parse_rb.rb: mc..cc.cc.c.c.c.c...cc.................................mc................................................ parse_simple.rb: mc... parserfactory.rb: mm.... rdoc.rb: mc..cc......... ri_cache.rb: mc...........c...c..c. ri_descriptions.rb: mc....cc.c.cc.c...c....c..c ri_display.rb: m..c............. ri_driver.rb: c...... ri_formatter.rb: mc...............cc.c........c..c.....c............c...c.. ri_options.rb: mcm.......... ri_paths.rb: mm ri_reader.rb: mc........... ri_util.rb: cc.. ri_writer.rb: mc........ template.rb: cc.....c........ tokenstream.rb: m..... usage.rb: m...... readbytes.rb: c.c. resolv-replace.rb: c.c.c...c. resolv.rb: c.............ccc........c.....................ccccccccccccmmccmcc...........cccc..c......c....c...ccc...cc...c...c...c....cmc...c...c...c...c........c........ attlistdecl.rb: mc...... attribute.rb: mc............... cdata.rb: mc..... child.rb: mc........ comment.rb: mc...... doctype.rb: mc..............c...c.c...c.... document.rb: mc.................. attlistdecl.rb: mmc dtd.rb: mmc.. elementdecl.rb: mmc. entitydecl.rb: mmc.... notationdecl.rb: mmc.... element.rb: mc..........................................c..............c.............. encoding.rb: mm..... CP-1252.rb: mmc.. EUC-JP.rb: mm....c ICONV.rb: mm..c ISO-8859-1.rb: mm ISO-8859-15.rb: mm.. SHIFT-JIS.rb: mm....c SHIFT_JIS.rb: UNILE.rb: mm..c US-ASCII.rb: mm..c UTF-16.rb: mm..c UTF-8.rb: mm..c entity.rb: mc.......m default.rb: mmc........ pretty.rb: mmc........ transitive.rb: mmc... functions.rb: mm...................................... instruction.rb: mc...... node.rb: mmc......................... namespace.rb: mm... node.rb: mm........ output.rb: mc... parent.rb: mc.................. parseexception.rb: mc..... baseparser.rb: mmc............ lightparser.rb: mmc.... pullparser.rb: mmc......c.................. sax2parser.rb: mmc........... streamparser.rb: mmc... treeparser.rb: mmc... ultralightparser.rb: mmc.... xpathparser.rb: mmc........................ quickpath.rb: mc........... rexml.rb: m sax2listener.rb: mm................. source.rb: mc.c...........c........ streamlistener.rb: mm.............. syncenumerator.rb: mc.... text.rb: mc.................. undefinednamespaceexception.rb: mc. relaxng.rb: mmc..c...........c.c...c..c.....c........c.......c... validation.rb: mmm...c....... validationexception.rb: mmc. xmldecl.rb: mc............ xmltokens.rb: mm xpath.rb: mc... xpath_parser.rb: c.c.c.c.c.mc....................... rinda.rb: mccccc.........c..c..c......c.. ring.rb: mc.....c........c.. tuplespace.rb: mc.............c..c.....c....cc...............c............ 0.9.rb: mm.c......c...cc.cc.c..c.c..c...c...c...c..m. 1.0.rb: mm.cc...cc...cc....cc....cc....cc..cc..cc...cc...cc...cc...m. 2.0.rb: mccc.c.... atom.rb: mmm.c..mm.c....mc.m.c.......m..cccm..m.c.......cc.cc.ccc.c..ccccc....cc.................cc.cc.......m.. 1.0.rb: mcc 2.0.rb: mccc content.rb: mm. converter.rb: mc................. 1.0.rb: mccccc 2.0.rb: mccc atom.rb: mmccc dublincore.rb: mm.m image.rb: mm.m.cc......m.cc.......ccc itunes.rb: mm...mmc.cc.......cc......cc......mc.cc.............ccc 0.9.rb: mmc...c.......c.c..c.c..c.c.cc.c..c.c.c.cc.c..c..c..c...c.c...c.c.c.c.cc.cc.cc.c.c.cc.c.c.c.c.cc.cc.c..c.cc.c..c.c..c..c.cccccc.ccccc 1.0.rb: mmc...c......c.cc.cc.c.cc.c..c.c.c.cc.c.c..c..c....c.c....c.c.c.c.cc.cc.cc.c.c.cc.c.c.c.c.cc.cc.cc.cc.c..c.c..c... 2.0.rb: mmc.c.ccccc..c.c..c..c.cc...c..c..c..c.c.c.c..c.c.c atom.rb: mmm.mc...m...m..m..m.cc. base.rb: mmcc..........................m.mmc......m.cc.....cc...c........cccccccccccccccccc.c...c.....ccc..cccccccc.........cc content.rb: mmm.cc dublincore.rb: mmm..ccccc entry.rb: mmmc...ccccccc.ccc.c......c feed.rb: mmmc...c.......c.cc.cc.cc.cc.c.c.cc.c.c......c.c.c...cc.c.c.cc.cc.c.cc.cc.c....c image.rb: mmm..c..m..c..ccc itunes.rb: mmm.....mc.cc..c.c..mc.c......cccccccc slash.rb: mmm.cc syndication.rb: mmm.c taxonomy.rb: mmm..cm..cc.cccc trackback.rb: mmm.cc..cc maker.rb: mmc...... parser.rb: mc.c.c.c.cc.......cc........cc...........m................. rexmlparser.rb: mcc..cc.. rss.rb: cc..mcc.cc.c.c.c.c.c.c.c.c.c.m......................m......cc.......................................................m............. slash.rb: mmc.cc syndication.rb: mm..cc taxonomy.rb: mm.cc......m.cc.....ccc trackback.rb: mm.m.mcc....cc......mcc....cc....ccccc utils.rb: mm.....m.m.m.m... xml-stylesheet.rb: mm..c...... xml.rb: mmc........ xmlparser.rb: mcmcmc......cc..c. xmlscanner.rb: mcc..c............... rss.rb: rubyunit.rb: assert.rb: mm............ testrunner.rb: mmc.....c... error.rb: m testcase.rb: mc..... testresult.rb: mc........... testsuite.rb: mc.... topublic.rb: mm scanf.rb: mc................c......c...c..m. set.rb: c...................................c...cc...m. builtin-command.rb: cc..c..c..c..c..c..c..c.. command-processor.rb: cc.................................. error.rb: cm filter.rb: cc........... process-controller.rb: ccc................... system-command.rb: cc............ version.rb: c shell.rb: cc...................... shellwords.rb: m.c.c.cc..c. singleton.rb: m...cc.c.m.....c.. attachment.rb: mc..c..........mc.. baseData.rb: mm.m...m.m.c.......c....ccccccccccccccccccc..cccccccccccccccc............c................c.................... element.rb: mmc..........c...c..c....c..... aspDotNetHandler.rb: mmc...c.c........... handler.rb: mmccc............... literalHandler.rb: mmc...c.c............ soapHandler.rb: mmc...c.c.......................... generator.rb: mcc................... handler.rb: mmc..... handlerset.rb: mmc........ simplehandler.rb: mmc..... httpconfigloader.rb: mm...... factory.rb: mmc.......c...c...c...c..c..c...c...c..c... mapping.rb: mmm....................c.......c... registry.rb: mmmmc..c..........ccc....................c rubytypeFactory.rb: mmc.....c.......... typeMap.rb: m wsdlencodedregistry.rb: mmc................. wsdlliteralregistry.rb: mmc........................... mapping.rb: marshal.rb: mmc.... mimemessage.rb: mccc....c......c................. netHttpClient.rb: mc.............cc. parser.rb: mcccccc................. processor.rb: mmc...... property.rb: mcm....................................m. cgistub.rb: mmcc..c...c................... driver.rb: mmcc............................. element.rb: mc.....mcccc............c......c...c. httpserver.rb: mmc.................... proxy.rb: mmc.....................c..................... router.rb: mmc.......................c...................c..c.. rpc.rb: mm. soaplet.rb: mc.mmc.............. standaloneServer.rb: mmc.. soap.rb: mcccccccccccc..m.c..m. streamHandler.rb: mcc...c........... wsdlDriver.rb: mcc............cc.............c......................... sync.rb: mc.c.c.....c..........c. tempfile.rb: c.........c.. assertionfailederror.rb: mmc assertions.rb: mmm............................ autorunner.rb: mmc....... dir.rb: mmmc...... objectspace.rb: mmmc.. collector.rb: mmm..... error.rb: mmc...... failure.rb: mmc..... testcase.rb: mmc.............. testresult.rb: mmc......... testsuite.rb: mmc........ testrunner.rb: mmmmc............... testrunner.rb: mmmmc...............................c. testrunner.rb: mmmmc............................................c.c.c. testrunner.rb: mmmmc.c....c............................................ testrunnermediator.rb: mmmc... testrunnerutilities.rb: mmmm.. testrunner.rb: mmmmc................... backtracefilter.rb: mmmm. observable.rb: mmmm.... procwrapper.rb: mmmc.... unit.rb: mm.. thread.rb: c.c.......c....c.......c...... thwait.rb: c........ time.rb: cc............c timeout.rb: mcc.. tmpdir.rb: c.. tracer.rb: cc............. tsort.rb: mc.......ccc un.rb: m............ common.rb: mmmmm..cccc.....m. ftp.rb: mc......... generic.rb: mc...................................................................... http.rb: mc... https.rb: mc ldap.rb: mc..................... ldaps.rb: mc mailto.rb: mc.......... uri.rb: m weakref.rb: cc.... accesslog.rb: mmc.. cgi.rb: mc......c................ compat.rb: mccc config.rb: mm cookie.rb: mc....... htmlutils.rb: mm. authenticator.rb: mmm.....m basicauth.rb: mmc....c digestauth.rb: mmc............c. htdigest.rb: mmc....... htgroup.rb: mmc..... htpasswd.rb: mmc....... userdb.rb: mmm... httpauth.rb: mm... httpproxy.rb: mc.c........... httprequest.rb: mc...................... httpresponse.rb: mc........................ https.rb: mmc... httpserver.rb: mcc...........c....... abstract.rb: mmcc....... cgi_runner.rb: . cgihandler.rb: mmc.. erbhandler.rb: mmc... filehandler.rb: mmc.....c.................... prochandler.rb: mmc... httpservlet.rb: mm httpstatus.rb: mmcccccccc........ httputils.rb: mm.........c................... httpversion.rb: mc.... log.rb: mc...............c.. server.rb: mcc.c.c.......... ssl.rb: mmm.c... utils.rb: mm...... version.rb: m webrick.rb: binding.rb: mc.... data.rb: m definitions.rb: mc.................... documentation.rb: mc... import.rb: mc.... importer.rb: mc.. info.rb: mc..... message.rb: mc.... operation.rb: mcc............ operationBinding.rb: mc......... param.rb: mc...... parser.rb: mccccccccc.......... part.rb: mc... port.rb: mc........ portType.rb: mc...... service.rb: mc.... address.rb: mmc... binding.rb: mmc... body.rb: mmc... cgiStubCreator.rb: mmc... classDefCreator.rb: mmc............... classDefCreatorSupport.rb: mmm.......... clientSkeltonCreator.rb: mmc..... complexType.rb: mmc......... data.rb: mm definitions.rb: mc.......... driverCreator.rb: mmc... element.rb: mmc.. fault.rb: mmc.... header.rb: mmc...... headerfault.rb: mmc... mappingRegistryCreator.rb: mmc..... methodDefCreator.rb: mmc.............. operation.rb: mmcc......... servantSkeltonCreator.rb: mmc... standaloneServerStubCreator.rb: mmc... wsdl2ruby.rb: mmc.............. types.rb: mc... wsdl.rb: mc all.rb: mmc...... annotation.rb: mmc... any.rb: mmc.... attribute.rb: mmcc........ choice.rb: mmc...... complexContent.rb: mmc...... complexType.rb: mmc.......... content.rb: mmc........ data.rb: mm element.rb: mmcc.......... enumeration.rb: mmc... import.rb: mmc.... importer.rb: mmc...... include.rb: mmc.... length.rb: mmc... parser.rb: mmccccccccc.......... pattern.rb: mmc... schema.rb: mmc.......... sequence.rb: mmc...... simpleContent.rb: mmc....... simpleExtension.rb: mmc..... simpleRestriction.rb: mmc....... simpleType.rb: mmc....... unique.rb: mmc... xsd2ruby.rb: mmc........ charset.rb: mmcccc.............. classdef.rb: mmc.......... commentdef.rb: mmm. gensupport.rb: mmm.............. methoddef.rb: mmc..... moduledef.rb: mmc................... codegen.rb: datatypes.rb: mccc....c........c.c..c..c......mc.....c...c....m........c....c....c...c...c...c...c...c...c....c....c..c....c..c........c...c...c...c...c...c...c...c...c...c...c...c... datatypes1999.rb: m iconvcharset.rb: mc. mapping.rb: mm.. namedelements.rb: mc............... ns.rb: mcc..c........... qname.rb: mc........... parser.rb: mmccccccc............ rexmlparser.rb: mmc...... xmlparser.rb: mmcc. xmlscanner.rb: mmc..................... xmlparser.rb: mm.. baseemitter.rb: mm..............c.c. basenode.rb: mm.......... constants.rb: m dbm.rb: mc.................... encoding.rb: m.. error.rb: mccc loader.rb: mc rubytypes.rb: c.c...c..c....c..c..c....c..c..c..c..c.c.c.c.c.c. store.rb: c...... stream.rb: mc..... stringio.rb: c........... syck.rb: mmc tag.rb: m..c types.rb: mc...c...c..c....c.......c.......c yamlnode.rb: mc.. ypath.rb: mc.. yaml.rb: m..........................m. iconv.c: cmccccc........... kconv.rb: m...........c......... nkf.c: m... socket.c: ccccccccccm. No definition for bsock_do_not_rev_lookup . No definition for bsock_do_not_rev_lookup_set . No definition for bsock_s_for_fd . No definition for bsock_close_read . No definition for bsock_close_write . No definition for bsock_shutdown ... No definition for bsock_getsockname . No definition for bsock_getpeername . No definition for bsock_send . No definition for bsock_recv .. No definition for ip_addr . No definition for ip_peeraddr . No definition for ip_recvfrom . No definition for ip_s_getaddress ... No definition for socks_init . No definition for socks_s_close . No definition for tcp_accept .. No definition for tcp_sysaccept . No definition for tcp_svr_init .. No definition for udp_init . No definition for udp_connect . No definition for udp_bind . No definition for udp_send .. No definition for unix_init . No definition for unix_path . No definition for unix_addr . No definition for unix_peeraddr . No definition for unix_recvfrom . No definition for unix_send_io . No definition for unix_recv_io . No definition for unix_s_socketpair . No definition for unix_s_socketpair . No definition for unix_svr_init . No definition for unix_accept .. No definition for unix_sysaccept .. No definition for sock_initialize .......... No definition for sock_s_socketpair . No definition for sock_s_socketpair . No definition for sock_gethostname .. No definition for sock_s_gethostbyaddr ... No definition for sock_s_getnameinfo . No definition for sock_s_pack_sockaddr_in . No definition for sock_s_pack_sockaddr_in . No definition for sock_s_unpack_sockaddr_in . No definition for sock_s_pack_sockaddr_un . No definition for sock_s_pack_sockaddr_un . No definition for sock_s_unpack_sockaddr_un stringio.c: c............................................................ strscan.c: cc............................................. zlib.c: mcccccccccccccccccc................................................................................... Generating RI... Files: 549 Classes: 1644 Modules: 834 Methods: 8502 Elapsed: 686.579s ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --install=rdoc --rdoc-output=".ext/rdoc" installing rdoc == test-knownbug # 2009-03-28T07:40:04+09:00 + gmake test-knownbug 'OPTS=-v -q' ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- ./KNOWNBUGS.rb Loaded suite ./KNOWNBUGS Started F Finished in 0.045875 seconds. 1) Failure: test_block_arg1(TC_KnownBugs) [./KNOWNBUGS.rb:16:in `test_block_arg1' ./KNOWNBUGS.rb:9:in `just_yield' ./KNOWNBUGS.rb:15:in `test_block_arg1']: expected but was <#>. 1 tests, 1 assertions, 1 failures, 0 errors make: *** [test-knownbug] Error 1 exit 2 failed(test-knownbug) == test-all # 2009-03-28T07:40:26+09:00 + gmake test-all TESTS=-v ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v Loaded suite . Started test_BasicWriter_close_on_terminate(TestCSV): . test_BasicWriter_s_create_binmode(TestCSV): . test_IOBuf_close(TestCSV): . test_IOBuf_s_new(TestCSV): . test_IOReader_close_on_terminate(TestCSV): . test_IOReader_s_create_binmode(TestCSV): . test_Reader_close(TestCSV): . test_Reader_each(TestCSV): . test_Reader_getRow(TestCSV): . test_Reader_s_create(TestCSV): . test_Reader_s_new(TestCSV): . test_Reader_s_parse(TestCSV): . test_Reader_shift(TestCSV): . test_StreamBuf_AREF(TestCSV): . test_StreamBuf_AREF_n(TestCSV): . test_StreamBuf_MyBuf(TestCSV): . test_StreamBuf_drop(TestCSV): . test_StreamBuf_get(TestCSV): . test_StreamBuf_get_n(TestCSV): . test_StreamBuf_is_eos?(TestCSV): . test_StreamBuf_s_new(TestCSV): . test_Writer_LSHIFT(TestCSV): . test_Writer_add_row(TestCSV): . test_Writer_close(TestCSV): . test_Writer_s_create(TestCSV): . test_Writer_s_generate(TestCSV): . test_Writer_s_new(TestCSV): . test_macCR(TestCSV): . test_s_foreach(TestCSV): . test_s_generate(TestCSV): . test_s_generate_line(TestCSV): . test_s_generate_row(TestCSV): . test_s_open_reader(TestCSV): . test_s_open_writer(TestCSV): . test_s_parse(TestCSV): . test_s_parseAndCreate(TestCSV): . test_s_parse_line(TestCSV): . test_s_parse_row(TestCSV): . test_s_parse_rowConcat(TestCSV): . test_s_parse_rowEOF(TestCSV): . test_s_read(TestCSV): . test_s_readlines(TestCSV): . test_utf8(TestCSV): . test_writer_fs_rs_generate(TestCSV): . test_writer_fs_rs_parse(TestCSV): . test_aref(TestDBM): . test_aset(TestDBM): . test_clear(TestDBM): . test_close(TestDBM): . test_delete(TestDBM): . test_delete_if(TestDBM): . test_delete_with_block(TestDBM): . test_each_key(TestDBM): . test_each_pair(TestDBM): . test_each_value(TestDBM): . test_empty?(TestDBM): . test_fetch(TestDBM): . test_has_value?(TestDBM): . test_haskey?(TestDBM): . test_invert(TestDBM): . test_key(TestDBM): . test_keys(TestDBM): . test_length(TestDBM): . test_reject(TestDBM): . test_replace(TestDBM): . test_s_new_has_no_block(TestDBM): . test_s_open_no_create(TestDBM): . test_s_open_with_block(TestDBM): . test_select_with_block(TestDBM): . test_shift(TestDBM): . test_to_a(TestDBM): . test_to_hash(TestDBM): . test_update(TestDBM): . test_values(TestDBM): . test_values_at(TestDBM): . test_freeze(TestDBM2): . test_newdb_open(TestDBM2): . test_reader_open(TestDBM2): . test_eq(TestDigest::TestMD5): . test_instance_eval(TestDigest::TestMD5): . test_s_digest(TestDigest::TestMD5): . test_s_hexdigest(TestDigest::TestMD5): . test_update(TestDigest::TestMD5): . test_eq(TestDigest::TestRMD160): . test_instance_eval(TestDigest::TestRMD160): . test_s_digest(TestDigest::TestRMD160): . test_s_hexdigest(TestDigest::TestRMD160): . test_update(TestDigest::TestRMD160): . test_eq(TestDigest::TestSHA1): . test_instance_eval(TestDigest::TestSHA1): . test_s_digest(TestDigest::TestSHA1): . test_s_hexdigest(TestDigest::TestSHA1): . test_update(TestDigest::TestSHA1): . test_all(ACLEntryTest): . test_ip(ACLEntryTest): . test_ip_v6(ACLEntryTest): . test_name(ACLEntryTest): . test_1(ACLListTest): . test_2(ACLListTest): . test_all_1(ACLListTest): . test_all_2(ACLListTest): . test_0(ACLTest): . test_1(ACLTest): . test_not_0(ACLTest): . test_not_1(ACLTest): . test_01(TestDRbAry): . test_02_collect(TestDRbAry): . test_03_redo(TestDRbAry): . test_04_retry(TestDRbAry): . test_05_break(TestDRbAry): . test_06_next(TestDRbAry): . test_07_break_18(TestDRbAry): . test_00_DRbObject(TestDRbCore): . test_01(TestDRbCore): . test_01_02_loop(TestDRbCore): . test_02_unknown(TestDRbCore): . test_03(TestDRbCore): . test_04(TestDRbCore): . test_05_eq(TestDRbCore): . test_06_timeout(TestDRbCore): . test_07_public_private_protected_missing(TestDRbCore): . test_08_here(TestDRbCore): . test_09_option(TestDRbCore): . test_10_yield(TestDRbCore): . test_10_yield_undumped(TestDRbCore): . test_11_remote_no_method_error(TestDRbCore): . test_01_safe1_safe4_eval(TestDRbEval): . test_01_large_ary(TestDRbLarge): . test_02_large_ary(TestDRbLarge): . test_03_large_ary(TestDRbLarge): . test_04_many_arg(TestDRbLarge): . test_05_too_large_ary(TestDRbLarge): . test_01(TestDRbMServer): . test_01(TestDRbSSLAry): . test_02_collect(TestDRbSSLAry): . test_03_redo(TestDRbSSLAry): . test_04_retry(TestDRbSSLAry): . test_05_break(TestDRbSSLAry): . test_06_next(TestDRbSSLAry): . test_07_break_18(TestDRbSSLAry): . test_00_DRbObject(TestDRbSSLCore): . test_01(TestDRbSSLCore): . test_01_02_loop(TestDRbSSLCore): . test_02_unknown(TestDRbSSLCore): . test_03(TestDRbSSLCore): . test_04(TestDRbSSLCore): . test_05_eq(TestDRbSSLCore): . test_06_timeout(TestDRbSSLCore): . test_07_public_private_protected_missing(TestDRbSSLCore): . test_08_here(TestDRbSSLCore): . test_09_option(TestDRbSSLCore): . test_10_yield(TestDRbSSLCore): . test_10_yield_undumped(TestDRbSSLCore): . test_11_remote_no_method_error(TestDRbSSLCore): . test_01(TestDRbSafe1): . test_02_collect(TestDRbSafe1): . test_03_redo(TestDRbSafe1): . test_04_retry(TestDRbSafe1): . test_05_break(TestDRbSafe1): . test_06_next(TestDRbSafe1): . test_07_break_18(TestDRbSafe1): . test_01(TestDRbUNIXAry): . test_02_collect(TestDRbUNIXAry): . test_03_redo(TestDRbUNIXAry): . test_04_retry(TestDRbUNIXAry): . test_05_break(TestDRbUNIXAry): . test_06_next(TestDRbUNIXAry): . test_07_break_18(TestDRbUNIXAry): . test_00_DRbObject(TestDRbUNIXCore): . test_01(TestDRbUNIXCore): . test_01_02_loop(TestDRbUNIXCore): . test_02_unknown(TestDRbUNIXCore): . test_03(TestDRbUNIXCore): . test_04(TestDRbUNIXCore): . test_05_eq(TestDRbUNIXCore): . test_06_timeout(TestDRbUNIXCore): . test_07_public_private_protected_missing(TestDRbUNIXCore): . test_08_here(TestDRbUNIXCore): . test_09_option(TestDRbUNIXCore): . test_10_yield(TestDRbUNIXCore): . test_10_yield_undumped(TestDRbUNIXCore): . test_11_remote_no_method_error(TestDRbUNIXCore): . test_01_one(TestDRbYield): . test_02_two(TestDRbYield): . test_03_many(TestDRbYield): . test_04_many_to_one(TestDRbYield): . test_05_array_subclass(TestDRbYield): . test_06_taint(TestDRbYield): . test_01_one(TestRuby18Yield): . test_02_two(TestRuby18Yield): . test_03_many(TestRuby18Yield): . test_04_many_to_one(TestRuby18Yield): . test_05_array_subclass(TestRuby18Yield): . test_06_taint(TestRuby18Yield): . test_01_one(TestRubyYield): . test_02_two(TestRubyYield): . test_03_many(TestRubyYield): . test_04_many_to_one(TestRubyYield): . test_05_array_subclass(TestRubyYield): . test_06_taint(TestRubyYield): . test_with_filename(TestERB): . test_with_filename_and_safe_level(TestERB): . test_without_filename(TestERB): . test_without_filename_with_safe_level(TestERB): . test_core(TestERBCore): . test_def_class(TestERBCore): . test_def_method(TestERBCore): . test_escape(TestERBCore): . test_explicit(TestERBCore): . test_keep_lineno(TestERBCore): . test_percent(TestERBCore): . test_percent_after_etag(TestERBCore): . test_safe_04(TestERBCore): . test_core(TestERBCoreWOStrScan): . test_def_class(TestERBCoreWOStrScan): . test_def_method(TestERBCoreWOStrScan): . test_escape(TestERBCoreWOStrScan): . test_explicit(TestERBCoreWOStrScan): . test_keep_lineno(TestERBCoreWOStrScan): . test_percent(TestERBCoreWOStrScan): . test_percent_after_etag(TestERBCoreWOStrScan): . test_safe_04(TestERBCoreWOStrScan): . test_cd(TestFileUtils): . test_chdir(TestFileUtils): . test_chmod(TestFileUtils): . test_chmod_R(TestFileUtils): . test_chown(TestFileUtils): . test_chown_R(TestFileUtils): . test_cmp(TestFileUtils): . test_collect_methods(TestFileUtils): . test_commands(TestFileUtils): . test_compare_file(TestFileUtils): . test_compare_stream(TestFileUtils): . test_copy_entry(TestFileUtils): . test_copy_file(TestFileUtils): . test_copy_stream(TestFileUtils): . test_cp(TestFileUtils): . test_cp_r(TestFileUtils): . test_getwd(TestFileUtils): . test_have_option?(TestFileUtils): . test_identical?(TestFileUtils): . test_install(TestFileUtils): . test_link(TestFileUtils): . test_ln(TestFileUtils): . test_ln_s(TestFileUtils): . test_ln_sf(TestFileUtils): . test_makedirs(TestFileUtils): . test_mkdir(TestFileUtils): . test_mkdir_p(TestFileUtils): . test_mkpath(TestFileUtils): . test_move(TestFileUtils): . test_mv(TestFileUtils): . test_options(TestFileUtils): . test_options_of(TestFileUtils): . test_pwd(TestFileUtils): . test_remove_dir(TestFileUtils): . test_remove_entry_secure(TestFileUtils): . test_remove_file(TestFileUtils): . test_rm(TestFileUtils): . test_rm_f(TestFileUtils): . test_rm_r(TestFileUtils): . test_rm_rf(TestFileUtils): . test_rmdir(TestFileUtils): . test_rmtree(TestFileUtils): . test_safe_unlink(TestFileUtils): . test_symlink(TestFileUtils): . test_touch(TestFileUtils): . test_uptodate?(TestFileUtils): . test_with_big_file(TestFileUtils): . test_visibility(TestFileUtilsDryRun): . test_cp(TestFileUtilsNoWrite): . test_mkdir(TestFileUtilsNoWrite): . test_mkdir_p(TestFileUtilsNoWrite): . test_mv(TestFileUtilsNoWrite): . test_rm(TestFileUtilsNoWrite): . test_rm_f(TestFileUtilsNoWrite): . test_rm_rf(TestFileUtilsNoWrite): . test_visibility(TestFileUtilsNoWrite): . test_visibility(TestFileUtilsVerbose): . default_test(TestIconv): . test_close(TestIconv::Basic): . test_euc2sjis(TestIconv::Basic): . test_open_with_block(TestIconv::Basic): . test_open_without_block(TestIconv::Basic): . test_unknown_encoding(TestIconv::Basic): . test_ignore_option(TestIconv::Option): . test_translit_option(TestIconv::Option): . test_partial_ascii(TestIconv::Partial): . test_partial_euc2sjis(TestIconv::Partial): . test_flush(TestIONonblock): . test_close(TestLogDevice): . test_initialize(TestLogDevice): . test_shifting_age(TestLogDevice): . test_shifting_age_variants(TestLogDevice): . test_shifting_size(TestLogDevice): . test_write(TestLogDevice): log writing failed. disk is full . test_add(TestLogger): . test_close(TestLogger): . test_datetime_format(TestLogger): . test_format(TestLogger): . test_formatter(TestLogger): . test_initialize(TestLogger): . test_level(TestLogger): . test_level_log(TestLogger): . test_lshift(TestLogger): . test_progname(TestLogger): . test_initialize(TestLoggerApplication): . test_logger(TestLoggerApplication): . test_start(TestLoggerApplication): . test_enum(TestLoggerSeverity): . test_equality(TestMatrix): . test_hash(TestMatrix): . test_hash_equality(TestMatrix): . test_identity(TestMatrix): . test_equality(TestVector): . test_hash(TestVector): . test_hash_equality(TestVector): . test_identity(TestVector): . test_cond(TestMonitor): . test_enter(TestMonitor): . test_synchronize(TestMonitor): . test_try_enter(TestMonitor): . test_AREF(HTTPHeaderTest): . test_ASET(HTTPHeaderTest): . test_add_field(HTTPHeaderTest): . test_basic_auth(HTTPHeaderTest): . test_canonical_each(HTTPHeaderTest): . test_chunked?(HTTPHeaderTest): . test_content_length(HTTPHeaderTest): . test_content_length=(HTTPHeaderTest): . test_content_range(HTTPHeaderTest): . test_content_type(HTTPHeaderTest): . test_delete(HTTPHeaderTest): . test_each(HTTPHeaderTest): . test_each_capitalized(HTTPHeaderTest): . test_each_key(HTTPHeaderTest): . test_each_value(HTTPHeaderTest): . test_form_data=(HTTPHeaderTest): . test_get_fields(HTTPHeaderTest): . test_key?(HTTPHeaderTest): . test_main_type(HTTPHeaderTest): . test_proxy_basic_auth(HTTPHeaderTest): . test_range(HTTPHeaderTest): . test_range=(HTTPHeaderTest): . test_range_length(HTTPHeaderTest): . test_set_content_type(HTTPHeaderTest): . test_set_form_data(HTTPHeaderTest): . test_size(HTTPHeaderTest): . test_sub_type(HTTPHeaderTest): . test_to_hash(HTTPHeaderTest): . test_type_params(HTTPHeaderTest): . test_https_proxy_authentication(HTTPSProxyTest): . test_parse_nomodesq(IMAPTest): . test_apop_invalid(TestPOP): . test_apop_invalid_at(TestPOP): . test_apop_ng(TestPOP): . test_apop_ok(TestPOP): . test_pop_auth_ng(TestPOP): . test_pop_auth_ok(TestPOP): . test_eucjp(TestKconv): . test_jis(TestKconv): . test_shiftjis(TestKconv): . test_utf8(TestKconv): . test_guess(TestNKF): . test_decode(OpenSSL::TestASN1): . test_AES(OpenSSL::TestCipher): . test_ciphers(OpenSSL::TestCipher): . test_crypt(OpenSSL::TestCipher): . test_dup(OpenSSL::TestCipher): . test_empty_data(OpenSSL::TestCipher): . test_info(OpenSSL::TestCipher): . test_reset(OpenSSL::TestCipher): . test_digest(OpenSSL::TestDigest): . test_dup(OpenSSL::TestDigest): . test_eql(OpenSSL::TestDigest): . test_info(OpenSSL::TestDigest): . test_reset(OpenSSL::TestDigest): . test_eof_0(OpenSSL::TestEOF1): . test_eof_0_rw(OpenSSL::TestEOF1): . test_eof_1(OpenSSL::TestEOF1): . test_eof_2(OpenSSL::TestEOF1): . test_eof_3(OpenSSL::TestEOF1): . test_eof_0(OpenSSL::TestEOF2): . test_eof_0_rw(OpenSSL::TestEOF2): . test_eof_1(OpenSSL::TestEOF2): . test_eof_2(OpenSSL::TestEOF2): . test_eof_3(OpenSSL::TestEOF2): . test_dup(OpenSSL::TestHMAC): . test_hmac(OpenSSL::TestHMAC): . test_build_data(OpenSSL::TestNSSPI): . test_decode_data(OpenSSL::TestNSSPI): . test_detached_sign(OpenSSL::TestPKCS7): Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead . test_enveloped(OpenSSL::TestPKCS7): Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead . test_signed(OpenSSL::TestPKCS7): Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead . test_padding(OpenSSL::TestPKeyRSA): . test_private(OpenSSL::TestPKeyRSA): . test_getc(OpenSSL::TestPair): . test_puts_empty(OpenSSL::TestPair): . test_puts_meta(OpenSSL::TestPair): . test_readall(OpenSSL::TestPair): . test_readline(OpenSSL::TestPair): . test_readpartial(OpenSSL::TestPair): . test_client_auth(OpenSSL::TestSSL): . test_client_session(OpenSSL::TestSSL): . test_connect_and_close(OpenSSL::TestSSL): . test_ctx_setup(OpenSSL::TestSSL): . test_parallel(OpenSSL::TestSSL): . test_post_connection_check(OpenSSL::TestSSL): . test_read_and_write(OpenSSL::TestSSL): . test_server_session(OpenSSL::TestSSL): . test_sslctx_set_params(OpenSSL::TestSSL): . test_starttls(OpenSSL::TestSSL): . test_tlsext_hostname(OpenSSL::TestSSL): . test_verify_result(OpenSSL::TestSSL): . test_basic(OpenSSL::TestX509CRL): . test_crlnumber(OpenSSL::TestX509CRL): . test_extension(OpenSSL::TestX509CRL): . test_revoked(OpenSSL::TestX509CRL): . test_sign_and_verify(OpenSSL::TestX509CRL): . test_extension(OpenSSL::TestX509Certificate): . test_public_key(OpenSSL::TestX509Certificate): . test_serial(OpenSSL::TestX509Certificate): . test_sign_and_verify(OpenSSL::TestX509Certificate): . test_validity(OpenSSL::TestX509Certificate): . test_create_by_factory(OpenSSL::TestX509Extension): . test_new(OpenSSL::TestX509Extension): . test_add_entry(OpenSSL::TestX509Name): . test_s_new(OpenSSL::TestX509Name): . test_s_parse(OpenSSL::TestX509Name): . test_s_parse_rfc2253(OpenSSL::TestX509Name): . test_attr(OpenSSL::TestX509Request): . test_public_key(OpenSSL::TestX509Request): . test_sign_and_verify(OpenSSL::TestX509Request): . test_subject(OpenSSL::TestX509Request): . test_version(OpenSSL::TestX509Request): . test_set_errors(OpenSSL::TestX509Store): . test_verify(OpenSSL::TestX509Store): . test_order(TestOptionParser): . test_permute(TestOptionParser): . test_abbrev(TestOptionParser::NoArg::Def1): . test_ambiguous(TestOptionParser::NoArg::Def1): . test_long(TestOptionParser::NoArg::Def1): . test_order(TestOptionParser::NoArg::Def1): . test_permute(TestOptionParser::NoArg::Def1): . test_short(TestOptionParser::NoArg::Def1): . test_abbrev(TestOptionParser::NoArg::Def2): . test_ambiguous(TestOptionParser::NoArg::Def2): . test_long(TestOptionParser::NoArg::Def2): . test_order(TestOptionParser::NoArg::Def2): . test_permute(TestOptionParser::NoArg::Def2): . test_short(TestOptionParser::NoArg::Def2): . test_abbrev(TestOptionParser::OptArg): . test_long(TestOptionParser::OptArg): . test_order(TestOptionParser::OptArg): . test_permute(TestOptionParser::OptArg): . test_short(TestOptionParser::OptArg): . test_abbrev(TestOptionParser::PlaceArg): . test_long(TestOptionParser::PlaceArg): . test_order(TestOptionParser::PlaceArg): . test_permute(TestOptionParser::PlaceArg): . test_short(TestOptionParser::PlaceArg): . test_abbrev(TestOptionParser::ReqArg::Def1): . test_long(TestOptionParser::ReqArg::Def1): . test_order(TestOptionParser::ReqArg::Def1): . test_permute(TestOptionParser::ReqArg::Def1): . test_short(TestOptionParser::ReqArg::Def1): . test_abbrev(TestOptionParser::ReqArg::Def2): . test_long(TestOptionParser::ReqArg::Def2): . test_order(TestOptionParser::ReqArg::Def2): . test_permute(TestOptionParser::ReqArg::Def2): . test_short(TestOptionParser::ReqArg::Def2): . test_abbrev(TestOptionParser::ReqArg::Def3): . test_long(TestOptionParser::ReqArg::Def3): . test_order(TestOptionParser::ReqArg::Def3): . test_permute(TestOptionParser::ReqArg::Def3): . test_short(TestOptionParser::ReqArg::Def3): . test_abbrev(TestOptionParser::ReqArg::Def4): . test_long(TestOptionParser::ReqArg::Def4): . test_order(TestOptionParser::ReqArg::Def4): . test_permute(TestOptionParser::ReqArg::Def4): . test_short(TestOptionParser::ReqArg::Def4): . test_short_clash(TestOptionParser::SummaryTest): . test_order(TestOptionParser::WithPattern): . test_pattern(TestOptionParser::WithPattern): . test_permute(TestOptionParser::WithPattern): . test_long_arg(TestOptionParserGetopts): . test_long_noarg(TestOptionParserGetopts): . test_short_arg(TestOptionParserGetopts): . test_short_noarg(TestOptionParserGetopts): . test_equality(TC_OpenStruct): . test_frozen(TC_OpenStruct): . test_inspect(TC_OpenStruct): . test_ascend_1(TestPathname): . test_ascend_2(TestPathname): . test_ascend_3(TestPathname): . test_ascend_4(TestPathname): . test_cleanpath_aggressive_1(TestPathname): . test_cleanpath_aggressive_10(TestPathname): . test_cleanpath_aggressive_11(TestPathname): . test_cleanpath_aggressive_12(TestPathname): . test_cleanpath_aggressive_13(TestPathname): . test_cleanpath_aggressive_14(TestPathname): . test_cleanpath_aggressive_15(TestPathname): . test_cleanpath_aggressive_16(TestPathname): . test_cleanpath_aggressive_17(TestPathname): . test_cleanpath_aggressive_18(TestPathname): . test_cleanpath_aggressive_19(TestPathname): . test_cleanpath_aggressive_2(TestPathname): . test_cleanpath_aggressive_20(TestPathname): . test_cleanpath_aggressive_21(TestPathname): . test_cleanpath_aggressive_22(TestPathname): . test_cleanpath_aggressive_23(TestPathname): . test_cleanpath_aggressive_24(TestPathname): . test_cleanpath_aggressive_25(TestPathname): . test_cleanpath_aggressive_26(TestPathname): . test_cleanpath_aggressive_27(TestPathname): . test_cleanpath_aggressive_28(TestPathname): . test_cleanpath_aggressive_29(TestPathname): . test_cleanpath_aggressive_3(TestPathname): . test_cleanpath_aggressive_30(TestPathname): . test_cleanpath_aggressive_31(TestPathname): . test_cleanpath_aggressive_32(TestPathname): . test_cleanpath_aggressive_33(TestPathname): . test_cleanpath_aggressive_34(TestPathname): . test_cleanpath_aggressive_35(TestPathname): . test_cleanpath_aggressive_36(TestPathname): . test_cleanpath_aggressive_37(TestPathname): . test_cleanpath_aggressive_4(TestPathname): . test_cleanpath_aggressive_5(TestPathname): . test_cleanpath_aggressive_6(TestPathname): . test_cleanpath_aggressive_7(TestPathname): . test_cleanpath_aggressive_8(TestPathname): . test_cleanpath_aggressive_9(TestPathname): . test_cleanpath_conservative_1(TestPathname): . test_cleanpath_conservative_10(TestPathname): . test_cleanpath_conservative_11(TestPathname): . test_cleanpath_conservative_12(TestPathname): . test_cleanpath_conservative_13(TestPathname): . test_cleanpath_conservative_14(TestPathname): . test_cleanpath_conservative_15(TestPathname): . test_cleanpath_conservative_16(TestPathname): . test_cleanpath_conservative_17(TestPathname): . test_cleanpath_conservative_18(TestPathname): . test_cleanpath_conservative_19(TestPathname): . test_cleanpath_conservative_2(TestPathname): . test_cleanpath_conservative_20(TestPathname): . test_cleanpath_conservative_21(TestPathname): . test_cleanpath_conservative_22(TestPathname): . test_cleanpath_conservative_23(TestPathname): . test_cleanpath_conservative_24(TestPathname): . test_cleanpath_conservative_25(TestPathname): . test_cleanpath_conservative_26(TestPathname): . test_cleanpath_conservative_27(TestPathname): . test_cleanpath_conservative_28(TestPathname): . test_cleanpath_conservative_29(TestPathname): . test_cleanpath_conservative_3(TestPathname): . test_cleanpath_conservative_30(TestPathname): . test_cleanpath_conservative_31(TestPathname): . test_cleanpath_conservative_32(TestPathname): . test_cleanpath_conservative_4(TestPathname): . test_cleanpath_conservative_5(TestPathname): . test_cleanpath_conservative_6(TestPathname): . test_cleanpath_conservative_7(TestPathname): . test_cleanpath_conservative_8(TestPathname): . test_cleanpath_conservative_9(TestPathname): . test_comparison(TestPathname): . test_comparison_string(TestPathname): . test_del_trailing_separator_1(TestPathname): . test_del_trailing_separator_2(TestPathname): . test_del_trailing_separator_3(TestPathname): . test_del_trailing_separator_4(TestPathname): . test_del_trailing_separator_5(TestPathname): . test_del_trailing_separator_6(TestPathname): . test_del_trailing_separator_7(TestPathname): . test_del_trailing_separator_8(TestPathname): . test_del_trailing_separator_9(TestPathname): . test_descend_1(TestPathname): . test_descend_2(TestPathname): . test_descend_3(TestPathname): . test_descend_4(TestPathname): . test_destructive_update(TestPathname): . test_each_filename(TestPathname): . test_equality(TestPathname): . test_freeze(TestPathname): . test_has_trailing_separator?_1(TestPathname): . test_has_trailing_separator?_2(TestPathname): . test_has_trailing_separator?_3(TestPathname): . test_has_trailing_separator?_4(TestPathname): . test_hashkey(TestPathname): . test_initialize(TestPathname): . test_initialize_nul(TestPathname): . test_kernel_open(TestPathname): . test_kernel_pathname(TestPathname): . test_null_character(TestPathname): . test_pathsub_1(TestPathname): . test_plus_1(TestPathname): . test_plus_10(TestPathname): . test_plus_11(TestPathname): . test_plus_12(TestPathname): . test_plus_13(TestPathname): . test_plus_14(TestPathname): . test_plus_15(TestPathname): . test_plus_2(TestPathname): . test_plus_3(TestPathname): . test_plus_4(TestPathname): . test_plus_5(TestPathname): . test_plus_6(TestPathname): . test_plus_7(TestPathname): . test_plus_8(TestPathname): . test_plus_9(TestPathname): . test_realpath(TestPathname): . test_relative?_1(TestPathname): . test_relative?_2(TestPathname): . test_relative?_3(TestPathname): . test_relative?_4(TestPathname): . test_relative?_5(TestPathname): . test_relative_path_from_1(TestPathname): . test_relative_path_from_10(TestPathname): . test_relative_path_from_11(TestPathname): . test_relative_path_from_12(TestPathname): . test_relative_path_from_13(TestPathname): . test_relative_path_from_14(TestPathname): . test_relative_path_from_15(TestPathname): . test_relative_path_from_16(TestPathname): . test_relative_path_from_17(TestPathname): . test_relative_path_from_18(TestPathname): . test_relative_path_from_19(TestPathname): . test_relative_path_from_2(TestPathname): . test_relative_path_from_20(TestPathname): . test_relative_path_from_21(TestPathname): . test_relative_path_from_22(TestPathname): . test_relative_path_from_23(TestPathname): . test_relative_path_from_24(TestPathname): . test_relative_path_from_25(TestPathname): . test_relative_path_from_26(TestPathname): . test_relative_path_from_27(TestPathname): . test_relative_path_from_28(TestPathname): . test_relative_path_from_29(TestPathname): . test_relative_path_from_3(TestPathname): . test_relative_path_from_30(TestPathname): . test_relative_path_from_4(TestPathname): . test_relative_path_from_5(TestPathname): . test_relative_path_from_6(TestPathname): . test_relative_path_from_7(TestPathname): . test_relative_path_from_8(TestPathname): . test_relative_path_from_9(TestPathname): . test_root?_1(TestPathname): . test_root?_2(TestPathname): . test_root?_3(TestPathname): . test_root?_4(TestPathname): . test_root?_5(TestPathname): . test_sub_matchdata(TestPathname): . test_taint(TestPathname): . test_to_s(TestPathname): . test_untaint(TestPathname): . test_do_classes_boot_class(TestRdocC_Parser): . test_do_classes_class(TestRdocC_Parser): . test_do_classes_class_under(TestRdocC_Parser): . test_do_classes_module(TestRdocC_Parser): . test_do_classes_module_under(TestRdocC_Parser): . test_do_constants(TestRdocC_Parser): . test_find_class_comment_define_class(TestRdocC_Parser): . test_find_class_comment_init(TestRdocC_Parser): . test_entity_expansion_limit(REXML::TestDocument): . test_new(REXML::TestDocument): . test_00_DRbObject(Rinda::TupleSpaceProxyTest): . test_00_renewer(Rinda::TupleSpaceProxyTest): . test_00_template(Rinda::TupleSpaceProxyTest): . test_00_tuple(Rinda::TupleSpaceProxyTest): . test_cancel_01(Rinda::TupleSpaceProxyTest): . test_cancel_02(Rinda::TupleSpaceProxyTest): . test_core_01(Rinda::TupleSpaceProxyTest): . test_core_02(Rinda::TupleSpaceProxyTest): . test_core_03_notify(Rinda::TupleSpaceProxyTest): . test_inp_rdp(Rinda::TupleSpaceProxyTest): . test_remote_array_and_hash(Rinda::TupleSpaceProxyTest): . test_ruby_talk_264062(Rinda::TupleSpaceProxyTest): . test_symbol_tuple(Rinda::TupleSpaceProxyTest): . test_00_DRbObject(Rinda::TupleSpaceTest): . test_00_renewer(Rinda::TupleSpaceTest): . test_00_template(Rinda::TupleSpaceTest): . test_00_tuple(Rinda::TupleSpaceTest): . test_cancel_01(Rinda::TupleSpaceTest): . test_cancel_02(Rinda::TupleSpaceTest): . test_core_01(Rinda::TupleSpaceTest): . test_core_02(Rinda::TupleSpaceTest): . test_core_03_notify(Rinda::TupleSpaceTest): . test_inp_rdp(Rinda::TupleSpaceTest): . test_ruby_talk_264062(Rinda::TupleSpaceTest): . test_symbol_tuple(Rinda::TupleSpaceTest): . test_date(RSS::TestAccessor): . test_integer(RSS::TestAccessor): . test_positive_integer(RSS::TestAccessor): . test_atom_author(RSS::TestAtomCore): . test_atom_category(RSS::TestAtomCore): . test_atom_content(RSS::TestAtomCore): . test_atom_contributor(RSS::TestAtomCore): . test_atom_generator(RSS::TestAtomCore): . test_atom_icon(RSS::TestAtomCore): . test_atom_id(RSS::TestAtomCore): . test_atom_link(RSS::TestAtomCore): . test_atom_logo(RSS::TestAtomCore): . test_atom_published(RSS::TestAtomCore): . test_atom_rights(RSS::TestAtomCore): . test_atom_subtitle(RSS::TestAtomCore): . test_atom_summary(RSS::TestAtomCore): . test_atom_title(RSS::TestAtomCore): . test_atom_updated(RSS::TestAtomCore): . test_entry(RSS::TestAtomCore): . test_feed(RSS::TestAtomCore): . test_not_displayed_xml_stylesheets(RSS::TestAtomCore): . test_to_xml(RSS::TestAtomCore): . test_to_xml_with_new_api_since_018(RSS::TestAtomCore): . default_test(RSS::TestCase): . test_accessor(RSS::TestContent): . test_parser(RSS::TestContent): . test_to_s(RSS::TestContent): . test_parser(RSS::TestDublinCore): . test_plural_accessor(RSS::TestDublinCore): . test_singular_accessor(RSS::TestDublinCore): . test_to_s(RSS::TestDublinCore): . test_author(RSS::TestITunes): . test_block(RSS::TestITunes): . test_category(RSS::TestITunes): . test_duration(RSS::TestITunes): . test_explicit(RSS::TestITunes): . test_image(RSS::TestITunes): . test_keywords(RSS::TestITunes): . test_new_feed_url(RSS::TestITunes): . test_owner(RSS::TestITunes): . test_subtitle(RSS::TestITunes): . test_summary(RSS::TestITunes): . test_favicon_accessor(RSS::TestImage): . test_favicon_to_s(RSS::TestImage): . test_item_accessor(RSS::TestImage): . test_item_to_s(RSS::TestImage): . test_parser(RSS::TestImage): . test_inherit(RSS::TestInherit): . test_channel(RSS::TestMaker09): . test_find_class(RSS::TestMaker09): . test_image(RSS::TestMaker09): . test_items(RSS::TestMaker09): . test_items_with_new_api_since_018(RSS::TestMaker09): . test_not_valid_channel(RSS::TestMaker09): . test_not_valid_image(RSS::TestMaker09): . test_not_valid_textInput(RSS::TestMaker09): . test_rss(RSS::TestMaker09): . test_textInput(RSS::TestMaker09): . test_channel(RSS::TestMaker10): . test_find_class(RSS::TestMaker10): . test_image(RSS::TestMaker10): . test_items(RSS::TestMaker10): . test_items_with_new_api_since_018(RSS::TestMaker10): . test_not_valid_channel(RSS::TestMaker10): . test_not_valid_image(RSS::TestMaker10): . test_not_valid_items(RSS::TestMaker10): . test_not_valid_textinput(RSS::TestMaker10): . test_rdf(RSS::TestMaker10): . test_textinput(RSS::TestMaker10): . test_category(RSS::TestMaker20): . test_channel(RSS::TestMaker20): . test_cloud(RSS::TestMaker20): . test_enclosure(RSS::TestMaker20): . test_find_class(RSS::TestMaker20): . test_guid(RSS::TestMaker20): . test_image(RSS::TestMaker20): . test_items(RSS::TestMaker20): . test_items_with_new_api_since_018(RSS::TestMaker20): . test_not_valid_category(RSS::TestMaker20): . test_not_valid_channel(RSS::TestMaker20): . test_not_valid_cloud(RSS::TestMaker20): . test_not_valid_enclosure(RSS::TestMaker20): . test_not_valid_guid(RSS::TestMaker20): . test_not_valid_image(RSS::TestMaker20): . test_not_valid_source(RSS::TestMaker20): . test_not_valid_textInput(RSS::TestMaker20): . test_pubDate_without_description(RSS::TestMaker20): . test_rss(RSS::TestMaker20): . test_source(RSS::TestMaker20): . test_textInput(RSS::TestMaker20): . test_author(RSS::TestMakerAtomEntry): . test_category(RSS::TestMakerAtomEntry): . test_content(RSS::TestMakerAtomEntry): . test_contributor(RSS::TestMakerAtomEntry): . test_find_class(RSS::TestMakerAtomEntry): . test_invalid_feed(RSS::TestMakerAtomEntry): . test_link(RSS::TestMakerAtomEntry): . test_published(RSS::TestMakerAtomEntry): . test_rights(RSS::TestMakerAtomEntry): . test_root_element(RSS::TestMakerAtomEntry): . test_source_generator(RSS::TestMakerAtomEntry): . test_source_icon(RSS::TestMakerAtomEntry): . test_source_id(RSS::TestMakerAtomEntry): . test_source_logo(RSS::TestMakerAtomEntry): . test_source_subtitle(RSS::TestMakerAtomEntry): . test_summary(RSS::TestMakerAtomEntry): . test_title(RSS::TestMakerAtomEntry): . test_updated(RSS::TestMakerAtomEntry): . test_author(RSS::TestMakerAtomFeed): . test_category(RSS::TestMakerAtomFeed): . test_content(RSS::TestMakerAtomFeed): . test_contributor(RSS::TestMakerAtomFeed): . test_find_class(RSS::TestMakerAtomFeed): . test_generator(RSS::TestMakerAtomFeed): . test_icon(RSS::TestMakerAtomFeed): . test_id(RSS::TestMakerAtomFeed): . test_invalid_feed(RSS::TestMakerAtomFeed): . test_link(RSS::TestMakerAtomFeed): . test_logo(RSS::TestMakerAtomFeed): . test_published(RSS::TestMakerAtomFeed): . test_rights(RSS::TestMakerAtomFeed): . test_root_element(RSS::TestMakerAtomFeed): . test_subtitle(RSS::TestMakerAtomFeed): . test_summary(RSS::TestMakerAtomFeed): . test_title(RSS::TestMakerAtomFeed): . test_updated(RSS::TestMakerAtomFeed): . test_rss10(RSS::TestMakerContent): . test_rss20(RSS::TestMakerContent): . test_date(RSS::TestMakerDublinCore): . test_rss10(RSS::TestMakerDublinCore): . test_rss10_multiple(RSS::TestMakerDublinCore): . test_author(RSS::TestMakerITunes): . test_block(RSS::TestMakerITunes): . test_category(RSS::TestMakerITunes): . test_duration(RSS::TestMakerITunes): . test_explicit(RSS::TestMakerITunes): . test_image(RSS::TestMakerITunes): . test_keywords(RSS::TestMakerITunes): . test_new_feed_url(RSS::TestMakerITunes): . test_owner(RSS::TestMakerITunes): . test_subtitle(RSS::TestMakerITunes): . test_summary(RSS::TestMakerITunes): . test_rss10(RSS::TestMakerImage): . test_rss10(RSS::TestMakerSlash): . test_rss10(RSS::TestMakerSyndication): . test_rss10(RSS::TestMakerTaxonomy): . test_rss10(RSS::TestMakerTrackBack): . test_not_valid_xml_stylesheet(RSS::TestMakerXMLStyleSheet): . test_xml_stylesheet(RSS::TestMakerXMLStyleSheet): . test_default_parser(RSS::TestParser): . test_parse(RSS::TestParser): . test_parse_tag_includes_hyphen(RSS::TestParser): . test_RDF(RSS::TestParser10): . test_channel(RSS::TestParser10): . test_ignore(RSS::TestParser10): . test_image(RSS::TestParser10): . test_item(RSS::TestParser10): . test_rdf_li(RSS::TestParser10): . test_textinput(RSS::TestParser10): . test_undefined_entity(RSS::TestParser10): . test_unknown_duplicated_element(RSS::TestParser10): . test_category20(RSS::TestParser20): . test_cloud20(RSS::TestParser20): . test_enclosure20(RSS::TestParser20): . test_rss20(RSS::TestParser20): . test_source20(RSS::TestParser20): . test_entry(RSS::TestParserAtom): . test_entry_author(RSS::TestParserAtom): . test_entry_category(RSS::TestParserAtom): . test_entry_content_text(RSS::TestParserAtom): . test_entry_contributor(RSS::TestParserAtom): . test_entry_id(RSS::TestParserAtom): . test_entry_link(RSS::TestParserAtom): . test_entry_rights(RSS::TestParserAtom): . test_entry_source(RSS::TestParserAtom): . test_entry_summary(RSS::TestParserAtom): . test_entry_title(RSS::TestParserAtom): . test_entry_updated(RSS::TestParserAtom): . test_entry_validation(RSS::TestParserAtom): . test_published(RSS::TestParserAtom): . test_base(RSS::TestParserAtomFeed): . test_entry_author(RSS::TestParserAtomFeed): . test_entry_category(RSS::TestParserAtomFeed): . test_entry_content(RSS::TestParserAtomFeed): . test_entry_contributor(RSS::TestParserAtomFeed): . test_entry_id(RSS::TestParserAtomFeed): . test_entry_link(RSS::TestParserAtomFeed): . test_entry_published(RSS::TestParserAtomFeed): . test_entry_rights(RSS::TestParserAtomFeed): . test_entry_source(RSS::TestParserAtomFeed): . test_entry_summary(RSS::TestParserAtomFeed): . test_entry_title(RSS::TestParserAtomFeed): . test_entry_updated(RSS::TestParserAtomFeed): . test_feed_author(RSS::TestParserAtomFeed): . test_feed_category(RSS::TestParserAtomFeed): . test_feed_contributor(RSS::TestParserAtomFeed): . test_feed_generator(RSS::TestParserAtomFeed): . test_feed_icon(RSS::TestParserAtomFeed): . test_feed_id(RSS::TestParserAtomFeed): . test_feed_link(RSS::TestParserAtomFeed): . test_feed_logo(RSS::TestParserAtomFeed): . test_feed_rights(RSS::TestParserAtomFeed): . test_feed_subtitle(RSS::TestParserAtomFeed): . test_feed_title(RSS::TestParserAtomFeed): . test_feed_updated(RSS::TestParserAtomFeed): . test_feed_validation(RSS::TestParserAtomFeed): . test_lang(RSS::TestParserAtomFeed): . test_RDF(RSS::TestRSS10Core): . test_channel(RSS::TestRSS10Core): . test_channel_image(RSS::TestRSS10Core): . test_channel_items(RSS::TestRSS10Core): . test_channel_textinput(RSS::TestRSS10Core): . test_image(RSS::TestRSS10Core): . test_item(RSS::TestRSS10Core): . test_li(RSS::TestRSS10Core): . test_not_displayed_xml_stylesheets(RSS::TestRSS10Core): . test_seq(RSS::TestRSS10Core): . test_textinput(RSS::TestRSS10Core): . test_to_xml(RSS::TestRSS10Core): . test_xml_stylesheets(RSS::TestRSS10Core): . test_Rss(RSS::TestRSS20Core): . test_channel(RSS::TestRSS20Core): . test_channel_cloud(RSS::TestRSS20Core): . test_channel_image(RSS::TestRSS20Core): . test_channel_skip_days(RSS::TestRSS20Core): . test_channel_skip_hours(RSS::TestRSS20Core): . test_channel_textInput(RSS::TestRSS20Core): . test_item(RSS::TestRSS20Core): . test_item_enclosure(RSS::TestRSS20Core): . test_item_guid(RSS::TestRSS20Core): . test_item_source(RSS::TestRSS20Core): . test_not_displayed_xml_stylesheets(RSS::TestRSS20Core): . test_to_xml(RSS::TestRSS20Core): . test_xml_stylesheets(RSS::TestRSS20Core): . test_setup_maker(RSS::TestSetupMaker09): . test_setup_maker_channel(RSS::TestSetupMaker09): . test_setup_maker_image(RSS::TestSetupMaker09): . test_setup_maker_items(RSS::TestSetupMaker09): . test_setup_maker_items_backward_compatibility(RSS::TestSetupMaker09): . test_setup_maker_textinput(RSS::TestSetupMaker09): . test_setup_maker(RSS::TestSetupMaker10): . test_setup_maker_channel(RSS::TestSetupMaker10): . test_setup_maker_full(RSS::TestSetupMaker10): . test_setup_maker_image(RSS::TestSetupMaker10): . test_setup_maker_items(RSS::TestSetupMaker10): . test_setup_maker_items_backward_compatibility(RSS::TestSetupMaker10): . test_setup_maker_items_sort(RSS::TestSetupMaker10): . test_setup_maker_textinput(RSS::TestSetupMaker10): . test_setup_maker(RSS::TestSetupMaker20): . test_setup_maker_channel(RSS::TestSetupMaker20): . test_setup_maker_image(RSS::TestSetupMaker20): . test_setup_maker_items(RSS::TestSetupMaker20): . test_setup_maker_items_backward_compatibility(RSS::TestSetupMaker20): . test_setup_maker_textinput(RSS::TestSetupMaker20): . test_setup_maker(RSS::TestSetupMakerAtomEntry): . test_setup_maker_entry(RSS::TestSetupMakerAtomEntry): . test_setup_maker_entry_without_dc(RSS::TestSetupMakerAtomEntry): . test_setup_maker_full(RSS::TestSetupMakerAtomEntry): . test_setup_maker_items(RSS::TestSetupMakerAtomEntry): . test_setup_maker_items_backward_compatibility(RSS::TestSetupMakerAtomEntry): . test_setup_maker_items_sort(RSS::TestSetupMakerAtomEntry): . test_setup_maker(RSS::TestSetupMakerAtomFeed): . test_setup_maker_feed(RSS::TestSetupMakerAtomFeed): . test_setup_maker_feed_without_dc(RSS::TestSetupMakerAtomFeed): . test_setup_maker_full(RSS::TestSetupMakerAtomFeed): . test_setup_maker_items(RSS::TestSetupMakerAtomFeed): . test_setup_maker_items_backward_compatibility(RSS::TestSetupMakerAtomFeed): . test_setup_maker_items_sort(RSS::TestSetupMakerAtomFeed): . test_setup_maker_simple(RSS::TestSetupMakerITunes): . test_setup_maker_with_nested_categories(RSS::TestSetupMakerITunes): . test_setup_maker(RSS::TestSetupMakerSlash): . test_parser(RSS::TestSlash): . test_to_s(RSS::TestSlash): . test_accessor(RSS::TestSyndication): . test_parser(RSS::TestSyndication): . test_to_s(RSS::TestSyndication): . test_accessor(RSS::TestTaxonomy): . test_parser(RSS::TestTaxonomy): . test_to_s(RSS::TestTaxonomy): . test_to_s_09(RSS::TestToS): . test_to_s_10(RSS::TestToS): . test_to_s_20(RSS::TestToS): . test_accessor(RSS::TestTrackBack): . test_parser(RSS::TestTrackBack): . test_to_s(RSS::TestTrackBack): . test_version(RSS::TestVersion): . test_accessor(RSS::TestXMLStyleSheet): . test_bad_alternate(RSS::TestXMLStyleSheet): . test_parse(RSS::TestXMLStyleSheet): . test_to_s(RSS::TestXMLStyleSheet): . test_alias(TestAlias): . test_00_new(TestArray): . test_01_square_brackets(TestArray): . test_0_literal(TestArray): . test_AND(TestArray): . test_AREF(TestArray): . test_ASET(TestArray): . test_CMP(TestArray): . test_EQUAL(TestArray): . test_LSHIFT(TestArray): . test_MINUS(TestArray): . test_MUL(TestArray): . test_OR(TestArray): . test_PLUS(TestArray): . test_VERY_EQUAL(TestArray): . test_array_andor_0(TestArray): . test_assoc(TestArray): . test_at(TestArray): . test_beg_end_0(TestArray): . test_clear(TestArray): . test_clone(TestArray): . test_collect(TestArray): . test_collect!(TestArray): . test_combination(TestArray): . test_compact(TestArray): . test_compact!(TestArray): . test_compact_0(TestArray): . test_concat(TestArray): . test_count(TestArray): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/ruby/test_array.rb:536: warning: given block not used . test_delete(TestArray): . test_delete_at(TestArray): . test_delete_if(TestArray): . test_drop(TestArray): . test_drop_while(TestArray): . test_dup(TestArray): . test_each(TestArray): . test_each_index(TestArray): . test_empty?(TestArray): . test_empty_0(TestArray): . test_eql?(TestArray): . test_fill(TestArray): . test_fill_0(TestArray): . test_find_all_0(TestArray): . test_first(TestArray): . test_flatten(TestArray): . test_flatten!(TestArray): . test_flatten_with_callcc(TestArray): . test_hash(TestArray): . test_include?(TestArray): . test_index(TestArray): . test_join(TestArray): . test_last(TestArray): . test_length(TestArray): . test_map!(TestArray): . test_misc_0(TestArray): . test_nitems(TestArray): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/ruby/test_array.rb:823: warning: Array#nitems is deprecated; use Array#count { |i| !i.nil? } /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/ruby/test_array.rb:824: warning: Array#nitems is deprecated; use Array#count { |i| !i.nil? } /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/ruby/test_array.rb:825: warning: Array#nitems is deprecated; use Array#count { |i| !i.nil? } /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/ruby/test_array.rb:826: warning: Array#nitems is deprecated; use Array#count { |i| !i.nil? } /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/ruby/test_array.rb:827: warning: Array#nitems is deprecated; use Array#count { |i| !i.nil? } . test_pack(TestArray): . test_permutation(TestArray): . test_pop(TestArray): . test_product(TestArray): . test_push(TestArray): . test_rassoc(TestArray): . test_reject!(TestArray): . test_replace(TestArray): . test_reverse(TestArray): . test_reverse!(TestArray): . test_reverse_each(TestArray): . test_rindex(TestArray): . test_shift(TestArray): . test_size(TestArray): . test_slice(TestArray): . test_slice!(TestArray): . test_sort(TestArray): . test_sort!(TestArray): . test_sort_0(TestArray): . test_split_0(TestArray): . test_take(TestArray): . test_take_while(TestArray): . test_to_a(TestArray): . test_to_ary(TestArray): . test_to_s(TestArray): . test_uniq(TestArray): . test_uniq!(TestArray): . test_uniq_0(TestArray): . test_unshift(TestArray): . test_values_at(TestArray): . test_assign(TestAssignment): . test_assign2(TestAssignment): . test_break(TestAssignment): . test_lambda(TestAssignment): . test_multi(TestAssignment): . test_next(TestAssignment): . test_return(TestAssignment): . test_yield(TestAssignment): . test_begin_and_eval(TestBeginEndBlock): . test_beginendblock(TestBeginEndBlock): . test_begininmethod(TestBeginEndBlock): . test_endblockwarn(TestBeginEndBlock): . test_raise_in_at_exit(TestBeginEndBlock): . test_should_propagate_exit_code(TestBeginEndBlock): . test_should_propagate_signaled(TestBeginEndBlock): . test_bignum(TestBignum): . test_calc(TestBignum): . test_shift(TestBignum): . test_to_s(TestBignum): . test_too_big_to_s(TestBignum): . test_call(TestCall): . test_case(TestCase): . test_clone(TestClone): . test_condition(TestCondition): . test_const(TestConst): . test_defined(TestDefined): . test_seek(TestDir): . test_all(TestEnumerable): . test_any(TestEnumerable): . test_callcc(TestEnumerable): . test_count(TestEnumerable): . test_cycle(TestEnumerable): . test_drop(TestEnumerable): . test_drop_while(TestEnumerable): . test_each_with_index(TestEnumerable): . test_find(TestEnumerable): . test_find_all(TestEnumerable): . test_find_index(TestEnumerable): . test_first(TestEnumerable): . test_grep(TestEnumerable): . test_group_by(TestEnumerable): . test_inject(TestEnumerable): . test_max(TestEnumerable): . test_max_by(TestEnumerable): . test_member(TestEnumerable): . test_min(TestEnumerable): . test_min_by(TestEnumerable): . test_minmax(TestEnumerable): . test_minmax_by(TestEnumerable): . test_none(TestEnumerable): . test_one(TestEnumerable): . test_partition(TestEnumerable): . test_reject(TestEnumerable): . test_sort(TestEnumerable): . test_sort_by(TestEnumerable): . test_take(TestEnumerable): . test_take_while(TestEnumerable): . test_to_a(TestEnumerable): . test_zip(TestEnumerable): . test_cons(TestEnumerator): . test_gc(TestEnumerator): . test_initialize(TestEnumerator): . test_initialize_copy(TestEnumerator): . test_iterators(TestEnumerator): . test_loop(TestEnumerator): . test_nested_itaration(TestEnumerator): . test_next(TestEnumerator): . test_next_rewind(TestEnumerator): . test_slice(TestEnumerator): . test_with_index(TestEnumerator): . test_with_object(TestEnumerator): . test_bracket(TestEnv): . test_has_value(TestEnv): . test_index(TestEnv): . test_cvar_scope_with_instance_eval(TestEval): . test_ev(TestEval): . test_eval(TestEval): . test_eval_and_define_method(TestEval): . test_fixnum_instance_eval_cvar(TestEval): . test_nil_instance_eval_cvar(TestEval): . test_else(TestException): . test_exception(TestException): . test_each_byte_extended_file(TestFile): . test_eof_0(TestFile): . test_eof_0_rw(TestFile): . test_eof_0_seek(TestFile): . test_eof_1(TestFile): . test_eof_1_seek(TestFile): . test_eof_2(TestFile): . test_eof_3(TestFile): . test_fnmatch(TestFile): . test_getc_extended_file(TestFile): . test_gets_extended_file(TestFile): . test_gets_para_extended_file(TestFile): . test_read_all_extended_file(TestFile): . test_truncate_rbuf(TestFile): . test_truncate_wbuf(TestFile): . test_unlink_before_close(TestFile): . test_atime(TestFileExhaustive): . test_basename(TestFileExhaustive): . test_blockdev_p(TestFileExhaustive): . test_chardev_p(TestFileExhaustive): . test_chmod(TestFileExhaustive): . test_chown(TestFileExhaustive): . test_ctime(TestFileExhaustive): . test_directory_p(TestFileExhaustive): . test_dirname(TestFileExhaustive): . test_executable_p(TestFileExhaustive): . test_executable_real_p(TestFileExhaustive): . test_exist_p(TestFileExhaustive): . test_expand_path(TestFileExhaustive): . test_extname(TestFileExhaustive): . test_file_p(TestFileExhaustive): . test_find_file(TestFileExhaustive): . test_flock(TestFileExhaustive): . test_ftype(TestFileExhaustive): . test_hardlink(TestFileExhaustive): . test_identical_p(TestFileExhaustive): . test_join(TestFileExhaustive): . test_lchmod(TestFileExhaustive): . test_lchown(TestFileExhaustive): . test_mtime(TestFileExhaustive): . test_owned_p(TestFileExhaustive): . test_path(TestFileExhaustive): . test_path_check(TestFileExhaustive): . test_pipe_p(TestFileExhaustive): . test_readable_p(TestFileExhaustive): . test_readable_real_p(TestFileExhaustive): . test_rename(TestFileExhaustive): . test_size(TestFileExhaustive): . test_size_p(TestFileExhaustive): . test_socket_p(TestFileExhaustive): . test_split(TestFileExhaustive): . test_stat(TestFileExhaustive): . test_stat_blockdev_p(TestFileExhaustive): . test_stat_chardev_p(TestFileExhaustive): . test_stat_directory_p(TestFileExhaustive): . test_stat_executable_p(TestFileExhaustive): . test_stat_executable_real_p(TestFileExhaustive): . test_stat_file_p(TestFileExhaustive): . test_stat_ftype(TestFileExhaustive): . test_stat_init(TestFileExhaustive): . test_stat_owned_p(TestFileExhaustive): . test_stat_pipe_p(TestFileExhaustive): . test_stat_readable_p(TestFileExhaustive): . test_stat_readable_real_p(TestFileExhaustive): . test_stat_size(TestFileExhaustive): . test_stat_size_p(TestFileExhaustive): . test_stat_socket_p(TestFileExhaustive): . test_stat_suid_sgid_sticky(TestFileExhaustive): . test_stat_symlink_p(TestFileExhaustive): . test_stat_writable_p(TestFileExhaustive): . test_stat_writable_real_p(TestFileExhaustive): . test_stat_zero_p(TestFileExhaustive): . test_suid_sgid_sticky(TestFileExhaustive): . test_symlink(TestFileExhaustive): . test_symlink2(TestFileExhaustive): . test_symlink_p(TestFileExhaustive): . test_test(TestFileExhaustive): . test_truncate(TestFileExhaustive): . test_umask(TestFileExhaustive): . test_unlink(TestFileExhaustive): . test_utime(TestFileExhaustive): . test_writable_p(TestFileExhaustive): . test_writable_real_p(TestFileExhaustive): . test_zero_p(TestFileExhaustive): . test_pow(TestFixnum): . test_div(TestFloat): . test_divmod(TestFloat): . test_float(TestFloat): . test_modulo(TestFloat): . test_nan(TestFloat): . test_precision(TestFloat): . test_remainder(TestFloat): . test_strtod(TestFloat): . test_symmetry_bignum(TestFloat): . test_to_i(TestFloat): . test_gc(TestGc): . test_AREF(TestHash): . test_ASET(TestHash): . test_EQUAL(TestHash): . test_clear(TestHash): . test_clone(TestHash): . test_default(TestHash): . test_default=(TestHash): . test_delete(TestHash): . test_delete_if(TestHash): . test_dup(TestHash): . test_each(TestHash): . test_each_key(TestHash): . test_each_pair(TestHash): . test_each_value(TestHash): . test_empty?(TestHash): . test_fetch(TestHash): . test_hash(TestHash): . test_hash_hash(TestHash): . test_include?(TestHash): . test_invert(TestHash): . test_key?(TestHash): . test_keys(TestHash): . test_length(TestHash): . test_member?(TestHash): . test_rehash(TestHash): . test_reject(TestHash): . test_reject!(TestHash): . test_replace(TestHash): . test_s_AREF(TestHash): . test_s_new(TestHash): . test_shift(TestHash): . test_size(TestHash): . test_sort(TestHash): . test_store(TestHash): . test_to_a(TestHash): . test_to_hash(TestHash): . test_to_s(TestHash): . test_update(TestHash): . test_value?(TestHash): . test_values(TestHash): . test_values_at(TestHash): . test_gets_rs(TestIO): . test_if_unless(TestIfunless): . test_Integer(TestInteger): . test_abs(TestInteger): . test_and(TestInteger): . test_aref(TestInteger): . test_ceil(TestInteger): . test_cmp(TestInteger): . test_divmod(TestInteger): . test_eq(TestInteger): . test_even_odd(TestInteger): . test_fixnum_range(TestInteger): . test_floor(TestInteger): . test_lshift(TestInteger): . test_marshal(TestInteger): . test_minus(TestInteger): . test_mult(TestInteger): . test_not(TestInteger): . test_or(TestInteger): . test_pack_ber(TestInteger): . test_pack_utf8(TestInteger): . test_plus(TestInteger): . test_pow(TestInteger): . test_pred(TestInteger): . test_printf_b(TestInteger): . test_printf_b_sign(TestInteger): . test_printf_di(TestInteger): . test_printf_o(TestInteger): . test_printf_o_sign(TestInteger): . test_printf_x(TestInteger): . test_printf_x_sign(TestInteger): . test_remainder(TestInteger): . test_round(TestInteger): . test_rshift(TestInteger): . test_succ(TestInteger): . test_to_s(TestInteger): . test_truncate(TestInteger): . test_unary_minus(TestInteger): . test_unary_plus(TestInteger): . test_xor(TestInteger): . test_zero_nonzero(TestInteger): . test_append_method_to_built_in_class(TestIterator): . test_argument(TestIterator): . test_array(TestIterator): . test_assoc_yield(TestIterator): . test_block(TestIterator): . test_block_argument_without_paren(TestIterator): . test_block_given(TestIterator): . test_block_given_within_iterator(TestIterator): . test_block_passing(TestIterator): . test_break(TestIterator): . test_break__nested_loop1(TestIterator): . test_break__nested_loop2(TestIterator): . test_break__nested_loop3(TestIterator): . test_break_from_enum(TestIterator): . test_collect(TestIterator): . test_get_block(TestIterator): . test_iter4(TestIterator): . test_iter_test2(TestIterator): . test_iterator(TestIterator): . test_itertest(TestIterator): . test_ljump(TestIterator): . test_marity(TestIterator): . test_nested_iterator(TestIterator): . test_proc(TestIterator): . test_proc_return1(TestIterator): . test_proc_return2(TestIterator): . test_return1(TestIterator): . test_return2(TestIterator): . test_return_trace_func(TestIterator): . test_yield_vs_call(TestIterator): . test_anonymous(TestMarshal): . test_array(TestMarshal): . test_array_ivar(TestMarshal): . test_array_subclass(TestMarshal): . test_bignum(TestMarshal): . test_exception(TestMarshal): . test_exception_subclass(TestMarshal): . test_extend(TestMarshal): . test_extend_string(TestMarshal): . test_false(TestMarshal): . test_fixnum(TestMarshal): . test_fixnum_64bit(TestMarshal): . test_fixnum_ivar(TestMarshal): . test_fixnum_ivar_self(TestMarshal): . test_float(TestMarshal): . test_float_extend(TestMarshal): . test_float_inf_nan(TestMarshal): . test_float_ivar(TestMarshal): . test_float_ivar_self(TestMarshal): . test_hash(TestMarshal): . test_hash_default(TestMarshal): . test_hash_default_proc(TestMarshal): . test_hash_extend(TestMarshal): . test_hash_ivar(TestMarshal): . test_hash_subclass(TestMarshal): . test_hash_subclass_extend(TestMarshal): . test_marshal(TestMarshal): . test_nil(TestMarshal): . test_object(TestMarshal): . test_object_extend(TestMarshal): . test_object_subclass(TestMarshal): . test_object_subclass_extend(TestMarshal): . test_range(TestMarshal): . test_range_cyclic(TestMarshal): . test_range_subclass(TestMarshal): . test_regexp(TestMarshal): . test_regexp_subclass(TestMarshal): . test_share(TestMarshal): . test_singleton(TestMarshal): . test_string(TestMarshal): . test_string_crlf(TestMarshal): . test_string_empty(TestMarshal): . test_string_escape(TestMarshal): . test_string_ivar(TestMarshal): . test_string_subclass(TestMarshal): . test_string_subclass_cycle(TestMarshal): . test_string_subclass_extend(TestMarshal): . test_struct(TestMarshal): . test_struct_ivar(TestMarshal): . test_struct_subclass(TestMarshal): . test_struct_subclass_extend(TestMarshal): . test_struct_toplevel(TestMarshal): . test_symbol(TestMarshal): . test_time(TestMarshal): . test_time_ivar(TestMarshal): . test_time_subclass(TestMarshal): . test_too_long_string(TestMarshal): . test_true(TestMarshal): . test_math(TestMath): . test_arity(TestMethod): . test_receiver_name_owner(TestMethod): . test_unbind(TestMethod): . test_id2ref_17(TestObjectSpace): . test_id2ref_18(TestObjectSpace): . test_id2ref_19(TestObjectSpace): . test_id2ref_20(TestObjectSpace): . test_id2ref_21(TestObjectSpace): . test_id2ref_22(TestObjectSpace): . test_id2ref_23(TestObjectSpace): . test_id2ref_24(TestObjectSpace): . test_id2ref_25(TestObjectSpace): . test_id2ref_26(TestObjectSpace): . test_id2ref_27(TestObjectSpace): . test_id2ref_28(TestObjectSpace): . test_id2ref_29(TestObjectSpace): . test_id2ref_30(TestObjectSpace): . test_id2ref_31(TestObjectSpace): . test_id2ref_32(TestObjectSpace): . test_id2ref_33(TestObjectSpace): . test_id2ref_34(TestObjectSpace): . test_id2ref_35(TestObjectSpace): . test_pack(TestPack): . test_pack_N(TestPack): . test_pack_U(TestPack): . test_pack_unpack_hH(TestPack): . test_unpack_N(TestPack): . test_basename(TestPath): . test_dirname(TestPath): . test_extname(TestPath): . test_path(TestPath): . test_eof_0(TestPipe): . test_eof_0_rw(TestPipe): . test_eof_1(TestPipe): . test_eof_2(TestPipe): . test_eof_3(TestPipe): . test_arity(TestProc): . test_block_par(TestProc): . test_eq(TestProc): . test_proc(TestProc): . test_rlimit_availability(TestProcess): . test_rlimit_nofile(TestProcess): . test_0x100000000(TestRand): . test_0x1000000000000(TestRand): . test_0x1000000000001(TestRand): . test_0x100000001(TestRand): . test_0x3fffffff(TestRand): . test_0x3fffffffffffffff(TestRand): . test_0x40000000(TestRand): . test_0x4000000000000000(TestRand): . test_0x4000000000000001(TestRand): . test_0x40000001(TestRand): . test_0xffffffff(TestRand): . test_mt(TestRand): . test_neg_0x10000(TestRand): . test_neg_0x10000000000(TestRand): . test_rand_0x100000000(TestRand): . test_evaluation_order(TestRange): . test_range_string(TestRange): . test_closed_pipe(TestReadPartial): . test_length_zero(TestReadPartial): . test_open_pipe(TestReadPartial): . test_with_stdio(TestReadPartial): . test_event(TestSetTraceFunc): . test_exit_action(TestSignal): . test_signal(TestSignal): . test_sleep_5sec(TestSleep): . test_getbyte(TestString): . test_ord(TestString): . test_setbyte(TestString): . test_succ(TestString): . test_succ!(TestString): . test_sum(TestString): . test_bang(TestStringchar): . test_char(TestStringchar): . test_string(TestStringchar): . test_struct(TestStruct): . test_array1(TestSuper): . test_array2(TestSuper): . test_array3(TestSuper): . test_array4(TestSuper): . test_define_method(TestSuper): . test_double1(TestSuper): . test_double2(TestSuper): . test_double3(TestSuper): . test_optional1(TestSuper): . test_optional2(TestSuper): . test_optional3(TestSuper): . test_optional4(TestSuper): . test_optional5(TestSuper): . test_single1(TestSuper): . test_single2(TestSuper): . test_inspect_dollar(TestSymbol): . test_inspect_invalid(TestSymbol): . test_inspect_number(TestSymbol): . test_inspect_suboptimal(TestSymbol): . test_to_proc(TestSymbol): . test_syntax(TestSystem): . test_system(TestSystem): . test_at(TestTime): . test_huge_difference(TestTime): . test_time_add(TestTime): . test_time_subt(TestTime): . test_time_time(TestTime): . test_timegm(TestTime): . test_trace(TestTrace): . test_variable(TestVariable): . test_until(TestWhileuntil): . test_while(TestWhileuntil): . test_aref(TestSDBM): . test_aset(TestSDBM): . test_clear(TestSDBM): . test_close(TestSDBM): . test_delete(TestSDBM): . test_delete_if(TestSDBM): . test_delete_with_block(TestSDBM): . test_each_key(TestSDBM): . test_each_pair(TestSDBM): . test_each_value(TestSDBM): . test_empty?(TestSDBM): . test_fetch(TestSDBM): . test_has_value?(TestSDBM): . test_haskey?(TestSDBM): . test_indexes(TestSDBM): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/20090328T071905/ruby/test/sdbm/test_sdbm.rb:211: warning: SDBM#indexes is deprecated; use SDBM#values_at . test_invert(TestSDBM): . test_key(TestSDBM): . test_keys(TestSDBM): . test_length(TestSDBM): . test_reject(TestSDBM): . test_replace(TestSDBM): . test_s_new_has_no_block(TestSDBM): . test_s_open_error(TestSDBM): . test_s_open_no_create(TestSDBM): . test_s_open_nolock(TestSDBM): . test_s_open_with_block(TestSDBM): . test_select_with_block(TestSDBM): . test_shift(TestSDBM): . test_to_a(TestSDBM): . test_to_hash(TestSDBM): . test_update(TestSDBM): . test_values(TestSDBM): . test_values_at(TestSDBM): . test_version(TestSDBM): . test_normal(SOAP::TestEnvelopeNamespace): . test_date(SOAP::TestMapping): . test_datetime(SOAP::TestMapping): . test_aref(SOAP::TestProperty): . test_hook_name(SOAP::TestProperty): . test_hook_then_lock(SOAP::TestProperty): . test_initialize(SOAP::TestProperty): . test_key_hook_cascade(SOAP::TestProperty): . test_key_hook_no_cascade(SOAP::TestProperty): . test_keys(SOAP::TestProperty): . test_load(SOAP::TestProperty): . test_lock_cascade(SOAP::TestProperty): . test_lock_each(SOAP::TestProperty): . test_lock_split(SOAP::TestProperty): . test_lock_unlock_return(SOAP::TestProperty): . test_lshift(SOAP::TestProperty): . test_referent(SOAP::TestProperty): . test_s_load(SOAP::TestProperty): . test_to_key_and_deref(SOAP::TestProperty): . test_value_hook(SOAP::TestProperty): . test_SOAPAnyURI(SOAP::TestSOAP): . test_SOAPBase64Binary(SOAP::TestSOAP): . test_SOAPBoolean(SOAP::TestSOAP): . test_SOAPDate(SOAP::TestSOAP): . test_SOAPDateTime(SOAP::TestSOAP): . test_SOAPDecimal(SOAP::TestSOAP): . test_SOAPDouble(SOAP::TestSOAP): . test_SOAPDuration(SOAP::TestSOAP): . test_SOAPFloat(SOAP::TestSOAP): . test_SOAPGDay(SOAP::TestSOAP): . test_SOAPGMonth(SOAP::TestSOAP): . test_SOAPGMonthDay(SOAP::TestSOAP): . test_SOAPGYear(SOAP::TestSOAP): . test_SOAPGYearMonth(SOAP::TestSOAP): . test_SOAPHexBinary(SOAP::TestSOAP): . test_SOAPInt(SOAP::TestSOAP): . test_SOAPInteger(SOAP::TestSOAP): . test_SOAPLong(SOAP::TestSOAP): . test_SOAPNil(SOAP::TestSOAP): . test_SOAPQName(SOAP::TestSOAP): . test_SOAPString(SOAP::TestSOAP): . test_SOAPTime(SOAP::TestSOAP): . test_add(SOAP::TestSOAPElement): . test_from_obj(SOAP::TestSOAPElement): . test_initialize(SOAP::TestSOAPElement): . test_member(SOAP::TestSOAPElement): . test_to_obj(SOAP::TestSOAPElement): . test_basic_auth(SOAP::TestStreamHandler): . test_charset(SOAP::TestStreamHandler): . test_normal(SOAP::TestStreamHandler): . test_proxy(SOAP::TestStreamHandler): . test_uri(SOAP::TestStreamHandler): . test_doc_enc_doc_enc(SOAP::TestStyleUse): . test_doc_enc_doc_lit(SOAP::TestStyleUse): . test_doc_lit_doc_enc(SOAP::TestStyleUse): . test_doc_lit_doc_lit(SOAP::TestStyleUse): . test_rpc_enc_rpc_enc(SOAP::TestStyleUse): . test_rpc_enc_rpc_lit(SOAP::TestStyleUse): . test_rpc_lit_rpc_enc(SOAP::TestStyleUse): . test_rpc_lit_rpc_lit(SOAP::TestStyleUse): . test_aspdotnethandler(SOAP::ASPDotNet::TestASPDotNet): . test_document_method(SOAP::ASPDotNet::TestASPDotNet): . test_calc(SOAP::Calc::TestCalc): . test_calc2(SOAP::Calc::TestCalc2): . test_calc_cgi(SOAP::Calc::TestCalcCGI): . test_custom_fault(SOAP::Fault::TestCustomFault): . test_authfailure(SOAP::Header::TestAuthHeader): . test_mu(SOAP::Header::TestAuthHeader): . test_no_mu(SOAP::Header::TestAuthHeader): . test_success_mu(SOAP::Header::TestAuthHeader): . test_success_no_mu(SOAP::Header::TestAuthHeader): . test_authfailure(SOAP::Header::TestAuthHeaderCGI): . test_success(SOAP::Header::TestAuthHeaderCGI): . test_string(SOAP::Header::TestSimpleHandler): . test_hello_world(SOAP::HelloWorld::TestHelloWorld): . test_marshal(SOAP::Marshal::TestDigraph): . test_anonymous(SOAP::Marshal::TestMarshal): . test_array(SOAP::Marshal::TestMarshal): . test_array_ivar(SOAP::Marshal::TestMarshal): . test_array_subclass(SOAP::Marshal::TestMarshal): . test_bignum(SOAP::Marshal::TestMarshal): . test_exception(SOAP::Marshal::TestMarshal): . test_exception_subclass(SOAP::Marshal::TestMarshal): . test_extend(SOAP::Marshal::TestMarshal): . test_extend_string(SOAP::Marshal::TestMarshal): . test_false(SOAP::Marshal::TestMarshal): . test_fixnum(SOAP::Marshal::TestMarshal): . test_fixnum_64bit(SOAP::Marshal::TestMarshal): . test_fixnum_ivar(SOAP::Marshal::TestMarshal): . test_fixnum_ivar_self(SOAP::Marshal::TestMarshal): . test_float(SOAP::Marshal::TestMarshal): . test_float_extend(SOAP::Marshal::TestMarshal): . test_float_inf_nan(SOAP::Marshal::TestMarshal): . test_float_ivar(SOAP::Marshal::TestMarshal): . test_float_ivar_self(SOAP::Marshal::TestMarshal): . test_hash(SOAP::Marshal::TestMarshal): . test_hash_default(SOAP::Marshal::TestMarshal): . test_hash_default_proc(SOAP::Marshal::TestMarshal): . test_hash_extend(SOAP::Marshal::TestMarshal): . test_hash_ivar(SOAP::Marshal::TestMarshal): . test_hash_subclass(SOAP::Marshal::TestMarshal): . test_hash_subclass_extend(SOAP::Marshal::TestMarshal): . test_nil(SOAP::Marshal::TestMarshal): . test_object(SOAP::Marshal::TestMarshal): . test_object_extend(SOAP::Marshal::TestMarshal): . test_object_subclass(SOAP::Marshal::TestMarshal): . test_object_subclass_extend(SOAP::Marshal::TestMarshal): . test_range(SOAP::Marshal::TestMarshal): . test_range_cyclic(SOAP::Marshal::TestMarshal): . test_range_subclass(SOAP::Marshal::TestMarshal): . test_regexp(SOAP::Marshal::TestMarshal): . test_regexp_subclass(SOAP::Marshal::TestMarshal): . test_share(SOAP::Marshal::TestMarshal): . test_singleton(SOAP::Marshal::TestMarshal): . test_string(SOAP::Marshal::TestMarshal): . test_string_crlf(SOAP::Marshal::TestMarshal): . test_string_empty(SOAP::Marshal::TestMarshal): . test_string_escape(SOAP::Marshal::TestMarshal): . test_string_ivar(SOAP::Marshal::TestMarshal): . test_string_subclass(SOAP::Marshal::TestMarshal): . test_string_subclass_cycle(SOAP::Marshal::TestMarshal): . test_string_subclass_extend(SOAP::Marshal::TestMarshal): . test_struct(SOAP::Marshal::TestMarshal): . test_struct_ivar(SOAP::Marshal::TestMarshal): . test_struct_subclass(SOAP::Marshal::TestMarshal): . test_struct_subclass_extend(SOAP::Marshal::TestMarshal): . test_struct_toplevel(SOAP::Marshal::TestMarshal): . test_symbol(SOAP::Marshal::TestMarshal): . test_time(SOAP::Marshal::TestMarshal): . test_time_ivar(SOAP::Marshal::TestMarshal): . test_time_subclass(SOAP::Marshal::TestMarshal): . test_true(SOAP::Marshal::TestMarshal): . test_foo1(SOAP::Marshal::TestStruct): . test_foo2(SOAP::Marshal::TestStruct): . test_foo3(SOAP::Marshal::TestStruct): . test_struct(SOAP::Struct::TestStruct): . test_get_file(SOAP::SWA::TestFile): . test_put_file(SOAP::SWA::TestFile): . test_old_driver(SOAP::TestCalc): . test_rpc_driver(SOAP::TestCalc): . test_document(SOAP::TestDocument): . test_ping(SOAP::TestSimpleType): . test_getsockopt(TestBasicSocket): . test_listen(TestBasicSocket): . test_setsockopt(TestBasicSocket): . test_accept_nonblock(TestNonblockSocket): . test_connect_nonblock(TestNonblockSocket): . test_read_nonblock(TestNonblockSocket): . test_socket_recvfrom_nonblock(TestNonblockSocket): . test_tcp_recv_nonblock(TestNonblockSocket): . test_udp_recv_nonblock(TestNonblockSocket): . test_udp_recvfrom_nonblock(TestNonblockSocket): . test_unpack_sockaddr(TestSocket): . test_addr(TestUNIXSocket): . test_dgram_pair(TestUNIXSocket): . test_fd_passing(TestUNIXSocket): . test_noname_addr(TestUNIXSocket): . test_noname_path(TestUNIXSocket): . test_noname_peeraddr(TestUNIXSocket): . test_noname_recv_nonblock(TestUNIXSocket): . test_noname_recvfrom(TestUNIXSocket): . test_noname_unpack_sockaddr_un(TestUNIXSocket): . test_nul(TestUNIXSocket): . test_too_long_path(TestUNIXSocket): . test_eof_0(TestStringIO): . test_eof_0_rw(TestStringIO): . test_eof_0_seek(TestStringIO): . test_eof_1(TestStringIO): . test_eof_1_seek(TestStringIO): . test_eof_2(TestStringIO): . test_eof_3(TestStringIO): . test_overwrite(TestStringIO): . test_reopen(TestStringIO): . test_seek_beyond_eof(TestStringIO): . test_truncate(TestStringIO): . test_AREF(TestStringScanner): . test_bol?(TestStringScanner): . test_concat(TestStringScanner): . test_const_Id(TestStringScanner): . test_const_Version(TestStringScanner): . test_dup(TestStringScanner): . test_eos?(TestStringScanner): . test_get_byte(TestStringScanner): . test_getch(TestStringScanner): . test_inspect(TestStringScanner): . test_matched(TestStringScanner): . test_matched_size(TestStringScanner): . test_pos(TestStringScanner): . test_post_match(TestStringScanner): . test_pre_match(TestStringScanner): . test_reset(TestStringScanner): . test_s_allocate(TestStringScanner): . test_s_mustc(TestStringScanner): . test_s_new(TestStringScanner): . test_scan(TestStringScanner): . test_skip(TestStringScanner): . test_string(TestStringScanner): . test_terminate(TestStringScanner): . test_assert(Test::Unit::TC_Assertions): . test_assert_block(Test::Unit::TC_Assertions): . test_assert_equal(Test::Unit::TC_Assertions): . test_assert_in_delta(Test::Unit::TC_Assertions): . test_assert_instance_of(Test::Unit::TC_Assertions): . test_assert_kind_of(Test::Unit::TC_Assertions): . test_assert_match(Test::Unit::TC_Assertions): . test_assert_nil(Test::Unit::TC_Assertions): . test_assert_no_match(Test::Unit::TC_Assertions): . test_assert_not_equal(Test::Unit::TC_Assertions): . test_assert_not_nil(Test::Unit::TC_Assertions): . test_assert_not_same(Test::Unit::TC_Assertions): . test_assert_nothing_raised(Test::Unit::TC_Assertions): . test_assert_nothing_thrown(Test::Unit::TC_Assertions): . test_assert_operator(Test::Unit::TC_Assertions): . test_assert_raise(Test::Unit::TC_Assertions): . test_assert_respond_to(Test::Unit::TC_Assertions): . test_assert_same(Test::Unit::TC_Assertions): . test_assert_send(Test::Unit::TC_Assertions): . test_assert_throws(Test::Unit::TC_Assertions): . test_condition_invariant(Test::Unit::TC_Assertions): . test_flunk(Test::Unit::TC_Assertions): . test_display(Test::Unit::TC_Error): . test_add_error(Test::Unit::TC_TestCase): . test_add_failed_assertion(Test::Unit::TC_TestCase): . test_add_failure_nested(Test::Unit::TC_TestCase): . test_assertion_failed_not_called(Test::Unit::TC_TestCase): . test_creation(Test::Unit::TC_TestCase): . test_equality(Test::Unit::TC_TestCase): . test_no_tests(Test::Unit::TC_TestCase): . test_setup_teardown(Test::Unit::TC_TestCase): . test_suite(Test::Unit::TC_TestCase): . test_fault_notification(Test::Unit::TC_TestResult): . test_passed?(Test::Unit::TC_TestResult): . test_result_changed_notification(Test::Unit::TC_TestResult): . test_add(Test::Unit::TC_TestSuite): . test_delete(Test::Unit::TC_TestSuite): . test_empty?(Test::Unit::TC_TestSuite): . test_equality(Test::Unit::TC_TestSuite): . test_run(Test::Unit::TC_TestSuite): . test_size(Test::Unit::TC_TestSuite): . test_display(Test::Unit::TestFailure): . test_basic_collection(Test::Unit::Collector::TC_ObjectSpace): . test_filtered_collection(Test::Unit::Collector::TC_ObjectSpace): . test_collect_file(Test::Unit::Collector::TestDir): . test_collect_multi(Test::Unit::Collector::TestDir): . test_dir(Test::Unit::Collector::TestDir): . test_filtering(Test::Unit::Collector::TestDir): . test_fs(Test::Unit::Collector::TestDir): . test_fs_entries(Test::Unit::Collector::TestDir): . test_fs_pwd(Test::Unit::Collector::TestDir): . test_fs_require(Test::Unit::Collector::TestDir): . test_fs_sub(Test::Unit::Collector::TestDir): . test_multilevel_collect(Test::Unit::Collector::TestDir): . test_nil_pattern(Test::Unit::Collector::TestDir): . test_simple_collect(Test::Unit::Collector::TestDir): . RUNIT::TestAssert#test_assert_equal_float_0_raise: . RUNIT::TestAssert#test_assert_send: . RUNIT::TestAssert#test_assert_fail: . RUNIT::TestAssert#test_assert_operator: . RUNIT::TestAssert#test_assert_kind_of: . RUNIT::TestAssert#test_assert_not_match: . RUNIT::TestAssert#test_assert_respond_to: . RUNIT::TestAssert#test_assert_equal_float_0_01: . RUNIT::TestAssert#test_assert_instance_of: . RUNIT::TestAssert#test_assert_with_2_argument: . RUNIT::TestAssert#test_assert_equal: . RUNIT::TestAssert#test_assert_equal_float_0_5: . RUNIT::TestAssert#test_assert_no_exception: . RUNIT::TestAssert#test_assert_equal_float_0_001: . RUNIT::TestAssert#test_assert_match: . RUNIT::TestAssert#test_assert_equal_float_0_1: . RUNIT::TestAssert#test_assert_nil: . RUNIT::TestAssert#test_assert_same: . RUNIT::TestAssert#test_assert_equal_float_0: . RUNIT::TestAssert#test_assert: . RUNIT::TestAssert#test_assert_equal_float_minus_1_0: . RUNIT::TestAssert#test_assert_matches: . RUNIT::TestAssert#test_assert_not_nil: . RUNIT::TestAssert#test_assert_exception: . RUNIT::TestTestCase#test_run: . RUNIT::TestTestCase#test_s_suite: . RUNIT::TestTestCase#test_teardown_err: . RUNIT::TestTestCase#test_name: . RUNIT::TestTestResult#test_failure_size: . RUNIT::TestTestResult#test_run_tests: . RUNIT::TestTestResult#test_failures: . RUNIT::TestTestResult#test_run_no_exception: . RUNIT::TestTestResult#test_succeed?: . RUNIT::TestTestResult#test_error_size: . RUNIT::TestTestResult#test_run_asserts: . RUNIT::TestTestResult#test_errors: . RUNIT::TestTestResult#test_run_asserts2: . RUNIT::TestTestSuite#test_add: . RUNIT::TestTestSuite#test_count_test_cases: . test_add_remove_with_default_listener(Test::Unit::Util::TC_Observable): . test_multiple_value_observation(Test::Unit::Util::TC_Observable): . test_simple_observation(Test::Unit::Util::TC_Observable): . test_value_observation(Test::Unit::Util::TC_Observable): . test_hashing(Test::Unit::Util::TC_ProcWrapper): . test_wrapping(Test::Unit::Util::TC_ProcWrapper): . test_filter_backtrace(Test::Unit::Util::TestBacktraceFilter): . test_nil_backtrace(Test::Unit::Util::TestBacktraceFilter): . test_condvar(TC_Thread): . test_condvar_wait_exception_handling(TC_Thread): . test_condvar_wait_not_owner(TC_Thread): . test_local_barrier(TC_Thread): . test_queue_rescue(TC_Thread): . test_extract(URI::TestCommon): . test_kernel_uri(URI::TestCommon): . test_regexp(URI::TestCommon): . test_assemble(URI::TestFTP): . test_parse(URI::TestFTP): . test_paths(URI::TestFTP): . test_select(URI::TestFTP): . test_join(URI::TestGeneric): . test_merge(URI::TestGeneric): . test_parse(URI::TestGeneric): . test_rfc3986_examples(URI::TestGeneric): . test_route(URI::TestGeneric): . test_set_component(URI::TestGeneric): . test_equal(URI::TestHTTP): . test_normalize(URI::TestHTTP): . test_parse(URI::TestHTTP): . test_request_uri(URI::TestHTTP): . test_select(URI::TestHTTP): . test_parse(URI::TestLDAP): . test_select(URI::TestLDAP): . test_build(URI::TestMailTo): . test_select(URI::TestMailTo): . test_bad_request(TestWEBrickCGI): . test_cgi(TestWEBrickCGI): . test_new(TestWEBrickCookie): . test_parse(TestWEBrickCookie): . test_parse_set_cookie(TestWEBrickCookie): . test_parse_set_cookies(TestWEBrickCookie): . test_time(TestWEBrickCookie): . test_basic_auth(TestWEBrickHTTPAuth): . test_basic_auth2(TestWEBrickHTTPAuth): . test_basic_auth3(TestWEBrickHTTPAuth): . test_bad_messages(TestWEBrickHTTPRequest): . test_chunked(TestWEBrickHTTPRequest): . test_parse_09(TestWEBrickHTTPRequest): . test_parse_10(TestWEBrickHTTPRequest): . test_parse_11(TestWEBrickHTTPRequest): . test_parse_get_params(TestWEBrickHTTPRequest): . test_parse_header2(TestWEBrickHTTPRequest): . test_parse_headers(TestWEBrickHTTPRequest): . test_parse_headers3(TestWEBrickHTTPRequest): . test_parse_post_params(TestWEBrickHTTPRequest): . test_callbacks(TestWEBrickHTTPServer): . test_lookup_server(TestWEBrickHTTPServer): . test_mount(TestWEBrickHTTPServer): . test_escape(TestWEBrickHTTPUtils): . test_escape_form(TestWEBrickHTTPUtils): . test_escape_path(TestWEBrickHTTPUtils): . test_normilize_path(TestWEBrickHTTPUtils): . test_split_header_value(TestWEBrickHTTPUtils): . test_unescape(TestWEBrickHTTPUtils): . test_unescape_form(TestWEBrickHTTPUtils): . test_compar(TestWEBrickHTTPVersion): . test_major(TestWEBrickHTTPVersion): . test_minor(TestWEBrickHTTPVersion): . test_to_s(TestWEBrickHTTPVersion): . test_callbacks(TestWEBrickServer): . test_daemon(TestWEBrickServer): . test_server(TestWEBrickServer): . test_directory_traversal(WEBrick::TestFileHandler): . test_filehandler(WEBrick::TestFileHandler): . test_make_partial_content(WEBrick::TestFileHandler): . test_non_disclosure_name(WEBrick::TestFileHandler): . test_script_disclosure(WEBrick::TestFileHandler): . test_short_filename(WEBrick::TestFileHandler): . test_unwise_in_path(WEBrick::TestFileHandler): . test_by_wsdl(WSDL::TestFault): . test_multiplefault(WSDL::TestMultipleFault): . test_wsdl(WSDL::TestWSDL): . test_any(WSDL::Any::TestAny): . test_by_stub(WSDL::TestAxisArray): . test_by_wsdl(WSDL::TestAxisArray): . test_datetime(WSDL::Datetime::TestDatetime): . test_time(WSDL::Datetime::TestDatetime): . test_with_soapaction(WSDL::Document::TestNoSOAPAction): . test_without_soapaction(WSDL::Document::TestNoSOAPAction): . test_wsdl(WSDL::Document::TestNumber): . test_naive(WSDL::Document::TestRPC): . test_wsdl(WSDL::Document::TestRPC): . test_by_wsdl(WSDL::TestMap): . test_wsdldriver(WSDL::TestMap): . test_classdef(TestWSDLMarshal): . test_marshal(TestWSDLMarshal): . test_raa(WSDL::RAA::TestRAA): . test_classdef(WSDL::Ref::TestRef): . test_wsdl(WSDL::RPC::TestRPC): . test_ping(WSDL::SimpleType::TestSimpleType): . test_ping_id(WSDL::SimpleType::TestSimpleType): . test_rpc(WSDL::SimpleType::TestRPC): . test_soapbodyparts(WSDL::SOAP::TestSOAPBodyParts): . test_cookie(TestCookie): . test_get_values(Test_DateTime): . test_new(Test_DateTime): . test_new_exception(Test_DateTime): . test_set_exception(Test_DateTime): . test_set_values(Test_DateTime): . test_to_a(Test_DateTime): . test_to_date1(Test_DateTime): . test_to_date2(Test_DateTime): . test_to_time1(Test_DateTime): . test_to_time2(Test_DateTime): . test_nil_create(Test_Features): . test_nil_parse(Test_Features): . test1_dump_call(Test_Marshal): . test1_dump_response(Test_Marshal): . test2_dump_load_call(Test_Marshal): . test2_dump_load_response(Test_Marshal): . test_no_params_tag(Test_Marshal): . test_parser_values(Test_Marshal): . test_cdata(Test_REXMLStreamParser): . test_dateTime(Test_REXMLStreamParser): . test_fault(Test_REXMLStreamParser): . test_parseMethodCall(Test_REXMLStreamParser): . test_parseMethodResponse1(Test_REXMLStreamParser): . test_parseMethodResponse2(Test_REXMLStreamParser): . test_parseMethodResponse3(Test_REXMLStreamParser): . test_client_server(Test_Webrick): . test_wsdl(XSD::TestEmptyCharset): . test_wsdl(XSD::TestXMLSchemaParser): . test_NSDBase(XSD::TestXSD): . test_XSDBase(XSD::TestXSD): . test_XSDBoolean(XSD::TestXSD): . test_XSDDate(XSD::TestXSD): . test_XSDDateTime(XSD::TestXSD): . test_XSDDecimal(XSD::TestXSD): . test_XSDDouble(XSD::TestXSD): . test_XSDDuration(XSD::TestXSD): . test_XSDFloat(XSD::TestXSD): . test_XSDNil(XSD::TestXSD): . test_XSDString_NONE(XSD::TestXSD): . test_XSDString_UTF8(XSD::TestXSD): . test_XSDTime(XSD::TestXSD): . test_XSDAnyURI(XSD::TestXSD2): . test_XSDBase64Binary(XSD::TestXSD2): . test_XSDByte(XSD::TestXSD2): . test_XSDGDay(XSD::TestXSD2): . test_XSDGMonth(XSD::TestXSD2): . test_XSDGMonthDay(XSD::TestXSD2): . test_XSDGYear(XSD::TestXSD2): . test_XSDGYearMonth(XSD::TestXSD2): . test_XSDHexBinary(XSD::TestXSD2): . test_XSDInt(XSD::TestXSD2): . test_XSDInteger(XSD::TestXSD2): . test_XSDLong(XSD::TestXSD2): . test_XSDNegativeInteger(XSD::TestXSD2): . test_XSDNonNegativeInteger(XSD::TestXSD2): . test_XSDNonPositiveInteger(XSD::TestXSD2): . test_XSDPositiveInteger(XSD::TestXSD2): . test_XSDQName(XSD::TestXSD2): . test_XSDShort(XSD::TestXSD2): . test_XSDUnsignedByte(XSD::TestXSD2): . test_XSDUnsignedInt(XSD::TestXSD2): . test_XSDUnsignedLong(XSD::TestXSD2): . test_XSDUnsignedShort(XSD::TestXSD2): . test_classdef_complex(XSD::CodeGen::TestClassDefCreator): . test_classdef_simple(XSD::CodeGen::TestClassDefCreator): . test_comment(XSD::CodeGen::TestClassDefCreator): . test_emptymethod(XSD::CodeGen::TestClassDefCreator): . test_full(XSD::CodeGen::TestClassDefCreator): . test_require(XSD::CodeGen::TestClassDefCreator): . test_changes_after_commit_are_discarded(YAMLStoreTest): . test_changes_are_not_written_on_abort(YAMLStoreTest): . test_data_should_be_loaded_correctly_when_in_readonly_mode(YAMLStoreTest): . test_data_should_be_loaded_correctly_when_in_readwrite_mode(YAMLStoreTest): . test_opening_new_file_in_readonly_mode_should_result_in_empty_values(YAMLStoreTest): . test_opening_new_file_in_readwrite_mode_should_result_in_empty_values(YAMLStoreTest): . test_writing_inside_readonly_transaction_raises_error(YAMLStoreTest): . test_akira(YAML_Unit_Tests): . test_ambiguous_comments(YAML_Unit_Tests): . test_basic_map(YAML_Unit_Tests): . test_basic_strings(YAML_Unit_Tests): . test_circular_references(YAML_Unit_Tests): . test_document(YAML_Unit_Tests): . test_emitting_indicators(YAML_Unit_Tests): . test_empty_map_key(YAML_Unit_Tests): . test_numeric_cycle(YAML_Unit_Tests): . test_object_id_collision(YAML_Unit_Tests): . test_range_cycle(YAML_Unit_Tests): . test_ranges(YAML_Unit_Tests): . test_ruby_regexp(YAML_Unit_Tests): . test_ruby_struct(YAML_Unit_Tests): . test_spec_anchors_and_aliases(YAML_Unit_Tests): . test_spec_application_family(YAML_Unit_Tests): . test_spec_builtin_binary(YAML_Unit_Tests): . test_spec_builtin_literal_blocks(YAML_Unit_Tests): . test_spec_builtin_map(YAML_Unit_Tests): . test_spec_builtin_seq(YAML_Unit_Tests): . test_spec_builtin_time(YAML_Unit_Tests): . test_spec_complex_invoice(YAML_Unit_Tests): . test_spec_domain_prefix(YAML_Unit_Tests): . test_spec_explicit_families(YAML_Unit_Tests): . test_spec_float_explicit(YAML_Unit_Tests): . test_spec_force_implicit(YAML_Unit_Tests): . test_spec_indentation_determines_scope(YAML_Unit_Tests): . test_spec_log_file(YAML_Unit_Tests): . test_spec_mapping_between_sequences(YAML_Unit_Tests): . test_spec_mapping_of_mappings(YAML_Unit_Tests): . test_spec_multiline_scalars(YAML_Unit_Tests): . test_spec_nested_comments(YAML_Unit_Tests): . test_spec_oneline_docs(YAML_Unit_Tests): . test_spec_override_anchor(YAML_Unit_Tests): . test_spec_preserve_indent(YAML_Unit_Tests): . test_spec_private_types(YAML_Unit_Tests): . test_spec_root_fold(YAML_Unit_Tests): . test_spec_root_mapping(YAML_Unit_Tests): . test_spec_sequence_in_sequence_shortcut(YAML_Unit_Tests): . test_spec_sequence_key_shortcut(YAML_Unit_Tests): . test_spec_sequence_of_sequences(YAML_Unit_Tests): . test_spec_sequence_shortcuts(YAML_Unit_Tests): . test_spec_simple_implicit_map(YAML_Unit_Tests): . test_spec_simple_implicit_sequence(YAML_Unit_Tests): . test_spec_simple_map_with_nested_sequences(YAML_Unit_Tests): . test_spec_simple_sequence_with_nested_map(YAML_Unit_Tests): . test_spec_single_folded(YAML_Unit_Tests): . test_spec_single_literal(YAML_Unit_Tests): . test_spec_span_double_quote(YAML_Unit_Tests): . test_spec_span_single_quote(YAML_Unit_Tests): . test_spec_throwaway(YAML_Unit_Tests): . test_spec_type_float(YAML_Unit_Tests): . test_spec_type_int(YAML_Unit_Tests): . test_spec_type_misc(YAML_Unit_Tests): . test_spec_url_escaping(YAML_Unit_Tests): . test_symbol_cycle(YAML_Unit_Tests): . test_time_now_cycle(YAML_Unit_Tests): . test_ypath_parsing(YAML_Unit_Tests): . test_read0(TestZlibGzipReader): . test_ungetc(TestZlibGzipReader): . test_ungetc_paragraph(TestZlibGzipReader): . test_invalid_new(TestZlibGzipWriter): . Finished in 1433.283213 seconds. 2093 tests, 1346088 assertions, 0 failures, 0 errors == end # 2009-03-28T08:04:57+09:00