summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-18trivial changes.tadf
2012-11-17Swap logic around wildcard character detectionluislavena
2012-11-17 * complex.c (read_comp): modified handling of polar form.tadf
2012-11-17 * complex.c (read_comp): fixed handling of polar form.tadf
2012-11-17* 2012-11-18svn
2012-11-17 * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.tadf
2012-11-17 * complex.c (make_patterns): should not accept extra sign.tadf
2012-11-17Skip path expansion for all wildcard charactersluislavena
2012-11-17benchmark/driver.rb: fix typos and output.eregon
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17st_update passes the key in st_tableshirosaki
2012-11-17* properties.nobu
2012-11-17* ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove
2012-11-16* lib/abbrev.rb: fix r37113. Correct examples, fix styleeregon
2012-11-16skip long name conversion if last character is a wildcard oneluislavena
2012-11-16object.c: suppress warningnobu
2012-11-16vm.c: gc guardnobu
2012-11-16adjust indentnobu
2012-11-16* lib/cgi/core.rb: Use symbols instead of strings formarcandre
2012-11-16* marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika
2012-11-16common.mk: dependencies for proges.dmyhnobu
2012-11-16* 2012-11-17svn
2012-11-16probes.h: select by suffix rulesnobu
2012-11-16fix a typokazu
2012-11-16Makefile.in: fix typonobu
2012-11-16* thread.c (rb_thread_call_without_gvl2): change the parameter ofko1
2012-11-16* Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.naruse