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
...
*
exec "/" causes SEGV.
akr
2008-04-22
1
-0
/
+4
*
bootstraptest/test_knownbug.rb: wrong condition
matz
2008-04-14
1
-4
/
+4
*
bootstraptest/test_knownbug.rb: add tests
matz
2008-04-12
1
-0
/
+45
*
* bootstraptest/test_autoload.rb: tests for [ruby-dev:34268].
nobu
2008-04-07
1
-4
/
+31
*
* load.c (rb_provided): check expanded path for relative path
nobu
2008-04-07
1
-0
/
+25
*
* bootstraptest/test_knownbug.rb: add a known-bug.
ko1
2008-04-07
1
-0
/
+13
*
* bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]
mame
2008-03-25
1
-0
/
+33
*
* bootstraptest/test_struct.rb: some test moved from test to shut
matz
2008-03-13
1
-0
/
+5
*
add a test.
akr
2008-03-05
1
-0
/
+4
*
bootstraptest/test_marshal.rb: test updated
matz
2008-03-01
1
-1
/
+1
*
bootstraptest/test_knownbug.rb: add test
matz
2008-03-01
1
-0
/
+10
*
* eval_method.c (rb_get_method_body): ent->method may be freed by
matz
2008-03-01
1
-5
/
+0
*
* parse.y (opt_block_param): command can start just after block param
nobu
2008-02-29
2
-2
/
+2
*
* encoding.c (enc_find): check type of argument and convert to String
naruse
2008-02-28
1
-4
/
+0
*
add a test.
akr
2008-02-28
1
-0
/
+4
*
* io.c (argf_set_encoding): uses current_file after check for next
nobu
2008-02-21
2
-4
/
+4
*
* io.c (open_key_args): set arg->io even if no options passed.
usa
2008-02-20
1
-4
/
+0
*
add a test.
akr
2008-02-18
1
-0
/
+6
*
add a test for [ruby-dev:33807]
akr
2008-02-16
1
-0
/
+3
*
add a test.
akr
2008-02-16
1
-0
/
+3
*
add a test.
akr
2008-02-15
1
-0
/
+4
*
* io.c (io_reopen): check STDIN, STDOUT and STDERR mode according to
akr
2008-02-14
1
-0
/
+17
*
add a test for [ruby-dev:33072].
akr
2008-02-14
1
-0
/
+4
*
* lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse
naruse
2008-02-13
1
-1
/
+1
*
* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,
naruse
2008-02-12
2
-2
/
+2
*
* io.c (io_reopen): don't change access mode for stdin, stdout and
akr
2008-02-07
1
-0
/
+16
*
* bootstraptest/test_marshal.rb: commit miss. reverted.
usa
2008-01-31
1
-1
/
+1
*
* marshal.c (r_object0): no need to call r_entry for immediate values.
usa
2008-01-31
1
-1
/
+1
*
test updated for empty symbols
matz
2008-01-31
1
-1
/
+0
*
* bootstraptest/runner.rb: fix -I../../hoge case.
naruse
2008-01-30
1
-1
/
+2
*
* parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]
nobu
2008-01-27
1
-2
/
+2
*
* compile.c (iseq_compile_each): validate argument expr of "next"
ko1
2008-01-26
1
-0
/
+8
*
* compile.c, compile.h: fix stack pointer issues.
ko1
2008-01-25
3
-46
/
+31
*
The [ruby-dev:32746] problem is re-introduced.
akr
2008-01-24
1
-0
/
+1
*
* insns.def (expandarray): fix stack inc.
mame
2008-01-23
2
-8
/
+7
*
* bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.
usa
2008-01-23
2
-8
/
+16
*
* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
matz
2008-01-22
1
-200
/
+0
*
* thread.c (thread_create_core): set thread group before creating
nobu
2008-01-18
1
-0
/
+7
*
* bootstraptest/runner.rb (assert_valid_syntax): added.
nobu
2008-01-17
2
-4
/
+12
*
* bootstraptest/test_attr.rb: moved test for [ruby-core:14641].
nobu
2008-01-17
2
-23
/
+26
*
* bootstraptest/test_attr.rb: added for [ruby-core:15120].
nobu
2008-01-17
1
-0
/
+10
*
* configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.
matz
2008-01-14
1
-0
/
+1
*
* thread.c: clear thread structure.
ko1
2008-01-14
1
-0
/
+8
*
update last test.
akr
2008-01-14
1
-1
/
+1
*
* bootstraptest/runner.rb: add "flunk" method.
ko1
2008-01-14
2
-5
/
+10
*
fix a test.
akr
2008-01-14
1
-0
/
+1
*
add a test.
akr
2008-01-12
1
-0
/
+9
*
* bootstraptest/test_proc.rb: fixed wrong expected result. pointed
nobu
2008-01-12
1
-3
/
+2
*
* proc.c (proc_mark): needs to mark the receiver too. a patch from
nobu
2008-01-11
1
-0
/
+7
*
* string.c (Init_String): sym_match arity spec was wrong. a patch
matz
2008-01-07
1
-1
/
+1
[prev]
[next]