aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu2010-11-171-3/+5
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-2/+4
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-2/+2
* * lib/mkmf.rb (create_makefile): missing newline.nobu2010-11-111-1/+1
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-4/+15
* * lib/mkmf.rb (try_func): accept variable address.nobu2010-11-111-2/+9
* * lib/mkmf.rb: $extmk should be true for test/runner.nobu2010-10-231-1/+1
* * lib/mkmf.rb (try_link): rdocyugui2010-09-191-0/+65
* * lib/mkmf.rb (try_do): fix typo. a patch from Peter Weldonnobu2010-09-131-1/+1
* * lib/mkmf.rb (Logging.postpone): close @log only when it's available.usa2010-08-151-1/+1
* * lib/mkmf.rb ($ignore_error): initialize after $nmake.nobu2010-08-081-1/+1
* * lib/mkmf.rb: change instance variable to global.naruse2010-08-071-4/+4
* * enc/depend: add space at the begginig of @ignore_error.naruse2010-08-061-1/+1
* * Makefile.in: ignore error from RMDIRS.naruse2010-08-061-3/+4
* * lib/mkmf.rb (create_makefile): no need to create the directoryusa2010-08-041-2/+2
* * ext/purelib.rb: no longer used since the default load path ofnobu2010-08-021-1/+1
* * lib/mkmf.rb (have_framework): added.nobu2010-07-271-0/+27
* Clean warnings: unused variables.naruse2010-06-231-2/+1
* * lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc.nobu2010-05-291-0/+2
* * lib/mkmf.rb (checking_for): ignore toplevel.nobu2010-05-281-1/+1
* * lib/mkmf.rb (dir_config): should not modify argument arraysnobu2010-05-011-2/+2
* * lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu2010-02-211-2/+2
* * lib/mkmf.rb (create_makefile): use puts instead of print.nobu2010-01-291-1/+1
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-8/+12
* * ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu2010-01-171-4/+37
* * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu2010-01-171-2/+2
* * lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu2010-01-091-2/+2
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-16/+5
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-5/+16
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-301-3/+7
* * lib/mkmf.rb (create_header): split the line by tabs.nobu2009-11-061-1/+1
* * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu2009-09-171-4/+4
* * lib/mkmf.rb (create_header): open in binmode.nobu2009-09-171-1/+1
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-101-4/+5
* * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu2009-08-211-2/+4
* * lib/mkmf.rb (check_sizeof): added optional compiler optionnobu2009-08-061-7/+9
* * lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz2009-06-041-1/+1
* * lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu2009-05-311-10/+12
* Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-261-2/+2
* Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-251-1/+1
* * lib/mkmf.rb (SRC_EXT): should be flat.nobu2009-05-171-1/+1
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-081-1/+14
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-081-4/+8
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-0/+1
* * lib/mkmf.rb (init_mkmf): needs default library path even ifnobu2009-04-211-1/+1
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-081-25/+51
* * lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu2009-04-081-1/+1
* * lib/mkmf.rb (what_type?): fixed typo.nobu2009-04-081-1/+1
* * lib/mkmf.rb (create_makefile): support for parallel make. anobu2009-04-011-1/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu2009-03-271-3/+0