summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-20 * complex.c: some improvements.tadf
2012-11-20common.mk: fix for BSD makenobu
2012-11-20* array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).mame
2012-11-20add a ticket numberko1
2012-11-20* vm_trace.c: rename and add TracePoint APIs.ko1
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-20Add extra line to prevent syntax errornaruse
2012-11-20* configure.in: fix dtrace didn't work on darwin.naruse
2012-11-20* file.c (File.extname): Documentation for extname on dotfiles andzzak
2012-11-20fix typokosaki
2012-11-20* test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki
2012-11-20* io.c (Init_IO): removed all rb_file_const() into file.c.kosaki
2012-11-20* ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]zzak
2012-11-20* file.c (File::NULL): Document File::NULL constantzzak
2012-11-20* win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of consoleusa
2012-11-20* configure.in (--enable-dtrace): always call RUBY_DTRACE_BSD_BROKENnaruse
2012-11-20* lib/tracer.rb (Tracer.trace_func): printf to stdoutzzak
2012-11-20revert r37730 kosaki
2012-11-20Revert "* configure.in (--enable-dtrace): change help message"naruse
2012-11-20* 2012-11-20svn
2012-11-20Remove probes.o before updatenaruse
2012-11-20Don't send INT signal itself.naruse
2012-11-19* configure.in (--enable-dtrace): change help messagengoto
2012-11-19* vm_backtrace.c (vm_backtrace_to_ary): fix a typo of an variable name.nagachika
2012-11-19* vm_dump.c: not to include probes.h because the code does not dependngoto
2012-11-19* thread.c (rb_thread_s_check_interrupt): removed redundantkosaki
2012-11-19* thread.c (rb_threadptr_async_errinfo_active_p): added a smallkosaki
2012-11-19* thread.c, vm_core.h: big rename th to cur_th when works onlykosaki
2012-11-19* thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()kosaki
2012-11-19* thread.c (rb_threadptr_execute_interrupts) removed.kosaki
2012-11-19* signal.c (rb_get_next_signal): removed pointless signalkosaki
2012-11-19* signal.c (install_sighandler): added comments why we needkosaki
2012-11-19* signal.c (rb_disable_interrupt, rb_enable_interrupt): removedkosaki
2012-11-19* prelude.rb: Moved Mutex#synchronize tokosaki
2012-11-19* signal.c (sig_signame): implements Signal.signame methodkosaki
2012-11-19struct.c: fix typonobu
2012-11-19struct.c: yield assoc in each_pairnobu
2012-11-19configure.in: no -lelfnobu
2012-11-19common.mk: no purelibnobu
2012-11-19* .travis.yml (script): add OPTS=-v, requested by @_ko1.shyouhei
2012-11-19* configure.in: fix didn't enable_dtrace=yes on auto.naruse
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-19* Makefile.in, common.mk (probes.h): moved to common.mk and changed tousa
2012-11-19* common.mk (vm_dump.o): depend probes.h.naruse
2012-11-19* Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.naruse
2012-11-18* 2012-11-19svn
2012-11-18* vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,ngoto
2012-11-18 * bignum.c (rb_cstr_to_inum): should accept underscores oftadf
2012-11-18* configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,ngoto
2012-11-18 * complex.c (read_comp): mathn compliant.tadf