aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.c (rb_thread_blocking_region, rb_thread_blocking_region_end):mame2010-04-192-0/+10
* * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei2010-04-192-0/+6
* * parse.y (parser_yylex): reduced duplicated conditions.nobu2010-04-192-5/+7
* * lib/timeout.rb (Timeout#timeout): propagate errors to thenobu2010-04-191-0/+6
* Import RDoc 2.5.4drbrain2010-04-1914-77/+169
* * lib/timeout.rb (Timeout#timeout): propagate errors to thenobu2010-04-192-2/+12
* * 2010-04-19svn2010-04-181-2/+2
* * vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse2010-04-182-2/+16
* * parse.y (IS_END, IS_SPCARG): macros for simplification.nobu2010-04-181-19/+15
* * parse.y (string_content): cond_stack and cmdarg_stack are VALUE.nobu2010-04-182-4/+8
* * test/resolv/test_addr.rb: property.nobu2010-04-180-0/+0
* * lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr2010-04-183-1/+26
* * parse.y (parser_yylex): seems like a symbol-literal when spacesnobu2010-04-183-1/+10
* * parse.y (string_content): preserve cond_stack and cmdarg_stack.nobu2010-04-183-8/+23
* * transcode.c (transcode_loop): suppressed a warning.nobu2010-04-181-1/+1
* * bootstraptest/test_io.rb: reduced megacontent test.nobu2010-04-181-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove2010-04-173-2/+17
* * 2010-04-18svn2010-04-171-2/+2
* * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse2010-04-172-2/+6
* * configure.in: use AC_TRY_LINK instead of AC_TRY_COMPILE.naruse2010-04-172-1/+6
* * test/ruby/envutil.rb: update Gem::ConfigMap to fake environment formame2010-04-172-0/+7
* * lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame2010-04-172-2/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb (find_ivars): ignoretenderlove2010-04-171-3/+3
* * compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.wanabe2010-04-173-28/+43
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu2010-04-162-5/+23
* * test/thread/test_queue.rb (TestQueue#grind): fix typos.kazu2010-04-162-2/+6
* NEWS: add Array#repeated_{combinationpermutation} [Feature #2981]kazu2010-04-162-1/+7
* * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove2010-04-164-1/+31
* * ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove2010-04-165-7/+47
* * test/thread/test_queue.rb: property.nobu2010-04-160-0/+0
* * 2010-04-17svn2010-04-161-2/+2
* * io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch frommame2010-04-162-2/+11
* * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb):suke2010-04-162-11/+19
* * parse.y (string_content, etc): counts of CMDARG_PUSH and POP weremame2010-04-162-4/+11
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): revert r23389,mame2010-04-162-7/+8
* add thanks.mame2010-04-161-1/+1
* * lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame2010-04-163-20/+50
* * .gitignore: updated.mame2010-04-162-0/+22
* * tool/file2lastrev.rb (VCS::SVN::get_revisions.): remind aboutnobu2010-04-162-2/+7
* * 2010-04-16svn2010-04-161-2/+2
* * array.c (rb_ary_repeated_permutation): new method added. a patchmatz2010-04-163-0/+271
* * thread.c (rb_thread_priority, rb_thread_priority_set): fix rdoc.mame2010-04-152-3/+16
* * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame2010-04-153-2/+22
* * tool/file2lastrev.rb: use backtick for ruby 1.8.akr2010-04-152-1/+17
* * tool/file2lastrev.rb: this should run with ruby 1.8.naruse2010-04-152-1/+5
* * tool/file2lastrev.rb: make -q effective for files not versionakr2010-04-152-2/+12
* * vm_dump.c (bugreport_backtrace): ditto.nobu2010-04-152-2/+10
* * vm.c (vm_backtrace_each): get rid of use of malloc from signalnobu2010-04-154-4/+22
* * 2010-04-15svn2010-04-151-2/+2
* * common.mk (help): small fix.usa2010-04-152-1/+5