aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cancel subversion backfire. sorrymatz2011-03-0763-711/+1828
* * 2011-03-07svn2011-03-071-3/+3
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-0767-1842/+770
* * test/testunit/test_parallel.rbnagachika2011-03-071-1/+0
* * process.c: NUM2RLIM is defined but no getrlimit and setrlimit onnobu2011-03-072-6/+11
* * string.c (tr_trans): suppress signedness/unsignedness warnings.nobu2011-03-071-2/+2
* * ext/date/date_core.c (DateTimeData): should not use bare 'long long'nobu2011-03-061-0/+8
* fix of ext/date/date_core.nobu2011-03-062-29/+17
* * 2011-03-07svn2011-03-061-2/+2
* * process.c (proc_getgroups): get rid of maxgroups dependency.kosaki2011-03-062-2/+11
* * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism.kosaki2011-03-063-28/+5
* * process.c (proc_setmaxgroups): added negative value check.kosaki2011-03-062-1/+10
* * process.c (maxgroups, proc_setmaxgroups): increase max groupskosaki2011-03-062-3/+29
* * ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.akr2011-03-062-22/+26
* * sample/list.rb (MyElem#initialize): initialize @headkosaki2011-03-062-0/+9
* * class.c: fix camelCase to snake_case in documentation code examples.naruse2011-03-057-27/+43
* * 2011-03-06svn2011-03-051-2/+2
* * io.c (io_cntl): use rb_thread_io_blocking_region() insteadkosaki2011-03-052-1/+6
* * include/ruby/intern.h: fix a typo of prototype declaration.nagachika2011-03-052-1/+6
* * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki2011-03-052-28/+31
* * 2011-03-05svn2011-03-041-2/+2
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-043-13/+75
* * .gitignore: ignore ext/date and ext/-test-/*/*.nagachika2011-03-041-0/+8
* * test/testunit/test_parallel.rbnagachika2011-03-042-0/+7
* * io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need tokosaki2011-03-042-3/+9
* * configure.in: save warnflags. the patch is created by Eric Wong.kosaki2011-03-042-0/+6
* * ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.akr2011-03-032-2/+6
* * 2011-03-04svn2011-03-031-2/+2
* * golf_prelude.rb (Symbol#call): new method.nobu2011-03-031-0/+8
* * process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa2011-03-033-7/+21
* * test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa2011-03-032-6/+16
* * string.c (rb_str_slice_bang): raise error when the string is frozen.naruse2011-03-032-1/+5
* incompatibility arround REXML is reverted in r31008. ref #3990naruse2011-03-031-5/+0
* * strftime.c (STRFTIME): return 0 and ERANGE when precision is toonaruse2011-03-032-0/+9
* * addr2line.c (uleb128): cast the value to unsigned long.naruse2011-03-022-1/+13
* * 2011-03-03svn2011-03-021-2/+2
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-0211-147/+114
* * string.c (str_byte_substr): return nil for negative length.nobu2011-03-023-27/+34
* * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr2011-03-022-2/+6
* * lib/test/unit/parallel.rb: Fix name from `inclement_io` tosorah2011-03-022-4/+9
* * string.c (rb_str_slice_bang): move treatments which is only needednaruse2011-03-022-4/+9
* * 2011-03-02svn2011-03-021-2/+2
* * test/testunit/test_parallel.rb(TestParallel#spawn_runner):sorah2011-03-023-5/+8
* * ext/openssl/ossl_pkey.h: parenthesize macro arguments.akr2011-03-012-8/+12
* * lib/test/unit/parallel.rb: Fix number.sorah2011-03-012-1/+5
* * lib/test/unit/parallel.rb: For Windows.sorah2011-03-013-41/+31
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-03-012-16/+7
* * test/date/{test_date.rb,test_date_attr.rb}: [ruby-dev:43280]tadf2011-03-013-2/+8
* Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan2011-03-0173-715/+2404
* * win32/win32.c: revert r30987 because it causes some failures inusa2011-03-012-9/+5