aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix test/rexml/test_encoding.rb failureayumin2011-09-072-0/+6
* * 2011-09-08svn2011-09-071-2/+2
* Change encoding from ISO-2022 to UTF-8ayumin2011-09-072-23/+28
* * add missing '#' in bug reference.kou2011-09-071-1/+1
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou2011-09-073-1/+32
* Remove assertion which depends the load ordernaruse2011-09-071-8/+1
* * lib/yaml.rb: explicitly specify ::Object to avoid the collision withnaruse2011-09-073-1/+7
* * 2011-09-07svn2011-09-061-2/+2
* eol-stylenobu2011-09-060-0/+0
* * lib/test/unit.rb (_run_suites): Now reports are written thesorah2011-09-064-0/+52
* * win32/Makefile.sub (INSNS): change command line option -Ks to -Kutarui2011-09-062-1/+8
* Use assert_operator to show clear message.naruse2011-09-061-3/+3
* * transcode.c (load_transcoder_entry): concatenate paths directly.nobu2011-09-062-4/+9
* * encoding.c (load_encoding): predefined encoding names are safe.nobu2011-09-064-1/+18
* * transcode.c: enabled econv newline option.nobu2011-09-063-0/+60
* * numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platformmarcandre2011-09-052-1/+6
* * numeric.c (flo_round): Fix criteria for 32 bits platformmarcandre2011-09-052-5/+10
* * 2011-09-06svn2011-09-051-2/+2
* * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failuresseki2011-09-052-55/+25
* * insns.def: change encoding pragma for emacs (shift_jis to utf-8).nagachika2011-09-052-1/+5
* * Makefile.in (INSNS): change command line option -Ks to -Ku fornagachika2011-09-052-1/+7
* * transcode.c (rb_econv_binmode): newline decorators arenobu2011-09-052-11/+18
* Fix typo: U+0456->U+0069. [Bug #5275]naruse2011-09-051-1/+1
* * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu2011-09-051-4/+5
* * test/rubygems/test_gem_security.rbnaruse2011-09-052-0/+7
* * doc/rake/CHANGES: reverted. this file is not written in Japanese.nobu2011-09-051-1/+1
* README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]shyouhei2011-09-053-155/+4
* * numeric.c (flo_round): Make Float#round round big values [bug #5272]marcandre2011-09-042-34/+21
* * numeric.c: Extract integer rounding into int_round_0marcandre2011-09-041-32/+41
* * 2011-09-05svn2011-09-041-2/+2
* * numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]marcandre2011-09-042-4/+18
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-043-0/+31
* Change encoding from EUC-JP to UTF-8. [Feature #5128]shyouhei2011-09-0413-1418/+1577
* * ChangeLog: style fix.ktsj2011-09-041-2/+2
* * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj2011-09-032-0/+18
* * 2011-09-04svn2011-09-031-2/+2
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-037-1/+40
* * configure.in (sizeof_struct_dirent_too_small): check if structnobu2011-09-032-10/+36
* * configure.in (RUBY_MINGW32): take tool prefix from CC.nobu2011-09-032-2/+9
* * ext/io/console/console.c (console_set_winsize): removenobu2011-09-031-0/+2
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-033-5/+28
* * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika2011-09-033-0/+28
* * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu2011-09-031-1/+1
* * 2011-09-03svn2011-09-021-2/+2
* * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.nobu2011-09-021-2/+2
* * io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu2011-09-023-3/+12
* fix typoskazu2011-09-021-5/+5
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-024-22/+38
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-023-2/+34
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-013-1/+22