summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-01* parse.y (debug_lines, coverage): set file path encoding for coveragemame
2012-02-01* 2012-02-02svn
2012-02-01* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu
2012-02-01* test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test ...nobu
2012-02-01* doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalionnobu
2012-01-31* 2012-02-01svn
2012-01-31* io.c (argf_close): skip stdin, which should be readable again.nobu
2012-01-31* configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be pagenari
2012-01-31* test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt):...nobu
2012-01-31* test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pidnobu
2012-01-30* 2012-01-31svn
2012-01-30 * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-30* test/readline/test_readline.rb (test_completion_encoding): test on more loc...nobu
2012-01-30* file.c (append_fspath): need to set the encoding to result always.usa
2012-01-30* 2012-01-30svn
2012-01-30* test/irb/test_completion.rb: skip if cannot load irb/completionusa
2012-01-29Skip test if locale is not Japanese nor UTF-8.naruse
2012-01-29Updated these files to detect AIX 7.kanemoto
2012-01-29* 2012-01-29svn
2012-01-29* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-28* win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn'tshirosaki
2012-01-28* test/ruby/test_thread.rbshirosaki
2012-01-28* thread_win32.c (rb_w32_wait_events_blocking): useshirosaki
2012-01-28* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki
2012-01-27* 2012-01-28svn
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2012-01-27* common.mk (test-ruby): pass TESTS for options.nobu
2012-01-27* 2012-01-27svn
2012-01-27* gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu
2012-01-26* lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain
2012-01-25* 2012-01-26svn
2012-01-25* ext/io/console/console.c (io_getch): default delegating methodnobu
2012-01-25* file.c (rb_file_s_basename): ignore non-ascii extension innobu
2012-01-25* file.c (rmext): no extension to strip if empty string.nobu
2012-01-25* 2012-01-25svn
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* object.c (rb_Hash): fix mixed declaration and code.nobu
2012-01-24* README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-24* object.c (rb_Hash): trivial optimization.nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-24Additional test for r34358.naruse
2012-01-24* 2012-01-24svn
2012-01-24* lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse
2012-01-23ChangeLog added.shyouhei
2012-01-23Writing entire packet at once to avoid incomplete transmissionshyouhei
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2012-01-23* io.c (extract_binmode): raise an exception if binmode/textmodenaruse
2012-01-23* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse