summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-29* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-28* win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn'tshirosaki
2012-01-28* test/ruby/test_thread.rbshirosaki
2012-01-28* thread_win32.c (rb_w32_wait_events_blocking): useshirosaki
2012-01-28* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki
2012-01-27* 2012-01-28svn
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2012-01-27* common.mk (test-ruby): pass TESTS for options.nobu
2012-01-27* 2012-01-27svn
2012-01-27* gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu
2012-01-26* lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain
2012-01-25* 2012-01-26svn
2012-01-25* ext/io/console/console.c (io_getch): default delegating methodnobu
2012-01-25* file.c (rb_file_s_basename): ignore non-ascii extension innobu
2012-01-25* file.c (rmext): no extension to strip if empty string.nobu
2012-01-25* 2012-01-25svn
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* object.c (rb_Hash): fix mixed declaration and code.nobu
2012-01-24* README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-24* object.c (rb_Hash): trivial optimization.nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-24Additional test for r34358.naruse
2012-01-24* 2012-01-24svn
2012-01-24* lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse
2012-01-23ChangeLog added.shyouhei
2012-01-23Writing entire packet at once to avoid incomplete transmissionshyouhei
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2012-01-23* io.c (extract_binmode): raise an exception if binmode/textmodenaruse
2012-01-23* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse
2012-01-23* test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn
2012-01-22* 2012-01-23svn
2012-01-22* misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu supportknu
2012-01-22* parse.y (rb_intern3): split to registration check and newnobu
2012-01-22* 2012-01-22svn
2012-01-22* parse.y (rb_intern3, rb_intern_str): check the coderange first.nobu
2012-01-21* include/ruby/ruby.h (FIXNUM_P): simple flag should be int.nobu
2012-01-21* encoding.c (rb_enc_compatible): fix segv on symbols.naruse
2012-01-21* 2012-01-21svn
2012-01-21* dir.c (dir_chdir, check_dirname): get rid of optimization-out.nobu
2012-01-20* ChangeLog: insert redmine's issue number for the previous commitmrkn
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