summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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