aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_thread.rb: fix test. [Bug #2342]mame2010-04-222-2/+6
* * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju2010-04-222-6/+13
* remove debug print.naruse2010-04-221-1/+0
* * test/ripper/test_parser_events.rb (test_local_variables): for r27431.nobu2010-04-221-1/+1
* Update to RubyGems 1.3.7.pre.1drbrain2010-04-2264-239/+758
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2224-123/+123
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-222-2/+2
* * test/ripper/test_parser_events.rb (test_operator_ambiguous): new test.nobu2010-04-221-0/+6
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2292-1588/+1588
* * parse.y (warn_balanced): removed false warning.nobu2010-04-222-1/+15
* * 2010-04-22svn2010-04-211-2/+2
* * ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to pre...mrkn2010-04-213-56/+62
* * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr2010-04-212-1/+7
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-213-43/+67
* * parse.y (regexp): check each fragments. [ruby-core:27374]nobu2010-04-213-9/+80
* * parse.y (parser_yylex): reverted r27388 due to backwardnobu2010-04-213-5/+6
* * parse.y (parser_yylex): warn confusing binary operators afternobu2010-04-212-2/+23
* Update to RDoc 2.5.5drbrain2010-04-217-12/+32
* * parse.y (parser_yylex): abandoned EXPR_VCALL.nobu2010-04-213-35/+15
* * io.c (io_getc): set read_encoding to resulted one characternaruse2010-04-203-12/+43
* * bignum.c (bigmul1_karatsuba): fix calculation order to preventmame2010-04-202-15/+23
* * compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction tomame2010-04-203-0/+24
* * ext/zlib/zlib.c (rb_deflate_params): update buf_filled count becausemame2010-04-202-1/+11
* * 2010-04-21svn2010-04-201-2/+2
* * 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