aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * transcode.c (rb_econv_binmode): newline decorators arenobu2011-09-051-0/+5
* * test/rubygems/test_gem_security.rbnaruse2011-09-051-0/+6
* README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]shyouhei2011-09-051-0/+4
* * numeric.c (flo_round): Make Float#round round big values [bug #5272]marcandre2011-09-041-0/+5
* * numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]marcandre2011-09-041-0/+5
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+7
* Change encoding from EUC-JP to UTF-8. [Feature #5128]shyouhei2011-09-041-0/+4
* * ChangeLog: style fix.ktsj2011-09-041-2/+2
* * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj2011-09-031-0/+6
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+5
* * configure.in (sizeof_struct_dirent_too_small): check if structnobu2011-09-031-1/+4
* * configure.in (RUBY_MINGW32): take tool prefix from CC.nobu2011-09-031-0/+4
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-0/+5
* * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika2011-09-031-0/+9
* * io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu2011-09-021-0/+8
* fix typoskazu2011-09-021-5/+5
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-0/+5
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-021-0/+6
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-011-0/+6
* * numeric.c (flo_round): substitute machine dependent magic number.nobu2011-09-011-0/+4
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-0/+6
* * Release GVL while OpenSSL's public key generation.nahi2011-09-011-0/+35
* * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa2011-09-011-0/+7
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-09-011-0/+7
* * variable.c (rb_autoloading_value) Fix the order of definitions.naruse2011-09-011-0/+5
* * variable.c (rb_autoload): There was a chance to run GC (fromnahi2011-08-311-0/+18
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-0/+4
* * ChangeLog: wrong ticket number and ML number.usa2011-08-311-1/+1
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-08-311-0/+5
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-311-0/+4
* * numeric.c (flo_round): Avoid overflow by optimizing for trivial casesmarcandre2011-08-311-0/+5
* * win32/win32.c (rb_w32_select_with_thread): and my typo. we all mustusa2011-08-301-0/+5
* * thread.c (rb_thread_select): critical typo in r33117.usa2011-08-301-0/+4
* * test/-ext-/old_thread_select/test_old_thread_select.rbusa2011-08-301-0/+7
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-0/+10
* * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa2011-08-301-0/+11
* * test/dl/test_callback.rb (test_callback_with_string): preventsnagachika2011-08-301-0/+5
* * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa2011-08-301-0/+6
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-301-0/+5
* * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki2011-08-301-0/+6
* * cont.c (fiber_entry): fix stack allocation failure on Debiankosaki2011-08-301-0/+7
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-301-0/+12
* * configure.in: fix a build failure on GNU Hurd.kosaki2011-08-301-0/+6
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-291-0/+5
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-291-0/+12
* * ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika2011-08-281-0/+8
* Imported minitest 2.5.1 (r6596)ryan2011-08-271-0/+5
* * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj2011-08-271-0/+7
* * internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse2011-08-271-0/+7
* * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj2011-08-271-0/+14