aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-163-9/+23
* * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each andnobu2008-06-161-2/+0
* * ext/stringio/stringio.c (strio_readline, strio_each)nobu2008-06-151-1/+3
* * ext/syck/rubyext.c (yaml_org_handler): associate encoding.naruse2008-06-151-0/+2
* * ext/stringio/stringio.c (strio_sysread): should not raise at emptynobu2008-06-141-1/+1
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-123-6/+12
* * ext/stringio/stringio.c (strio_init): rewind when reopened.mame2008-06-111-0/+2
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-115-283/+104
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-10219-1265/+6983
* * ext/extmk.rb: negate default of --without-ext if --with-ext isnobu2008-06-101-2/+6
* * ext/extmk.rb: negate default of --without-ext.nobu2008-06-101-1/+3
* * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu2008-06-101-1/+1
* * ext/socket/socket.c: constified.nobu2008-06-091-6/+6
* * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu2008-06-081-0/+3
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-0812-18/+18
* * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu2008-06-071-3/+5
* * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa2008-06-061-0/+5
* * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnilnobu2008-06-061-1/+0