aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby: fixed nonsense assertions.nobu2010-04-297-9/+9
* Cleaning up syntax warnings.naruse2010-04-271-1/+1
* * iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame2010-04-271-0/+13
* * eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame2010-04-271-1/+14
* * parse.y (parser_read_escape): deny extra character escapes.nobu2010-04-271-0/+7
* * io.c (select_internal): IO which cbuf is not empty is readable.akr2010-04-261-0/+10
* * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf2010-04-261-0/+55
* * complex.c, ratioanl.c: reverted experimental r24565.tadf2010-04-251-55/+0
* * io.c: raise IOError when byte oriented operations occur withakr2010-04-241-0/+33
* remove debug print.naruse2010-04-221-1/+0
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-211-0/+19
* * parse.y (regexp): check each fragments. [ruby-core:27374]nobu2010-04-211-1/+6
* * parse.y (parser_yylex): abandoned EXPR_VCALL.nobu2010-04-211-24/+0
* * io.c (io_getc): set read_encoding to resulted one characternaruse2010-04-201-0/+15
* * test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu2010-04-201-0/+2
* * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu2010-04-201-0/+24
* * test/ruby: make more ruby-mode.el friendly.nobu2010-04-202-8/+8
* * file.c (rb_file_s_extname): skip last directory separators.nobu2010-04-191-0/+2
* * test/ruby/envutil.rb: update Gem::ConfigMap to fake environment formame2010-04-171-0/+1
* * compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.wanabe2010-04-171-0/+20
* * array.c (rb_ary_repeated_permutation): new method added. a patchmatz2010-04-161-0/+82
* * transcode.c (transcode_loop): insert output the value whennaruse2010-04-131-2/+10
* add a test.akr2010-04-121-0/+7
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-111-0/+8
* * test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu2010-04-111-1/+3
* * encoding.c (enc_replicate): new encoding name must be validnobu2010-04-111-0/+1
* * random.c (rand_init): ignore higher bits if all they are same asnobu2010-04-071-0/+7
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-071-2/+2
* * test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu2010-04-061-2/+7
* add tests.akr2010-04-061-0/+18
* Surpress warnings.naruse2010-04-061-8/+8
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-031-1/+4
* * random.c (random_rand): raise ArgumentError on nil, as thenobu2010-04-031-0/+1
* Remove platform dependent test.naruse2010-04-021-2/+0
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-021-0/+17
* Remove hexadecimal-floating-point tests for String#to_f.naruse2010-04-011-10/+0
* * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse2010-04-011-0/+18
* Add test for sprintf with Infinity and NaN.naruse2010-04-011-0/+4
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-0/+13
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-012-0/+15
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-0/+2
* * time.c: less bignum allocations.akr2010-03-311-0/+29
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-291-0/+8
* * time.c: fix previos commit.akr2010-03-271-0/+18
* * NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe2010-03-261-0/+60
* * test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo2010-03-261-2/+4
* * test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken2010-03-251-8/+11
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-231-0/+21
* add a test.wanabe2010-03-221-0/+25
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-0/+43