| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/mkmf.rb (try_link0): removes waste dSYM directories left | nobu | 2009-05-08 | 1 | -1/+14 |
* | * lib/mkmf.rb (check_sizeof): fixed wrong recuring result for | nobu | 2009-05-08 | 1 | -4/+8 |
* | * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME): | nobu | 2009-05-08 | 1 | -0/+1 |
* | * lib/mkmf.rb (init_mkmf): needs default library path even if | nobu | 2009-04-21 | 1 | -1/+1 |
* | * lib/mkmf.rb (what_type?): fixed typo, and refined for member of | nobu | 2009-04-08 | 1 | -25/+51 |
* | * lib/mkmf.rb (Logging.postpone): copy postponed output always. | nobu | 2009-04-08 | 1 | -1/+1 |
* | * lib/mkmf.rb (what_type?): fixed typo. | nobu | 2009-04-08 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): support for parallel make. a | nobu | 2009-04-01 | 1 | -1/+1 |
* | * lib/mkmf.rb (link_command, cc_command, cpp_command): should not | nobu | 2009-03-27 | 1 | -3/+0 |
* | * lib/mkmf.rb (what_type?): checks more restrictively, and | nobu | 2009-03-27 | 1 | -15/+31 |
* | * configure.in (RUBY_CHECK_SIZEOF): allows qualified name. | nobu | 2009-03-19 | 1 | -6/+17 |
* | * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem with | nobu | 2009-03-14 | 1 | -10/+10 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -4/+4 |
* | * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs and | nobu | 2009-03-03 | 1 | -3/+2 |
* | * win32/Makefile.sub (config.status): use un.rb as cp instead of | usa | 2009-02-25 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): added phony targets. | nobu | 2009-02-19 | 1 | -1/+5 |
* | * lib/mkmf.rb (create_makefile): removes directories in the depth | nobu | 2009-02-19 | 1 | -2/+1 |
* | * lib/mkmf.rb (create_makefile): creates target directories before | nobu | 2009-02-19 | 1 | -2/+1 |
* | * lib/mkmf.rb (have_header): needs dependent headers if trying to | nobu | 2009-02-07 | 1 | -2/+2 |
* | * lib/mkmf.rb (try_header): checks the header depending on | nobu | 2009-01-27 | 1 | -3/+7 |
* | * common.mk (distclean-enc, realclean-enc): do not call clean of | nobu | 2009-01-27 | 1 | -2/+2 |
* | * lib/mkmf.rb (create_makefile): should point correct path to | matz | 2009-01-26 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile):fixed the variables order because | nobu | 2009-01-25 | 1 | -1/+1 |
* | * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and | nobu | 2009-01-25 | 1 | -25/+49 |
* | * lib/mkmf.rb (configuration): tools under the top source | nobu | 2009-01-23 | 1 | -6/+6 |
* | * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged. | nobu | 2009-01-23 | 1 | -2/+0 |
* | * lib/mkmf.rb (mkintpath): new function which converts native path | nobu | 2009-01-23 | 1 | -3/+26 |
* | * lib/mkmf.rb (try_func): got rid of c-mode confusion. | nobu | 2009-01-23 | 1 | -6/+3 |
* | * lib/mkmf.rb (create_makefile): removes installed files under | nobu | 2009-01-22 | 1 | -6/+8 |
* | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu | 2009-01-04 | 1 | -1/+3 |
* | * configure.in (Makefile): removes GNU make specific files on | nobu | 2008-12-24 | 1 | -1/+5 |
* | * lib/mkmf.rb (create_tmpsrc): get rid of side effects. | nobu | 2008-10-22 | 1 | -2/+4 |
* | * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the | nobu | 2008-10-11 | 1 | -9/+9 |
* | * lib/mkmf.rb ($config_h): now always defines for old libraries. | nobu | 2008-10-05 | 1 | -3/+4 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -2/+2 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -2/+1 |
* | * lib/mkmf.rb (distclean): added RM_RF conftest.dSYM. | yugui | 2008-09-01 | 1 | -0/+2 |
* | * lib/mkmf.rb (have_devel?): checks if the compiler works. | nobu | 2008-08-31 | 1 | -10/+15 |
* | * lib/mkmf.rb (Logging.log_open): opens in binary mode to get rid of | nobu | 2008-08-31 | 1 | -4/+7 |
* | * lib/mkmf.rb (try_func, try_var, have_struct_member), | nobu | 2008-08-31 | 1 | -6/+7 |
* | * lib/mkmf.rb: not check config.h. | nobu | 2008-08-17 | 1 | -2/+1 |
* | * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS. | nobu | 2008-08-17 | 1 | -1/+3 |
* | * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS): | nobu | 2008-08-07 | 1 | -3/+3 |
* | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse | 2008-08-06 | 1 | -0/+1 |
* | * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS, | shyouhei | 2008-07-01 | 1 | -1/+2 |
* | * lib/mkmf.rb (configuration): set flags. | nobu | 2008-06-09 | 1 | -0/+4 |
* | * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT. | nobu | 2008-05-08 | 1 | -1/+1 |
* | * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT. | nobu | 2008-05-08 | 1 | -1/+1 |
* | * lib/mkmf.rb: rdoc added. [ruby-Patches-9762] | nobu | 2008-03-07 | 1 | -2/+121 |
* | * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if | nobu | 2008-02-26 | 1 | -1/+1 |