aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * include/ruby/ruby.h (FIX2LONG): Parenthesize the macro body.akr2013-04-042-1/+5
* * time.c (time_strftime): Describe %L and %N truncates digits underakr2013-04-042-0/+9
* * object.c (rb_mod_cvar_set): Reverted "avoid inadvertentakr2013-04-042-14/+10
* * ext/pathname/pathname.c (path_write): New method.akr2013-04-044-0/+71
* envutil.rb: assert stderr if marshal failednobu2013-04-041-1/+6
* reduce overhead of TYPEnobu2013-04-043-34/+27
* object.c: avoid inadvertent symbol creationnobu2013-04-041-6/+41
* * thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREADyugui2013-04-042-6/+8
* * thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.yugui2013-04-042-21/+34
* struct.c: avoid inadvertent symbol creationnobu2013-04-043-7/+50
* object.c: avoid inadvertent symbol creationnobu2013-04-043-18/+39
* enum.c: avoid inadvertent symbol creationnobu2013-04-043-3/+27
* thread.c: avoid inadvertent symbol creationnobu2013-04-043-7/+49
* thread.c: error messagenobu2013-04-041-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.naruse2013-04-042-2/+7
* * ext/socket/extconf.rb: Specify arguments to test functions.akr2013-04-032-23/+30
* * 2013-04-04svn2013-04-031-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-033-2/+12
* * ext/socket/extconf.rb: Test functions and libraries after headers.akr2013-04-032-21/+25
* Add comment.akr2013-04-031-0/+1
* * io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr2013-04-034-8/+54
* * process.c: Describe the behavior which Ruby invokes a commandlineakr2013-04-032-0/+12
* fix a typo in NEWSkazu2013-04-031-1/+1
* * ext/extmk.rb (extmake): Invoke Logging::log_close in a ensureakr2013-04-032-2/+6
* * ext/extmk.rb (extmake): Use Logging.open to switch stdout andakr2013-04-033-13/+21
* win32.c: pass through unknown sequencenobu2013-04-031-0/+6
* win32.c: pass through unknown sequencenobu2013-04-031-1/+11
* bignum.c: hide intermediate Bignumsnobu2013-04-034-1/+18
* bignum.c: Bignum zero comparisonnobu2013-04-036-0/+52
* * 2013-04-03svn2013-04-021-2/+2
* * lib/securerandom.rb (SecureRandom.random_bytes): Useakr2013-04-022-1/+8
* * remove trailing spaces.nobu2013-04-021-1/+1
* win32.c: missing breaknobu2013-04-021-0/+1
* add ML ref.akr2013-04-021-0/+1
* * pack.c: Support Q! and q! for long long.akr2013-04-024-17/+65
* * ext/-test-/num2int/num2int.c: Define utility methodsakr2013-04-023-19/+28
* * lib/securerandom.rb: Don't use Array#to_s.akr2013-04-022-1/+6
* update doc.akr2013-04-021-20/+9
* * re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse2013-04-023-0/+16
* * vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.naruse2013-04-023-25/+36
* Add ignore_stderr because it outputs "circular require" warningsnaruse2013-04-021-1/+1
* Use assert_separately to speed up on test-allnaruse2013-04-021-42/+20
* * test/ruby/envutil.rb (assert_separately): stop_auto_run ofnaruse2013-04-022-4/+28
* Suppress warningsnaruse2013-04-023-4/+6
* use long_ary to suppress warningnaruse2013-04-021-1/+1
* Suppress warningsnaruse2013-04-023-26/+21
* fix typo: s/@ca_cert/@cacert/naruse2013-04-021-1/+1
* Unused module removed.akr2013-04-011-4/+1
* conditional test fixed.akr2013-04-011-2/+2
* more tests.akr2013-04-011-8/+18