summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-05-25update doc.akr
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-05-22* ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove
2010-05-21* ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu
2010-05-21* ext/syck/implicit.c (YYFILL): suppress warnings.nobu
2010-05-21* suppress warnings.nobu
2010-05-20* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke
2010-05-20* ext/psych/emitter: f..king C99(gcc)-ism.usa
2010-05-20* ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove
2010-05-19* ext/psych/emitter.c: output strings are automatically transcodedtenderlove
2010-05-19* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai
2010-05-19* ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa
2010-05-19* ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove
2010-05-19* ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove
2010-05-17* process.c: suppress warning for signed and unsigned typemame
2010-05-16* ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove
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