aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-032-189/+186
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-291-19/+114
* * ext/win32ole/win32ole.c: refactoring.suke2007-01-271-66/+299
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke2007-01-271-67/+64
* bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke2007-01-261-9/+25
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-2610-17/+32
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-221-2/+2
* WIN32OLE.codepage= accepts installed codepage.suke2007-01-201-19/+44
* version 0.8.6.suke2007-01-201-1/+1
* modify WIN32OLERuntimeError message.suke2007-01-201-3/+7
* move all test from ext/win32ole/tests test/win32olesuke2007-01-203-114/+0
* move some test from ext/win32ole/tests to test/win32olesuke2007-01-191-274/+1
* add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke2007-01-191-8/+72
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-181-18/+27
* fix memory leak of win32ole.suke2007-01-131-2/+13
* r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei2007-01-092-15/+14
* ext/win32ole/doc removedsuke2007-01-071-294/+0
* add some test. update comment for rdoc.suke2007-01-071-6/+23
* add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke2007-01-051-1/+3
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo2007-01-041-4/+4
* Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain2007-01-021-1/+1
* * ext/tk/tcltklib.c : fix to compile on YARVko12006-12-311-40/+40
* Update constant comments to provide values for RDoc.drbrain2006-12-311-25/+43
* * Merge YARVko12006-12-318-24/+27
* * ext/stringio/stringio.c (strio_gets): accepts limit argument.matz2006-12-291-8/+39
* remove WIN32OLE::PROPERTY class.suke2006-12-272-72/+9
* * ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...aamine2006-12-251-12/+0
* * ext/readline/readline.c: NetBSD editline does not havematz2006-12-142-0/+6
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-0/+0
* Do alias << update.knu2006-12-041-0/+1
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-2/+6
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-011-1/+1
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-011-13/+28
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-223-3/+22
* * ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.nagai2006-11-071-1/+1
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-075-33/+82
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-069-190/+1651
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-022-0/+32
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-012-5/+6
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-262-0/+3
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-261-1/+1
* * ext/digest/test.sh: make this script work again.knu2006-10-251-4/+1
* * ext/digest/lib/digest.rb: Follow the framework updates.knu2006-10-211-5/+12
* * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu2006-10-202-9/+10
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-2012-404/+569
* * ext/extmk.rb: Borland make needs also -D flags to override variablesnobu2006-10-191-5/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-191-2/+9
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-143-5/+5