aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/io/console: imported. [ruby-dev:40897]nobu2010-05-082-0/+551
* * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu2010-05-084-39/+50
* * ext/etc/etc.c: suppressed warnings.nobu2010-05-081-4/+4
* * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu2010-05-081-2/+3
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6akr2010-05-081-0/+2
* * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu2010-05-071-5/+8
* * ext/tk/extconf.rb: search directories on PATH, only if containingnagai2010-05-061-78/+86
* * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.naruse2010-05-061-2/+2
* * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu2010-05-061-1/+1
* * ext/fiddle/function.c (function_call): removed unused variable.nobu2010-05-061-1/+0
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-0617-71/+871
* * ext/tk/extconf.rb: revert. enbugged by last commit.nagai2010-05-052-300/+60
* * ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr2010-05-042-4/+3
* * ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 andakr2010-05-041-1/+2
* * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse2010-05-031-6/+10
* * ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methodstenderlove2010-05-031-22/+22
* * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu2010-05-021-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu2010-05-021-2/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't usenobu2010-05-011-1/+1
* * ext/tk/extconf.rb: better support for MinGW environment.nagai2010-04-302-60/+300
* * ext/json: Update to JSON 1.4.2.naruse2010-04-282-2/+2
* * ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu2010-04-281-1/+2
* * ext/socket: fixed types.nobu2010-04-2811-84/+86
* * ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):nobu2010-04-281-2/+2
* * ext/socket/rubysocket.h: non-implemented method definitions neednobu2010-04-282-8/+6
* * ext/bigdecimal: fixed types.nobu2010-04-282-54/+53
* * ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove2010-04-271-0/+7
* * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove2010-04-271-0/+10
* * ext/json/generator/generator.c (convert_UTF8_to_JSON_ASCII): get ridusa2010-04-261-1/+1
* Recommit of JSON; fix mixed declarations.naruse2010-04-2619-1752/+2228
* * ext/jason: revert r27493. came again after canceling gcc-ism.usa2010-04-2619-2237/+1750
* * ext/bigdecimal/bigdecimal.def: unnecessary.nobu2010-04-261-2/+0
* * ext/bigdecimal/bigdecimal.c: suppressed warnings.nobu2010-04-261-8/+8
* * ext/json: Update to JSON 1.4.1.naruse2010-04-2619-1750/+2237
* * ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove2010-04-241-0/+6
* * ext/psych/lib/psych.rb: removing unused codetenderlove2010-04-242-2/+1
* * ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove2010-04-243-8/+15
* * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove2010-04-242-1/+6
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-242-6/+19
* * ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):nobu2010-04-241-2/+2
* * ext/psych/lib/psych.rb: fixing documentationtenderlove2010-04-242-10/+11
* * ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa2010-04-231-1/+1
* * ext/openssl/ossl_config.c: fix compilation failure withakr2010-04-231-1/+1
* * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa2010-04-234-9/+51
* * doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu2010-04-233-146/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2224-123/+123
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-222-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2292-1588/+1588
* * ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to pre...mrkn2010-04-212-56/+56
* * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr2010-04-211-1/+2