summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-05-04Fix and add tests for String#inspect. [ruby-dev:41153]naruse
2010-05-04* test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa
2010-05-04* error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu
2010-04-30* test/ruby/test_io.rb: skip false tests on Windows.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-04-27Cleaning up syntax warnings.naruse
2010-04-27* iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame
2010-04-27* eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame
2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu
2010-04-26* io.c (select_internal): IO which cbuf is not empty is readable.akr
2010-04-26 * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf
2010-04-25 * complex.c, ratioanl.c: reverted experimental r24565.tadf
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-22remove debug print.naruse
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
2010-04-21* parse.y (regexp): check each fragments. [ruby-core:27374]nobu
2010-04-21* parse.y (parser_yylex): abandoned EXPR_VCALL.nobu
2010-04-20* io.c (io_getc): set read_encoding to resulted one characternaruse
2010-04-20* test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu
2010-04-20* parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu
2010-04-20* test/ruby: make more ruby-mode.el friendly.nobu
2010-04-19* file.c (rb_file_s_extname): skip last directory separators.nobu
2010-04-17* test/ruby/envutil.rb: update Gem::ConfigMap to fake environment formame
2010-04-17* compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.wanabe
2010-04-16* array.c (rb_ary_repeated_permutation): new method added. a patchmatz
2010-04-13* transcode.c (transcode_loop): insert output the value whennaruse
2010-04-12add a test.akr
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2010-04-11* test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2010-04-07* random.c (rand_init): ignore higher bits if all they are same asnobu
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-06* test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu
2010-04-06add tests.akr
2010-04-06Surpress warnings.naruse
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02Remove platform dependent test.naruse
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-04-01Remove hexadecimal-floating-point tests for String#to_f.naruse
2010-04-01* enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse
2010-04-01Add test for sprintf with Infinity and NaN.naruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
2010-04-01* object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
2010-03-27* time.c: fix previos commit.akr
2010-03-26* NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe