summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-03-11 * lib/date/delta*: removed undocumented delta.tadf
2011-03-11fix a typokazu
2011-03-11* lib/mkmf.rb (find_executable0): should exclude directories.nobu
2011-03-10* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki
2011-03-10* process.c (get_sc_ngroups_max): return -1 if platform don'tkosaki
2011-03-10* ext/openssl/ossl_ssl.h: parenthesize macro arguments.akr
2011-03-10* parse.y (parser_encode_length): add exception as UTF8-MAC fornaruse
2011-03-10* parse.y (parser_encode_length): fix typo: the length ofnaruse
2011-03-10* test/ruby/test_require.rb: setting too long string to ENV causesusa
2011-03-10* lib/test/unit.rb (Test::Unit::Runner::Worker#read): fix for the casenaruse
2011-03-09Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan
2011-03-09* ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr
2011-03-09 * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika
2011-03-09* misc/ruby-mode.el (ruby-parse-partial): fix indent after aref.nobu
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