aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu2010-04-231-1/+1
* * gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu2010-04-233-8/+11
* * doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu2010-04-234-26/+38
* Update to RDoc 2.5.6drbrain2010-04-2316-12/+69
* * ruby.c (PREFIX_PATH): use RUBY_RELATIVE macro.nobu2010-04-231-1/+1
* * test/ripper/test_parser_events.rb: more regexp literal tests.nobu2010-04-221-0/+12
* * test/ripper/test_parser_events.rb (test_unterminated_regexp):nobu2010-04-222-1/+14
* * win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED withusa2010-04-222-3/+5
* * 2010-04-23svn2010-04-221-2/+2
* * thread_win32.c (ubf_handle): remove unused typedef.usa2010-04-222-1/+4
* * proc.c (mnew): fix wrong error message when Kernel#public_methodmame2010-04-222-1/+15
* * 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