summaryrefslogtreecommitdiffstats
path: root/instruby.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-011-1/+1
* * instruby.rb: require "tool/mdoc2man.rb" before chdir if needed.usa2009-01-121-2/+1
* * instruby.rb (install): erased a garbage.nobu2009-01-121-1/+1
* * instruby.rb (parse_args, install): added --strip option.nobu2009-01-121-7/+28
* * instruby.rb (install_recursive): skips the directory if matchednobu2009-01-121-16/+48
* * instruby.rb: easy code contains fewer bugs.usa2009-01-081-3/+5
* * instruby.rb: should not depend on a library which does not existnobu2009-01-081-5/+8
* * instruby.rb (man, gem): fixed errors.nobu2009-01-071-2/+5
* * instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):nobu2009-01-071-12/+9
* * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu2009-01-041-0/+7
* * Doxyfile.in: new file. Template of a configuration file foryugui2008-12-221-2/+10
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-251-1/+1
* * man/ruby.1: moved into man/. added some descriptions.yugui2008-10-251-2/+8
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-241-1/+3
* * mdoc2man.rb: moved into tools/.yugui2008-10-211-1/+1
* * instruby.rb (lib): installs all files other than README etc.nobu2008-10-161-7/+2
* * instruby.rb (open_for_install): write block result and rewrite onlynobu2008-03-211-8/+12
* * instruby.rb (parse_args): added --dir-mode, --script-mode andnobu2008-02-201-34/+64
* * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu2008-02-131-19/+27
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-1/+1
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-1/+1
* * instruby.rb: specify file mode to install. a patch frommatz2008-02-121-9/+10
* * instruby.rb: install goruby if exists.usa2007-12-261-0/+4
* * instruby.rb: fix rdoc install dir.ko12007-12-241-1/+1
* * configure.in: --with-vendordir implemented.akr2007-11-031-2/+4
* * instruby.rb (install_recursive): should check parent directoris ofnobu2007-06-101-0/+1
* * instruby.rb (ext-comm): make header directory first.nobu2007-06-101-4/+5
* * instruby.rb (install_recursive): add :glob option rather thannobu2007-06-101-6/+7
* * instruby.rb (install_recursive): skip .svn directories.nobu2007-06-101-1/+4
* * instruby.rb (install_recursive): skip backup files.nobu2007-06-101-3/+2
* * include/ruby: moved public headers.nobu2007-06-101-12/+19
* * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,...nobu2006-12-211-0/+0
* * instruby.rb (install_recursive): get rid of warning.nobu2006-12-041-3/+3
* * instruby.rb: for cross compile.usa2006-10-021-2/+2
* * instruby.rb: batfile should be CRLF'ed.usa2006-10-021-2/+2
* * instruby.rb: include FileUtils unconditionally.nobu2006-09-211-0/+1
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-7/+26
* * common.mk (install-doc): reverted.nobu2006-09-171-67/+99
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-66/+125
* * instruby.rb (parse_args): remove splat.nobu2006-09-101-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * instruby.rb: install *.exe.manifest and *.dll.manifest if exist.usa2006-02-241-18/+29
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-1/+1
* * instruby.rb: expand source library path.nobu2005-07-051-3/+3
* * common.mk: add {pre,post}-install targets.nobu2005-03-031-0/+15
* * instruby.rb (install): add arguments explicitly to "super".eban2004-11-301-1/+1
* * instruby.rb, rubytest.rb: do not depend on srcdir.eban2004-03-181-2/+3
* * instruby.rb (with_destdir): should return the given argument if nonobu2004-02-251-2/+3
* * instruby.rb (parse_args): use optparse instead of getopts.nobu2004-02-231-34/+33
* * instruby.rb: fix install directory if destdir and compile_dir areusa2003-12-281-7/+17