summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-02-02* io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse
2012-02-02* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa
2012-02-01* parse.y (debug_lines, coverage): set file path encoding for coveragemame
2012-02-01* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu
2012-02-01* doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalionnobu
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/envutil.rb (EnvUtil.invoke_ruby): yield also child pidnobu
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-30* file.c (append_fspath): need to set the encoding to result always.usa
2012-01-30* test/irb/test_completion.rb: skip if cannot load irb/completionusa
2012-01-29Updated these files to detect AIX 7.kanemoto
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* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
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* 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* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-24* lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse
2012-01-23ChangeLog added.shyouhei
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
2012-01-23* test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn
2012-01-22* misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu supportknu
2012-01-22* parse.y (rb_intern3): split to registration check and newnobu
2012-01-22* parse.y (rb_intern3, rb_intern_str): check the coderange first.nobu
2012-01-21* include/ruby/ruby.h (FIXNUM_P): simple flag should be int.nobu
2012-01-21* encoding.c (rb_enc_compatible): fix segv on symbols.naruse
2012-01-21* dir.c (dir_chdir, check_dirname): get rid of optimization-out.nobu
2012-01-20* ChangeLog: insert redmine's issue number for the previous commitmrkn
2012-01-20* lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn
2012-01-20* vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2012-01-18ext/date/date_strptime.c: moved detector of leftover.tadf
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2012-01-18* ChangeLog: fix typos.nagachika
2012-01-18* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiringknu
2012-01-18* ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2012-01-17* configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.nobu