aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_each_line): zero length record separator shouldmatz2008-05-103-6/+17
* * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr2008-05-102-0/+7
* ChangeLog: address mangling.matz2008-05-091-1/+1
* * thread.c (timeofday): use monotonic clock. based on a patchmatz2008-05-092-3/+17
* * cont.c (cont_restore_0): dynamic stack direction code should bematz2008-05-082-1/+6
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-084-6/+45
* * bignum.c (rb_big_and): bit-wise operation should not take floatmatz2008-05-082-3/+24
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-084-5/+6
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-084-5/+6
* * file.c (rb_find_file_ext): guard load_path from GC.akr2008-05-082-0/+8
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-086-3/+17
* ChangeLog: add an entry and ML ref.matz2008-05-081-0/+5
* test/ruby/test_continuation.rb: remove duplicated test.matz2008-05-082-18/+10
* * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr2008-05-083-0/+18
* * eval_intern.h (enum ruby_tag_type): enum for debug.nobu2008-05-082-9/+22
* * array.c (rb_ary_sort_bang): freeze temporary array.nobu2008-05-082-0/+7
* * vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu2008-05-082-1/+6
* array.c: typo fixed; sorry!matz2008-05-081-4/+4
* * array.c (sort_reentered): reentered check may be called frommatz2008-05-082-2/+7
* * test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu2008-05-081-0/+19
* * array.c (sort_1, sort_2): check for reentered and if elements arenobu2008-05-082-5/+10
* * array.c (sort_1, sort_2): check reentered. [ruby-core:16679]nobu2008-05-072-2/+16
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-076-19/+56
* * thread.c (rb_thread_key_p): thread local storage stores ID.nobu2008-05-073-5/+8
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-074-44/+71
* * numeric.c (bit_coerce): float should not be a valid operand ofmatz2008-05-073-8/+17
* * thread.c (rb_thread_key_p): should always convert symbol to ID.matz2008-05-072-2/+9
* * numeric.c (fix_divide): float division should floor() beforematz2008-05-072-1/+6
* * ruby.c (process_options, ruby_set_argv): set encoding of rb_argvusa2008-05-072-5/+13
* * string.c (sym_to_i): remove obsolete method. preparation formatz2008-05-073-56/+9
* * io.c (io_puts_ary): check recursion first. [ruby-dev:34580]nobu2008-05-072-3/+9
* * vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]nobu2008-05-072-2/+8
* * .gdbinit (rp): removed RUBY_T_BLOCK.nobu2008-05-071-5/+0
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-076-59/+44
* ChangeLog updatedmatz2008-05-061-1/+2
* * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz2008-05-063-3/+10
* File#lchmod test removed because the method is not exist.akr2008-05-061-2/+0
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-053-7/+24
* * iseq.c (insn_operand_intern): should handle Qundef embedded inmatz2008-05-052-3/+13
* * compile.c (iseq_compile_each): should call compile_cpath() formatz2008-05-054-5/+15
* * insns.def (defineclass): was using wrong variable. [ruby-dev:34592]matz2008-05-052-1/+5
* * io.c (io_fflush): IO#flush problem within threads. a patch frommatz2008-05-052-2/+7
* * compile.c (defined_expr): protect some expression frommatz2008-05-052-1/+12
* * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz2008-05-052-5/+15
* * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF toakr2008-05-052-1/+12
* add a test for IA64 Debian GNU/Linux Etch.akr2008-05-051-0/+4
* * array.c (rb_ary_slice_bang): should adjust length before makingmatz2008-05-052-0/+8
* * array.c (rb_ary_dup): should dupe corresponding information.matz2008-05-052-1/+6
* * compile.c (compile_cpath): use Qundef to denote cbase lookup.matz2008-05-055-26/+33
* * gc.c (set_heaps_increment): fix memory allocation strategy byakr2008-05-042-20/+26