summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2010-02-08* common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.nobu
2010-02-06* tool/compile_prelude.rb: fix require path.mame
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-31* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr
2009-12-28* tool/install-sh: correction by Hiro Asari.yugui
2009-12-28* tool/install-sh: wrote the intention. [ruby-dev:39928]yugui
2009-12-27* tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')):yugui
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-10-26* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rbnobu
2009-10-23* configure.in (target, target_alias): replace with real cpu.nobu
2009-10-14* tool/enc-unicode.rb,naruse
2009-10-13Add derived core and binary property and aliases.naruse
2009-10-08* tool/enc-unicode.rb: optimized.naruse
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-09-23* tool/instruction.rb (make_header_prepare_stack): check stacknobu
2009-09-22* tool/transcode-tblgen.rb (transcode_generated_code): fixed type.nobu
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-21* tool/instruction.rb (make_insn_operand_optimized): fixed typo.nobu
2009-09-14* tool/rbinstall.rb (parse_args): show help message and exit ifnobu
2009-09-14* common.mk (install-all): target to install all.nobu
2009-09-11* tool/config.{guess,sub}: updated to automake-1.11.nobu
2009-09-10* unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2009-09-08* tool/compile_prelude.rb: reverted.nobu
2009-09-08* tool/compile_prelude.rb: evaluates in the main context.nobu
2009-09-06* insns.def (opt_*): add IC operands.ko1
2009-09-02* tool/instruction.rb: executable.nobu
2009-09-01* tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):nobu
2009-09-01* tool/file2lastrev.rb: executable.nobu
2009-08-26* tool/mkconfig.rb (program_transform_name): fix for multiple transnaruse
2009-08-26* tool/mkconfig.rb (program_transform_name): fix for autoconf 2.61nobu
2009-08-25Update Oniguruma's UnicodeData to 5.1.naruse
2009-08-08* tool/compile_prelude.rb: fixes a regexp pattern for require.yugui
2009-08-01* tool/rbinstall.rb (gem): suppressed warnings.nobu
2009-07-31 * tool/compile_prelude.rb: too long string literal causes compile errorusa
2009-07-30* tool/compile_prelude.rb: replaces "require" with in-place evaluationyugui
2009-07-24* enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-06-30* tool/*: executable.nobu
2009-06-30* tool/rbinstall.rb: renamed to get rid of collision againstnobu
2009-06-30* tool/mkconfig.rb (RbConfig.expand): get rid of exceptions onnobu
2009-06-30* tool/file2lastrev.rb: get rid of global variables.nobu
2009-06-30* tool/compile_prelude.rb: use US-ASCII name.nobu
2009-06-30* insns.def, tool/instruction.rb: fixed types.nobu
2009-06-30* tool/*: executable.nobu
2009-06-29Remove suprious #dump on versiondrbrain
2009-06-29summary is required in a valid gemspec, fixes gem list -ddrbrain
2009-06-29* tool/strip-rdocs.rb: supports QT style doxy-comments.yugui
2009-06-28* tool/instruby.rb (:gem): registers the bundled versionyugui
2009-06-25 * instruby.rb: '&' in sed s command's replacement is '\&' in ruby.usa