aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.akr2010-05-121-4/+5
* * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improvednobu2010-05-121-2/+4
* * ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32usa2010-05-121-7/+6
* * ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.akr2010-05-112-4/+15
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn2010-05-111-1/+1
* * ext/sdbm/sdbm.h (DBM): large file support on win32.nobu2010-05-113-5/+7
* * ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gccnobu2010-05-111-14/+12
* * ext/psych/parser.c: fixed broken indent.nobu2010-05-111-153/+154
* * ext/psych/parser.c (parse): Return strings encoded astenderlove2010-05-101-10/+20
* update doc.akr2010-05-091-1/+2
* * ext/io/console/console.c (console_set_raw): new method.nobu2010-05-091-0/+22
* * ext/io/console/console.c (ttymode): reverted previous commit.nobu2010-05-091-30/+3
* * ext/json/generator/generator.c (fbuffer_inc_capa):naruse2010-05-091-1/+1
* revert previous doc. change.akr2010-05-091-2/+2
* * ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.nobu2010-05-095-114/+116
* * ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been requiredtenderlove2010-05-081-1/+1
* * ext/io/console/console.c (ttymode): save dupped file descriptorsnobu2010-05-082-3/+31
* update doc.akr2010-05-081-2/+2
* * 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