summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-06-04* ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu
2010-06-03* ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu
2010-06-03* ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu
2010-06-03* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa
2010-06-02* ext/tk/lib/tk.rb: fix typo and race condition.nagai
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-05-31* ext/readline/extconf.rb: reject GPLv3 readline. [ruby-dev:39172]naruse
2010-05-31* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai
2010-05-30* ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse
2010-05-29* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame
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