aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Revert r35180; the fix break the test. see [ruby-dev:30653]naruse2012-04-031-1/+1
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-031-0/+7
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-021-4/+18
* use super in h.defaultnobu2012-03-311-1/+1
* * hash.c (hash_default_value): extract from rb_hash_aref(), to benobu2012-03-311-0/+8
* misplaced rescuenobu2012-03-311-2/+3
* descriptive assertionsnobu2012-03-301-34/+34
* join LocalBarriernobu2012-03-301-1/+2
* * test/ruby/lbtest.rb: print at once including newlines.nobu2012-03-291-4/+4
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+6
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+9
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+20
* * enumerator.c (inspect_enumerator): show method arguments ofshugo2012-03-261-2/+14
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-261-0/+5
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-0/+7
* * enumerator (lazy_initialize): set the instance variable "receiver"shugo2012-03-241-0/+4
* * enumerator (enumerator_inspect): include the original receiver andshugo2012-03-241-0/+12
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-0/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-232-0/+14
* * test/ruby/test_io.rb (try_fdopen): more GCable.nobu2012-03-231-3/+5
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-221-0/+8
* * io.c (static int io_fflush): add the definition.shirosaki2012-03-221-0/+15
* * test/ruby/test_m17n.rb (test_env): show failed values.nobu2012-03-221-2/+2
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa2012-03-221-15/+17
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+22
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-201-8/+1
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-191-0/+21
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-181-0/+3
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-0/+12
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-0/+3
* * string.c (trnext): should advance char-wise.nobu2012-03-161-0/+4
* fix unreachable warning line numbernobu2012-03-161-0/+7
* fix typonobu2012-03-161-1/+1
* verbose_warningnobu2012-03-161-1/+1
* suppress warning.nobu2012-03-162-3/+3
* fix indentnobu2012-03-161-10/+10
* Tempfile#opennobu2012-03-161-6/+10
* fix argument ordernobu2012-03-161-1/+1
* bug numbernobu2012-03-161-5/+5
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-161-0/+19
* * enumerator.c (lazy_take): don't enumerate an extra value.shugo2012-03-161-1/+5
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-151-0/+42
* * enumerator.c (lazy_zip): rescue StopIteration returned byshugo2012-03-151-0/+6
* * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo2012-03-151-4/+14
* * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo2012-03-151-1/+1
* * parse.y (parser_yylex): fix warning line number.nobu2012-03-151-0/+8
* * test/ruby/test_m17n.rb (assert_warning): use common method.nobu2012-03-151-12/+1
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-151-0/+7
* * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo2012-03-151-0/+10
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-154-7/+7