aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * complex.c: some improvements.tadf2012-11-201-0/+5
* common.mk: fix for BSD makenobu2012-11-201-0/+5
* * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).mame2012-11-201-0/+7
* add a ticket numberko12012-11-201-0/+2
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-201-0/+15
* * vm_trace.c: add two methods:ko12012-11-201-0/+21
* * configure.in: fix dtrace didn't work on darwin.naruse2012-11-201-0/+7
* * file.c (File.extname): Documentation for extname on dotfiles andzzak2012-11-201-0/+6
* fix typokosaki2012-11-201-1/+1
* * test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki2012-11-201-0/+6
* * io.c (Init_IO): removed all rb_file_const() into file.c.kosaki2012-11-201-0/+7
* * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]zzak2012-11-201-0/+4
* * file.c (File::NULL): Document File::NULL constantzzak2012-11-201-0/+5
* * win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of consoleusa2012-11-201-0/+6
* * configure.in (--enable-dtrace): always call RUBY_DTRACE_BSD_BROKENnaruse2012-11-201-0/+17
* * lib/tracer.rb (Tracer.trace_func): printf to stdoutzzak2012-11-201-0/+5
* revert r37730 kosaki2012-11-201-5/+0
* Revert "* configure.in (--enable-dtrace): change help message"naruse2012-11-201-7/+0
* * configure.in (--enable-dtrace): change help messagengoto2012-11-191-0/+7
* * vm_dump.c: not to include probes.h because the code does not dependngoto2012-11-191-0/+6
* * thread.c (rb_thread_s_check_interrupt): removed redundantkosaki2012-11-191-0/+5
* * thread.c (rb_threadptr_async_errinfo_active_p): added a smallkosaki2012-11-191-0/+5
* * thread.c, vm_core.h: big rename th to cur_th when works onlykosaki2012-11-191-0/+5
* * thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()kosaki2012-11-191-0/+5
* * thread.c (rb_threadptr_execute_interrupts) removed.kosaki2012-11-191-0/+8
* * signal.c (rb_get_next_signal): removed pointless signalkosaki2012-11-191-0/+6
* * signal.c (install_sighandler): added comments why we needkosaki2012-11-191-0/+5
* * signal.c (rb_disable_interrupt, rb_enable_interrupt): removedkosaki2012-11-191-0/+9
* * prelude.rb: Moved Mutex#synchronize tokosaki2012-11-191-0/+5
* * signal.c (sig_signame): implements Signal.signame methodkosaki2012-11-191-0/+7
* struct.c: yield assoc in each_pairnobu2012-11-191-0/+6
* configure.in: no -lelfnobu2012-11-191-0/+4
* common.mk: no purelibnobu2012-11-191-0/+7
* * .travis.yml (script): add OPTS=-v, requested by @_ko1.shyouhei2012-11-191-0/+4
* * configure.in: fix didn't enable_dtrace=yes on auto.naruse2012-11-191-0/+8
* * thread.c: add `Thread#backtrace_locations' method.ko12012-11-191-0/+19
* * Makefile.in, common.mk (probes.h): moved to common.mk and changed tousa2012-11-191-0/+9
* * common.mk (vm_dump.o): depend probes.h.naruse2012-11-191-0/+2
* * Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.naruse2012-11-191-0/+8
* * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,ngoto2012-11-181-0/+9
* * bignum.c (rb_cstr_to_inum): should accept underscores oftadf2012-11-181-0/+5
* * configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,ngoto2012-11-181-0/+39
* * complex.c (read_comp): mathn compliant.tadf2012-11-181-1/+6
* Swap logic around wildcard character detectionluislavena2012-11-171-0/+6
* * complex.c (read_comp): modified handling of polar form.tadf2012-11-171-0/+4
* * complex.c (read_comp): fixed handling of polar form.tadf2012-11-171-0/+4
* * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.tadf2012-11-171-0/+5
* * complex.c (make_patterns): should not accept extra sign.tadf2012-11-171-0/+4
* Skip path expansion for all wildcard charactersluislavena2012-11-171-0/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove2012-11-171-0/+7