aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-1/+6
* * process.c: NUM2RLIM is defined but no getrlimit and setrlimit onnobu2011-03-071-0/+5
* * ext/date/date_core.c (DateTimeData): should not use bare 'long long'nobu2011-03-061-0/+8
* * process.c (proc_getgroups): get rid of maxgroups dependency.kosaki2011-03-061-0/+5
* * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism.kosaki2011-03-061-0/+4
* * process.c (proc_setmaxgroups): added negative value check.kosaki2011-03-061-0/+6
* * process.c (maxgroups, proc_setmaxgroups): increase max groupskosaki2011-03-061-0/+5
* * ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.akr2011-03-061-0/+4
* * sample/list.rb (MyElem#initialize): initialize @headkosaki2011-03-061-0/+8
* * class.c: fix camelCase to snake_case in documentation code examples.naruse2011-03-051-0/+16
* * io.c (io_cntl): use rb_thread_io_blocking_region() insteadkosaki2011-03-051-0/+5
* * include/ruby/intern.h: fix a typo of prototype declaration.nagachika2011-03-051-0/+5
* * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki2011-03-051-0/+4
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-041-0/+9
* * test/testunit/test_parallel.rbnagachika2011-03-041-0/+6
* * io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need tokosaki2011-03-041-0/+6
* * configure.in: save warnflags. the patch is created by Eric Wong.kosaki2011-03-041-0/+5
* * ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.akr2011-03-031-0/+4
* * process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa2011-03-031-0/+9
* * test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa2011-03-031-0/+6
* * string.c (rb_str_slice_bang): raise error when the string is frozen.naruse2011-03-031-0/+4
* * strftime.c (STRFTIME): return 0 and ERANGE when precision is toonaruse2011-03-031-0/+5
* * addr2line.c (uleb128): cast the value to unsigned long.naruse2011-03-021-0/+6
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-021-0/+16
* * string.c (str_byte_substr): return nil for negative length.nobu2011-03-021-0/+4
* * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr2011-03-021-0/+4
* * lib/test/unit/parallel.rb: Fix name from `inclement_io` tosorah2011-03-021-0/+5
* * string.c (rb_str_slice_bang): move treatments which is only needednaruse2011-03-021-0/+5
* * test/testunit/test_parallel.rb(TestParallel#spawn_runner):sorah2011-03-021-0/+7
* * ext/openssl/ossl_pkey.h: parenthesize macro arguments.akr2011-03-011-0/+4
* * lib/test/unit/parallel.rb: Fix number.sorah2011-03-011-0/+4
* * lib/test/unit/parallel.rb: For Windows.sorah2011-03-011-0/+9
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-03-011-0/+6
* * test/date/{test_date.rb,test_date_attr.rb}: [ruby-dev:43280]tadf2011-03-011-0/+4
* Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan2011-03-011-0/+5
* * win32/win32.c: revert r30987 because it causes some failures inusa2011-03-011-0/+5
* * string.c (rb_str_byteslice): the resulted encoding should keepnaruse2011-03-011-0/+6
* * ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188.mrkn2011-03-011-0/+5
* * string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse2011-03-011-0/+4
* * include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32 defined. it ...arton2011-02-281-0/+5
* * test/testunit/test_rake_integration.rb (test_with_rake_runner):nagachika2011-02-281-0/+5
* * win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki2011-02-281-0/+12
* * ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.akr2011-02-281-0/+4
* * ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.akr2011-02-281-0/+4
* * string.c (tr_trans): when the hash for multibyte repl is empty,naruse2011-02-281-0/+6
* * ext/openssl/ossl_ocsp.c: parenthesize macro arguments.akr2011-02-281-0/+4
* * lib/tempfile.rb: Fix example file paths in docs for tempfile.shyouhei2011-02-281-0/+5
* * ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.shyouhei2011-02-281-0/+5
* * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()usa2011-02-281-0/+6
* * test/testunit/test_parallel.rb: Temporally disable test on Windows.sorah2011-02-281-0/+4