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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* enumerator.c (next_i): fix to return with Fiber#yield at
ko1
2007-08-20
1
-0
/
+10
*
* io.c (rb_io_s_foreach): argument count check before making
matz
2007-08-20
1
-0
/
+3
*
* dir.c (dir_foreach): return Enumerator if no block given.
matz
2007-08-20
1
-0
/
+3
*
* string.c (Init_String): remove Symbol.intern and Symbol#dump.
matz
2007-08-20
1
-0
/
+5
*
* vm_core.h (struct rb_thread_struct): removed first_func_arg and
nobu
2007-08-20
1
-0
/
+5
*
* gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected
akr
2007-08-19
1
-0
/
+6
*
* compile.c (iseq_compile_each/NODE_RESBODY): fix to add
ko1
2007-08-19
1
-0
/
+7
*
* insnhelper.ci (vm_call_bmethod): fix to propagate information
ko1
2007-08-19
1
-0
/
+11
*
* test/ruby/sentence.rb: new method Sentence().
akr
2007-08-19
1
-0
/
+4
*
* insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.
ko1
2007-08-19
1
-0
/
+5
*
* test/ruby/test_yield.rb (TestYieldGen): relax array size check
akr
2007-08-18
1
-0
/
+6
*
* ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().
nobu
2007-08-18
1
-0
/
+4
*
* thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166]
nobu
2007-08-18
1
-0
/
+4
*
* insnhelper.ci (vm_call_bmethod),
ko1
2007-08-18
1
-0
/
+8
*
* eval_error.ci (ruby_error_print): call error_print.
nobu
2007-08-18
1
-0
/
+6
*
* process.c (detach_process_watcher): should not pass the pointer
nobu
2007-08-18
1
-0
/
+6
*
* insnhelper.ci (vm_send_optimize): use MEMMOVE to shift values inside
nobu
2007-08-18
1
-0
/
+5
*
* insnhelper.ci (vm_yield_setup_args): rsize and psize should not be
nobu
2007-08-18
1
-0
/
+5
*
* insnhelper.ci (vm_callee_setup_arg, vm_send_optimize,
nobu
2007-08-18
1
-0
/
+5
*
* compile.c (iseq_compile_each): fix to allow self.x=
ko1
2007-08-18
1
-0
/
+7
*
* parse.y (reg_compile_gen): obtain error info from errinfo.
nobu
2007-08-18
1
-0
/
+8
*
* eval.c: $! should not be writable.
ko1
2007-08-18
1
-0
/
+7
*
* insnhelper.ci (vm_callee_setup_arg): fix to check arguments
ko1
2007-08-18
1
-0
/
+5
*
* bootstraptest/test_exception.rb: add escape character ("\") for
ko1
2007-08-18
1
-0
/
+5
*
* test/ruby/test_yield.rb (TestYieldGen): add test for yielding to
akr
2007-08-18
1
-0
/
+5
*
* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep
nobu
2007-08-18
1
-0
/
+5
*
add ChangeLog entry.
ko1
2007-08-18
1
-0
/
+2
*
* compile.c (iseq_set_arguments), insnhelper.ci
ko1
2007-08-18
1
-0
/
+7
*
* eval.c (frame_func_id): return proper method ID.
nobu
2007-08-17
1
-0
/
+4
*
* compile.c (iseq_compile_each): massign should return rvalue(s).
ko1
2007-08-17
1
-0
/
+4
*
* test/ruby/test_basicinstructions.rb: fix old tests.
ko1
2007-08-17
1
-0
/
+5
*
* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),
ko1
2007-08-17
1
-0
/
+10
*
* thread.c (rb_thread_terminate_all): fix to ignore
ko1
2007-08-17
1
-0
/
+8
*
* bootstraptest/runner.rb (in_temporary_working_directory): use
akr
2007-08-17
1
-0
/
+7
*
ChangeLog: typo fixed. [ruby-dev:31439]
matz
2007-08-16
1
-2
/
+2
*
* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of bound
matz
2007-08-16
1
-0
/
+8
*
* compile.c (iseq_compile_each): fix thorw insn option of next.
ko1
2007-08-16
1
-0
/
+4
*
* compile.c (iseq_set_arguments), insnhelper.ci
ko1
2007-08-16
1
-0
/
+8
*
* iseq.c (ruby_iseq_disasm): fix to show arg_simple value.
ko1
2007-08-16
1
-0
/
+4
*
* insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]
ko1
2007-08-16
1
-0
/
+4
*
* compile.c (iseq_compile_each): fix next/redo stack consistency.
ko1
2007-08-16
1
-0
/
+9
*
* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]
eban
2007-08-16
1
-0
/
+4
*
* test/ruby/sentence.rb: Sentence class implemented
akr
2007-08-16
1
-0
/
+12
*
* configure.in (BASERUBY): check if base ruby is runnable first.
nobu
2007-08-16
1
-0
/
+5
*
* configure.in (aix): enable shared by default.
nobu
2007-08-16
1
-27
/
+37
*
* bignum.c (big_lshift): make shift offset long type.
akr
2007-08-16
1
-0
/
+8
*
* io.c (argf_readpartial): argf_forward needs argc and argv.
nobu
2007-08-15
1
-0
/
+4
*
* cont.c (rb_fiber_m_yield): added. use this function
ko1
2007-08-15
1
-0
/
+5
*
* lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]
akr
2007-08-15
1
-0
/
+4
*
* gc.c (os_live_obj): fix to skip T_VALUES.
ko1
2007-08-15
1
-0
/
+6
[next]