index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-03-09
* ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions when
tenderlove
2011-03-09
[ruby-dev:43027] fixes #4280
naruse
2011-03-09
* enc/shift_jis.c: Change SJIS as an alias of Windows-31J.
naruse
2011-03-08
* ext/extmk.rb: nmake substitutes all occurences in macro.
nobu
2011-03-08
* ext/extmk.rb: workaround for nmake.
nobu
2011-03-08
* process.c (proc_setgroups): cleanup.
kosaki
2011-03-08
* test/misc/test_ruby_mode.rb: test for ruby-mode.el.
nobu
2011-03-08
* process.c (get_sc_ngroups_max): fix indent.
nobu
2011-03-08
* process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first if
kosaki
2011-03-08
* misc/ruby-electric.el: remove trailing spaces.
nobu
2011-03-08
* misc/ruby-mode.el (ruby-parse-partial): fix for array in block.
nobu
2011-03-08
* ext/openssl/ossl_rand.c: parenthesize macro arguments.
akr
2011-03-08
* hash.c (ruby_setenv): MSDN says that Windows XP or earlier limits
usa
2011-03-08
* test/rubygems/test_gem_spec_fetcher.rb
usa
2011-03-08
* misc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent):
nobu
2011-03-08
fix typos and remove trailing spaces
kazu
2011-03-08
* common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):
nobu
2011-03-08
* process.c (proc_setgroups): use getgrnam() if getgrnam_r() is
nobu
2011-03-08
* process.c: RARRAY_LEN() returns long int.
nobu
2011-03-08
* configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiple
nobu
2011-03-07
* process.c (get_sc_ngroups_max): define to wrap sysconf(3).
naruse
2011-03-07
* gc.c (rb_objspace): an initializer must be a constant.
naruse
2011-03-07
* process.c (maxgroups): cast because sysconf(3)'s return value is long.
naruse
2011-03-07
* 2011-03-08
svn
2011-03-07
* ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.
akr
2011-03-07
* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch by
sorah
2011-03-07
small cleanup.
kosaki
2011-03-07
* process.c (proc_setgroups): replace getgrnam() with getgrnam_r()
kosaki
2011-03-07
* process.c (proc_getmaxgroups, proc_setmaxgroups): refrect
kosaki
2011-03-07
cancel subversion backfire. sorry
matz
2011-03-07
* 2011-03-07
svn
2011-03-07
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-03-07
* test/testunit/test_parallel.rb
nagachika
2011-03-07
* process.c: NUM2RLIM is defined but no getrlimit and setrlimit on
nobu
2011-03-07
* string.c (tr_trans): suppress signedness/unsignedness warnings.
nobu
2011-03-06
* ext/date/date_core.c (DateTimeData): should not use bare 'long long'
nobu
2011-03-06
fix of ext/date/date_core.
nobu
2011-03-06
* 2011-03-07
svn
2011-03-06
* process.c (proc_getgroups): get rid of maxgroups dependency.
kosaki
2011-03-06
* configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism.
kosaki
2011-03-06
* process.c (proc_setmaxgroups): added negative value check.
kosaki
2011-03-06
* process.c (maxgroups, proc_setmaxgroups): increase max groups
kosaki
2011-03-06
* ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.
akr
2011-03-06
* sample/list.rb (MyElem#initialize): initialize @head
kosaki
2011-03-05
* class.c: fix camelCase to snake_case in documentation code examples.
naruse
2011-03-05
* 2011-03-06
svn
2011-03-05
* io.c (io_cntl): use rb_thread_io_blocking_region() instead
kosaki
2011-03-05
* include/ruby/intern.h: fix a typo of prototype declaration.
nagachika
2011-03-05
* test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.
kosaki
2011-03-04
* 2011-03-05
svn
[next]