summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-06-29 * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.tarui
2010-06-28* ext/fiddle/fiddle.h: fixed typo.nobu
2010-06-28* ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffitenderlove
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr
2010-06-23* ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber toakr
2010-06-23* ext/socket/raddrinfo.c: don't use __P.akr
2010-06-23* ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64suke
2010-06-23add a comment.akr
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr
2010-06-23* ext/pty: moved documents and samples to the appropriate places.nobu
2010-06-23* NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu
2010-06-23Clean warnings: unused variables.naruse
2010-06-22* ext/socket/lib/socket.rb: suppress warnings.akr
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove
2010-06-15* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.mame
2010-06-15* ext/fiddle/extconf.rb: De Morgan's laws.eban
2010-06-15* ext/fiddle/extconf.rb: use pkg_config to find ffi.h.eban
2010-06-13* ext/fiddle/closure.c (dealloc): refix workaround r28300.naruse
2010-06-12* ext/dl/lib/dl.rb: don't require when already loaded.naruse
2010-06-12* ext/fiddle/closure.c (dealloc): workaround fix for libffi'snaruse
2010-06-11* ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu
2010-06-11* ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame
2010-06-11* ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse
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