| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk: Added --pages-dir to rdoc creation. Now doc/ items show | drbrain | 2012-12-11 | 1 | -1/+1 |
* | Revert r38301 | naruse | 2012-12-11 | 1 | -1/+1 |
* | * common.mk ($(MINIPRELUDE_C)): -I may break make dist. | naruse | 2012-12-11 | 1 | -1/+1 |
* | id.c: generate | nobu | 2012-12-04 | 1 | -2/+7 |
* | * compile.c (iseq_compile_each): joke shouldn't use id.h defined ids. | ko1 | 2012-12-03 | 1 | -2/+1 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -9/+8 |
* | tool/vpath.rb | nobu | 2012-11-29 | 1 | -1/+1 |
* | * include/ruby/debug.h: add rb_debug_inspector_* APIs. | ko1 | 2012-11-29 | 1 | -1/+1 |
* | * lib/rubygems*: Updated to RubyGems 2.0 | drbrain | 2012-11-29 | 1 | -1/+2 |
* | * lib/rdoc/*: Added --root option for building documentation outside | drbrain | 2012-11-27 | 1 | -2/+2 |
* | * common.mk (rdoc): Set --debug for rdoc generation in case of bugs | drbrain | 2012-11-27 | 1 | -1/+1 |
* | * common.mk: specify label `built-ruby'. | ko1 | 2012-11-26 | 1 | -3/+3 |
* | configure.in: --disable-dln | nobu | 2012-11-23 | 1 | -1/+1 |
* | * common.mk, win32/Makefile.sub (probes.dmyh): now be made in current | usa | 2012-11-22 | 1 | -3/+3 |
* | * common.mk, Makefile.in, win32/Makefile.sub (.dmyh.h): nmake merges | usa | 2012-11-22 | 1 | -4/+0 |
* | * include/ruby/debug.h: introdudced. | ko1 | 2012-11-20 | 1 | -29/+24 |
* | common.mk: fix for BSD make | nobu | 2012-11-20 | 1 | -1/+1 |
* | * vm_dump.c: not to include probes.h because the code does not depend | ngoto | 2012-11-19 | 1 | -1/+1 |
* | common.mk: no purelib | nobu | 2012-11-19 | 1 | -1/+1 |
* | * configure.in: fix didn't enable_dtrace=yes on auto. | naruse | 2012-11-19 | 1 | -2/+2 |
* | * Makefile.in, common.mk (probes.h): moved to common.mk and changed to | usa | 2012-11-19 | 1 | -1/+3 |
* | * common.mk (vm_dump.o): depend probes.h. | naruse | 2012-11-19 | 1 | -1/+1 |
* | * Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use. | naruse | 2012-11-19 | 1 | -4/+4 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -2/+3 |
* | * configure.in, Makefile.in, common.mk: support DTrace on Solaris 10, | ngoto | 2012-11-18 | 1 | -3/+16 |
* | common.mk: dependencies for proges.dmyh | nobu | 2012-11-16 | 1 | -2/+2 |
* | probes.h: select by suffix rules | nobu | 2012-11-16 | 1 | -3/+7 |
* | * Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir. | naruse | 2012-11-16 | 1 | -1/+1 |
* | Makefile.in: move probes.h to all-incs | nobu | 2012-11-16 | 1 | -2/+3 |
* | * common.mk (vm_insnhelper.c): this target is useless and causes | naruse | 2012-11-13 | 1 | -1/+0 |
* | * common.mk (dmyprobes.h): always create for make dist. | naruse | 2012-11-13 | 1 | -1/+4 |
* | * common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common. | usa | 2012-11-13 | 1 | -10/+0 |
* | Fix dtrace commit r37631, it is [Feature #2565] | naruse | 2012-11-13 | 1 | -2/+12 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -10/+12 |
* | hash.c: refine error messages | nobu | 2012-11-11 | 1 | -1/+1 |
* | * ruby_atomic.h: renamed from atomic.h to avoid header file name conflict | ngoto | 2012-11-09 | 1 | -1/+1 |
* | siphash | nobu | 2012-11-09 | 1 | -1/+2 |
* | extmk.rb: fix mingw make failure with make -jN | shirosaki | 2012-10-17 | 1 | -1/+1 |
* | common.mk: gdb-ruby | nobu | 2012-10-05 | 1 | -1/+1 |
* | common.mk: partial revert r36867 | nobu | 2012-09-05 | 1 | -2/+2 |
* | common.mk: broken nmake | nobu | 2012-08-31 | 1 | -1/+1 |
* | common.mk: broken nmake | nobu | 2012-08-31 | 1 | -3/+3 |
* | id.h: independent from parse.h | nobu | 2012-08-31 | 1 | -18/+13 |
* | * common.mk (vm_trace.o): Added a missing dependency. | yugui | 2012-08-27 | 1 | -1/+1 |
* | common.mk: update parse.h | nobu | 2012-08-25 | 1 | -3/+2 |
* | generic_erb.rb: --vpath option | nobu | 2012-08-25 | 1 | -2/+2 |
* | * common.mk: support `make id.h` without `rm .id.h.time` after `rm id.h`. | kazu | 2012-08-23 | 1 | -2/+1 |
* | * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there, | usa | 2012-08-23 | 1 | -3/+3 |
* | * common.mk (ID_H_TARGET): revert a part of r36724 and r36751. they | usa | 2012-08-23 | 1 | -3/+5 |
* | * common.mk (vm_backtrace.o): Added missing dependencies. | yugui | 2012-08-22 | 1 | -1/+1 |