aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rexml/parsers/baseparser.rb: use meaningful name.kou2012-02-022-13/+17
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-023-1/+46
* update doc.akr2012-02-021-4/+5
* * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse2012-02-023-0/+24
* * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa2012-02-022-2/+5
* * parse.y (debug_lines, coverage): set file path encoding for coveragemame2012-02-012-2/+7
* * 2012-02-02svn2012-02-011-2/+2
* * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu2012-02-012-16/+26
* * test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test ...nobu2012-02-011-15/+0
* * doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalionnobu2012-02-012-1/+6
* * 2012-02-01svn2012-01-311-3/+3
* * io.c (argf_close): skip stdin, which should be readable again.nobu2012-01-313-0/+30
* * configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be pagenari2012-01-313-1/+33
* * test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt):...nobu2012-01-311-12/+15
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pidnobu2012-01-312-1/+6
* * 2012-01-31svn2012-01-301-2/+2
* * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu2012-01-303-14/+9
* * vm_eval.c (vm_call0): should pass block to enumerators. patchednobu2012-01-304-0/+63
* * test/readline/test_readline.rb (test_completion_encoding): test on more loc...nobu2012-01-301-11/+27
* * file.c (append_fspath): need to set the encoding to result always.usa2012-01-302-1/+5
* * 2012-01-30svn2012-01-301-2/+2
* * test/irb/test_completion.rb: skip if cannot load irb/completionusa2012-01-302-8/+18
* Skip test if locale is not Japanese nor UTF-8.naruse2012-01-291-3/+5
* Updated these files to detect AIX 7.kanemoto2012-01-293-166/+257
* * 2012-01-29svn2012-01-291-2/+2
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-293-20/+65
* * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn'tshirosaki2012-01-282-1/+12
* * test/ruby/test_thread.rbshirosaki2012-01-283-5/+30
* * thread_win32.c (rb_w32_wait_events_blocking): useshirosaki2012-01-282-4/+21
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki2012-01-282-0/+8
* * 2012-01-28svn2012-01-271-2/+2
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-273-2/+28
* * common.mk (test-ruby): pass TESTS for options.nobu2012-01-271-1/+1
* * 2012-01-27svn2012-01-271-2/+2
* * gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu2012-01-272-2/+7
* * lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain2012-01-262-93/+97
* * 2012-01-26svn2012-01-251-2/+2
* * ext/io/console/console.c (io_getch): default delegating methodnobu2012-01-254-19/+53
* * file.c (rb_file_s_basename): ignore non-ascii extension innobu2012-01-253-8/+11
* * file.c (rmext): no extension to strip if empty string.nobu2012-01-252-2/+4
* * 2012-01-25svn2012-01-251-2/+2
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-258-179/+334
* * object.c (rb_Hash): fix mixed declaration and code.nobu2012-01-241-1/+3
* * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().nobu2012-01-242-0/+21
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-247-4/+43
* * object.c (rb_Hash): trivial optimization.nobu2012-01-242-5/+5
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-244-0/+53
* Additional test for r34358.naruse2012-01-241-0/+1
* * 2012-01-24svn2012-01-241-2/+2
* * lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse2012-01-242-28/+23