|
BASERUBY = /usr/local/ruby-2.5.1/bin/ruby --disable=gems
|
|
CC = gcc
|
|
LD = ld
|
|
LDSHARED = gcc -shared
|
|
CFLAGS = -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wno-cast-function-type -Wunused-variable -Werror=implicit-int -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=deprecated-declarations -Werror=misleading-indentation -Wno-overlength-strings -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wmissing-noreturn -Wimplicit-fallthrough=0 -Werror=duplicated-cond -Werror=restrict -std=gnu99
|
|
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DCANONICALIZATION_FOR_MATHN
|
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/10.0.0
|
|
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
|
|
SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm
|
|
LANG = en_US.UTF-8
|
|
LC_ALL = en_US.UTF-8
|
|
LC_CTYPE =
|
|
gcc (GCC) 8.1.1 20180712 (Red Hat 8.1.1-5)
|
|
Copyright (C) 2018 Free Software Foundation, Inc.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
compiling ./main.c
|
|
compiling dmydln.c
|
|
compiling miniinit.c
|
|
compiling dmyext.c
|
|
generating miniprelude.c
|
|
miniprelude.c updated
|
|
compiling miniprelude.c
|
|
generating id.h
|
|
id.h updated
|
|
/usr/local/ruby-2.5.1/bin/ruby --disable=gems ./tool/gen_dummy_probes.rb ./probes.d > probes.dmyh
|
|
translating probes probes.d
|
|
compiling array.c
|
|
compiling ast.c
|
|
compiling bignum.c
|
|
compiling class.c
|
|
compiling compar.c
|
|
generating opt_sc.inc
|
|
generating optunifs.inc
|
|
generating insns.inc
|
|
generating insns_info.inc
|
|
generating optinsn.inc
|
|
compiling compile.c
|
|
compiling complex.c
|
|
compiling cont.c
|
|
compiling debug.c
|
|
compiling debug_counter.c
|
|
compiling dir.c
|
|
compiling dln_find.c
|
|
compiling encoding.c
|
|
compiling enum.c
|
|
compiling enumerator.c
|
|
generating known_errors.inc
|
|
known_errors.inc updated
|
|
compiling error.c
|
|
compiling eval.c
|
|
compiling file.c
|
|
compiling gc.c
|
|
compiling hash.c
|
|
compiling inits.c
|
|
compiling io.c
|
|
generating node_name.inc
|
|
compiling iseq.c
|
|
compiling load.c
|
|
compiling marshal.c
|
|
compiling math.c
|
|
making mjit_config.h
|
|
compiling mjit.c
|
|
In file included from mjit.c:13:
|
|
mjit_worker.c: In function ‘convert_unit_to_func’:
|
|
mjit_worker.c:1097:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
|
|
if (success = compile_c_to_o(c_file, o_file)) {
|
|
^~~~~~~
|
|
mjit.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
generating mjit_compile.inc
|
|
compiling mjit_compile.c
|
|
compiling node.c
|
|
compiling numeric.c
|
|
compiling object.c
|
|
compiling pack.c
|
|
generating parse.c
|
|
copying lex.c
|
|
compiling parse.c
|
|
compiling proc.c
|
|
compiling process.c
|
|
compiling random.c
|
|
compiling range.c
|
|
compiling rational.c
|
|
compiling re.c
|
|
re.c: In function ‘rb_memsearch_ss’:
|
|
re.c:98:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
|
|
if (y = memmem(ys, n, xs, m))
|
|
^
|
|
re.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling regcomp.c
|
|
compiling regenc.c
|
|
compiling regerror.c
|
|
compiling regexec.c
|
|
compiling regparse.c
|
|
compiling regsyntax.c
|
|
compiling ruby.c
|
|
compiling safe.c
|
|
compiling signal.c
|
|
signal.c: In function ‘check_stack_overflow’:
|
|
signal.c:889:24: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
sp_page <= fault_page && fault_page <= bp_page) {
|
|
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
|
|
signal.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling sprintf.c
|
|
compiling st.c
|
|
compiling strftime.c
|
|
compiling string.c
|
|
compiling struct.c
|
|
generating id.c
|
|
id.c updated
|
|
compiling symbol.c
|
|
compiling thread.c
|
|
compiling time.c
|
|
compiling transcode.c
|
|
compiling util.c
|
|
compiling variable.c
|
|
compiling version.c
|
|
generating vm.inc
|
|
generating vm_call_iseq_optimized.inc
|
|
generating vmtc.inc
|
|
compiling vm.c
|
|
In file included from vm.c:310:
|
|
vm_insnhelper.c: In function ‘vm_trace’:
|
|
vm_insnhelper.c:3871:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
|
|
if (event = (events & (RUBY_EVENT_CLASS | RUBY_EVENT_CALL | RUBY_EVENT_B_CALL))) {
|
|
^~~~~
|
|
vm_insnhelper.c:3892:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
|
|
if (event = (events & (RUBY_EVENT_END | RUBY_EVENT_RETURN | RUBY_EVENT_B_RETURN))) {
|
|
^~~~~
|
|
vm.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling vm_backtrace.c
|
|
compiling vm_dump.c
|
|
compiling vm_trace.c
|
|
processing probes in object files
|
|
compiling enc/ascii.c
|
|
compiling enc/us_ascii.c
|
|
compiling enc/unicode.c
|
|
compiling enc/utf_8.c
|
|
generating enc/trans/newline.c ...
|
|
converter for universal_newline
|
|
converter for crlf_newline
|
|
converter for cr_newline
|
|
done. (0.06user 0.00system 0.01elapsed)
|
|
compiling enc/trans/newline.c
|
|
compiling ./missing/setproctitle.c
|
|
compiling ./missing/strlcat.c
|
|
compiling ./missing/strlcpy.c
|
|
compiling addr2line.c
|
|
compiling dmyenc.c
|
|
linking miniruby
|
|
./revision.h updated
|
|
/usr/bin/mkdir -p enc/jis
|
|
+ cp enc/jis/props.h.blt enc/jis/props.h
|
|
generating encdb.h
|
|
encdb.h updated
|
|
./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
|
|
rbconfig.rb updated
|
|
generating enc.mk
|
|
making srcs under enc
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
generating table from enc/trans/big5.c
|
|
generating enc/trans/big5.c ...
|
|
converter from Big5 to UTF-8
|
|
converter from UTF-8 to Big5
|
|
converter from CP950 to UTF-8
|
|
converter from UTF-8 to CP950
|
|
converter from Big5-HKSCS to UTF-8
|
|
converter from UTF-8 to Big5-HKSCS
|
|
converter from CP951 to UTF-8
|
|
converter from UTF-8 to CP951
|
|
converter from Big5-UAO to UTF-8
|
|
converter from UTF-8 to Big5-UAO
|
|
done. (3.31user 0.08system 3.38elapsed)
|
|
generating table from enc/trans/chinese.c
|
|
generating enc/trans/chinese.c ...
|
|
load mapsrc enc/trans/GB/GB2312%UCS.src
|
|
converter from GB2312 to UTF-8
|
|
load mapsrc enc/trans/GB/GB12345%UCS.src
|
|
converter from GB12345 to UTF-8
|
|
load mapsrc enc/trans/GB/UCS%GB2312.src
|
|
converter from UTF-8 to GB2312
|
|
load mapsrc enc/trans/GB/UCS%GB12345.src
|
|
converter from UTF-8 to GB12345
|
|
done. (1.05user 0.02system 1.06elapsed)
|
|
generating table from enc/trans/ebcdic.c
|
|
generating enc/trans/ebcdic.c ...
|
|
converter from IBM037 to ISO-8859-1
|
|
converter from ISO-8859-1 to IBM037
|
|
done. (0.05user 0.00system 0.02elapsed)
|
|
generating table from enc/trans/emoji.c
|
|
generating enc/trans/emoji.c ...
|
|
converter from UTF8-DoCoMo to UTF8-KDDI
|
|
converter from UTF8-DoCoMo to UTF8-SoftBank
|
|
converter from UTF8-DoCoMo to UTF-8
|
|
converter from UTF8-KDDI to UTF8-DoCoMo
|
|
converter from UTF8-KDDI to UTF8-SoftBank
|
|
converter from UTF8-KDDI to UTF-8
|
|
converter from UTF8-SoftBank to UTF8-DoCoMo
|
|
converter from UTF8-SoftBank to UTF8-KDDI
|
|
converter from UTF8-SoftBank to UTF-8
|
|
converter from UTF-8 to UTF8-DoCoMo
|
|
converter from UTF-8 to UTF8-KDDI
|
|
converter from UTF-8 to UTF8-SoftBank
|
|
done. (0.23user 0.00system 0.20elapsed)
|
|
generating table from enc/trans/emoji_iso2022_kddi.c
|
|
generating enc/trans/emoji_iso2022_kddi.c ...
|
|
converter for iso2022jp_kddi_decoder
|
|
converter for iso2022jp_kddi_decoder_jisx0208_rest
|
|
converter for iso2022jp_kddi_encoder
|
|
load mapsrc enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI
|
|
load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src
|
|
load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI
|
|
done. (0.52user 0.02system 0.52elapsed)
|
|
generating table from enc/trans/emoji_sjis_docomo.c
|
|
generating enc/trans/emoji_sjis_docomo.c ...
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932UDA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
converter from SJIS-DOCOMO to UTF8-DOCOMO
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932UDA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
converter from UTF8-DOCOMO to SJIS-DOCOMO
|
|
done. (0.54user 0.01system 0.53elapsed)
|
|
generating table from enc/trans/emoji_sjis_kddi.c
|
|
generating enc/trans/emoji_sjis_kddi.c ...
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932UDA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
converter from SJIS-KDDI to UTF8-KDDI
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src
|
|
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932UDA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
converter from UTF8-KDDI to SJIS-KDDI
|
|
done. (0.59user 0.01system 0.58elapsed)
|
|
generating table from enc/trans/emoji_sjis_softbank.c
|
|
generating enc/trans/emoji_sjis_softbank.c ...
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932UDA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
converter from SJIS-SoftBank to UTF8-SoftBank
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932UDA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
converter from UTF8-SoftBank to SJIS-SoftBank
|
|
done. (0.51user 0.02system 0.48elapsed)
|
|
generating table from enc/trans/escape.c
|
|
generating enc/trans/escape.c ...
|
|
converter for amp_escape
|
|
converter for xml_text_escape
|
|
converter for xml_attr_content_escape
|
|
converter for escape_xml_attr_quote
|
|
done. (0.03user 0.01system 0.01elapsed)
|
|
generating table from enc/trans/gb18030.c
|
|
generating enc/trans/gb18030.c ...
|
|
converter from GB18030 to UTF-8
|
|
converter from UTF-8 to GB18030
|
|
done. (2.19user 0.05system 2.23elapsed)
|
|
generating table from enc/trans/gbk.c
|
|
generating enc/trans/gbk.c ...
|
|
converter from GBK to UTF-8
|
|
converter from UTF-8 to GBK
|
|
done. (1.04user 0.03system 1.06elapsed)
|
|
generating table from enc/trans/iso2022.c
|
|
generating enc/trans/iso2022.c ...
|
|
converter for iso2022jp_decoder
|
|
converter for iso2022jp_decoder_jisx0208_rest
|
|
converter for iso2022jp_encoder
|
|
converter for stateless_iso2022jp_to_eucjp
|
|
converter for eucjp_to_stateless_iso2022jp
|
|
converter for cp50221_decoder
|
|
converter for cp50221_encoder
|
|
done. (0.04user 0.00system 0.01elapsed)
|
|
generating table from enc/trans/japanese.c
|
|
generating enc/trans/japanese.c ...
|
|
converter for eucjp2sjis
|
|
converter for sjis2eucjp
|
|
done. (0.03user 0.00system 0.00elapsed)
|
|
generating table from enc/trans/japanese_euc.c
|
|
generating enc/trans/japanese_euc.c ...
|
|
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0212%UCS.src
|
|
converter from EUC-JP to UTF-8
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208UDC%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0212VDC@IBM%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0212UDC%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0212@MS%UCS.src
|
|
converter from eucJP-ms to UTF-8
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
converter from CP51932 to UTF-8
|
|
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0213-1%UCS@BMP.src
|
|
load mapsrc enc/trans/JIS/JISX0213-1%UCS@SIP.src
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0213-2%UCS@BMP.src
|
|
load mapsrc enc/trans/JIS/JISX0213-2%UCS@SIP.src
|
|
converter from EUC-JIS-2004 to UTF-8
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0212.src
|
|
converter from UTF-8 to EUC-JP
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208UDC.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0212VDC@IBM.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0212UDC.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0212@MS.src
|
|
converter from UTF-8 to eucJP-ms
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
converter from UTF-8 to CP51932
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src
|
|
load mapsrc enc/trans/JIS/UCS@BMP%JISX0213-1.src
|
|
load mapsrc enc/trans/JIS/UCS@SIP%JISX0213-1.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/JIS/UCS@BMP%JISX0213-2.src
|
|
load mapsrc enc/trans/JIS/UCS@SIP%JISX0213-2.src
|
|
converter from UTF-8 to EUC-JIS-2004
|
|
done. (2.12user 0.03system 2.14elapsed)
|
|
generating table from enc/trans/japanese_sjis.c
|
|
generating enc/trans/japanese_sjis.c ...
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src
|
|
converter from Shift_JIS to UTF-8
|
|
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
|
|
load mapsrc enc/trans/CP/CP932UDA%UCS.src
|
|
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
|
|
converter from Windows-31J to UTF-8
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src
|
|
converter from UTF-8 to Shift_JIS
|
|
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src
|
|
load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
|
|
load mapsrc enc/trans/CP/UCS%CP932UDA.src
|
|
converter from UTF-8 to Windows-31J
|
|
done. (0.77user 0.01system 0.76elapsed)
|
|
generating table from enc/trans/korean.c
|
|
generating enc/trans/korean.c ...
|
|
converter from UTF-8 to EUC-KR
|
|
converter from EUC-KR to UTF-8
|
|
converter from UTF-8 to CP949
|
|
converter from CP949 to UTF-8
|
|
done. (0.91user 0.02system 0.91elapsed)
|
|
generating table from enc/trans/single_byte.c
|
|
generating enc/trans/single_byte.c ...
|
|
converter from US-ASCII to UTF-8
|
|
converter from UTF-8 to US-ASCII
|
|
converter from ASCII-8BIT to UTF-8
|
|
converter from UTF-8 to ASCII-8BIT
|
|
converter from ISO-8859-1 to UTF-8
|
|
converter from UTF-8 to ISO-8859-1
|
|
converter from ISO-8859-2 to UTF-8
|
|
converter from UTF-8 to ISO-8859-2
|
|
converter from ISO-8859-3 to UTF-8
|
|
converter from UTF-8 to ISO-8859-3
|
|
converter from ISO-8859-4 to UTF-8
|
|
converter from UTF-8 to ISO-8859-4
|
|
converter from ISO-8859-5 to UTF-8
|
|
converter from UTF-8 to ISO-8859-5
|
|
converter from ISO-8859-6 to UTF-8
|
|
converter from UTF-8 to ISO-8859-6
|
|
converter from ISO-8859-7 to UTF-8
|
|
converter from UTF-8 to ISO-8859-7
|
|
converter from ISO-8859-8 to UTF-8
|
|
converter from UTF-8 to ISO-8859-8
|
|
converter from ISO-8859-9 to UTF-8
|
|
converter from UTF-8 to ISO-8859-9
|
|
converter from ISO-8859-10 to UTF-8
|
|
converter from UTF-8 to ISO-8859-10
|
|
converter from ISO-8859-11 to UTF-8
|
|
converter from UTF-8 to ISO-8859-11
|
|
converter from ISO-8859-13 to UTF-8
|
|
converter from UTF-8 to ISO-8859-13
|
|
converter from ISO-8859-14 to UTF-8
|
|
converter from UTF-8 to ISO-8859-14
|
|
converter from ISO-8859-15 to UTF-8
|
|
converter from UTF-8 to ISO-8859-15
|
|
converter from ISO-8859-16 to UTF-8
|
|
converter from UTF-8 to ISO-8859-16
|
|
converter from WINDOWS-874 to UTF-8
|
|
converter from UTF-8 to WINDOWS-874
|
|
converter from WINDOWS-1250 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1250
|
|
converter from WINDOWS-1251 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1251
|
|
converter from WINDOWS-1252 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1252
|
|
converter from WINDOWS-1253 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1253
|
|
converter from WINDOWS-1254 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1254
|
|
converter from WINDOWS-1255 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1255
|
|
converter from WINDOWS-1256 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1256
|
|
converter from WINDOWS-1257 to UTF-8
|
|
converter from UTF-8 to WINDOWS-1257
|
|
converter from IBM437 to UTF-8
|
|
converter from UTF-8 to IBM437
|
|
converter from IBM775 to UTF-8
|
|
converter from UTF-8 to IBM775
|
|
converter from IBM737 to UTF-8
|
|
converter from UTF-8 to IBM737
|
|
converter from IBM852 to UTF-8
|
|
converter from UTF-8 to IBM852
|
|
converter from IBM855 to UTF-8
|
|
converter from UTF-8 to IBM855
|
|
converter from IBM857 to UTF-8
|
|
converter from UTF-8 to IBM857
|
|
converter from IBM860 to UTF-8
|
|
converter from UTF-8 to IBM860
|
|
converter from IBM861 to UTF-8
|
|
converter from UTF-8 to IBM861
|
|
converter from IBM862 to UTF-8
|
|
converter from UTF-8 to IBM862
|
|
converter from IBM863 to UTF-8
|
|
converter from UTF-8 to IBM863
|
|
converter from IBM865 to UTF-8
|
|
converter from UTF-8 to IBM865
|
|
converter from IBM866 to UTF-8
|
|
converter from UTF-8 to IBM866
|
|
converter from IBM869 to UTF-8
|
|
converter from UTF-8 to IBM869
|
|
converter from MACCROATIAN to UTF-8
|
|
converter from UTF-8 to MACCROATIAN
|
|
converter from MACCYRILLIC to UTF-8
|
|
converter from UTF-8 to MACCYRILLIC
|
|
converter from MACGREEK to UTF-8
|
|
converter from UTF-8 to MACGREEK
|
|
converter from MACICELAND to UTF-8
|
|
converter from UTF-8 to MACICELAND
|
|
converter from MACROMAN to UTF-8
|
|
converter from UTF-8 to MACROMAN
|
|
converter from MACROMANIA to UTF-8
|
|
converter from UTF-8 to MACROMANIA
|
|
converter from MACTURKISH to UTF-8
|
|
converter from UTF-8 to MACTURKISH
|
|
converter from MACUKRAINE to UTF-8
|
|
converter from UTF-8 to MACUKRAINE
|
|
converter from KOI8-U to UTF-8
|
|
converter from UTF-8 to KOI8-U
|
|
converter from KOI8-R to UTF-8
|
|
converter from UTF-8 to KOI8-R
|
|
converter from TIS-620 to UTF-8
|
|
converter from UTF-8 to TIS-620
|
|
converter from CP850 to UTF-8
|
|
converter from UTF-8 to CP850
|
|
converter from CP852 to UTF-8
|
|
converter from UTF-8 to CP852
|
|
converter from CP855 to UTF-8
|
|
converter from UTF-8 to CP855
|
|
done. (0.34user 0.02system 0.34elapsed)
|
|
generating table from enc/trans/utf8_mac.c
|
|
generating enc/trans/utf8_mac.c ...
|
|
converter from UTF-8 to UTF8-MAC
|
|
converter for from_UTF8_MAC
|
|
converter for from_utf8_mac_nfc2
|
|
done. (0.88user 0.04system 0.89elapsed)
|
|
generating table from enc/trans/utf_16_32.c
|
|
generating enc/trans/utf_16_32.c ...
|
|
converter for from_UTF_16LE
|
|
converter for from_UTF_32LE
|
|
converter for from_UTF_16BE
|
|
converter for from_UTF_32BE
|
|
converter for from_UTF_16
|
|
converter for from_UTF_32
|
|
converter for from_UTF_8
|
|
done. (0.04user 0.00system 0.01elapsed)
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
generating transdb.h
|
|
transdb.h updated
|
|
compiling dln.c
|
|
compiling localeinit.c
|
|
creating verconf.h
|
|
verconf.h updated
|
|
compiling loadpath.c
|
|
generating prelude.c
|
|
prelude.c updated
|
|
compiling prelude.c
|
|
linking static-library libruby-static.a
|
|
generating makefiles ext/configure-ext.mk
|
|
ext/configure-ext.mk updated
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
configuring psych
|
|
configuring rbconfig/sizeof
|
|
configuring pty
|
|
configuring objspace
|
|
configuring etc
|
|
configuring openssl
|
|
configuring ripper
|
|
configuring fiber
|
|
configuring zlib
|
|
configuring racc/cparse
|
|
configuring cgi/escape
|
|
configuring date
|
|
configuring -test-/array/resize
|
|
configuring -test-/bignum
|
|
configuring -test-/bug-3571
|
|
configuring -test-/bug-5832
|
|
configuring -test-/bug_reporter
|
|
configuring -test-/class
|
|
configuring -test-/debug
|
|
configuring -test-/dln/empty
|
|
configuring -test-/exception
|
|
configuring -test-/fatal
|
|
configuring -test-/file
|
|
configuring -test-/float
|
|
configuring -test-/funcall
|
|
configuring -test-/gvl/call_without_gvl
|
|
configuring -test-/hash
|
|
configuring -test-/integer
|
|
configuring -test-/iseq_load
|
|
configuring -test-/iter
|
|
configuring -test-/load/dot.dot
|
|
configuring -test-/load/protect
|
|
configuring -test-/marshal/compat
|
|
configuring -test-/marshal/internal_ivar
|
|
configuring -test-/marshal/usr
|
|
configuring -test-/memory_status
|
|
configuring -test-/method
|
|
configuring -test-/notimplement
|
|
configuring -test-/num2int
|
|
configuring -test-/path_to_class
|
|
configuring -test-/popen_deadlock
|
|
configuring -test-/postponed_job
|
|
configuring -test-/printf
|
|
configuring -test-/proc
|
|
configuring -test-/rational
|
|
configuring -test-/recursion
|
|
configuring -test-/regexp
|
|
configuring -test-/scan_args
|
|
configuring -test-/st/foreach
|
|
configuring -test-/st/numhash
|
|
configuring -test-/st/update
|
|
configuring -test-/string
|
|
configuring -test-/struct
|
|
configuring -test-/symbol
|
|
configuring -test-/thread_fd_close
|
|
configuring -test-/time
|
|
configuring -test-/tracepoint
|
|
configuring -test-/typeddata
|
|
configuring -test-/vm
|
|
configuring -test-/wait_for_single_fd
|
|
configuring stringio
|
|
configuring io/console
|
|
configuring io/nonblock
|
|
configuring io/wait
|
|
configuring nkf
|
|
configuring fcntl
|
|
configuring continuation
|
|
configuring pathname
|
|
configuring rubyvm
|
|
configuring strscan
|
|
configuring socket
|
|
configuring bigdecimal
|
|
configuring sdbm
|
|
configuring gdbm
|
|
configuring dbm
|
|
header: db.h
|
|
library: db
|
|
configuring coverage
|
|
configuring readline
|
|
configuring json
|
|
configuring json/generator
|
|
configuring json/parser
|
|
configuring syslog
|
|
configuring fiddle
|
|
configuring digest
|
|
configuring digest/bubblebabble
|
|
configuring digest/md5
|
|
configuring digest/rmd160
|
|
configuring digest/sha1
|
|
configuring digest/sha2
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
generating makefile exts.mk
|
|
exts.mk updated
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/psych'
|
|
compiling psych.c
|
|
compiling psych_emitter.c
|
|
compiling psych_parser.c
|
|
compiling psych_to_ruby.c
|
|
compiling psych_yaml_tree.c
|
|
linking shared-object psych.so
|
|
installing default psych libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/psych'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/rbconfig/sizeof'
|
|
sizes.c updated
|
|
compiling sizes.c
|
|
limits.c updated
|
|
compiling limits.c
|
|
linking shared-object rbconfig/sizeof.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/rbconfig/sizeof'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/pty'
|
|
compiling pty.c
|
|
linking shared-object pty.so
|
|
installing default pty libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/pty'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/objspace'
|
|
compiling object_tracing.c
|
|
compiling objspace.c
|
|
compiling objspace_dump.c
|
|
linking shared-object objspace.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/objspace'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/etc'
|
|
generating constant definitions
|
|
compiling etc.c
|
|
linking shared-object etc.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/etc'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/openssl'
|
|
compiling openssl_missing.c
|
|
compiling ossl.c
|
|
compiling ossl_asn1.c
|
|
compiling ossl_bio.c
|
|
compiling ossl_bn.c
|
|
compiling ossl_cipher.c
|
|
compiling ossl_config.c
|
|
compiling ossl_digest.c
|
|
compiling ossl_engine.c
|
|
compiling ossl_hmac.c
|
|
compiling ossl_kdf.c
|
|
compiling ossl_ns_spki.c
|
|
compiling ossl_ocsp.c
|
|
compiling ossl_pkcs12.c
|
|
compiling ossl_pkcs7.c
|
|
compiling ossl_pkey.c
|
|
compiling ossl_pkey_dh.c
|
|
ossl_pkey_dh.c: In function ‘ossl_dh_initialize_copy’:
|
|
ossl_pkey_dh.c:265:20: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (!pub2 || priv && !priv2) {
|
|
~~~~~^~~~~~~~~
|
|
In file included from ossl.h:168,
|
|
from ossl_pkey_dh.c:10:
|
|
ossl_pkey_dh.c: In function ‘ossl_dh_set_pqg’:
|
|
ossl_pkey.h:136:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dh.c:562:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:138:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
orig_bn3 && !(bn3 = BN_dup(orig_bn3))) { \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dh.c:562:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dh.c: In function ‘ossl_dh_set_key’:
|
|
ossl_pkey.h:166:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:216:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER2’
|
|
OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dh.c:570:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’
|
|
OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dh.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling ossl_pkey_dsa.c
|
|
In file included from ossl.h:168,
|
|
from ossl_pkey_dsa.c:10:
|
|
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_pqg’:
|
|
ossl_pkey.h:136:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dsa.c:595:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:138:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
orig_bn3 && !(bn3 = BN_dup(orig_bn3))) { \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dsa.c:595:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_key’:
|
|
ossl_pkey.h:166:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:216:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER2’
|
|
OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dsa.c:603:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’
|
|
OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_dsa.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling ossl_pkey_ec.c
|
|
compiling ossl_pkey_rsa.c
|
|
In file included from ossl.h:168,
|
|
from ossl_pkey_rsa.c:10:
|
|
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_key’:
|
|
ossl_pkey.h:136:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c:854:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:138:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
orig_bn3 && !(bn3 = BN_dup(orig_bn3))) { \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c:854:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_factors’:
|
|
ossl_pkey.h:166:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:216:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER2’
|
|
OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c:862:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’
|
|
OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_crt_params’:
|
|
ossl_pkey.h:136:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (orig_bn1 && !(bn1 = BN_dup(orig_bn1)) || \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c:872:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:138:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
orig_bn3 && !(bn3 = BN_dup(orig_bn3))) { \
|
|
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’
|
|
OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3)
|
|
^~~~~~~~~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c:872:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’
|
|
OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp)
|
|
^~~~~~~~~~~~~~~~~
|
|
ossl_pkey_rsa.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling ossl_rand.c
|
|
compiling ossl_ssl.c
|
|
compiling ossl_ssl_session.c
|
|
compiling ossl_x509.c
|
|
compiling ossl_x509attr.c
|
|
compiling ossl_x509cert.c
|
|
compiling ossl_x509crl.c
|
|
compiling ossl_x509ext.c
|
|
compiling ossl_x509name.c
|
|
ossl_x509name.c: In function ‘x509name_print’:
|
|
ossl_x509name.c:273:44: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|
|
if (ret < 0 || iflag == XN_FLAG_COMPAT && ret == 0) {
|
|
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
|
|
ossl_x509name.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
compiling ossl_x509req.c
|
|
compiling ossl_x509revoked.c
|
|
compiling ossl_x509store.c
|
|
linking shared-object openssl.so
|
|
installing default openssl libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/openssl'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/ripper'
|
|
extracting ripper.y from ../.././parse.y
|
|
compiling compiler ripper.y
|
|
generating eventids1.c from ../.././parse.y
|
|
generating eventids2table.c from ../.././ext/ripper/eventids2.c
|
|
compiling ripper.c
|
|
linking shared-object ripper.so
|
|
installing default ripper libraries
|
|
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/ripper'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/fiber'
|
|
compiling fiber.c
|
|
linking shared-object fiber.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/fiber'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/zlib'
|
|
compiling zlib.c
|
|
linking shared-object zlib.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/zlib'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/racc/cparse'
|
|
compiling cparse.c
|
|
linking shared-object racc/cparse.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/racc/cparse'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/cgi/escape'
|
|
compiling escape.c
|
|
linking shared-object cgi/escape.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/cgi/escape'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/date'
|
|
compiling date_core.c
|
|
compiling date_parse.c
|
|
compiling date_strftime.c
|
|
compiling date_strptime.c
|
|
linking shared-object date_core.so
|
|
installing default date_core libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/date'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/array/resize'
|
|
compiling resize.c
|
|
linking shared-object -test-/array/resize.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/array/resize'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/bignum'
|
|
compiling bigzero.c
|
|
compiling mul.c
|
|
compiling init.c
|
|
compiling div.c
|
|
compiling intpack.c
|
|
compiling str2big.c
|
|
compiling big2str.c
|
|
linking shared-object -test-/bignum.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/bignum'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/bug-3571'
|
|
compiling bug.c
|
|
linking shared-object -test-/bug_3571.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/bug-3571'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/bug-5832'
|
|
compiling bug.c
|
|
linking shared-object -test-/bug_5832.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/bug-5832'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/bug_reporter'
|
|
compiling bug_reporter.c
|
|
linking shared-object -test-/bug_reporter.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/bug_reporter'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/class'
|
|
compiling init.c
|
|
compiling class2name.c
|
|
linking shared-object -test-/class.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/class'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/debug'
|
|
compiling profile_frames.c
|
|
compiling init.c
|
|
compiling inspector.c
|
|
linking shared-object -test-/debug.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/debug'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/dln/empty'
|
|
compiling empty.c
|
|
linking shared-object -test-/dln/empty.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/dln/empty'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/exception'
|
|
compiling init.c
|
|
compiling dataerror.c
|
|
compiling enc_raise.c
|
|
compiling ensured.c
|
|
linking shared-object -test-/exception.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/exception'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/fatal'
|
|
compiling rb_fatal.c
|
|
linking shared-object -test-/fatal/rb_fatal.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/fatal'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/file'
|
|
compiling fs.c
|
|
compiling stat.c
|
|
compiling init.c
|
|
linking shared-object -test-/file.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/file'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/float'
|
|
compiling init.c
|
|
compiling nextafter.c
|
|
linking shared-object -test-/float.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/float'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/funcall'
|
|
compiling funcall.c
|
|
linking shared-object -test-/funcall.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/funcall'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/gvl/call_without_gvl'
|
|
compiling call_without_gvl.c
|
|
linking shared-object -test-/gvl/call_without_gvl.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/gvl/call_without_gvl'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/hash'
|
|
compiling delete.c
|
|
compiling init.c
|
|
linking shared-object -test-/hash.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/hash'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/integer'
|
|
compiling core_ext.c
|
|
compiling init.c
|
|
compiling my_integer.c
|
|
linking shared-object -test-/integer.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/integer'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/iseq_load'
|
|
compiling iseq_load.c
|
|
linking shared-object -test-/iseq_load.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/iseq_load'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/iter'
|
|
compiling break.c
|
|
compiling yield.c
|
|
compiling init.c
|
|
linking shared-object -test-/iter.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/iter'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/load/dot.dot'
|
|
compiling dot.dot.c
|
|
linking shared-object -test-/load/dot.dot.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/load/dot.dot'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/load/protect'
|
|
compiling protect.c
|
|
linking shared-object -test-/load/protect.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/load/protect'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/marshal/compat'
|
|
compiling usrcompat.c
|
|
linking shared-object -test-/marshal/compat.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/marshal/compat'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/marshal/internal_ivar'
|
|
compiling internal_ivar.c
|
|
linking shared-object -test-/marshal/internal_ivar.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/marshal/internal_ivar'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/marshal/usr'
|
|
compiling usrmarshal.c
|
|
linking shared-object -test-/marshal/usr.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/marshal/usr'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/method'
|
|
compiling init.c
|
|
compiling arity.c
|
|
linking shared-object -test-/method.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/method'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/notimplement'
|
|
compiling bug.c
|
|
linking shared-object -test-/notimplement.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/notimplement'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/num2int'
|
|
compiling num2int.c
|
|
linking shared-object -test-/num2int.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/num2int'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/path_to_class'
|
|
compiling path_to_class.c
|
|
linking shared-object -test-/path_to_class.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/path_to_class'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/popen_deadlock'
|
|
compiling infinite_loop_dlsym.c
|
|
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/popen_deadlock'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/postponed_job'
|
|
compiling postponed_job.c
|
|
linking shared-object -test-/postponed_job.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/postponed_job'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/printf'
|
|
compiling printf.c
|
|
linking shared-object -test-/printf.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/printf'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/proc'
|
|
compiling receiver.c
|
|
compiling init.c
|
|
compiling super.c
|
|
linking shared-object -test-/proc.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/proc'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/rational'
|
|
compiling rat.c
|
|
linking shared-object -test-/rational.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/rational'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/recursion'
|
|
compiling recursion.c
|
|
linking shared-object -test-/recursion.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/recursion'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/regexp'
|
|
compiling init.c
|
|
compiling parse_depth_limit.c
|
|
linking shared-object -test-/regexp.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/regexp'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/scan_args'
|
|
compiling scan_args.c
|
|
linking shared-object -test-/scan_args.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/scan_args'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/st/foreach'
|
|
compiling foreach.c
|
|
linking shared-object -test-/st/foreach.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/st/foreach'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/st/numhash'
|
|
compiling numhash.c
|
|
linking shared-object -test-/st/numhash.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/st/numhash'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/st/update'
|
|
compiling update.c
|
|
linking shared-object -test-/st/update.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/st/update'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/string'
|
|
compiling coderange.c
|
|
compiling modify.c
|
|
compiling enc_associate.c
|
|
compiling normalize.c
|
|
compiling qsort.c
|
|
compiling fstring.c
|
|
compiling init.c
|
|
compiling capacity.c
|
|
compiling enc_str_buf_cat.c
|
|
compiling set_len.c
|
|
compiling nofree.c
|
|
compiling new.c
|
|
compiling cstr.c
|
|
compiling ellipsize.c
|
|
linking shared-object -test-/string.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/string'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/struct'
|
|
compiling duplicate.c
|
|
compiling len.c
|
|
compiling init.c
|
|
compiling member.c
|
|
linking shared-object -test-/struct.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/struct'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/symbol'
|
|
compiling type.c
|
|
compiling init.c
|
|
linking shared-object -test-/symbol.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/symbol'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/thread_fd_close'
|
|
compiling thread_fd_close.c
|
|
linking shared-object -test-/thread_fd_close.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/thread_fd_close'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/time'
|
|
compiling init.c
|
|
compiling new.c
|
|
compiling leap_second.c
|
|
linking shared-object -test-/time.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/time'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/tracepoint'
|
|
compiling gc_hook.c
|
|
compiling tracepoint.c
|
|
linking shared-object -test-/tracepoint.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/tracepoint'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/typeddata'
|
|
compiling typeddata.c
|
|
linking shared-object -test-/typeddata.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/typeddata'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/vm'
|
|
compiling at_exit.c
|
|
linking shared-object -test-/vm/at_exit.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/vm'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/-test-/wait_for_single_fd'
|
|
compiling wait_for_single_fd.c
|
|
linking shared-object -test-/wait_for_single_fd.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/-test-/wait_for_single_fd'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/stringio'
|
|
compiling stringio.c
|
|
linking shared-object stringio.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/stringio'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/io/console'
|
|
compiling console.c
|
|
linking shared-object io/console.so
|
|
installing default console libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/io/console'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/io/nonblock'
|
|
compiling nonblock.c
|
|
linking shared-object io/nonblock.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/io/nonblock'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/io/wait'
|
|
compiling wait.c
|
|
linking shared-object io/wait.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/io/wait'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/nkf'
|
|
compiling nkf.c
|
|
linking shared-object nkf.so
|
|
installing default nkf libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/nkf'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/fcntl'
|
|
compiling fcntl.c
|
|
linking shared-object fcntl.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/fcntl'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/continuation'
|
|
compiling continuation.c
|
|
linking shared-object continuation.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/continuation'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/pathname'
|
|
compiling pathname.c
|
|
linking shared-object pathname.so
|
|
installing default pathname libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/pathname'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/rubyvm'
|
|
installing default libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/rubyvm'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/strscan'
|
|
compiling strscan.c
|
|
linking shared-object strscan.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/strscan'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/socket'
|
|
generating constant definitions
|
|
compiling init.c
|
|
compiling constants.c
|
|
compiling basicsocket.c
|
|
compiling socket.c
|
|
compiling ipsocket.c
|
|
compiling tcpsocket.c
|
|
compiling tcpserver.c
|
|
compiling sockssocket.c
|
|
compiling udpsocket.c
|
|
compiling unixsocket.c
|
|
compiling unixserver.c
|
|
compiling option.c
|
|
compiling ancdata.c
|
|
compiling raddrinfo.c
|
|
compiling ifaddr.c
|
|
linking shared-object socket.so
|
|
installing default socket libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/socket'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/bigdecimal'
|
|
compiling bigdecimal.c
|
|
linking shared-object bigdecimal.so
|
|
installing default bigdecimal libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/bigdecimal'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/sdbm'
|
|
compiling _sdbm.c
|
|
compiling init.c
|
|
linking shared-object sdbm.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/sdbm'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/gdbm'
|
|
compiling gdbm.c
|
|
linking shared-object gdbm.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/gdbm'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/dbm'
|
|
compiling dbm.c
|
|
linking shared-object dbm.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/dbm'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/coverage'
|
|
compiling coverage.c
|
|
linking shared-object coverage.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/coverage'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/readline'
|
|
compiling readline.c
|
|
linking shared-object readline.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/readline'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/json'
|
|
installing default libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/json'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/json/generator'
|
|
compiling generator.c
|
|
linking shared-object json/ext/generator.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/json/generator'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/json/parser'
|
|
compiling parser.c
|
|
linking shared-object json/ext/parser.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/json/parser'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/syslog'
|
|
compiling syslog.c
|
|
linking shared-object syslog.so
|
|
installing default syslog libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/syslog'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/fiddle'
|
|
compiling closure.c
|
|
compiling conversions.c
|
|
compiling fiddle.c
|
|
compiling function.c
|
|
compiling handle.c
|
|
compiling pointer.c
|
|
linking shared-object fiddle.so
|
|
installing default fiddle libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/fiddle'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/digest'
|
|
compiling digest.c
|
|
linking shared-object digest.so
|
|
installing digest libraries
|
|
installing default digest libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/digest'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/digest/bubblebabble'
|
|
compiling bubblebabble.c
|
|
linking shared-object digest/bubblebabble.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/digest/bubblebabble'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/digest/md5'
|
|
compiling md5init.c
|
|
linking shared-object digest/md5.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/digest/md5'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/digest/rmd160'
|
|
compiling rmd160init.c
|
|
linking shared-object digest/rmd160.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/digest/rmd160'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/digest/sha1'
|
|
compiling sha1init.c
|
|
linking shared-object digest/sha1.so
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/digest/sha1'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby/ext/digest/sha2'
|
|
compiling sha2init.c
|
|
linking shared-object digest/sha2.so
|
|
installing default sha2 libraries
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby/ext/digest/sha2'
|
|
make[2]: Entering directory '/home/jaruga/git/ruby'
|
|
compiling version.c
|
|
linking miniruby
|
|
./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
|
|
rbconfig.rb unchanged
|
|
creating verconf.h
|
|
verconf.h updated
|
|
compiling loadpath.c
|
|
linking static-library libruby-static.a
|
|
linking ruby
|
|
make[2]: Leaving directory '/home/jaruga/git/ruby'
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
make[1]: Nothing to be done for 'note'.
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
making enc
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
compiling ./enc/encdb.c
|
|
linking encoding encdb.so
|
|
compiling ./enc/big5.c
|
|
linking encoding big5.so
|
|
compiling ./enc/cp949.c
|
|
linking encoding cp949.so
|
|
compiling ./enc/emacs_mule.c
|
|
linking encoding emacs_mule.so
|
|
compiling ./enc/euc_jp.c
|
|
linking encoding euc_jp.so
|
|
compiling ./enc/euc_kr.c
|
|
linking encoding euc_kr.so
|
|
compiling ./enc/euc_tw.c
|
|
linking encoding euc_tw.so
|
|
compiling ./enc/gb2312.c
|
|
linking encoding gb2312.so
|
|
compiling ./enc/gb18030.c
|
|
linking encoding gb18030.so
|
|
compiling ./enc/gbk.c
|
|
linking encoding gbk.so
|
|
compiling ./enc/iso_8859_1.c
|
|
linking encoding iso_8859_1.so
|
|
compiling ./enc/iso_8859_2.c
|
|
linking encoding iso_8859_2.so
|
|
compiling ./enc/iso_8859_3.c
|
|
linking encoding iso_8859_3.so
|
|
compiling ./enc/iso_8859_4.c
|
|
linking encoding iso_8859_4.so
|
|
compiling ./enc/iso_8859_5.c
|
|
linking encoding iso_8859_5.so
|
|
compiling ./enc/iso_8859_6.c
|
|
linking encoding iso_8859_6.so
|
|
compiling ./enc/iso_8859_7.c
|
|
linking encoding iso_8859_7.so
|
|
compiling ./enc/iso_8859_8.c
|
|
linking encoding iso_8859_8.so
|
|
compiling ./enc/iso_8859_9.c
|
|
linking encoding iso_8859_9.so
|
|
compiling ./enc/iso_8859_10.c
|
|
linking encoding iso_8859_10.so
|
|
compiling ./enc/iso_8859_11.c
|
|
linking encoding iso_8859_11.so
|
|
compiling ./enc/iso_8859_13.c
|
|
linking encoding iso_8859_13.so
|
|
compiling ./enc/iso_8859_14.c
|
|
linking encoding iso_8859_14.so
|
|
compiling ./enc/iso_8859_15.c
|
|
linking encoding iso_8859_15.so
|
|
compiling ./enc/iso_8859_16.c
|
|
linking encoding iso_8859_16.so
|
|
compiling ./enc/koi8_r.c
|
|
linking encoding koi8_r.so
|
|
compiling ./enc/koi8_u.c
|
|
linking encoding koi8_u.so
|
|
compiling ./enc/shift_jis.c
|
|
linking encoding shift_jis.so
|
|
compiling ./enc/utf_16be.c
|
|
linking encoding utf_16be.so
|
|
compiling ./enc/utf_16le.c
|
|
linking encoding utf_16le.so
|
|
compiling ./enc/utf_32be.c
|
|
linking encoding utf_32be.so
|
|
compiling ./enc/utf_32le.c
|
|
linking encoding utf_32le.so
|
|
compiling ./enc/windows_31j.c
|
|
linking encoding windows_31j.so
|
|
compiling ./enc/windows_1250.c
|
|
linking encoding windows_1250.so
|
|
compiling ./enc/windows_1251.c
|
|
linking encoding windows_1251.so
|
|
compiling ./enc/windows_1252.c
|
|
linking encoding windows_1252.so
|
|
compiling ./enc/windows_1253.c
|
|
linking encoding windows_1253.so
|
|
compiling ./enc/windows_1254.c
|
|
linking encoding windows_1254.so
|
|
compiling ./enc/windows_1257.c
|
|
linking encoding windows_1257.so
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
making trans
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
compiling ./enc/trans/transdb.c
|
|
linking transcoder transdb.so
|
|
compiling ./enc/trans/big5.c
|
|
linking transcoder big5.so
|
|
compiling ./enc/trans/chinese.c
|
|
linking transcoder chinese.so
|
|
compiling ./enc/trans/ebcdic.c
|
|
linking transcoder ebcdic.so
|
|
compiling ./enc/trans/emoji.c
|
|
linking transcoder emoji.so
|
|
compiling ./enc/trans/emoji_iso2022_kddi.c
|
|
linking transcoder emoji_iso2022_kddi.so
|
|
compiling ./enc/trans/emoji_sjis_docomo.c
|
|
linking transcoder emoji_sjis_docomo.so
|
|
compiling ./enc/trans/emoji_sjis_kddi.c
|
|
linking transcoder emoji_sjis_kddi.so
|
|
compiling ./enc/trans/emoji_sjis_softbank.c
|
|
linking transcoder emoji_sjis_softbank.so
|
|
compiling ./enc/trans/escape.c
|
|
linking transcoder escape.so
|
|
compiling ./enc/trans/gb18030.c
|
|
linking transcoder gb18030.so
|
|
compiling ./enc/trans/gbk.c
|
|
linking transcoder gbk.so
|
|
compiling ./enc/trans/iso2022.c
|
|
linking transcoder iso2022.so
|
|
compiling ./enc/trans/japanese.c
|
|
linking transcoder japanese.so
|
|
compiling ./enc/trans/japanese_euc.c
|
|
linking transcoder japanese_euc.so
|
|
compiling ./enc/trans/japanese_sjis.c
|
|
linking transcoder japanese_sjis.so
|
|
compiling ./enc/trans/korean.c
|
|
linking transcoder korean.so
|
|
compiling ./enc/trans/single_byte.c
|
|
linking transcoder single_byte.so
|
|
compiling ./enc/trans/utf8_mac.c
|
|
linking transcoder utf8_mac.so
|
|
compiling ./enc/trans/utf_16_32.c
|
|
linking transcoder utf_16_32.so
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
making encs
|
|
make[1]: Entering directory '/home/jaruga/git/ruby'
|
|
make[1]: Nothing to be done for 'encs'.
|
|
make[1]: Leaving directory '/home/jaruga/git/ruby'
|
|
building rb_mjit_header.h
|
|
rb_mjit_header.h updated
|
|
building .ext/include/x86_64-linux/rb_mjit_min_header-2.6.0.h
|
|
./miniruby -I./lib -I. -I.ext/common ./tool/transform_mjit_header.rb "gcc " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-2.6.0.h
|
|
|
|
Transforming external functions to static:
|
|
transform_mjit_header: making external definition of 'rb_vm_pop_cfunc_frame' static inline
|
|
transform_mjit_header: making external definition of 'Init_vm_stack_canary' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aset' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aref' static inline
|
|
transform_mjit_header: making external definition of 'rb_simple_iseq_p' static inline
|
|
transform_mjit_header: making external definition of 'rb_eql_opt' static inline
|
|
transform_mjit_header: changing definition of 'rb_equal_opt' to declaration
|
|
transform_mjit_header: changing definition of 'rb_vm_search_method_slowpath' to declaration
|
|
transform_mjit_header: making external definition of 'rb_vm_rewrite_cref' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_frame_method_entry' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_bh_to_procval' static inline
|
|
transform_mjit_header: making external definition of 'rb_error_arity' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_pop_frame' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_push_frame' static inline
|
|
transform_mjit_header: making external definition of 'rb_ec_stack_overflow' static inline
|
|
transform_mjit_header: making declaration of 'rb_ec_stack_overflow' static inline
|
|
transform_mjit_header: making external definition of 'ruby_vm_special_exception_copy' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_block_ep_update' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_cref_new_toplevel' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_frame_block_handler' static inline
|
|
transform_mjit_header: making external definition of 'rb_vm_ep_local_ep' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_frame_method_entry' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_rewrite_cref' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_bh_to_procval' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_pop_frame' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_frame_block_handler' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_block_ep_update' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_ep_local_ep' static inline
|
|
transform_mjit_header: making declaration of 'Init_vm_stack_canary' static inline
|
|
transform_mjit_header: making declaration of 'rb_eql_opt' static inline
|
|
transform_mjit_header: making declaration of 'ruby_vm_special_exception_copy' static inline
|
|
transform_mjit_header: making declaration of 'rb_vm_pop_cfunc_frame' static inline
|
|
transform_mjit_header: making external definition of 'rb_scan_args_set' static inline
|
|
transform_mjit_header: making declaration of 'rb_scan_args_set' static inline
|
|
transform_mjit_header: making declaration of 'rb_error_arity' static inline
|
|
transform_mjit_header: SKIPPED to transform getlogin_r
|
|
transform_mjit_header: SKIPPED to transform pread64
|
|
transform_mjit_header: SKIPPED to transform pread
|
|
transform_mjit_header: SKIPPED to transform read
|
|
transform_mjit_header: SKIPPED to transform bsearch
|
|
transform_mjit_header: SKIPPED to transform fread_unlocked
|
|
transform_mjit_header: SKIPPED to transform fgets_unlocked
|
|
transform_mjit_header: SKIPPED to transform fread
|
|
transform_mjit_header: SKIPPED to transform fgets
|
|
transform_mjit_header: SKIPPED to transform vdprintf
|
|
transform_mjit_header: SKIPPED to transform dprintf
|
|
transform_mjit_header: SKIPPED to transform vfprintf
|
|
transform_mjit_header: SKIPPED to transform vprintf
|
|
transform_mjit_header: SKIPPED to transform printf
|
|
transform_mjit_header: SKIPPED to transform fprintf
|
|
transform_mjit_header: SKIPPED to transform getline
|
|
transform_mjit_header: SKIPPED to transform putchar_unlocked
|
|
transform_mjit_header: SKIPPED to transform putc_unlocked
|
|
transform_mjit_header: SKIPPED to transform fputc_unlocked
|
|
transform_mjit_header: SKIPPED to transform putchar
|
|
transform_mjit_header: SKIPPED to transform getchar_unlocked
|
|
transform_mjit_header: SKIPPED to transform getc_unlocked
|
|
transform_mjit_header: SKIPPED to transform fgetc_unlocked
|
|
transform_mjit_header: SKIPPED to transform getchar
|
|
ln -sf ../../../.ext/include/x86_64-linux/rb_mjit_min_header-2.6.0.h include/ruby-2.6.0/x86_64-linux/rb_mjit_min_header-2.6.0.h
|
|
Generating RDoc documentation
|
|
Parsing sources...
|
|
0% [ 1/897] /home/jaruga/git/ruby/doc/NEWS-1.8.7
|
|
0% [ 2/897] /home/jaruga/git/ruby/doc/NEWS-1.9.1
|
|
0% [ 3/897] /home/jaruga/git/ruby/doc/NEWS-1.9.2
|
|
0% [ 4/897] /home/jaruga/git/ruby/doc/NEWS-1.9.3
|
|
0% [ 5/897] /home/jaruga/git/ruby/doc/NEWS-2.0.0
|
|
0% [ 6/897] /home/jaruga/git/ruby/doc/NEWS-2.1.0
|
|
0% [ 7/897] /home/jaruga/git/ruby/doc/NEWS-2.2.0
|
|
0% [ 8/897] /home/jaruga/git/ruby/doc/NEWS-2.3.0
|
|
1% [ 9/897] /home/jaruga/git/ruby/doc/NEWS-2.4.0
|
|
1% [10/897] /home/jaruga/git/ruby/doc/NEWS-2.5.0
|
|
1% [11/897] /home/jaruga/git/ruby/doc/contributing.rdoc
|
|
1% [12/897] /home/jaruga/git/ruby/doc/contributors.rdoc
|
|
1% [13/897] /home/jaruga/git/ruby/doc/dtrace_probes.rdoc
|
|
1% [14/897] /home/jaruga/git/ruby/doc/extension.ja.rdoc
|
|
1% [15/897] /home/jaruga/git/ruby/doc/extension.rdoc
|
|
1% [16/897] /home/jaruga/git/ruby/doc/globals.rdoc
|
|
1% [17/897] /home/jaruga/git/ruby/doc/keywords.rdoc
|
|
2% [18/897] /home/jaruga/git/ruby/doc/maintainers.rdoc
|
|
2% [19/897] /home/jaruga/git/ruby/doc/marshal.rdoc
|
|
2% [20/897] /home/jaruga/git/ruby/doc/regexp.rdoc
|
|
2% [21/897] /home/jaruga/git/ruby/doc/security.rdoc
|
|
2% [22/897] /home/jaruga/git/ruby/doc/signals.rdoc
|
|
2% [23/897] /home/jaruga/git/ruby/doc/standard_library.rdoc
|
|
2% [24/897] /home/jaruga/git/ruby/doc/syntax.rdoc
|
|
2% [25/897] /home/jaruga/git/ruby/doc/syntax/assignment.rdoc
|
|
2% [26/897] /home/jaruga/git/ruby/doc/syntax/calling_methods.rdoc
|
|
3% [27/897] /home/jaruga/git/ruby/doc/syntax/control_expressions.rdoc
|
|
3% [28/897] /home/jaruga/git/ruby/doc/syntax/exceptions.rdoc
|
|
3% [29/897] /home/jaruga/git/ruby/doc/syntax/literals.rdoc
|
|
3% [30/897] /home/jaruga/git/ruby/doc/syntax/methods.rdoc
|
|
3% [31/897] /home/jaruga/git/ruby/doc/syntax/miscellaneous.rdoc
|
|
3% [32/897] /home/jaruga/git/ruby/doc/syntax/modules_and_classes.rdoc
|
|
3% [33/897] /home/jaruga/git/ruby/doc/syntax/precedence.rdoc
|
|
3% [34/897] /home/jaruga/git/ruby/doc/syntax/refinements.rdoc
|
|
3% [35/897] CONTRIBUTING.md
|
|
4% [36/897] COPYING
|
|
4% [37/897] COPYING.ja
|
|
4% [38/897] NEWS
|
|
4% [39/897] README.ja.md
|
|
4% [40/897] README.md
|
|
4% [41/897] addr2line.c
|
|
4% [42/897] array.c
|
|
4% [43/897] ast.c
|
|
4% [44/897] bignum.c
|
|
5% [45/897] class.c
|
|
5% [46/897] compar.c
|
|
5% [47/897] compile.c
|
|
5% [48/897] complex.c
|
|
5% [49/897] cont.c
|
|
5% [50/897] debug.c
|
|
5% [51/897] debug_counter.c
|
|
5% [52/897] dir.c
|
|
5% [53/897] dln.c
|
|
6% [54/897] dln_find.c
|
|
6% [55/897] dmydln.c
|
|
6% [56/897] dmyenc.c
|
|
6% [57/897] dmyext.c
|
|
6% [58/897] doc/NEWS-1.8.7
|
|
6% [59/897] doc/NEWS-1.9.1
|
|
6% [60/897] doc/NEWS-1.9.2
|
|
6% [61/897] doc/NEWS-1.9.3
|
|
6% [62/897] doc/NEWS-2.0.0
|
|
7% [63/897] doc/NEWS-2.1.0
|
|
7% [64/897] doc/NEWS-2.2.0
|
|
7% [65/897] doc/NEWS-2.3.0
|
|
7% [66/897] doc/NEWS-2.4.0
|
|
7% [67/897] doc/NEWS-2.5.0
|
|
7% [68/897] doc/contributing.rdoc
|
|
7% [69/897] doc/contributors.rdoc
|
|
7% [70/897] doc/dtrace_probes.rdoc
|
|
7% [71/897] doc/extension.ja.rdoc
|
|
8% [72/897] doc/extension.rdoc
|
|
8% [73/897] doc/globals.rdoc
|
|
8% [74/897] doc/keywords.rdoc
|
|
8% [75/897] doc/maintainers.rdoc
|
|
8% [76/897] doc/marshal.rdoc
|
|
8% [77/897] doc/regexp.rdoc
|
|
8% [78/897] doc/security.rdoc
|
|
8% [79/897] doc/signals.rdoc
|
|
8% [80/897] doc/standard_library.rdoc
|
|
9% [81/897] doc/syntax.rdoc
|
|
9% [82/897] doc/syntax/assignment.rdoc
|
|
9% [83/897] doc/syntax/calling_methods.rdoc
|
|
9% [84/897] doc/syntax/control_expressions.rdoc
|
|
9% [85/897] doc/syntax/exceptions.rdoc
|
|
9% [86/897] doc/syntax/literals.rdoc
|
|
9% [87/897] doc/syntax/methods.rdoc
|
|
9% [88/897] doc/syntax/miscellaneous.rdoc
|
|
9% [89/897] doc/syntax/modules_and_classes.rdoc
|
|
10% [90/897] doc/syntax/precedence.rdoc
|
|
10% [91/897] doc/syntax/refinements.rdoc
|
|
10% [92/897] encoding.c
|
|
10% [93/897] enum.c
|
|
10% [94/897] enumerator.c
|
|
10% [95/897] error.c
|
|
10% [96/897] eval.c
|
|
10% [97/897] eval_error.c
|
|
10% [98/897] eval_jump.c
|
|
11% [99/897] ext/bigdecimal/bigdecimal.c
|
|
11% [100/897] ext/bigdecimal/lib/bigdecimal/jacobian.rb
|
|
11% [101/897] ext/bigdecimal/lib/bigdecimal/ludcmp.rb
|
|
11% [102/897] ext/bigdecimal/lib/bigdecimal/math.rb
|
|
11% [103/897] ext/bigdecimal/lib/bigdecimal/newton.rb
|
|
11% [104/897] ext/bigdecimal/lib/bigdecimal/util.rb
|
|
11% [105/897] ext/continuation/continuation.c
|
|
11% [106/897] ext/coverage/coverage.c
|
|
11% [107/897] ext/date/date_core.c
|
|
12% [108/897] ext/dbm/dbm.c
|
|
12% [109/897] ext/digest/bubblebabble/bubblebabble.c
|
|
12% [110/897] ext/digest/digest.c
|
|
12% [111/897] ext/digest/lib/digest.rb
|
|
12% [112/897] ext/digest/md5/md5init.c
|
|
12% [113/897] ext/digest/rmd160/rmd160init.c
|
|
12% [114/897] ext/digest/sha1/sha1init.c
|
|
12% [115/897] ext/digest/sha2/sha2init.c
|
|
12% [116/897] ext/etc/etc.c
|
|
13% [117/897] ext/fcntl/fcntl.c
|
|
13% [118/897] ext/fiber/fiber.c
|
|
13% [119/897] ext/fiddle/closure.c
|
|
13% [120/897] ext/fiddle/conversions.c
|
|
13% [121/897] ext/fiddle/fiddle.c
|
|
13% [122/897] ext/fiddle/function.c
|
|
13% [123/897] ext/fiddle/handle.c
|
|
13% [124/897] ext/fiddle/lib/fiddle.rb
|
|
13% [125/897] ext/fiddle/lib/fiddle/closure.rb
|
|
14% [126/897] ext/fiddle/lib/fiddle/cparser.rb
|
|
14% [127/897] ext/fiddle/lib/fiddle/function.rb
|
|
14% [128/897] ext/fiddle/lib/fiddle/import.rb
|
|
14% [129/897] ext/fiddle/lib/fiddle/pack.rb
|
|
14% [130/897] ext/fiddle/lib/fiddle/struct.rb
|
|
14% [131/897] ext/fiddle/lib/fiddle/types.rb
|
|
14% [132/897] ext/fiddle/lib/fiddle/value.rb
|
|
14% [133/897] ext/fiddle/pointer.c
|
|
14% [134/897] ext/gdbm/gdbm.c
|
|
15% [135/897] ext/io/console/console.c
|
|
15% [136/897] ext/io/nonblock/nonblock.c
|
|
15% [137/897] ext/io/wait/wait.c
|
|
15% [138/897] ext/json/generator/generator.c
|
|
15% [139/897] ext/json/lib/json.rb
|
|
15% [140/897] ext/json/lib/json/add/bigdecimal.rb
|
|
15% [141/897] ext/json/lib/json/add/complex.rb
|
|
15% [142/897] ext/json/lib/json/add/core.rb
|
|
15% [143/897] ext/json/lib/json/add/date.rb
|
|
16% [144/897] ext/json/lib/json/add/date_time.rb
|
|
16% [145/897] ext/json/lib/json/add/exception.rb
|
|
16% [146/897] ext/json/lib/json/add/ostruct.rb
|
|
16% [147/897] ext/json/lib/json/add/range.rb
|
|
16% [148/897] ext/json/lib/json/add/rational.rb
|
|
16% [149/897] ext/json/lib/json/add/regexp.rb
|
|
16% [150/897] ext/json/lib/json/add/struct.rb
|
|
16% [151/897] ext/json/lib/json/add/symbol.rb
|
|
16% [152/897] ext/json/lib/json/add/time.rb
|
|
17% [153/897] ext/json/lib/json/common.rb
|
|
17% [154/897] ext/json/lib/json/ext.rb
|
|
17% [155/897] ext/json/lib/json/generic_object.rb
|
|
17% [156/897] ext/json/lib/json/version.rb
|
|
17% [157/897] ext/json/parser/parser.c
|
|
17% [158/897] ext/nkf/lib/kconv.rb
|
|
17% [159/897] ext/nkf/nkf.c
|
|
17% [160/897] ext/objspace/object_tracing.c
|
|
17% [161/897] ext/objspace/objspace.c
|
|
18% [162/897] ext/objspace/objspace_dump.c
|
|
18% [163/897] ext/openssl/lib/openssl.rb
|
|
18% [164/897] ext/openssl/lib/openssl/bn.rb
|
|
18% [165/897] ext/openssl/lib/openssl/buffering.rb
|
|
18% [166/897] ext/openssl/lib/openssl/cipher.rb
|
|
18% [167/897] ext/openssl/lib/openssl/config.rb
|
|
18% [168/897] ext/openssl/lib/openssl/digest.rb
|
|
18% [169/897] ext/openssl/lib/openssl/pkcs5.rb
|
|
18% [170/897] ext/openssl/lib/openssl/pkey.rb
|
|
19% [171/897] ext/openssl/lib/openssl/ssl.rb
|
|
19% [172/897] ext/openssl/lib/openssl/x509.rb
|
|
19% [173/897] ext/openssl/ossl.c
|
|
19% [174/897] ext/openssl/ossl_asn1.c
|
|
19% [175/897] ext/openssl/ossl_bio.c
|
|
19% [176/897] ext/openssl/ossl_bn.c
|
|
19% [177/897] ext/openssl/ossl_cipher.c
|
|
19% [178/897] ext/openssl/ossl_config.c
|
|
19% [179/897] ext/openssl/ossl_digest.c
|
|
20% [180/897] ext/openssl/ossl_engine.c
|
|
20% [181/897] ext/openssl/ossl_hmac.c
|
|
20% [182/897] ext/openssl/ossl_kdf.c
|
|
20% [183/897] ext/openssl/ossl_ns_spki.c
|
|
20% [184/897] ext/openssl/ossl_ocsp.c
|
|
20% [185/897] ext/openssl/ossl_pkcs12.c
|
|
20% [186/897] ext/openssl/ossl_pkcs7.c
|
|
20% [187/897] ext/openssl/ossl_pkey.c
|
|
20% [188/897] ext/openssl/ossl_pkey_dh.c
|
|
21% [189/897] ext/openssl/ossl_pkey_dsa.c
|
|
21% [190/897] ext/openssl/ossl_pkey_ec.c
|
|
21% [191/897] ext/openssl/ossl_pkey_rsa.c
|
|
21% [192/897] ext/openssl/ossl_rand.c
|
|
21% [193/897] ext/openssl/ossl_ssl.c
|
|
21% [194/897] ext/openssl/ossl_ssl_session.c
|
|
21% [195/897] ext/openssl/ossl_x509.c
|
|
21% [196/897] ext/openssl/ossl_x509attr.c
|
|
21% [197/897] ext/openssl/ossl_x509cert.c
|
|
22% [198/897] ext/openssl/ossl_x509crl.c
|
|
22% [199/897] ext/openssl/ossl_x509ext.c
|
|
22% [200/897] ext/openssl/ossl_x509name.c
|
|
22% [201/897] ext/openssl/ossl_x509req.c
|
|
22% [202/897] ext/openssl/ossl_x509revoked.c
|
|
22% [203/897] ext/openssl/ossl_x509store.c
|
|
22% [204/897] ext/pathname/lib/pathname.rb
|
|
22% [205/897] ext/pathname/pathname.c
|
|
22% [206/897] ext/psych/lib/psych.rb
|
|
23% [207/897] ext/psych/lib/psych/class_loader.rb
|
|
23% [208/897] ext/psych/lib/psych/coder.rb
|
|
23% [209/897] ext/psych/lib/psych/core_ext.rb
|
|
23% [210/897] ext/psych/lib/psych/exception.rb
|
|
23% [211/897] ext/psych/lib/psych/handler.rb
|
|
23% [212/897] ext/psych/lib/psych/handlers/document_stream.rb
|
|
23% [213/897] ext/psych/lib/psych/handlers/recorder.rb
|
|
23% [214/897] ext/psych/lib/psych/json/ruby_events.rb
|
|
23% [215/897] ext/psych/lib/psych/json/stream.rb
|
|
24% [216/897] ext/psych/lib/psych/json/tree_builder.rb
|
|
24% [217/897] ext/psych/lib/psych/json/yaml_events.rb
|
|
24% [218/897] ext/psych/lib/psych/nodes.rb
|
|
24% [219/897] ext/psych/lib/psych/nodes/alias.rb
|
|
24% [220/897] ext/psych/lib/psych/nodes/document.rb
|
|
24% [221/897] ext/psych/lib/psych/nodes/mapping.rb
|
|
24% [222/897] ext/psych/lib/psych/nodes/node.rb
|
|
24% [223/897] ext/psych/lib/psych/nodes/scalar.rb
|
|
24% [224/897] ext/psych/lib/psych/nodes/sequence.rb
|
|
25% [225/897] ext/psych/lib/psych/nodes/stream.rb
|
|
25% [226/897] ext/psych/lib/psych/omap.rb
|
|
25% [227/897] ext/psych/lib/psych/parser.rb
|
|
25% [228/897] ext/psych/lib/psych/scalar_scanner.rb
|
|
25% [229/897] ext/psych/lib/psych/set.rb
|
|
25% [230/897] ext/psych/lib/psych/stream.rb
|
|
25% [231/897] ext/psych/lib/psych/streaming.rb
|
|
25% [232/897] ext/psych/lib/psych/syntax_error.rb
|
|
25% [233/897] ext/psych/lib/psych/tree_builder.rb
|
|
26% [234/897] ext/psych/lib/psych/versions.rb
|
|
26% [235/897] ext/psych/lib/psych/visitors.rb
|
|
26% [236/897] ext/psych/lib/psych/visitors/depth_first.rb
|
|
26% [237/897] ext/psych/lib/psych/visitors/emitter.rb
|
|
26% [238/897] ext/psych/lib/psych/visitors/json_tree.rb
|
|
26% [239/897] ext/psych/lib/psych/visitors/to_ruby.rb
|
|
26% [240/897] ext/psych/lib/psych/visitors/visitor.rb
|
|
26% [241/897] ext/psych/lib/psych/visitors/yaml_tree.rb
|
|
26% [242/897] ext/psych/lib/psych/y.rb
|
|
27% [243/897] ext/psych/psych.c
|
|
27% [244/897] ext/psych/psych_emitter.c
|
|
27% [245/897] ext/psych/psych_parser.c
|
|
27% [246/897] ext/psych/psych_to_ruby.c
|
|
27% [247/897] ext/psych/psych_yaml_tree.c
|
|
27% [248/897] ext/pty/lib/expect.rb
|
|
27% [249/897] ext/pty/pty.c
|
|
27% [250/897] ext/racc/cparse/cparse.c
|
|
27% [251/897] ext/readline/readline.c
|
|
28% [252/897] ext/ripper/lib/ripper.rb
|
|
28% [253/897] ext/ripper/lib/ripper/core.rb
|
|
28% [254/897] ext/ripper/lib/ripper/filter.rb
|
|
28% [255/897] ext/ripper/lib/ripper/lexer.rb
|
|
28% [256/897] ext/ripper/lib/ripper/sexp.rb
|
|
28% [257/897] ext/sdbm/init.c
|
|
28% [258/897] ext/socket/ancdata.c
|
|
28% [259/897] ext/socket/basicsocket.c
|
|
28% [260/897] ext/socket/constants.c
|
|
29% [261/897] ext/socket/constdefs.c
|
|
29% [262/897] ext/socket/ifaddr.c
|
|
29% [263/897] ext/socket/init.c
|
|
29% [264/897] ext/socket/ipsocket.c
|
|
29% [265/897] ext/socket/lib/socket.rb
|
|
29% [266/897] ext/socket/option.c
|
|
29% [267/897] ext/socket/raddrinfo.c
|
|
29% [268/897] ext/socket/socket.c
|
|
29% [269/897] ext/socket/sockssocket.c
|
|
30% [270/897] ext/socket/tcpserver.c
|
|
30% [271/897] ext/socket/tcpsocket.c
|
|
30% [272/897] ext/socket/udpsocket.c
|
|
30% [273/897] ext/socket/unixserver.c
|
|
30% [274/897] ext/socket/unixsocket.c
|
|
30% [275/897] ext/stringio/stringio.c
|
|
30% [276/897] ext/strscan/strscan.c
|
|
30% [277/897] ext/syslog/lib/syslog/logger.rb
|
|
30% [278/897] ext/syslog/syslog.c
|
|
31% [279/897] ext/win32ole/lib/win32ole.rb
|
|
31% [280/897] ext/win32ole/lib/win32ole/property.rb
|
|
31% [281/897] ext/win32ole/win32ole.c
|
|
31% [282/897] ext/win32ole/win32ole_error.c
|
|
31% [283/897] ext/win32ole/win32ole_event.c
|
|
31% [284/897] ext/win32ole/win32ole_method.c
|
|
31% [285/897] ext/win32ole/win32ole_param.c
|
|
31% [286/897] ext/win32ole/win32ole_record.c
|
|
31% [287/897] ext/win32ole/win32ole_type.c
|
|
32% [288/897] ext/win32ole/win32ole_typelib.c
|
|
32% [289/897] ext/win32ole/win32ole_variable.c
|
|
32% [290/897] ext/win32ole/win32ole_variant.c
|
|
32% [291/897] ext/win32ole/win32ole_variant_m.c
|
|
32% [292/897] ext/zlib/zlib.c
|
|
32% [293/897] file.c
|
|
32% [294/897] gc.c
|
|
32% [295/897] goruby.c
|
|
32% [296/897] hash.c
|
|
33% [297/897] id.c
|
|
33% [298/897] id_table.c
|
|
33% [299/897] inits.c
|
|
33% [300/897] io.c
|
|
33% [301/897] iseq.c
|
|
33% [302/897] lex.c
|
|
33% [303/897] lib/English.rb
|
|
33% [304/897] lib/abbrev.rb
|
|
34% [305/897] lib/base64.rb
|
|
34% [306/897] lib/benchmark.rb
|
|
34% [307/897] lib/cgi.rb
|
|
34% [308/897] lib/cgi/cookie.rb
|
|
34% [309/897] lib/cgi/core.rb
|
|
34% [310/897] lib/cgi/html.rb
|
|
34% [311/897] lib/cgi/session.rb
|
|
34% [312/897] lib/cgi/session/pstore.rb
|
|
34% [313/897] lib/cgi/util.rb
|
|
35% [314/897] lib/cmath.rb
|
|
35% [315/897] lib/csv.rb
|
|
35% [316/897] lib/csv/core_ext/array.rb
|
|
35% [317/897] lib/csv/core_ext/string.rb
|
|
35% [318/897] lib/csv/csv.gemspec
|
|
35% [319/897] lib/csv/row.rb
|
|
35% [320/897] lib/csv/table.rb
|
|
35% [321/897] lib/csv/version.rb
|
|
35% [322/897] lib/debug.rb
|
|
36% [323/897] lib/delegate.rb
|
|
36% [324/897] lib/drb.rb
|
|
36% [325/897] lib/drb/acl.rb
|
|
36% [326/897] lib/drb/drb.rb
|
|
36% [327/897] lib/drb/eq.rb
|
|
36% [328/897] lib/drb/extserv.rb
|
|
36% [329/897] lib/drb/extservm.rb
|
|
36% [330/897] lib/drb/gw.rb
|
|
36% [331/897] lib/drb/invokemethod.rb
|
|
37% [332/897] lib/drb/observer.rb
|
|
37% [333/897] lib/drb/ssl.rb
|
|
37% [334/897] lib/drb/timeridconv.rb
|
|
37% [335/897] lib/drb/unix.rb
|
|
37% [336/897] lib/e2mmap.rb
|
|
37% [337/897] lib/erb.rb
|
|
37% [338/897] lib/fileutils.rb
|
|
37% [339/897] lib/find.rb
|
|
37% [340/897] lib/forwardable.rb
|
|
38% [341/897] lib/forwardable/forwardable.gemspec
|
|
38% [342/897] lib/forwardable/impl.rb
|
|
38% [343/897] lib/getoptlong.rb
|
|
38% [344/897] lib/ipaddr.rb
|
|
38% [345/897] lib/irb.rb
|
|
38% [346/897] lib/irb/cmd/chws.rb
|
|
38% [347/897] lib/irb/cmd/fork.rb
|
|
38% [348/897] lib/irb/cmd/help.rb
|
|
38% [349/897] lib/irb/cmd/load.rb
|
|
39% [350/897] lib/irb/cmd/nop.rb
|
|
39% [351/897] lib/irb/cmd/pushws.rb
|
|
39% [352/897] lib/irb/cmd/subirb.rb
|
|
39% [353/897] lib/irb/completion.rb
|
|
39% [354/897] lib/irb/context.rb
|
|
39% [355/897] lib/irb/ext/change-ws.rb
|
|
39% [356/897] lib/irb/ext/history.rb
|
|
39% [357/897] lib/irb/ext/loader.rb
|
|
39% [358/897] lib/irb/ext/multi-irb.rb
|
|
40% [359/897] lib/irb/ext/save-history.rb
|
|
40% [360/897] lib/irb/ext/tracer.rb
|
|
40% [361/897] lib/irb/ext/use-loader.rb
|
|
40% [362/897] lib/irb/ext/workspaces.rb
|
|
40% [363/897] lib/irb/extend-command.rb
|
|
40% [364/897] lib/irb/frame.rb
|
|
40% [365/897] lib/irb/help.rb
|
|
40% [366/897] lib/irb/init.rb
|
|
40% [367/897] lib/irb/input-method.rb
|
|
41% [368/897] lib/irb/inspector.rb
|
|
41% [369/897] lib/irb/irb.gemspec
|
|
41% [370/897] lib/irb/lc/error.rb
|
|
41% [371/897] lib/irb/lc/ja/encoding_aliases.rb
|
|
41% [372/897] lib/irb/lc/ja/error.rb
|
|
41% [373/897] lib/irb/locale.rb
|
|
41% [374/897] lib/irb/magic-file.rb
|
|
41% [375/897] lib/irb/notifier.rb
|
|
41% [376/897] lib/irb/output-method.rb
|
|
42% [377/897] lib/irb/ruby-lex.rb
|
|
42% [378/897] lib/irb/ruby-token.rb
|
|
42% [379/897] lib/irb/slex.rb
|
|
42% [380/897] lib/irb/src_encoding.rb
|
|
42% [381/897] lib/irb/version.rb
|
|
42% [382/897] lib/irb/workspace.rb
|
|
42% [383/897] lib/irb/ws-for-case-2.rb
|
|
42% [384/897] lib/irb/xmp.rb
|
|
42% [385/897] lib/logger.rb
|
|
43% [386/897] lib/matrix.rb
|
|
43% [387/897] lib/matrix/eigenvalue_decomposition.rb
|
|
43% [388/897] lib/matrix/lup_decomposition.rb
|
|
43% [389/897] lib/matrix/matrix.gemspec
|
|
43% [390/897] lib/mkmf.rb
|
|
43% [391/897] lib/monitor.rb
|
|
43% [392/897] lib/mutex_m.rb
|
|
43% [393/897] lib/net/ftp.rb
|
|
43% [394/897] lib/net/http.rb
|
|
44% [395/897] lib/net/http/backward.rb
|
|
44% [396/897] lib/net/http/exceptions.rb
|
|
44% [397/897] lib/net/http/generic_request.rb
|
|
44% [398/897] lib/net/http/header.rb
|
|
44% [399/897] lib/net/http/proxy_delta.rb
|
|
44% [400/897] lib/net/http/request.rb
|
|
44% [401/897] lib/net/http/requests.rb
|
|
44% [402/897] lib/net/http/response.rb
|
|
44% [403/897] lib/net/http/responses.rb
|
|
45% [404/897] lib/net/http/status.rb
|
|
45% [405/897] lib/net/https.rb
|
|
45% [406/897] lib/net/imap.rb
|
|
45% [407/897] lib/net/pop.rb
|
|
45% [408/897] lib/net/protocol.rb
|
|
45% [409/897] lib/net/smtp.rb
|
|
45% [410/897] lib/observer.rb
|
|
45% [411/897] lib/open-uri.rb
|
|
45% [412/897] lib/open3.rb
|
|
46% [413/897] lib/optionparser.rb
|
|
46% [414/897] lib/optparse.rb
|
|
46% [415/897] lib/optparse/ac.rb
|
|
46% [416/897] lib/optparse/date.rb
|
|
46% [417/897] lib/optparse/kwargs.rb
|
|
46% [418/897] lib/optparse/shellwords.rb
|
|
46% [419/897] lib/optparse/time.rb
|
|
46% [420/897] lib/optparse/uri.rb
|
|
46% [421/897] lib/optparse/version.rb
|
|
47% [422/897] lib/ostruct.rb
|
|
47% [423/897] lib/pp.rb
|
|
47% [424/897] lib/prettyprint.rb
|
|
47% [425/897] lib/prime.rb
|
|
47% [426/897] lib/profile.rb
|
|
47% [427/897] lib/profiler.rb
|
|
47% [428/897] lib/pstore.rb
|
|
47% [429/897] lib/racc/parser.rb
|
|
47% [430/897] lib/racc/rdoc/grammar.en.rdoc
|
|
48% [431/897] lib/rdoc.rb
|
|
48% [432/897] lib/rdoc/alias.rb
|
|
48% [433/897] lib/rdoc/anon_class.rb
|
|
48% [434/897] lib/rdoc/any_method.rb
|
|
48% [435/897] lib/rdoc/attr.rb
|
|
48% [436/897] lib/rdoc/class_module.rb
|
|
48% [437/897] lib/rdoc/code_object.rb
|
|
48% [438/897] lib/rdoc/code_objects.rb
|
|
48% [439/897] lib/rdoc/comment.rb
|
|
49% [440/897] lib/rdoc/constant.rb
|
|
49% [441/897] lib/rdoc/context.rb
|
|
49% [442/897] lib/rdoc/cross_reference.rb
|
|
49% [443/897] lib/rdoc/encoding.rb
|
|
49% [444/897] lib/rdoc/erb_partial.rb
|
|
49% [445/897] lib/rdoc/erbio.rb
|
|
49% [446/897] lib/rdoc/extend.rb
|
|
49% [447/897] lib/rdoc/generator.rb
|
|
49% [448/897] lib/rdoc/ghost_method.rb
|
|
50% [449/897] lib/rdoc/i18n.rb
|
|
50% [450/897] lib/rdoc/include.rb
|
|
50% [451/897] lib/rdoc/known_classes.rb
|
|
50% [452/897] lib/rdoc/markdown.rb
|
|
50% [453/897] lib/rdoc/markup.rb
|
|
50% [454/897] lib/rdoc/meta_method.rb
|
|
50% [455/897] lib/rdoc/method_attr.rb
|
|
50% [456/897] lib/rdoc/mixin.rb
|
|
50% [457/897] lib/rdoc/normal_class.rb
|
|
51% [458/897] lib/rdoc/normal_module.rb
|
|
51% [459/897] lib/rdoc/options.rb
|
|
51% [460/897] lib/rdoc/parser.rb
|
|
51% [461/897] lib/rdoc/rd.rb
|
|
51% [462/897] lib/rdoc/rdoc.rb
|
|
51% [463/897] lib/rdoc/require.rb
|
|
51% [464/897] lib/rdoc/ri.rb
|
|
51% [465/897] lib/rdoc/rubygems_hook.rb
|
|
51% [466/897] lib/rdoc/servlet.rb
|
|
52% [467/897] lib/rdoc/single_class.rb
|
|
52% [468/897] lib/rdoc/stats.rb
|
|
52% [469/897] lib/rdoc/store.rb
|
|
52% [470/897] lib/rdoc/task.rb
|
|
52% [471/897] lib/rdoc/text.rb
|
|
52% [472/897] lib/rdoc/token_stream.rb
|
|
52% [473/897] lib/rdoc/tom_doc.rb
|
|
52% [474/897] lib/rdoc/top_level.rb
|
|
52% [475/897] lib/rdoc/version.rb
|
|
53% [476/897] lib/resolv-replace.rb
|
|
53% [477/897] lib/resolv.rb
|
|
53% [478/897] lib/rexml/attlistdecl.rb
|
|
53% [479/897] lib/rexml/attribute.rb
|
|
53% [480/897] lib/rexml/cdata.rb
|
|
53% [481/897] lib/rexml/child.rb
|
|
53% [482/897] lib/rexml/comment.rb
|
|
53% [483/897] lib/rexml/doctype.rb
|
|
53% [484/897] lib/rexml/document.rb
|
|
54% [485/897] lib/rexml/dtd/attlistdecl.rb
|
|
54% [486/897] lib/rexml/dtd/dtd.rb
|
|
54% [487/897] lib/rexml/dtd/elementdecl.rb
|
|
54% [488/897] lib/rexml/dtd/entitydecl.rb
|
|
54% [489/897] lib/rexml/dtd/notationdecl.rb
|
|
54% [490/897] lib/rexml/element.rb
|
|
54% [491/897] lib/rexml/encoding.rb
|
|
54% [492/897] lib/rexml/entity.rb
|
|
54% [493/897] lib/rexml/formatters/default.rb
|
|
55% [494/897] lib/rexml/formatters/pretty.rb
|
|
55% [495/897] lib/rexml/formatters/transitive.rb
|
|
55% [496/897] lib/rexml/functions.rb
|
|
55% [497/897] lib/rexml/instruction.rb
|
|
55% [498/897] lib/rexml/light/node.rb
|
|
55% [499/897] lib/rexml/namespace.rb
|
|
55% [500/897] lib/rexml/node.rb
|
|
55% [501/897] lib/rexml/output.rb
|
|
55% [502/897] lib/rexml/parent.rb
|
|
56% [503/897] lib/rexml/parseexception.rb
|
|
56% [504/897] lib/rexml/parsers/baseparser.rb
|
|
56% [505/897] lib/rexml/parsers/lightparser.rb
|
|
56% [506/897] lib/rexml/parsers/pullparser.rb
|
|
56% [507/897] lib/rexml/parsers/sax2parser.rb
|
|
56% [508/897] lib/rexml/parsers/streamparser.rb
|
|
56% [509/897] lib/rexml/parsers/treeparser.rb
|
|
56% [510/897] lib/rexml/parsers/ultralightparser.rb
|
|
56% [511/897] lib/rexml/parsers/xpathparser.rb
|
|
57% [512/897] lib/rexml/quickpath.rb
|
|
57% [513/897] lib/rexml/rexml.gemspec
|
|
57% [514/897] lib/rexml/rexml.rb
|
|
57% [515/897] lib/rexml/sax2listener.rb
|
|
57% [516/897] lib/rexml/security.rb
|
|
57% [517/897] lib/rexml/source.rb
|
|
57% [518/897] lib/rexml/streamlistener.rb
|
|
57% [519/897] lib/rexml/syncenumerator.rb
|
|
57% [520/897] lib/rexml/text.rb
|
|
58% [521/897] lib/rexml/undefinednamespaceexception.rb
|
|
58% [522/897] lib/rexml/validation/relaxng.rb
|
|
58% [523/897] lib/rexml/validation/validation.rb
|
|
58% [524/897] lib/rexml/validation/validationexception.rb
|
|
58% [525/897] lib/rexml/xmldecl.rb
|
|
58% [526/897] lib/rexml/xmltokens.rb
|
|
58% [527/897] lib/rexml/xpath.rb
|
|
58% [528/897] lib/rexml/xpath_parser.rb
|
|
58% [529/897] lib/rinda/rinda.rb
|
|
59% [530/897] lib/rinda/ring.rb
|
|
59% [531/897] lib/rinda/tuplespace.rb
|
|
59% [532/897] lib/rss.rb
|
|
59% [533/897] lib/rss/0.9.rb
|
|
59% [534/897] lib/rss/1.0.rb
|
|
59% [535/897] lib/rss/2.0.rb
|
|
59% [536/897] lib/rss/atom.rb
|
|
59% [537/897] lib/rss/content.rb
|
|
59% [538/897] lib/rss/content/1.0.rb
|
|
60% [539/897] lib/rss/content/2.0.rb
|
|
60% [540/897] lib/rss/converter.rb
|
|
60% [541/897] lib/rss/dublincore.rb
|
|
60% [542/897] lib/rss/dublincore/1.0.rb
|
|
60% [543/897] lib/rss/dublincore/2.0.rb
|
|
60% [544/897] lib/rss/dublincore/atom.rb
|
|
60% [545/897] lib/rss/image.rb
|
|
60% [546/897] lib/rss/itunes.rb
|
|
60% [547/897] lib/rss/maker.rb
|
|
61% [548/897] lib/rss/maker/0.9.rb
|
|
61% [549/897] lib/rss/maker/1.0.rb
|
|
61% [550/897] lib/rss/maker/2.0.rb
|
|
61% [551/897] lib/rss/maker/atom.rb
|
|
61% [552/897] lib/rss/maker/base.rb
|
|
61% [553/897] lib/rss/maker/content.rb
|
|
61% [554/897] lib/rss/maker/dublincore.rb
|
|
61% [555/897] lib/rss/maker/entry.rb
|
|
61% [556/897] lib/rss/maker/feed.rb
|
|
62% [557/897] lib/rss/maker/image.rb
|
|
62% [558/897] lib/rss/maker/itunes.rb
|
|
62% [559/897] lib/rss/maker/slash.rb
|
|
62% [560/897] lib/rss/maker/syndication.rb
|
|
62% [561/897] lib/rss/maker/taxonomy.rb
|
|
62% [562/897] lib/rss/maker/trackback.rb
|
|
62% [563/897] lib/rss/parser.rb
|
|
62% [564/897] lib/rss/rexmlparser.rb
|
|
62% [565/897] lib/rss/rss.gemspec
|
|
63% [566/897] lib/rss/rss.rb
|
|
63% [567/897] lib/rss/slash.rb
|
|
63% [568/897] lib/rss/syndication.rb
|
|
63% [569/897] lib/rss/taxonomy.rb
|
|
63% [570/897] lib/rss/trackback.rb
|
|
63% [571/897] lib/rss/utils.rb
|
|
63% [572/897] lib/rss/xml-stylesheet.rb
|
|
63% [573/897] lib/rss/xml.rb
|
|
63% [574/897] lib/rss/xmlparser.rb
|
|
64% [575/897] lib/rss/xmlscanner.rb
|
|
64% [576/897] lib/rubygems.rb
|
|
64% [577/897] lib/rubygems/available_set.rb
|
|
64% [578/897] lib/rubygems/basic_specification.rb
|
|
64% [579/897] lib/rubygems/bundler_version_finder.rb
|
|
64% [580/897] lib/rubygems/command.rb
|
|
64% [581/897] lib/rubygems/command_manager.rb
|
|
64% [582/897] lib/rubygems/commands/build_command.rb
|
|
64% [583/897] lib/rubygems/commands/cert_command.rb
|
|
65% [584/897] lib/rubygems/commands/check_command.rb
|
|
65% [585/897] lib/rubygems/commands/cleanup_command.rb
|
|
65% [586/897] lib/rubygems/commands/contents_command.rb
|
|
65% [587/897] lib/rubygems/commands/dependency_command.rb
|
|
65% [588/897] lib/rubygems/commands/environment_command.rb
|
|
65% [589/897] lib/rubygems/commands/fetch_command.rb
|
|
65% [590/897] lib/rubygems/commands/generate_index_command.rb
|
|
65% [591/897] lib/rubygems/commands/help_command.rb
|
|
65% [592/897] lib/rubygems/commands/info_command.rb
|
|
66% [593/897] lib/rubygems/commands/install_command.rb
|
|
66% [594/897] lib/rubygems/commands/list_command.rb
|
|
66% [595/897] lib/rubygems/commands/lock_command.rb
|
|
66% [596/897] lib/rubygems/commands/mirror_command.rb
|
|
66% [597/897] lib/rubygems/commands/open_command.rb
|
|
66% [598/897] lib/rubygems/commands/outdated_command.rb
|
|
66% [599/897] lib/rubygems/commands/owner_command.rb
|
|
66% [600/897] lib/rubygems/commands/pristine_command.rb
|
|
67% [601/897] lib/rubygems/commands/push_command.rb
|
|
67% [602/897] lib/rubygems/commands/query_command.rb
|
|
67% [603/897] lib/rubygems/commands/rdoc_command.rb
|
|
67% [604/897] lib/rubygems/commands/search_command.rb
|
|
67% [605/897] lib/rubygems/commands/server_command.rb
|
|
67% [606/897] lib/rubygems/commands/setup_command.rb
|
|
67% [607/897] lib/rubygems/commands/signin_command.rb
|
|
67% [608/897] lib/rubygems/commands/signout_command.rb
|
|
67% [609/897] lib/rubygems/commands/sources_command.rb
|
|
68% [610/897] lib/rubygems/commands/specification_command.rb
|
|
68% [611/897] lib/rubygems/commands/stale_command.rb
|
|
68% [612/897] lib/rubygems/commands/uninstall_command.rb
|
|
68% [613/897] lib/rubygems/commands/unpack_command.rb
|
|
68% [614/897] lib/rubygems/commands/update_command.rb
|
|
68% [615/897] lib/rubygems/commands/which_command.rb
|
|
68% [616/897] lib/rubygems/commands/yank_command.rb
|
|
68% [617/897] lib/rubygems/compatibility.rb
|
|
68% [618/897] lib/rubygems/config_file.rb
|
|
69% [619/897] lib/rubygems/core_ext/kernel_gem.rb
|
|
69% [620/897] lib/rubygems/core_ext/kernel_require.rb
|
|
69% [621/897] lib/rubygems/defaults.rb
|
|
69% [622/897] lib/rubygems/dependency.rb
|
|
69% [623/897] lib/rubygems/dependency_installer.rb
|
|
69% [624/897] lib/rubygems/dependency_list.rb
|
|
69% [625/897] lib/rubygems/deprecate.rb
|
|
69% [626/897] lib/rubygems/doctor.rb
|
|
69% [627/897] lib/rubygems/errors.rb
|
|
70% [628/897] lib/rubygems/exceptions.rb
|
|
70% [629/897] lib/rubygems/ext.rb
|
|
70% [630/897] lib/rubygems/ext/build_error.rb
|
|
70% [631/897] lib/rubygems/ext/builder.rb
|
|
70% [632/897] lib/rubygems/ext/cmake_builder.rb
|
|
70% [633/897] lib/rubygems/ext/configure_builder.rb
|
|
70% [634/897] lib/rubygems/ext/ext_conf_builder.rb
|
|
70% [635/897] lib/rubygems/ext/rake_builder.rb
|
|
70% [636/897] lib/rubygems/gem_runner.rb
|
|
71% [637/897] lib/rubygems/gemcutter_utilities.rb
|
|
71% [638/897] lib/rubygems/indexer.rb
|
|
71% [639/897] lib/rubygems/install_default_message.rb
|
|
71% [640/897] lib/rubygems/install_message.rb
|
|
71% [641/897] lib/rubygems/install_update_options.rb
|
|
71% [642/897] lib/rubygems/installer.rb
|
|
71% [643/897] lib/rubygems/installer_test_case.rb
|
|
71% [644/897] lib/rubygems/local_remote_options.rb
|
|
71% [645/897] lib/rubygems/mock_gem_ui.rb
|
|
72% [646/897] lib/rubygems/name_tuple.rb
|
|
72% [647/897] lib/rubygems/package.rb
|
|
72% [648/897] lib/rubygems/package/digest_io.rb
|
|
72% [649/897] lib/rubygems/package/file_source.rb
|
|
72% [650/897] lib/rubygems/package/io_source.rb
|
|
72% [651/897] lib/rubygems/package/old.rb
|
|
72% [652/897] lib/rubygems/package/source.rb
|
|
72% [653/897] lib/rubygems/package/tar_header.rb
|
|
72% [654/897] lib/rubygems/package/tar_reader.rb
|
|
73% [655/897] lib/rubygems/package/tar_reader/entry.rb
|
|
73% [656/897] lib/rubygems/package/tar_test_case.rb
|
|
73% [657/897] lib/rubygems/package/tar_writer.rb
|
|
73% [658/897] lib/rubygems/package_task.rb
|
|
73% [659/897] lib/rubygems/path_support.rb
|
|
73% [660/897] lib/rubygems/platform.rb
|
|
73% [661/897] lib/rubygems/psych_additions.rb
|
|
73% [662/897] lib/rubygems/psych_tree.rb
|
|
73% [663/897] lib/rubygems/rdoc.rb
|
|
74% [664/897] lib/rubygems/remote_fetcher.rb
|
|
74% [665/897] lib/rubygems/request.rb
|
|
74% [666/897] lib/rubygems/request/connection_pools.rb
|
|
74% [667/897] lib/rubygems/request/http_pool.rb
|
|
74% [668/897] lib/rubygems/request/https_pool.rb
|
|
74% [669/897] lib/rubygems/request_set.rb
|
|
74% [670/897] lib/rubygems/request_set/gem_dependency_api.rb
|
|
74% [671/897] lib/rubygems/request_set/lockfile.rb
|
|
74% [672/897] lib/rubygems/request_set/lockfile/parser.rb
|
|
75% [673/897] lib/rubygems/request_set/lockfile/tokenizer.rb
|
|
75% [674/897] lib/rubygems/requirement.rb
|
|
75% [675/897] lib/rubygems/resolver.rb
|
|
75% [676/897] lib/rubygems/resolver/activation_request.rb
|
|
75% [677/897] lib/rubygems/resolver/api_set.rb
|
|
75% [678/897] lib/rubygems/resolver/api_specification.rb
|
|
75% [679/897] lib/rubygems/resolver/best_set.rb
|
|
75% [680/897] lib/rubygems/resolver/composed_set.rb
|
|
75% [681/897] lib/rubygems/resolver/conflict.rb
|
|
76% [682/897] lib/rubygems/resolver/current_set.rb
|
|
76% [683/897] lib/rubygems/resolver/dependency_request.rb
|
|
76% [684/897] lib/rubygems/resolver/git_set.rb
|
|
76% [685/897] lib/rubygems/resolver/git_specification.rb
|
|
76% [686/897] lib/rubygems/resolver/index_set.rb
|
|
76% [687/897] lib/rubygems/resolver/index_specification.rb
|
|
76% [688/897] lib/rubygems/resolver/installed_specification.rb
|
|
76% [689/897] lib/rubygems/resolver/installer_set.rb
|
|
76% [690/897] lib/rubygems/resolver/local_specification.rb
|
|
77% [691/897] lib/rubygems/resolver/lock_set.rb
|
|
77% [692/897] lib/rubygems/resolver/lock_specification.rb
|
|
77% [693/897] lib/rubygems/resolver/molinillo.rb
|
|
77% [694/897] lib/rubygems/resolver/molinillo/lib/molinillo.rb
|
|
77% [695/897] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
|
|
77% [696/897] ...bygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
|
|
77% [697/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
|
|
77% [698/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
|
|
77% [699/897] ...s/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
|
|
78% [700/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
|
|
78% [701/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
|
|
78% [702/897] ...ms/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
|
|
78% [703/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
|
|
78% [704/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
|
|
78% [705/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
|
|
78% [706/897] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
|
|
78% [707/897] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
|
|
78% [708/897] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
|
|
79% [709/897] ...rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
|
|
79% [710/897] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
|
|
79% [711/897] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
|
|
79% [712/897] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
|
|
79% [713/897] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
|
|
79% [714/897] lib/rubygems/resolver/requirement_list.rb
|
|
79% [715/897] lib/rubygems/resolver/set.rb
|
|
79% [716/897] lib/rubygems/resolver/source_set.rb
|
|
79% [717/897] lib/rubygems/resolver/spec_specification.rb
|
|
80% [718/897] lib/rubygems/resolver/specification.rb
|
|
80% [719/897] lib/rubygems/resolver/stats.rb
|
|
80% [720/897] lib/rubygems/resolver/vendor_set.rb
|
|
80% [721/897] lib/rubygems/resolver/vendor_specification.rb
|
|
80% [722/897] lib/rubygems/safe_yaml.rb
|
|
80% [723/897] lib/rubygems/security.rb
|
|
80% [724/897] lib/rubygems/security/policies.rb
|
|
80% [725/897] lib/rubygems/security/policy.rb
|
|
80% [726/897] lib/rubygems/security/signer.rb
|
|
81% [727/897] lib/rubygems/security/trust_dir.rb
|
|
81% [728/897] lib/rubygems/security_option.rb
|
|
81% [729/897] lib/rubygems/server.rb
|
|
81% [730/897] lib/rubygems/source.rb
|
|
81% [731/897] lib/rubygems/source/git.rb
|
|
81% [732/897] lib/rubygems/source/installed.rb
|
|
81% [733/897] lib/rubygems/source/local.rb
|
|
81% [734/897] lib/rubygems/source/lock.rb
|
|
81% [735/897] lib/rubygems/source/specific_file.rb
|
|
82% [736/897] lib/rubygems/source/vendor.rb
|
|
82% [737/897] lib/rubygems/source_list.rb
|
|
82% [738/897] lib/rubygems/source_local.rb
|
|
82% [739/897] lib/rubygems/source_specific_file.rb
|
|
82% [740/897] lib/rubygems/spec_fetcher.rb
|
|
82% [741/897] lib/rubygems/specification.rb
|
|
82% [742/897] lib/rubygems/specification_policy.rb
|
|
82% [743/897] lib/rubygems/stub_specification.rb
|
|
82% [744/897] lib/rubygems/syck_hack.rb
|
|
83% [745/897] lib/rubygems/test_case.rb
|
|
83% [746/897] lib/rubygems/test_utilities.rb
|
|
83% [747/897] lib/rubygems/text.rb
|
|
83% [748/897] lib/rubygems/uninstaller.rb
|
|
83% [749/897] lib/rubygems/uri_formatter.rb
|
|
83% [750/897] lib/rubygems/user_interaction.rb
|
|
83% [751/897] lib/rubygems/util.rb
|
|
83% [752/897] lib/rubygems/util/licenses.rb
|
|
83% [753/897] lib/rubygems/util/list.rb
|
|
84% [754/897] lib/rubygems/validator.rb
|
|
84% [755/897] lib/rubygems/version.rb
|
|
84% [756/897] lib/rubygems/version_option.rb
|
|
84% [757/897] lib/scanf.rb
|
|
84% [758/897] lib/securerandom.rb
|
|
84% [759/897] lib/set.rb
|
|
84% [760/897] lib/shell.rb
|
|
84% [761/897] lib/shell/builtin-command.rb
|
|
84% [762/897] lib/shell/command-processor.rb
|
|
85% [763/897] lib/shell/error.rb
|
|
85% [764/897] lib/shell/filter.rb
|
|
85% [765/897] lib/shell/process-controller.rb
|
|
85% [766/897] lib/shell/shell.gemspec
|
|
85% [767/897] lib/shell/system-command.rb
|
|
85% [768/897] lib/shell/version.rb
|
|
85% [769/897] lib/shellwords.rb
|
|
85% [770/897] lib/singleton.rb
|
|
85% [771/897] lib/sync.rb
|
|
86% [772/897] lib/tempfile.rb
|
|
86% [773/897] lib/thwait.rb
|
|
86% [774/897] lib/time.rb
|
|
86% [775/897] lib/timeout.rb
|
|
86% [776/897] lib/tmpdir.rb
|
|
86% [777/897] lib/tracer.rb
|
|
86% [778/897] lib/tsort.rb
|
|
86% [779/897] lib/un.rb
|
|
86% [780/897] lib/unicode_normalize/normalize.rb
|
|
87% [781/897] lib/unicode_normalize/tables.rb
|
|
87% [782/897] lib/uri.rb
|
|
87% [783/897] lib/uri/common.rb
|
|
87% [784/897] lib/uri/file.rb
|
|
87% [785/897] lib/uri/ftp.rb
|
|
87% [786/897] lib/uri/generic.rb
|
|
87% [787/897] lib/uri/http.rb
|
|
87% [788/897] lib/uri/https.rb
|
|
87% [789/897] lib/uri/ldap.rb
|
|
88% [790/897] lib/uri/ldaps.rb
|
|
88% [791/897] lib/uri/mailto.rb
|
|
88% [792/897] lib/uri/rfc2396_parser.rb
|
|
88% [793/897] lib/uri/rfc3986_parser.rb
|
|
88% [794/897] lib/weakref.rb
|
|
88% [795/897] lib/webrick.rb
|
|
88% [796/897] lib/webrick/accesslog.rb
|
|
88% [797/897] lib/webrick/cgi.rb
|
|
88% [798/897] lib/webrick/compat.rb
|
|
89% [799/897] lib/webrick/config.rb
|
|
89% [800/897] lib/webrick/cookie.rb
|
|
89% [801/897] lib/webrick/htmlutils.rb
|
|
89% [802/897] lib/webrick/httpauth.rb
|
|
89% [803/897] lib/webrick/httpauth/authenticator.rb
|
|
89% [804/897] lib/webrick/httpauth/basicauth.rb
|
|
89% [805/897] lib/webrick/httpauth/digestauth.rb
|
|
89% [806/897] lib/webrick/httpauth/htdigest.rb
|
|
89% [807/897] lib/webrick/httpauth/htgroup.rb
|
|
90% [808/897] lib/webrick/httpauth/htpasswd.rb
|
|
90% [809/897] lib/webrick/httpauth/userdb.rb
|
|
90% [810/897] lib/webrick/httpproxy.rb
|
|
90% [811/897] lib/webrick/httprequest.rb
|
|
90% [812/897] lib/webrick/httpresponse.rb
|
|
90% [813/897] lib/webrick/https.rb
|
|
90% [814/897] lib/webrick/httpserver.rb
|
|
90% [815/897] lib/webrick/httpservlet.rb
|
|
90% [816/897] lib/webrick/httpservlet/abstract.rb
|
|
91% [817/897] lib/webrick/httpservlet/cgi_runner.rb
|
|
91% [818/897] lib/webrick/httpservlet/cgihandler.rb
|
|
91% [819/897] lib/webrick/httpservlet/erbhandler.rb
|
|
91% [820/897] lib/webrick/httpservlet/filehandler.rb
|
|
91% [821/897] lib/webrick/httpservlet/prochandler.rb
|
|
91% [822/897] lib/webrick/httpstatus.rb
|
|
91% [823/897] lib/webrick/httputils.rb
|
|
91% [824/897] lib/webrick/httpversion.rb
|
|
91% [825/897] lib/webrick/log.rb
|
|
92% [826/897] lib/webrick/server.rb
|
|
92% [827/897] lib/webrick/ssl.rb
|
|
92% [828/897] lib/webrick/utils.rb
|
|
92% [829/897] lib/webrick/version.rb
|
|
92% [830/897] lib/yaml.rb
|
|
92% [831/897] lib/yaml/dbm.rb
|
|
92% [832/897] lib/yaml/store.rb
|
|
92% [833/897] load.c
|
|
92% [834/897] loadpath.c
|
|
93% [835/897] localeinit.c
|
|
93% [836/897] main.c
|
|
93% [837/897] marshal.c
|
|
93% [838/897] math.c
|
|
93% [839/897] miniinit.c
|
|
93% [840/897] miniprelude.c
|
|
93% [841/897] mjit.c
|
|
93% [842/897] mjit_compile.c
|
|
93% [843/897] mjit_worker.c
|
|
94% [844/897] node.c
|
|
94% [845/897] numeric.c
|
|
94% [846/897] object.c
|
|
94% [847/897] pack.c
|
|
94% [848/897] parse.c
|
|
94% [849/897] parse.y
|
|
94% [850/897] prelude.c
|
|
94% [851/897] prelude.rb
|
|
94% [852/897] proc.c
|
|
95% [853/897] process.c
|
|
95% [854/897] random.c
|
|
95% [855/897] range.c
|
|
95% [856/897] rational.c
|
|
95% [857/897] rbconfig.rb
|
|
95% [858/897] re.c
|
|
95% [859/897] regcomp.c
|
|
95% [860/897] regenc.c
|
|
95% [861/897] regerror.c
|
|
96% [862/897] regexec.c
|
|
96% [863/897] regparse.c
|
|
96% [864/897] regsyntax.c
|
|
96% [865/897] ruby-runner.c
|
|
96% [866/897] ruby.c
|
|
96% [867/897] rubystub.c
|
|
96% [868/897] safe.c
|
|
96% [869/897] signal.c
|
|
96% [870/897] siphash.c
|
|
97% [871/897] sparc.c
|
|
97% [872/897] sprintf.c
|
|
97% [873/897] st.c
|
|
97% [874/897] strftime.c
|
|
97% [875/897] string.c
|
|
97% [876/897] struct.c
|
|
97% [877/897] symbol.c
|
|
97% [878/897] thread.c
|
|
97% [879/897] thread_pthread.c
|
|
98% [880/897] thread_sync.c
|
|
98% [881/897] thread_win32.c
|
|
98% [882/897] time.c
|
|
98% [883/897] transcode.c
|
|
98% [884/897] util.c
|
|
98% [885/897] variable.c
|
|
98% [886/897] version.c
|
|
98% [887/897] vm.c
|
|
98% [888/897] vm_args.c
|
|
99% [889/897] vm_backtrace.c
|
|
99% [890/897] vm_dump.c
|
|
99% [891/897] vm_eval.c
|
|
99% [892/897] vm_exec.c
|
|
99% [893/897] vm_insnhelper.c
|
|
99% [894/897] vm_method.c
|
|
99% [895/897] vm_trace.c
|
|
99% [896/897] vsnprintf.c
|
|
100% [897/897] win32/README.win32
|
|
|
|
Generating RI format into /home/jaruga/git/ruby/.ext/rdoc...
|
|
|
|
|
|
Files: 897
|
|
|
|
Classes: 1329 ( 557 undocumented)
|
|
Modules: 283 ( 112 undocumented)
|
|
Constants: 2203 ( 564 undocumented)
|
|
Attributes: 1080 ( 259 undocumented)
|
|
Methods: 10211 (2216 undocumented)
|
|
|
|
Total: 15106 (3708 undocumented)
|
|
75.45% documented
|
|
|
|
Elapsed: 39.8s
|
|
|