aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/syslog/syslog.c (syslog_write): syslog operations should bematz2008-06-301-0/+3
* * ext/win32ole/win32ole.c (date2time_str): fix the overflow insuke2008-06-281-4/+2
* * ext/win32ole/win32ole.c : check String encoding whensuke2008-06-271-17/+67
* * ext/win32ole/win32ole.c(ole_invoke): fix memory leak.suke2008-06-241-4/+20
* * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa2008-06-241-1/+1
* * ext/socket/socket.c (init_sock): socket is binmode on platformsusa2008-06-241-0/+3
* * ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu2008-06-221-9/+13
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz2008-06-201-1/+1
* * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSONmame2008-06-192-79/+81
* * ext/extmk.rb (extmake): check if compile before showing message.nobu2008-06-191-10/+5
* * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz2008-06-191-6/+4
* * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai2008-06-191-9/+10
* * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch fromnobu2008-06-181-2/+2
* * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method.nagai2008-06-171-3/+4
* * ext/syck/rubyext.c: add encoding header.naruse2008-06-161-0/+1
* * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb:nagai2008-06-162-2/+2