aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2012-01-17svn2012-01-161-2/+2
* * st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse2012-01-162-2/+10
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-166-1/+32
* * win32/win32.c (rb_chsize): no need to get the current file size.nobu2012-01-162-6/+7
* st optimize st_insertshyouhei2012-01-152-10/+19
* st refactor add_packed_direct a bitshyouhei2012-01-151-13/+8
* st macroses for allocationshyouhei2012-01-151-23/+33
* * 2012-01-16svn2012-01-151-2/+2
* st macroses for packed tableshyouhei2012-01-151-43/+49
* st use function instead of macroshyouhei2012-01-151-159/+161
* * object.c (rb_inspect): raise the result is not compatible withnaruse2012-01-153-3/+53
* * 2012-01-15svn2012-01-151-2/+2
* * ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse2012-01-153-2/+8
* * ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu2012-01-142-5/+14
* * compile.c (iseq_set_sequence): adjust indent.nobu2012-01-141-3/+3
* * iseq.c (iseq_data_to_ary): check line info table boundary. linenobu2012-01-143-2/+20
* * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught...nobu2012-01-142-0/+4