aboutsummaryrefslogtreecommitdiffstats
path: root/mkconfig.rb
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: --with-vendordir implemented.akr2007-11-031-0/+2
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-131-1/+1
* * mkconfig.rb (patchlevel): read from version.h.nobu2007-02-281-1/+4
* * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei2007-02-271-0/+1
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-301-3/+28
* * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,...nobu2006-12-211-0/+0
* * mkconfig.rb: *OBJS are not needed for extension libraries.nobu2006-10-151-1/+1
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-3/+3
* * array.c (Init_Array): #to_s to be an alias to #inspect.matz2006-09-071-1/+2
* * Makefile.in, mkconfig.rb: catch-up for latest autoconf.nobu2006-06-251-20/+15
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+4
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-241-1/+4
* comment ruby version more specific.akr2006-02-211-1/+1
* * mkconfig.rb: alias Config to RbConfig for compatibility.akr2006-02-201-0/+1
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-4/+4
* * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]nobu2005-11-101-16/+21
* * mkconfig.rb: forgotten to commit.usa2005-10-181-0/+1
* * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL.nobu2005-04-161-5/+8
* * configure.in, lib/mkmf.rb: use simple commands if available.nobu2005-02-221-1/+1
* * mkconfig.rb: setup library paths before requiring library.eban2004-12-041-1/+4
* * Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu2004-03-211-1/+12
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-8/+1
* commit miss.nobu2004-02-141-1/+1
* * mkconfig.rb: use fileutils.rb instead of ftools.rb.nobu2004-02-141-2/+4
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-051-1/+1
* * mkconfig.rb: initialize global variables to avoid warnings.eban2003-07-271-0/+5
* * mkconfig.rb: support text-mount on Cygwin.eban2003-07-091-1/+1
* * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/.akr2003-04-091-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-0/+1
* * moved a blank line.nobu2002-10-271-1/+1
* * fixed generator script name.nobu2002-10-271-3/+4
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-231-1/+1
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-17/+32
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-1/+1
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-1/+1
* * mkconfig.rb: unexpected `"ruby".sub("$","17") == "ruby"'gotoken2002-07-291-1/+1
* * mkconfig.rb: close duplicated $stdout before renaming rbconfig.rb.akr2002-03-201-0/+3
* * mkconfig.rb: don't touch rbconfig.rb if there is a trouble.akr2002-03-201-1/+3
* * mkconfig.rb (Config::expand): expand ${} too.nobu2002-02-171-4/+3
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-3/+1
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-2/+2
* * ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban2001-08-201-1/+1
* * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban2001-05-311-4/+4
* * mkconfig.rb: typo.eban2001-05-251-1/+1
* * mkconfig.rb: autoconf 2.50 support.eban2001-05-241-2/+2
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-2/+7
* * mkconfig.rb: autoconf 2.49 support.eban2001-01-221-2/+2
* * mkconfig.rb: remove DEFS definition.eban2001-01-171-13/+0
* changes from personal modifies -- matzmatz2000-12-281-10/+10
* ebaneban2000-09-271-1/+1