summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2007-02-13* ext/socket/socket.c (init_unixsock): path may contain NUL formatz
2007-02-12* ext/win32ole/win32ole.c (ole_variant2val): support VT_I8, VT_UI8.suke
2007-02-11* ext/win32ole/win32ole.c (ole_ptrtype2val): ole_type, ole_type_detailsuke
2007-02-11* ext/win32ole/win32ole.c (ole_val2olevariantdata): suke
2007-02-10* ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke
2007-02-09* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai
2007-02-08* ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke
2007-02-06* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:naruse
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2007-02-03* ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke
2007-01-31* ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai
2007-01-29* ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai
2007-01-29* ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke
2007-01-27* ext/win32ole/win32ole.c: refactoring.suke
2007-01-27* ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke
2007-01-26bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke
2007-01-26* ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai
2007-01-22* ext/socket/socket.c: fix errors in socket sample code.matz
2007-01-20WIN32OLE.codepage= accepts installed codepage.suke
2007-01-20version 0.8.6.suke
2007-01-20modify WIN32OLERuntimeError message.suke
2007-01-20move all test from ext/win32ole/tests test/win32olesuke
2007-01-19move some test from ext/win32ole/tests to test/win32olesuke
2007-01-19add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke
2007-01-18IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke
2007-01-13fix memory leak of win32ole.suke
2007-01-09 r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei
2007-01-07ext/win32ole/doc removedsuke
2007-01-07add some test. update comment for rdoc.suke
2007-01-05add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke
2007-01-04* ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo
2007-01-02Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain
2006-12-31 * ext/tk/tcltklib.c : fix to compile on YARVko1
2006-12-31Update constant comments to provide values for RDoc.drbrain
2006-12-31 * Merge YARVko1
2006-12-29* ext/stringio/stringio.c (strio_gets): accepts limit argument.matz
2006-12-27remove WIN32OLE::PROPERTY class.suke
2006-12-25* ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...aamine
2006-12-14* ext/readline/readline.c: NetBSD editline does not havematz
2006-12-11* ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu
2006-12-04Do alias << update.knu
2006-12-03* ext/digest/lib/digest/hmac.rb: Fix problems with updateknu
2006-12-01* ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo
2006-12-01* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai
2006-11-22* ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai
2006-11-07* ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.nagai
2006-11-07* ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai
2006-11-06* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai
2006-11-02* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu