index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.
nobu
2008-05-08
4
-5
/
+6
*
* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.
nobu
2008-05-08
4
-5
/
+6
*
* file.c (rb_find_file_ext): guard load_path from GC.
akr
2008-05-08
2
-0
/
+8
*
* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.
nobu
2008-05-08
6
-3
/
+17
*
ChangeLog: add an entry and ML ref.
matz
2008-05-08
1
-0
/
+5
*
test/ruby/test_continuation.rb: remove duplicated test.
matz
2008-05-08
2
-18
/
+10
*
* thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS
akr
2008-05-08
3
-0
/
+18
*
* eval_intern.h (enum ruby_tag_type): enum for debug.
nobu
2008-05-08
2
-9
/
+22
*
* array.c (rb_ary_sort_bang): freeze temporary array.
nobu
2008-05-08
2
-0
/
+7
*
* vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is not
nobu
2008-05-08
2
-1
/
+6
*
array.c: typo fixed; sorry!
matz
2008-05-08
1
-4
/
+4
*
* array.c (sort_reentered): reentered check may be called from
matz
2008-05-08
2
-2
/
+7
*
* test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].
nobu
2008-05-08
1
-0
/
+19
*
* array.c (sort_1, sort_2): check for reentered and if elements are
nobu
2008-05-08
2
-5
/
+10
*
* array.c (sort_1, sort_2): check reentered. [ruby-core:16679]
nobu
2008-05-07
2
-2
/
+16
*
* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.
nobu
2008-05-07
6
-19
/
+56
*
* thread.c (rb_thread_key_p): thread local storage stores ID.
nobu
2008-05-07
3
-5
/
+8
*
* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]
matz
2008-05-07
4
-44
/
+71
*
* numeric.c (bit_coerce): float should not be a valid operand of
matz
2008-05-07
3
-8
/
+17
*
* thread.c (rb_thread_key_p): should always convert symbol to ID.
matz
2008-05-07
2
-2
/
+9
*
* numeric.c (fix_divide): float division should floor() before
matz
2008-05-07
2
-1
/
+6
*
* ruby.c (process_options, ruby_set_argv): set encoding of rb_argv
usa
2008-05-07
2
-5
/
+13
*
* string.c (sym_to_i): remove obsolete method. preparation for
matz
2008-05-07
3
-56
/
+9
*
* io.c (io_puts_ary): check recursion first. [ruby-dev:34580]
nobu
2008-05-07
2
-3
/
+9
*
* vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]
nobu
2008-05-07
2
-2
/
+8
*
* .gdbinit (rp): removed RUBY_T_BLOCK.
nobu
2008-05-07
1
-5
/
+0
*
* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.
matz
2008-05-07
6
-59
/
+44
*
ChangeLog updated
matz
2008-05-06
1
-1
/
+2
*
* ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.
matz
2008-05-06
3
-3
/
+10
*
File#lchmod test removed because the method is not exist.
akr
2008-05-06
1
-2
/
+0
*
* test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.
akr
2008-05-05
3
-7
/
+24
*
* iseq.c (insn_operand_intern): should handle Qundef embedded in
matz
2008-05-05
2
-3
/
+13
*
* compile.c (iseq_compile_each): should call compile_cpath() for
matz
2008-05-05
4
-5
/
+15
*
* insns.def (defineclass): was using wrong variable. [ruby-dev:34592]
matz
2008-05-05
2
-1
/
+5
*
* io.c (io_fflush): IO#flush problem within threads. a patch from
matz
2008-05-05
2
-2
/
+7
*
* compile.c (defined_expr): protect some expression from
matz
2008-05-05
2
-1
/
+12
*
* struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.
matz
2008-05-05
2
-5
/
+15
*
* eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF to
akr
2008-05-05
2
-1
/
+12
*
add a test for IA64 Debian GNU/Linux Etch.
akr
2008-05-05
1
-0
/
+4
*
* array.c (rb_ary_slice_bang): should adjust length before making
matz
2008-05-05
2
-0
/
+8
*
* array.c (rb_ary_dup): should dupe corresponding information.
matz
2008-05-05
2
-1
/
+6
*
* compile.c (compile_cpath): use Qundef to denote cbase lookup.
matz
2008-05-05
5
-26
/
+33
*
* gc.c (set_heaps_increment): fix memory allocation strategy by
akr
2008-05-04
2
-20
/
+26
*
* lib/getoptlong.rb: use $stderr instead of $deferr.
akr
2008-05-04
2
-2
/
+6
*
add a test.
akr
2008-05-04
1
-0
/
+9
*
* time.c (obj2nsec): fix string argument.
akr
2008-05-04
3
-1
/
+11
*
* eval.c (rb_obj_respond_to): check the result of respond_to? method
akr
2008-05-04
3
-1
/
+14
*
* string.c (rb_str_each_line): return original string.
akr
2008-05-04
2
-2
/
+7
*
add a test.
akr
2008-05-03
1
-0
/
+3
*
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):
akr
2008-05-03
3
-0
/
+46
[next]