summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-03-09* ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove
2011-03-09 [ruby-dev:43027] fixes #4280naruse
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): try to use NGROUPS_MAX at first ifkosaki
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 limitsusa
2011-03-08* test/rubygems/test_gem_spec_fetcher.rbusa
2011-03-08* misc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent):nobu
2011-03-08fix typos and remove trailing spaceskazu
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() isnobu
2011-03-08* process.c: RARRAY_LEN() returns long int.nobu
2011-03-08* configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiplenobu
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* ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.akr
2011-03-07* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah
2011-03-07* process.c (proc_setgroups): replace getgrnam() with getgrnam_r()kosaki
2011-03-07* process.c (proc_getmaxgroups, proc_setmaxgroups): refrectkosaki
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-07* process.c: NUM2RLIM is defined but no getrlimit and setrlimit onnobu
2011-03-06* ext/date/date_core.c (DateTimeData): should not use bare 'long long'nobu
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 groupskosaki
2011-03-06* ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.akr
2011-03-06* sample/list.rb (MyElem#initialize): initialize @headkosaki
2011-03-05* class.c: fix camelCase to snake_case in documentation code examples.naruse
2011-03-05* io.c (io_cntl): use rb_thread_io_blocking_region() insteadkosaki
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* io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki
2011-03-04 * test/testunit/test_parallel.rbnagachika
2011-03-04* io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need tokosaki
2011-03-04* configure.in: save warnflags. the patch is created by Eric Wong.kosaki
2011-03-03* ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.akr
2011-03-03* process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa
2011-03-03* test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa
2011-03-03* string.c (rb_str_slice_bang): raise error when the string is frozen.naruse
2011-03-03* strftime.c (STRFTIME): return 0 and ERANGE when precision is toonaruse
2011-03-02* addr2line.c (uleb128): cast the value to unsigned long.naruse
2011-03-02* lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse