summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-09-07fix test/rexml/test_encoding.rb failureayumin
2011-09-07Change encoding from ISO-2022 to UTF-8ayumin
2011-09-07* add missing '#' in bug reference.kou
2011-09-07* lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou
2011-09-07* lib/yaml.rb: explicitly specify ::Object to avoid the collision withnaruse
2011-09-06* lib/test/unit.rb (_run_suites): Now reports are written thesorah
2011-09-06 * win32/Makefile.sub (INSNS): change command line option -Ks to -Kutarui
2011-09-06* transcode.c (load_transcoder_entry): concatenate paths directly.nobu
2011-09-06* encoding.c (load_encoding): predefined encoding names are safe.nobu
2011-09-06* transcode.c: enabled econv newline option.nobu
2011-09-05* numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platformmarcandre
2011-09-05* numeric.c (flo_round): Fix criteria for 32 bits platformmarcandre
2011-09-05 * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failuresseki
2011-09-05* insns.def: change encoding pragma for emacs (shift_jis to utf-8).nagachika
2011-09-05* Makefile.in (INSNS): change command line option -Ks to -Ku fornagachika
2011-09-05* transcode.c (rb_econv_binmode): newline decorators arenobu
2011-09-05* test/rubygems/test_gem_security.rbnaruse
2011-09-05README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]shyouhei
2011-09-04* numeric.c (flo_round): Make Float#round round big values [bug #5272]marcandre
2011-09-04* numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]marcandre
2011-09-04* lib/net/imap.rb (default_port, default_imap_port,shugo
2011-09-04Change encoding from EUC-JP to UTF-8. [Feature #5128]shyouhei
2011-09-04* ChangeLog: style fix.ktsj
2011-09-03* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-09-03* configure.in (sizeof_struct_dirent_too_small): check if structnobu
2011-09-03* configure.in (RUBY_MINGW32): take tool prefix from CC.nobu
2011-09-03* io.c (argf_next_argv): open in default text mode.nobu
2011-09-03* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika
2011-09-02* io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu
2011-09-02fix typoskazu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2011-09-01* ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove
2011-09-01* numeric.c (flo_round): substitute machine dependent magic number.nobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-09-01* Release GVL while OpenSSL's public key generation.nahi
2011-09-01* test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa
2011-09-01* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-09-01* variable.c (rb_autoloading_value) Fix the order of definitions.naruse
2011-08-31* variable.c (rb_autoload): There was a chance to run GC (fromnahi
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-31* ChangeLog: wrong ticket number and ML number.usa
2011-08-31* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-31* ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse
2011-08-31* numeric.c (flo_round): Avoid overflow by optimizing for trivial casesmarcandre
2011-08-30* win32/win32.c (rb_w32_select_with_thread): and my typo. we all mustusa
2011-08-30* thread.c (rb_thread_select): critical typo in r33117.usa
2011-08-30* test/-ext-/old_thread_select/test_old_thread_select.rbusa
2011-08-30* ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa