aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* ChangeLog added.shyouhei2012-01-231-0/+13
* Writing entire packet at once to avoid incomplete transmissionshyouhei2012-01-231-5/+5
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-233-1/+16
* * io.c (extract_binmode): raise an exception if binmode/textmodenaruse2012-01-233-4/+43
* * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse2012-01-233-1/+14
* * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn2012-01-232-0/+20
* * 2012-01-23svn2012-01-221-2/+2
* * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu supportknu2012-01-222-11/+64
* * parse.y (rb_intern3): split to registration check and newnobu2012-01-222-15/+46
* * 2012-01-22svn2012-01-221-2/+2
* * parse.y (rb_intern3, rb_intern_str): check the coderange first.nobu2012-01-222-22/+17