aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * process.c (proc_setgroups): use getgrnam() if getgrnam_r() isnobu2011-03-083-5/+14
* * process.c: RARRAY_LEN() returns long int.nobu2011-03-082-8/+16
* * configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiplenobu2011-03-082-1/+9
* * process.c (get_sc_ngroups_max): define to wrap sysconf(3).naruse2011-03-072-2/+19
* * gc.c (rb_objspace): an initializer must be a constant.naruse2011-03-072-1/+5
* * process.c (maxgroups): cast because sysconf(3)'s return value is long.naruse2011-03-072-3/+11
* * 2011-03-08svn2011-03-071-2/+2
* * ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.akr2011-03-072-2/+6
* * lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah2011-03-073-17/+39
* small cleanup.kosaki2011-03-071-6/+6
* * process.c (proc_setgroups): replace getgrnam() with getgrnam_r()kosaki2011-03-072-5/+21
* * process.c (proc_getmaxgroups, proc_setmaxgroups): refrectkosaki2011-03-072-6/+26
* 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