aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* add sample script using WIN32OLE_EVENT#handler=suke2008-07-261-0/+40
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-261-11/+105
* * ext/win32ole/win32ole.c (add_event_call_back): remove unused suke2008-07-251-1/+0
* * ext/win32ole/win32ole.c (ole_invoke, add_event_callback,suke2008-07-251-9/+4
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-251-1/+48
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-251-0/+1
* * ext/nkf/nkf.c (rb_nkf_convert): output of mime encode is US-ASCII.naruse2008-07-241-1/+4
* * ext/win32ole/win32ole.c: got rid of improper casts.nobu2008-07-231-24/+40
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-234-44/+49
* * ext/openssl/openssl_missing.h (d2i_of_void): define for oldernobu2008-07-231-0/+4
* * ext/curses/extconf.rb: use try_static_assert.nobu2008-07-231-2/+1
* * ext/syck: suppress warnings more.nobu2008-07-221-1/+1
* * ext/syck: suppress warnings more.nobu2008-07-228-24/+19
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-221-6/+6
* * ext/syck: suppress warnings.nobu2008-07-227-57/+72
* * ext/openssl: suppress warnings.nobu2008-07-2230-195/+186
* * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame2008-07-226-17/+21
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame2008-07-222-2/+10
* * ext/socket/socket.c (connect_blocking, socks_connect_blocking,usa2008-07-221-3/+3
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): use rb_protectsuke2008-07-201-5/+7
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke2008-07-191-9/+15
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke2008-07-191-6/+70
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistencysuke2008-07-181-16/+45
* * ext/socket/socket.c (ruby_connect): select() for connect() hasusa2008-07-171-1/+0
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-154-9/+8
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-153-5/+3
* * ext/socket/socket.c (ruby_connect, s_accept): came back blockingusa2008-07-151-8/+27
* * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa2008-07-151-30/+18
* * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa2008-07-141-0/+5
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hashsuke2008-07-131-5/+78
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-121-3/+4
* * ext/socket/socket.c: use PRIuSIZE.akr2008-07-121-4/+4
* * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame2008-07-111-0/+1
* * ext/coverage/coverage.c (rb_coverage_start): return nil.nobu2008-07-101-0/+1
* * ext/nkf/nkf-utf8/nkf.c (options): use input_endian.naruse2008-07-091-2/+2
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-081-5/+60
* * ext/win32ole/win32ole.c (find_default_source): bug fix whensuke2008-07-081-103/+126
* * ext/win32ole/win32ole.c (find_default_source): try tosuke2008-07-081-3/+78
* * ext/win32ole/win32ole.c(Init_win32ole): addsuke2008-07-071-14/+83
* * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu2008-07-061-150/+213
* * ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr2008-07-051-6/+8
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_respond_to?suke2008-07-051-1/+29
* * ext/win32ole/win32ole.c (d2time): fix the bug of VT_DATE suke2008-07-041-2/+3
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-3/+39
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-032-0/+13
* * ext/win32ole/win32ole.c (Init_win32ole): remove duplicate line.suke2008-07-031-1/+0
* * sprintf.c: include ieeefp.h to refer isinf.mame2008-07-022-0/+8
* * ext/win32ole/win32ole.c: avoid creating Ruby object duringsuke2008-07-021-1/+114
* * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei2008-07-011-1/+1
* * ext/stringio/stringio.c (strio_getline): fix for nil and "" asmame2008-06-301-2/+2