aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa2007-02-281-2/+0
* * ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1,knu2007-02-271-5/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-274-6/+6
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-248-56/+52
* * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine2007-02-241-4/+0
* * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke2007-02-231-84/+341
* * parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine2007-02-231-3/+0
* * ext/win32ole/win32ole.c (installed_code_page_proc, suke2007-02-201-5/+6
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz2007-02-191-1/+1
* * ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu2007-02-181-1/+1
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-183-24/+11
* * ext/win32ole/win32ole.c (ole_variant2val): VC++6 does not suke2007-02-141-14/+4
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-141-8/+10
* * ext/socket/socket.c (init_unixsock): path may contain NUL formatz2007-02-131-2/+2
* * ext/win32ole/win32ole.c (ole_variant2val): support VT_I8, VT_UI8.suke2007-02-121-2/+29
* * ext/win32ole/win32ole.c (ole_ptrtype2val): ole_type, ole_type_detailsuke2007-02-111-8/+4
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): suke2007-02-111-97/+85
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke2007-02-101-1/+47
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-091-2/+2
* * ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke2007-02-081-22/+59
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:naruse2007-02-062-91/+224
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-2/+1
* * 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