summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-30* vm_dump.c: undef HAVE_BACKTRACE when the OS is FreeBSD (in othernaruse
2010-11-30* lib/net/http.rb: improve rdoc.naruse
2010-11-30* win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa
2010-11-30* lib/net/http.rb: improve rdoc.naruse
2010-11-29* 2010-11-30svn
2010-11-29Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain
2010-11-29* lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu
2010-11-29* win32/Makefile.sub (scriptbin.mk): fix generated rules.nobu
2010-11-29* win32/win32.c (rb_w32_write_console): fix argument type.nobu
2010-11-29* misc/ruby-mode.el (ruby-forward-sexp): stop after literal hashnobu
2010-11-29* misc/ruby-mode.el (ruby-font-lock-keywords): highlight literalnobu
2010-11-29* ChangeLog: add [experimental].usa
2010-11-29test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):duerst
2010-11-29* win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa
2010-11-29* include/ruby/win32.h (rb_w32_write_console): wrong prototype.usa
2010-11-29* 2010-11-29svn
2010-11-29* win32/win32.c (rb_w32_write_console): fixed indentation.usa
2010-11-28* test/iconv/utils.rb: suppress warning message.nobu
2010-11-28* thread_pthread.c (NATIVE_MUTEX_LOCK_DEBUG): move and use it.ko1
2010-11-28* thread_pthread.c: remove pthread_atfork().ko1
2010-11-28* thread_pthread.c (native_cond_*): Check return code.ko1
2010-11-28* thread_pthread.c (thread_start_func_1): initialize native threadnobu
2010-11-28* io.c (struct argf): make lineno long, and reorder members.nobu
2010-11-28* thread_win32.c (gvl_release, gvl_init): suppress warnings.nobu
2010-11-28* thread_pthread.c (gvl_release, gvl_init): suppress warnings.nobu
2010-11-28* thread_pthread.c (gvl_reinit): register atfork hander only innobu
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2010-11-27 * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena
2010-11-27* 2010-11-28svn
2010-11-27* lib/net/http.rb: improve rdoc.naruse
2010-11-27* time.c: parenthesize macro arguments.akr
2010-11-27* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu
2010-11-27* resolv.rb (Resolv::DNS): use the same DNS server when retry using TCP.akr
2010-11-27* vm_dump.c (rb_vm_bugreport): see CrashReport log on Mac OS X.nobu
2010-11-27* configure.in: link addr2line only for ELF.nobu
2010-11-27* lib/optparse.rb (OptionParser#candidate): : was missing. Thanks,shugo
2010-11-27* man/ruby.1: Ruby man page from Arthur Gunn in [ruby-core:33412]matz
2010-11-27* lib/optparse.rb (OptionParser#candidate): get rid of 1.9 syntaxnobu
2010-11-27* addr2line.c: needs <errno.h>.nobu
2010-11-26* addr2line.c (rb_dump_backtrace_with_lines): should close fd onnobu
2010-11-26* addr2line.c: apply a patch from shinichiro.h.naruse
2010-11-26* addr2line.c: added to show source filename and line number ofnaruse
2010-11-26* regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse
2010-11-26* vm_dump.c (dump_thread): get only required rights of the targetusa
2010-11-26* vm_dump.c (dump_thread): show the displacement from the beginningusa
2010-11-26* vm_dump.c (dump_thread): follow the output of glibc.usa
2010-11-26* re.c (rb_reg_initialize_str): should succeed the taint status fromusa
2010-11-26* ChangeLog: commit miss.usa
2010-11-26* vm_dump.c (dump_thread): seems to be necessary the 3rd argument ofusa
2010-11-26* 2010-11-26svn