summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2006-10-26* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo
2006-10-26* ext/digest/digest.c (Init_digest): typo.usa
2006-10-25* ext/digest/test.sh: make this script work again.knu
2006-10-21* ext/digest/lib/digest.rb: Follow the framework updates.knu
2006-10-20* ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu
2006-10-20* ext/digest: Prefix C constants with RUBY_ and C type names withknu
2006-10-19* ext/extmk.rb: Borland make needs also -D flags to override variablesnobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz