summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-07-22* ext/syck: suppress warnings more.nobu
2008-07-22* ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu
2008-07-22* ext/syck: suppress warnings.nobu
2008-07-22* ext/openssl: suppress warnings.nobu
2008-07-22* ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame
2008-07-22* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame
2008-07-22 * ext/socket/socket.c (connect_blocking, socks_connect_blocking,usa
2008-07-20* ext/win32ole/win32ole.c (EVENTSINK_Invoke): use rb_protectsuke
2008-07-19* ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke
2008-07-19* ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke
2008-07-18* ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistencysuke
2008-07-17 * ext/socket/socket.c (ruby_connect): select() for connect() hasusa
2008-07-15* ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu
2008-07-15* ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu
2008-07-15 * ext/socket/socket.c (ruby_connect, s_accept): came back blockingusa
2008-07-15 * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa
2008-07-14 * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa
2008-07-13* ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hashsuke
2008-07-12* ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu
2008-07-12* ext/socket/socket.c: use PRIuSIZE.akr
2008-07-11* ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame
2008-07-10* ext/coverage/coverage.c (rb_coverage_start): return nil.nobu
2008-07-09* ext/nkf/nkf-utf8/nkf.c (options): use input_endian.naruse
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* ext/win32ole/win32ole.c (find_default_source): bug fix whensuke
2008-07-08* ext/win32ole/win32ole.c (find_default_source): try tosuke
2008-07-07* ext/win32ole/win32ole.c(Init_win32ole): addsuke
2008-07-06* ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu
2008-07-05* ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr
2008-07-05* ext/win32ole/win32ole.c: add WIN32OLE#ole_respond_to?suke
2008-07-04* ext/win32ole/win32ole.c (d2time): fix the bug of VT_DATE suke
2008-07-03* include/ruby/intern.h: remove prototypes about coverage.mame
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-03* ext/win32ole/win32ole.c (Init_win32ole): remove duplicate line.suke
2008-07-02* sprintf.c: include ieeefp.h to refer isinf.mame
2008-07-02* ext/win32ole/win32ole.c: avoid creating Ruby object duringsuke
2008-07-01 * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei
2008-06-30* ext/stringio/stringio.c (strio_getline): fix for nil and "" asmame
2008-06-30* ext/syslog/syslog.c (syslog_write): syslog operations should bematz
2008-06-28* ext/win32ole/win32ole.c (date2time_str): fix the overflow insuke
2008-06-27* ext/win32ole/win32ole.c : check String encoding whensuke
2008-06-24* ext/win32ole/win32ole.c(ole_invoke): fix memory leak.suke
2008-06-24 * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa
2008-06-24 * ext/socket/socket.c (init_sock): socket is binmode on platformsusa
2008-06-22* ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu
2008-06-20* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz
2008-06-19* ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSONmame
2008-06-19* ext/extmk.rb (extmake): check if compile before showing message.nobu
2008-06-19* ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz
2008-06-19* ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai