aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_add_method_def): decrement alias count ofmame2010-04-202-0/+14
* * io.c: fixed the wrong description of rdoc.usa2010-04-201-2/+6
* * io.c: rdoc. see [ruby-dev:40506].usa2010-04-201-0/+6
* * ext/dl/win32/lib/win32/registry.rb (PredefinedKey#create): root keyusa2010-04-202-1/+6
* * parse.y (parser_yylex): fix for tLPAREN_ARG.nobu2010-04-202-7/+9
* * test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu2010-04-201-0/+2
* * lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):xibbar2010-04-203-6/+11
* * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu2010-04-203-10/+40
* * parse.y (parser_yylex): simplified with IS_ARG and IS_END.nobu2010-04-201-5/+3
* * test/ruby: make more ruby-mode.el friendly.nobu2010-04-202-8/+8
* * tool/compile_prelude.rb: typo.nobu2010-04-201-1/+1
* * bootstraptest/test_fork.rb: add a test for [ruby-core:28924].mame2010-04-192-0/+25
* * file.c (rb_file_s_extname): skip last directory separators.nobu2010-04-193-1/+8
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-192-17/+10
* * 2010-04-20svn2010-04-191-2/+2
* * 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