aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* update doc.akr2010-05-251-0/+2
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-226-19/+50
* * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu2010-05-211-3/+3
* * ext/syck/implicit.c (YYFILL): suppress warnings.nobu2010-05-211-1/+1
* * suppress warnings.nobu2010-05-217-30/+32
* * ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke2010-05-201-2/+2
* * ext/psych/emitter: f..king C99(gcc)-ism.usa2010-05-201-2/+8
* * ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove2010-05-207-10/+92
* * ext/psych/emitter.c: output strings are automatically transcodedtenderlove2010-05-191-2/+66
* * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai2010-05-191-3/+3
* * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa2010-05-191-1/+2
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-192-0/+10
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-193-34/+56
* * process.c: suppress warning for signed and unsigned typemame2010-05-173-3/+3
* * ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove2010-05-166-127/+118
* * ext/psych/lib/psych/visitors/json_tree.rb: using factory methods fortenderlove2010-05-162-10/+20
* * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu2010-05-161-1/+1
* * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu2010-05-151-0/+12
* * ext/io/console/console.c (get_write_fd): return primary fd if nonobu2010-05-131-1/+1
* * ext/io/console/console.c (console_set_echo, console_echo_p): usenobu2010-05-131-2/+2
* * 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