summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-20* lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn
2012-01-20* vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse
2012-01-20* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enab...nobu
2012-01-20* 2012-01-20svn
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2012-01-19* test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, remo...nobu
2012-01-19* test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths ...nobu
2012-01-19* test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolut...nobu
2012-01-18ext/date/date_strptime.c: moved detector of leftover.tadf
2012-01-18* 2012-01-19svn
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2012-01-18* ChangeLog: fix typos.nagachika
2012-01-18* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiringknu
2012-01-18* ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu
2012-01-18Suppress warnings.naruse
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* 2012-01-18svn
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2012-01-17* configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.nobu
2012-01-17* missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu
2012-01-17* confiugre.in (setproctitle): removed dupcated checks.nobu
2012-01-17* gc.c (aligned_malloc, aligned_free): covered missing definednobu
2012-01-17* st.c (add_packed_direct): ditto.nobu
2012-01-17* st.c (do_hash): it's the time to remove cast to unsigned int.nobu
2012-01-16* 2012-01-17svn
2012-01-16* st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse
2012-01-16* lib/optparse.rb (Regexp): fix incorrect options when casting tonobu
2012-01-16* win32/win32.c (rb_chsize): no need to get the current file size.nobu
2012-01-15st optimize st_insertshyouhei
2012-01-15st refactor add_packed_direct a bitshyouhei
2012-01-15st macroses for allocationshyouhei
2012-01-15* 2012-01-16svn
2012-01-15st macroses for packed tableshyouhei
2012-01-15st use function instead of macroshyouhei
2012-01-15* object.c (rb_inspect): raise the result is not compatible withnaruse
2012-01-15* 2012-01-15svn
2012-01-15* ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse
2012-01-14* ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu
2012-01-14* compile.c (iseq_set_sequence): adjust indent.nobu
2012-01-14* iseq.c (iseq_data_to_ary): check line info table boundary. linenobu
2012-01-14* README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught...nobu
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* 2012-01-14svn
2012-01-13* io.c (rb_io_s_read): Fix formatting of open_args comment. Reporteddrbrain
2012-01-13* sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu
2012-01-13* thread.c (rb_mutex_unlock_th): simplified.nobu
2012-01-13* thread.c (rb_barrier_waiting): fix potential overflows.nobu