aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* * io.c (argf_set_encoding): uses current_file after check for nextnobu2008-02-212-4/+4
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-4/+0
* add a test.akr2008-02-181-0/+6
* add a test for [ruby-dev:33807]akr2008-02-161-0/+3
* add a test.akr2008-02-161-0/+3
* add a test.akr2008-02-151-0/+4
* * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr2008-02-141-0/+17
* add a test for [ruby-dev:33072].akr2008-02-141-0/+4
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-1/+1
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-122-2/+2
* * io.c (io_reopen): don't change access mode for stdin, stdout andakr2008-02-071-0/+16
* * bootstraptest/test_marshal.rb: commit miss. reverted.usa2008-01-311-1/+1
* * marshal.c (r_object0): no need to call r_entry for immediate values.usa2008-01-311-1/+1
* test updated for empty symbolsmatz2008-01-311-1/+0
* * bootstraptest/runner.rb: fix -I../../hoge case.naruse2008-01-301-1/+2
* * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu2008-01-271-2/+2
* * compile.c (iseq_compile_each): validate argument expr of "next"ko12008-01-261-0/+8
* * compile.c, compile.h: fix stack pointer issues.ko12008-01-253-46/+31
* The [ruby-dev:32746] problem is re-introduced. akr2008-01-241-0/+1
* * insns.def (expandarray): fix stack inc.mame2008-01-232-8/+7
* * bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.usa2008-01-232-8/+16
* * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz2008-01-221-200/+0
* * thread.c (thread_create_core): set thread group before creatingnobu2008-01-181-0/+7
* * bootstraptest/runner.rb (assert_valid_syntax): added.nobu2008-01-172-4/+12
* * bootstraptest/test_attr.rb: moved test for [ruby-core:14641].nobu2008-01-172-23/+26
* * bootstraptest/test_attr.rb: added for [ruby-core:15120].nobu2008-01-171-0/+10
* * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz2008-01-141-0/+1
* * thread.c: clear thread structure.ko12008-01-141-0/+8
* update last test.akr2008-01-141-1/+1
* * bootstraptest/runner.rb: add "flunk" method.ko12008-01-142-5/+10
* fix a test.akr2008-01-141-0/+1
* add a test.akr2008-01-121-0/+9
* * bootstraptest/test_proc.rb: fixed wrong expected result. pointednobu2008-01-121-3/+2
* * proc.c (proc_mark): needs to mark the receiver too. a patch fromnobu2008-01-111-0/+7
* * string.c (Init_String): sym_match arity spec was wrong. a patchmatz2008-01-071-1/+1
* add test_knownbug [ruby-core:14813]matz2008-01-071-0/+23
* add test_knowbug [ruby-core:14813]matz2008-01-071-0/+25
* add test_knonbugmatz2008-01-071-0/+25
* add a comment.akr2008-01-051-0/+3
* Added known bug from ruby-core:14537ryan2008-01-031-0/+9
* * bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.ko12008-01-032-9/+10
* * bootstraptest/test_knownbug.rb: more portable waymatz2007-12-311-1/+1
* * bootstraptest/test_knownbug.rb: shut up syntax errormatz2007-12-311-0/+1
* * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu2007-12-311-5/+0
* * bootstraptest/test_knownbug.rb: support DOSISH.usa2007-12-301-1/+2
* add tests.akr2007-12-291-0/+14
* remove p.akr2007-12-261-1/+1
* * bootstraptest/pending.rb: add pending issue.ko12007-12-251-0/+19
* * compile.c (iseq_compile_each): fix stack consistency errorko12007-12-252-27/+37
* * io.c (appendline): move RS comparison to rb_io_getline_1().matz2007-12-252-10/+10