aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * enc/iso_2022_jp.h: add CP50220.naruse2010-05-171-0/+9
* * test/ruby/test_dir_m17n.rb: changes for windows.usa2010-05-171-26/+46
* * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame2010-05-161-1/+4
* * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui2010-05-161-1/+1
* * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messagesusa2010-05-141-2/+12
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-141-17/+17
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu2010-05-131-2/+0
* add a test.akr2010-05-131-0/+12
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu2010-05-131-11/+11
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-131-45/+62
* * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa2010-05-131-0/+1
* add a test.akr2010-05-121-8/+15
* * numeric.c (flo_to_s): make minimum string representation.nobu2010-05-121-0/+7
* * re.c (rb_reg_initialize_m): fix wrong index for the langnaruse2010-05-121-0/+4
* * test/ruby/test_fiber.rb: add ML ref.mame2010-05-091-1/+1
* * cont.c (fiber_switch): raise FiberError when returning to deadmame2010-05-091-0/+11
* Fix and add tests for String#inspect. [ruby-dev:41153]naruse2010-05-041-6/+23
* * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa2010-05-042-7/+17
* * error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu2010-05-041-0/+8
* * test/ruby/test_io.rb: skip false tests on Windows.nobu2010-04-301-8/+32
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-299-20/+21
* * 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