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
...
*
* insnhelper.ci, string.c: fixed indent.
nobu
2007-08-18
2
-40
/
+40
*
* compile.c (iseq_compile_each): fix to allow self.x=
ko1
2007-08-18
3
-0
/
+18
*
* parse.y (reg_compile_gen): obtain error info from errinfo.
nobu
2007-08-18
3
-16
/
+34
*
* eval.c: $! should not be writable.
ko1
2007-08-18
2
-12
/
+49
*
* insnhelper.ci (vm_callee_setup_arg): fix to check arguments
ko1
2007-08-18
2
-2
/
+13
*
* bootstraptest/test_exception.rb: add escape character ("\") for
ko1
2007-08-18
2
-1
/
+6
*
add test for [ruby-dev:31472].
akr
2007-08-18
1
-0
/
+9
*
* test/ruby/test_yield.rb (TestYieldGen): add test for yielding to
akr
2007-08-18
3
-20
/
+55
*
fix Dir.mktmpdir doc.
akr
2007-08-18
1
-1
/
+1
*
* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep
nobu
2007-08-18
3
-2
/
+13
*
add ChangeLog entry.
ko1
2007-08-18
1
-0
/
+2
*
* compile.c (iseq_set_arguments), insnhelper.ci
ko1
2007-08-18
4
-4
/
+23
*
* eval.c (frame_func_id): return proper method ID.
nobu
2007-08-17
4
-8
/
+28
*
* compile.c (iseq_compile_each): massign should return rvalue(s).
ko1
2007-08-17
2
-9
/
+18
*
* test/ruby/test_basicinstructions.rb: fix old tests.
ko1
2007-08-17
2
-3
/
+8
*
* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),
ko1
2007-08-17
6
-31
/
+106
*
* thread.c (rb_thread_terminate_all): fix to ignore
ko1
2007-08-17
2
-9
/
+25
*
* bootstraptest/runner.rb (in_temporary_working_directory): use
akr
2007-08-17
2
-6
/
+49
*
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
4
-1
/
+14
*
* compile.c (iseq_compile_each): fix thorw insn option of next.
ko1
2007-08-16
2
-3
/
+8
*
* compile.c (iseq_set_arguments), insnhelper.ci
ko1
2007-08-16
4
-7
/
+24
*
* iseq.c (ruby_iseq_disasm): fix to show arg_simple value.
ko1
2007-08-16
2
-2
/
+6
*
* insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]
ko1
2007-08-16
3
-3
/
+8
*
* compile.c (iseq_compile_each): fix next/redo stack consistency.
ko1
2007-08-16
4
-30
/
+132
*
* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]
eban
2007-08-16
2
-0
/
+5
*
fix "&" handling in block parameter.
akr
2007-08-16
1
-6
/
+8
*
add test for [ruby-dev:31437].
akr
2007-08-16
1
-0
/
+7
*
* test/ruby/sentence.rb: Sentence class implemented
akr
2007-08-16
5
-277
/
+482
*
* configure.in (BASERUBY): check if base ruby is runnable first.
nobu
2007-08-16
2
-17
/
+23
*
* configure.in (aix): enable shared by default.
nobu
2007-08-16
4
-35
/
+47
*
update Dir.mktmpdir document.
akr
2007-08-16
1
-1
/
+2
*
* bignum.c (big_lshift): make shift offset long type.
akr
2007-08-16
2
-10
/
+19
*
* io.c (argf_readpartial): argf_forward needs argc and argv.
nobu
2007-08-15
2
-4
/
+17
*
* cont.c (rb_fiber_m_yield): added. use this function
ko1
2007-08-15
3
-4
/
+15
*
forgot to remove.
akr
2007-08-15
1
-128
/
+0
*
* lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]
akr
2007-08-15
2
-0
/
+65
*
* gc.c (os_live_obj): fix to skip T_VALUES.
ko1
2007-08-15
3
-0
/
+12
*
* inits.c (rb_call_inits): change initializing order.
ko1
2007-08-15
2
-1
/
+6
*
* io.c (ARGF_FORWARD): wrongly compares with current_file with
matz
2007-08-15
2
-5
/
+10
*
* io.c (rb_io_initialize, argf_each_line, argf_each_byte): suppress
nobu
2007-08-15
2
-7
/
+6
*
* parse.y: remove "//" type comment.
ko1
2007-08-15
2
-2
/
+6
*
TestRubyYieldGen#test_yield needs too long time.
akr
2007-08-15
1
-1
/
+1
*
* parse.y: fix rules around f_margs. "make test" passes all tests.
ko1
2007-08-15
4
-15
/
+34
*
* hash.c (rb_hash_delete_key): delete the entry without calling block.
nobu
2007-08-15
3
-16
/
+57
*
* process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]
ko1
2007-08-15
2
-1
/
+5
*
* ext/stringio/stringio.c (strio_getc): should returns
matz
2007-08-15
3
-75
/
+85
*
* bootstraptest/runner.rb (assert_check): don't call newtest.
akr
2007-08-14
2
-1
/
+8
*
* bootstraptest/runner.rb (assert_check): new method.
akr
2007-08-14
3
-15
/
+41
*
* io.c (argf_close): always close via method.
matz
2007-08-14
2
-53
/
+46
[prev]
[next]