aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2012-01-25svn2012-01-251-2/+2
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-258-179/+334
* * object.c (rb_Hash): fix mixed declaration and code.nobu2012-01-241-1/+3
* * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().nobu2012-01-242-0/+21
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-247-4/+43
* * object.c (rb_Hash): trivial optimization.nobu2012-01-242-5/+5
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-244-0/+53
* Additional test for r34358.naruse2012-01-241-0/+1
* * 2012-01-24svn2012-01-241-2/+2
* * lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse2012-01-242-28/+23
* ChangeLog added.shyouhei2012-01-231-0/+13
* Writing entire packet at once to avoid incomplete transmissionshyouhei2012-01-231-5/+5
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-233-1/+16
* * io.c (extract_binmode): raise an exception if binmode/textmodenaruse2012-01-233-4/+43
* * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse2012-01-233-1/+14
* * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn2012-01-232-0/+20
* * 2012-01-23svn2012-01-221-2/+2
* * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu supportknu2012-01-222-11/+64
* * parse.y (rb_intern3): split to registration check and newnobu2012-01-222-15/+46
* * 2012-01-22svn2012-01-221-2/+2
* * parse.y (rb_intern3, rb_intern_str): check the coderange first.nobu2012-01-222-22/+17
* * include/ruby/ruby.h (FIXNUM_P): simple flag should be int.nobu2012-01-212-1/+5
* * encoding.c (rb_enc_compatible): fix segv on symbols.naruse2012-01-213-8/+25
* * 2012-01-21svn2012-01-211-2/+2
* * dir.c (dir_chdir, check_dirname): get rid of optimization-out.nobu2012-01-212-10/+11
* * ChangeLog: insert redmine's issue number for the previous commitmrkn2012-01-201-1/+1
* * lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn2012-01-203-2/+18
* * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse2012-01-203-7/+6
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enab...nobu2012-01-201-1/+1
* * 2012-01-20svn2012-01-201-2/+2
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-204-2/+90
* * test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, remo...nobu2012-01-191-1/+1
* * test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths ...nobu2012-01-191-5/+6
* * test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolut...nobu2012-01-191-0/+8
* ext/date/date_strptime.c: moved detector of leftover.tadf2012-01-182-11/+14
* * 2012-01-19svn2012-01-181-2/+2
* ext/date/date_parse.c: [ruby-core:42173].tadf2012-01-184-14/+80
* * ChangeLog: fix typos.nagachika2012-01-181-3/+3
* * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiringknu2012-01-182-0/+7
* * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu2012-01-182-21/+52
* Suppress warnings.naruse2012-01-181-7/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-184-4/+55
* * 2012-01-18svn2012-01-181-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-184-3/+92
* * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.nobu2012-01-172-2/+4
* * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu2012-01-173-2/+7
* * confiugre.in (setproctitle): removed dupcated checks.nobu2012-01-171-1/+1
* * gc.c (aligned_malloc, aligned_free): covered missing definednobu2012-01-172-4/+9
* * st.c (add_packed_direct): ditto.nobu2012-01-171-2/+1
* * st.c (do_hash): it's the time to remove cast to unsigned int.nobu2012-01-172-5/+8