aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS ifnobu2008-07-062-0/+13
* * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu2008-07-061-150/+213
* * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu2008-07-061-0/+5
* * test/win32ole/test_win32ole_type.rb (test_initialize): add suke2008-07-062-1/+21
* * lib/test/unit/collector/objectspace.rbkou2008-07-062-1/+6
* 2008-07-06svn2008-07-051-3/+3
* * ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr2008-07-052-6/+16
* * include/ruby/ruby.h (NUM2INT): cast to int.akr2008-07-052-4/+11
* forgot to commit.akr2008-07-051-3/+7
* rename rb_pipe_internal to rb_pipe.akr2008-07-053-8/+9
* * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILEakr2008-07-052-17/+32
* * thread.c (thread_initialize): NUM2INT() returns int.nobu2008-07-054-10/+16
* test_str_slice! refactored.akr2008-07-051-3/+5
* update spawn rdoc a bit.akr2008-07-051-0/+4
* * test/win32ole/test_word.rb: check word installed.suke2008-07-052-25/+56
* * gc.c: revert. before lazy sweep.nari2008-07-052-246/+129
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_respond_to?suke2008-07-053-1/+45
* * re.c (unescape_nonascii): add has_property argument not toakr2008-07-043-3/+24
* 2008-07-05svn2008-07-041-3/+3
* * re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr2008-07-043-0/+30
* * ext/win32ole/win32ole.c (d2time): fix the bug of VT_DATE suke2008-07-043-2/+48
* * lib/test/unit/testcase.rb: collect decendants ofakr2008-07-045-11/+38
* * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data.nobu2008-07-044-107/+118
* * numeric.c (check_uint, rb_num2uint, rb_fix2uint): proper check.usa2008-07-042-4/+14
* svn:eol-style LFnobu2008-07-040-0/+0
* * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu2008-07-042-5/+6
* * gc.c (garbage_collect_force): sweep is completely ended.nari2008-07-042-7/+18
* * numeric.c (rb_num2uint, rb_fix2uint): typo.usa2008-07-032-8/+16
* 2008-07-04svn2008-07-031-3/+3
* * numeric.c (check_uint, rb_num2uint): also needs checking negativeusa2008-07-032-8/+9
* * ext/coverage: add svn:ignoremame2008-07-030-0/+0
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-037-17/+76
* describe glibc version bit more accurate.akr2008-07-031-1/+1
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-0311-41/+99
* * thread.c (thread_initialize): NUM2INT returns long.mame2008-07-032-1/+5
* new file.akr2008-07-031-0/+15
* * eval.c (Init_eval): typo fixed in r17833.nobu2008-07-032-1/+5
* * ext/win32ole/win32ole.c (Init_win32ole): remove duplicate line.suke2008-07-032-1/+4
* refine configure message of broken erfc of glibc-2.3 on IA64.akr2008-07-031-1/+1
* * configure.in (erfc): erfc of glibc comes with Debian GNU/Linux Etchakr2008-07-032-0/+28
* * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz2008-07-032-3/+10
* * Makefile.in (SET_LC_MESSAGES): LC_MESSAGES must be C.nobu2008-07-022-0/+5
* * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freezenobu2008-07-024-3/+11
* * gc.c (rb_during_gc): VALUE cache is irrelevant.nobu2008-07-022-10/+4
* * regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT): cast pointer tomame2008-07-022-6/+11
* * sprintf.c: include ieeefp.h to refer isinf.mame2008-07-025-0/+26
* * missing/tgamma.c (tgamma): remove unused variable.mame2008-07-022-1/+4
* * ext/win32ole/win32ole.c: avoid creating Ruby object duringsuke2008-07-023-1/+123
* 2008-07-03svn2008-07-021-3/+3
* * gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke2008-07-023-0/+25