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
/
bootstraptest
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a test for [ruby-dev:32448].
akr
2007-12-04
1
-0
/
+4
*
add ML ref.
akr
2007-12-02
1
-1
/
+1
*
eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message.
akr
2007-12-02
1
-0
/
+5
*
add a test for [ruby-dev:32404].
akr
2007-12-01
1
-0
/
+6
*
* bootstraptest/test_knownbug.rb: move fixed bugs.
ko1
2007-12-01
1
-14
/
+0
*
* insns.def (concatarray, splatarray): use to_a instead of
matz
2007-12-01
1
-2
/
+2
*
* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third
ko1
2007-12-01
2
-14
/
+13
*
* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.
matz
2007-11-30
1
-0
/
+1
*
longer timeout.
akr
2007-11-27
1
-1
/
+1
*
* compile.c (iseq_compile_each): "when *[],1" dumps core.
ko1
2007-11-27
1
-0
/
+12
*
* compile.c (iseq_compile_each): "a[*b] += 1" dumps core.
ko1
2007-11-27
1
-0
/
+4
*
* compile.c, insns.def: change return value of "defined?"
ko1
2007-11-27
1
-1
/
+1
*
* eval.c (rb_method_missing): fix stack trace.
ko1
2007-11-27
2
-17
/
+5
*
* insns.def, compile.c: fix to allow dsym for alias/undef.
ko1
2007-11-27
1
-0
/
+22
*
more tests.
akr
2007-11-26
1
-0
/
+4
*
* bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t...
nobu
2007-11-26
2
-14
/
+14
*
add a test for [ruby-dev:32351].
akr
2007-11-24
1
-0
/
+3
*
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2007-11-23
4
-46
/
+35
*
previous change refined.
akr
2007-11-22
1
-2
/
+1
*
add test for [ruby-dev:32329].
akr
2007-11-22
1
-0
/
+21
*
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-11-04
2
-8
/
+6
*
add test for Regexp.new("\0").
akr
2007-11-04
1
-0
/
+4
*
add a test for [ruby-dev:32084].
akr
2007-10-22
1
-0
/
+4
*
It should be ArgumentError that
akr
2007-10-16
1
-0
/
+12
*
Regexp.union("a", "a") causes SEGV.
akr
2007-10-16
1
-0
/
+3
*
* bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/r...
nobu
2007-10-15
1
-15
/
+0
*
add a test for [ruby-dev:32054].
akr
2007-10-14
1
-0
/
+15
*
add a test for [ruby-dev:31985].
akr
2007-10-09
1
-0
/
+9
*
add a test for [ruby-dev:31982].
akr
2007-10-09
1
-0
/
+12
*
* cont.c (cont_free): check Fiber or Continuation.
ko1
2007-10-06
1
-5
/
+0
*
* bootstraptest/runner.rb (assert_not_match): new method.
akr
2007-10-05
2
-0
/
+17
*
* proc.c (proc_dup): proc->block.proc should be self.
ko1
2007-10-01
2
-16
/
+15
*
check exception on Process.setrlimit.
akr
2007-10-01
1
-1
/
+5
*
* bootstraptest/test_method.rb: use assert_normal_exit to test
akr
2007-10-01
1
-2
/
+1
*
* bootstraptest/runner.rb (assert_normal_exit): use `` instead of
akr
2007-10-01
1
-1
/
+1
*
* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]
nobu
2007-10-01
2
-14
/
+13
*
add test for [ruby-dev:31913].
akr
2007-09-30
1
-0
/
+5
*
* bootstraptest/runner.rb (pretty): don't show beginning empty line.
akr
2007-09-30
1
-0
/
+1
*
add test for [ruby-dev:31911].
akr
2007-09-30
1
-0
/
+14
*
use Marshal.load instead of binary string.
akr
2007-09-29
1
-1
/
+1
*
* bootstraptest/runner.rb (assert_normal_exit): new method.
akr
2007-09-29
2
-0
/
+30
*
add test for a define_method wrapper.
akr
2007-09-29
1
-0
/
+15
*
* cont.c: Thread local storage should be fiber local.
ko1
2007-09-28
1
-28
/
+0
*
thread variable test refined.
akr
2007-09-28
1
-18
/
+12
*
add test for thread local variable with fiber.
akr
2007-09-27
1
-0
/
+35
*
refine a test.
akr
2007-09-26
1
-2
/
+2
*
* bootstraptest/runner.rb (assert_finish): new method.
akr
2007-09-26
2
-5
/
+54
*
* bootstraptest/test_knownbug.rb: remove a fixed test.
ko1
2007-09-26
1
-18
/
+0
*
* bootstraptest/test_knownbug.rb: move fixed tests.
ko1
2007-09-26
2
-26
/
+26
*
* io.c (io_ungetc): reallocate internal buffer if pushing data
matz
2007-09-25
1
-2
/
+6
[next]