Age | Commit message (Expand) | Author |
2009-02-07 | * lib/mkmf.rb (have_header): needs dependent headers if trying to | nobu |
2009-01-27 | * lib/mkmf.rb (try_header): checks the header depending on | nobu |
2009-01-27 | * common.mk (distclean-enc, realclean-enc): do not call clean of | nobu |
2009-01-26 | * lib/mkmf.rb (create_makefile): should point correct path to | matz |
2009-01-25 | * lib/mkmf.rb (create_makefile):fixed the variables order because | nobu |
2009-01-25 | * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and | nobu |
2009-01-23 | * lib/mkmf.rb (configuration): tools under the top source | nobu |
2009-01-23 | * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged. | nobu |
2009-01-23 | * lib/mkmf.rb (mkintpath): new function which converts native path | nobu |
2009-01-23 | * lib/mkmf.rb (try_func): got rid of c-mode confusion. | nobu |
2009-01-22 | * lib/mkmf.rb (create_makefile): removes installed files under | nobu |
2009-01-04 | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu |
2008-12-24 | * configure.in (Makefile): removes GNU make specific files on | nobu |
2008-10-22 | * lib/mkmf.rb (create_tmpsrc): get rid of side effects. | nobu |
2008-10-11 | * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the | nobu |
2008-10-05 | * lib/mkmf.rb ($config_h): now always defines for old libraries. | nobu |
2008-10-04 | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui |
2008-10-04 | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui |
2008-09-01 | * lib/mkmf.rb (distclean): added RM_RF conftest.dSYM. | yugui |
2008-08-31 | * lib/mkmf.rb (have_devel?): checks if the compiler works. | nobu |
2008-08-31 | * lib/mkmf.rb (Logging.log_open): opens in binary mode to get rid of | nobu |
2008-08-31 | * lib/mkmf.rb (try_func, try_var, have_struct_member), | nobu |
2008-08-17 | * lib/mkmf.rb: not check config.h. | nobu |
2008-08-17 | * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS. | nobu |
2008-08-07 | * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS): | nobu |
2008-08-06 | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse |
2008-07-01 | * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS, | shyouhei |
2008-06-09 | * lib/mkmf.rb (configuration): set flags. | nobu |
2008-05-08 | * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT. | nobu |
2008-05-08 | * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT. | nobu |
2008-03-07 | * lib/mkmf.rb: rdoc added. [ruby-Patches-9762] | nobu |
2008-02-26 | * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if | nobu |
2008-02-13 | * enc/depend: fix typo. | usa |
2008-02-12 | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse |
2008-02-08 | * lib/mkmf.rb (xsystem): expand macros like as make. | nobu |
2008-02-05 | * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR. | nobu |
2008-01-22 | * mkmf.rb (create_makefile): sorry, typo. orz | usa |
2008-01-22 | * mkmf.rb (create_makefile): typo. | usa |
2008-01-22 | * lib/mkmf.rb (create_makefile): need to output sodir rule. | usa |
2008-01-22 | * lib/mkmf.rb (create_makefile): lib files shoudn't depend on install | usa |
2007-12-29 | * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windows | usa |
2007-12-26 | * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCES | usa |
2007-12-25 | * lib/mkmf.rb (create_makefile): Add a missing dependency on the | knu |
2007-12-25 | lib/mkmf.rb: revert last change | matz |
2007-12-25 | * lib/mkmf.rb (map_dir): should generate path including $top_srcdir. | matz |
2007-12-24 | * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specify | nobu |
2007-12-22 | * lib/mkmf.rb ($extmk): fixed broken condition. | usa |
2007-12-22 | * lib/mkmf.rb ($extmk): fixed broken condition. | usa |
2007-12-22 | * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/. | usa |
2007-12-21 | * lib/mkmf.rb (depend_rules): suffixes list broken. fixed. | usa |