summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2011-03-02* string.c (str_byte_substr): return nil for negative length.nobu
2011-03-02* ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr
2011-03-02* lib/test/unit/parallel.rb: Fix name from `inclement_io` tosorah
2011-03-02* string.c (rb_str_slice_bang): move treatments which is only needednaruse
2011-03-02* test/testunit/test_parallel.rb(TestParallel#spawn_runner):sorah
2011-03-01* ext/openssl/ossl_pkey.h: parenthesize macro arguments.akr
2011-03-01* lib/test/unit/parallel.rb: Fix number.sorah
2011-03-01* lib/test/unit/parallel.rb: For Windows.sorah
2011-03-01* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-03-01 * test/date/{test_date.rb,test_date_attr.rb}: [ruby-dev:43280]tadf
2011-03-01Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan
2011-03-01* win32/win32.c: revert r30987 because it causes some failures inusa
2011-03-01* string.c (rb_str_byteslice): the resulted encoding should keepnaruse
2011-03-01* ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188.mrkn
2011-03-01* string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse
2011-02-28* include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32 defined. it ...arton
2011-02-28 * test/testunit/test_rake_integration.rb (test_with_rake_runner):nagachika
2011-02-28* win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki
2011-02-28* ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.akr
2011-02-28* ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.akr
2011-02-28* string.c (tr_trans): when the hash for multibyte repl is empty,naruse
2011-02-28* ext/openssl/ossl_ocsp.c: parenthesize macro arguments.akr