aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb: nmake substitutes all occurences in macro.nobu2011-03-082-5/+7
* * ext/extmk.rb: workaround for nmake.nobu2011-03-083-6/+10
* * process.c (proc_setgroups): cleanup.kosaki2011-03-082-2/+6
* * test/misc/test_ruby_mode.rb: test for ruby-mode.el.nobu2011-03-082-0/+140
* * process.c (get_sc_ngroups_max): fix indent.nobu2011-03-081-1/+1
* * process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first ifkosaki2011-03-082-0/+7
* * misc/ruby-electric.el: remove trailing spaces.nobu2011-03-081-6/+11
* * misc/ruby-mode.el (ruby-parse-partial): fix for array in block.nobu2011-03-082-1/+6
* * ext/openssl/ossl_rand.c: parenthesize macro arguments.akr2011-03-082-2/+6
* * hash.c (ruby_setenv): MSDN says that Windows XP or earlier limitsusa2011-03-082-0/+8
* * test/rubygems/test_gem_spec_fetcher.rbusa2011-03-082-1/+9
* * misc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent):nobu2011-03-082-5/+19
* fix typos and remove trailing spaceskazu2011-03-081-5/+5
* * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):nobu2011-03-084-14/+81
* * 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