aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-147-106/+163
* * gc.c (ruby_initial_gc_stress): defined.akr2008-06-133-4/+16
* * gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu2008-06-134-10/+23
* * rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent,tadf2008-06-132-0/+11
* * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf2008-06-134-16/+44
* * lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr2008-06-132-2/+12
* * complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...wanabe2008-06-132-3/+13
* * rational.c (string_to_r_internal): save and restore backref. fixed [ruby-de...wanabe2008-06-132-1/+10
* * README.EXT: ditto.usa2008-06-132-1/+10
* * README.EXT.ja: update about Fixnum. reported inusa2008-06-132-13/+30
* * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.nobu2008-06-132-2/+4
* * gc.c (ruby_stack_check): STACK_LENGTH should be less thannobu2008-06-132-3/+7
* * enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz2008-06-133-5/+14
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-123-6/+12
* * test/ruby/test_thread.rb: add a test.mame2008-06-122-0/+26
* * thread.c (mutex_unlock): fix cond_notified consistency.mame2008-06-122-0/+5
* * thread_win32.c (native_sleep): fixed previous commit.usa2008-06-122-4/+10
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-127-40/+294
* * complex.c: refactoring.tadf2008-06-123-180/+85
* * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned asmatz2008-06-122-1/+6
* * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen forakr2008-06-122-1/+6
* * io.c (read_all): should use io_read_encoding(), notmatz2008-06-113-10/+16
* * ext/stringio/stringio.c (strio_init): rewind when reopened.mame2008-06-113-2/+8
* * array.c (rb_ary_zip): ANSI style.mame2008-06-112-4/+5
* * io.c (rb_io_reopen): clear read buffer.nobu2008-06-114-3/+16
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-116-283/+108
* * io.c (io_fread): bypass buffered read if reading buffer is empty.matz2008-06-112-1/+21
* * bootstraptest/runner.rb (assert_normal_exit): hide stderr outputakr2008-06-112-3/+23
* * common.mk (encs): need to pass miniruby path for windows.usa2008-06-112-1/+5
* update Signal.list rdoc.akr2008-06-101-1/+1
* describe %% in rdoc.akr2008-06-101-0/+1
* * set eol-style to LF.nobu2008-06-100-0/+0
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-1017-190/+241
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-10220-1265/+7100
* * lib/find.rb (Find#find): Return an enumerator if no block isknu2008-06-102-0/+7
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-108-22/+56
* * test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu2008-06-102-0/+7
* * complex.c (nucomp_s_convert): need not to initialize optionaltadf2008-06-102-2/+5
* * ext/extmk.rb: negate default of --without-ext if --with-ext isnobu2008-06-102-3/+10
* * ext/extmk.rb: negate default of --without-ext.nobu2008-06-102-1/+7
* * array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]matz2008-06-102-1/+5
* * include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):nobu2008-06-102-0/+7
* fix Changelog time(typo). sorry.wanabe2008-06-101-1/+1
* * util.c (ruby_strtod): ruby_strtod don't allow a trailingwanabe2008-06-102-0/+7
* * rational.c (nurat_s_convert): need not to initialize optionalmatz2008-06-102-2/+5
* * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu2008-06-102-1/+5
* * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.nobu2008-06-102-4/+8
* * ruby.c (rb_argv0): revised for ext/tk.nobu2008-06-102-1/+6
* * include/ruby/encoding.h: not to use varargs.h since requiring C89.nobu2008-06-103-8/+8
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-099-14/+41