| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: --with-vendordir implemented. | akr | 2007-11-03 | 1 | -0/+2 |
* | * configure.in (AC_SYS_LARGEFILE): keep results also in command | nobu | 2007-10-13 | 1 | -1/+1 |
* | * mkconfig.rb (patchlevel): read from version.h. | nobu | 2007-02-28 | 1 | -1/+4 |
* | * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL'] | shyouhei | 2007-02-27 | 1 | -0/+1 |
* | * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016] | nobu | 2007-01-30 | 1 | -3/+28 |
* | * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,... | nobu | 2006-12-21 | 1 | -0/+0 |
* | * mkconfig.rb: *OBJS are not needed for extension libraries. | nobu | 2006-10-15 | 1 | -1/+1 |
* | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -3/+3 |
* | * array.c (Init_Array): #to_s to be an alias to #inspect. | matz | 2006-09-07 | 1 | -1/+2 |
* | * Makefile.in, mkconfig.rb: catch-up for latest autoconf. | nobu | 2006-06-25 | 1 | -20/+15 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -2/+4 |
* | * mkconfig.rb: merge multiple entries to an entry with multiple lines. | nobu | 2006-05-24 | 1 | -1/+4 |
* | comment ruby version more specific. | akr | 2006-02-21 | 1 | -1/+1 |
* | * mkconfig.rb: alias Config to RbConfig for compatibility. | akr | 2006-02-20 | 1 | -0/+1 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 1 | -4/+4 |
* | * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666] | nobu | 2005-11-10 | 1 | -16/+21 |
* | * mkconfig.rb: forgotten to commit. | usa | 2005-10-18 | 1 | -0/+1 |
* | * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. | nobu | 2005-04-16 | 1 | -5/+8 |
* | * configure.in, lib/mkmf.rb: use simple commands if available. | nobu | 2005-02-22 | 1 | -1/+1 |
* | * mkconfig.rb: setup library paths before requiring library. | eban | 2004-12-04 | 1 | -1/+4 |
* | * Makefile.in, */Makefile.sub, common.mk: extract common portions. | nobu | 2004-03-21 | 1 | -1/+12 |
* | * mkconfig.rb: no longer embed srcdir and compile_dir into | nobu | 2004-03-18 | 1 | -8/+1 |
* | commit miss. | nobu | 2004-02-14 | 1 | -1/+1 |
* | * mkconfig.rb: use fileutils.rb instead of ftools.rb. | nobu | 2004-02-14 | 1 | -2/+4 |
* | * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir): | matz | 2003-08-05 | 1 | -1/+1 |
* | * mkconfig.rb: initialize global variables to avoid warnings. | eban | 2003-07-27 | 1 | -0/+5 |
* | * mkconfig.rb: support text-mount on Cygwin. | eban | 2003-07-09 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/. | akr | 2003-04-09 | 1 | -1/+1 |
* | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban | 2002-12-31 | 1 | -0/+1 |
* | * moved a blank line. | nobu | 2002-10-27 | 1 | -1/+1 |
* | * fixed generator script name. | nobu | 2002-10-27 | 1 | -3/+4 |
* | * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572] | nobu | 2002-10-23 | 1 | -1/+1 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 1 | -17/+32 |
* | * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb. | eban | 2002-09-15 | 1 | -1/+1 |
* | * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32. | eban | 2002-08-23 | 1 | -1/+1 |
* | * mkconfig.rb: unexpected `"ruby".sub("$","17") == "ruby"' | gotoken | 2002-07-29 | 1 | -1/+1 |
* | * mkconfig.rb: close duplicated $stdout before renaming rbconfig.rb. | akr | 2002-03-20 | 1 | -0/+3 |
* | * mkconfig.rb: don't touch rbconfig.rb if there is a trouble. | akr | 2002-03-20 | 1 | -1/+3 |
* | * mkconfig.rb (Config::expand): expand ${} too. | nobu | 2002-02-17 | 1 | -4/+3 |
* | * signal.c (sighandle): should not re-register sighandler if | matz | 2001-11-13 | 1 | -3/+1 |
* | * file.c (path_check_1): forgot to initialize 'p'. | matz | 2001-11-08 | 1 | -2/+2 |
* | * ext/digest/sha2/extconf.rb: fix support for cross-compiling. | eban | 2001-08-20 | 1 | -1/+1 |
* | * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. | eban | 2001-05-31 | 1 | -4/+4 |
* | * mkconfig.rb: typo. | eban | 2001-05-25 | 1 | -1/+1 |
* | * mkconfig.rb: autoconf 2.50 support. | eban | 2001-05-24 | 1 | -2/+2 |
* | * parse.y (arg): "||=" should not warn for uninitialized instance | matz | 2001-05-07 | 1 | -2/+7 |
* | * mkconfig.rb: autoconf 2.49 support. | eban | 2001-01-22 | 1 | -2/+2 |
* | * mkconfig.rb: remove DEFS definition. | eban | 2001-01-17 | 1 | -13/+0 |
* | changes from personal modifies -- matz | matz | 2000-12-28 | 1 | -10/+10 |
* | eban | eban | 2000-09-27 | 1 | -1/+1 |