summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-05-16* ext/psych/lib/psych/visitors/json_tree.rb: using factory methods fortenderlove
2010-05-16* ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu
2010-05-15* ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu
2010-05-13* ext/io/console/console.c (get_write_fd): return primary fd if nonobu
2010-05-13* ext/io/console/console.c (console_set_echo, console_echo_p): usenobu
2010-05-12* ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.akr
2010-05-12* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improvednobu
2010-05-12* ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32usa
2010-05-11* ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.akr
2010-05-11* ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn
2010-05-11* ext/sdbm/sdbm.h (DBM): large file support on win32.nobu
2010-05-11* ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gccnobu
2010-05-11* ext/psych/parser.c: fixed broken indent.nobu
2010-05-10* ext/psych/parser.c (parse): Return strings encoded astenderlove
2010-05-09update doc.akr
2010-05-09* ext/io/console/console.c (console_set_raw): new method.nobu
2010-05-09* ext/io/console/console.c (ttymode): reverted previous commit.nobu
2010-05-09* ext/json/generator/generator.c (fbuffer_inc_capa):naruse
2010-05-09revert previous doc. change.akr
2010-05-09* ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.nobu
2010-05-08* ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been requiredtenderlove
2010-05-08* ext/io/console/console.c (ttymode): save dupped file descriptorsnobu
2010-05-08update doc.akr
2010-05-08* ext/io/console: imported. [ruby-dev:40897]nobu
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-08* ext/etc/etc.c: suppressed warnings.nobu
2010-05-08* ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu
2010-05-08* ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6akr
2010-05-07* ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu
2010-05-06* ext/tk/extconf.rb: search directories on PATH, only if containingnagai
2010-05-06* ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.naruse
2010-05-06* test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu
2010-05-06* ext/fiddle/function.c (function_call): removed unused variable.nobu
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove
2010-05-05* ext/tk/extconf.rb: revert. enbugged by last commit.nagai
2010-05-04* ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr
2010-05-04* ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 andakr
2010-05-03* ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse
2010-05-03* ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methodstenderlove
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-05-02* ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu
2010-05-01* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't usenobu
2010-04-30* ext/tk/extconf.rb: better support for MinGW environment.nagai
2010-04-28* ext/json: Update to JSON 1.4.2.naruse
2010-04-28* ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu
2010-04-28* ext/socket: fixed types.nobu
2010-04-28* ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):nobu
2010-04-28* ext/socket/rubysocket.h: non-implemented method definitions neednobu
2010-04-28* ext/bigdecimal: fixed types.nobu
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove