summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-06* lib/mkmf.rb (check_sizeof): added optional compiler optionnobu
2009-06-04* lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz
2009-05-31* lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu
2009-05-26Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-25Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-17* lib/mkmf.rb (SRC_EXT): should be flat.nobu
2009-05-08* lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu
2009-05-08* lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-08* lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu
2009-04-08* lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu
2009-04-08* lib/mkmf.rb (what_type?): fixed typo.nobu
2009-04-01* lib/mkmf.rb (create_makefile): support for parallel make. anobu
2009-03-27* lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu
2009-03-27* lib/mkmf.rb (what_type?): checks more restrictively, andnobu
2009-03-19* configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu
2009-03-14* lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-19* lib/mkmf.rb (create_makefile): added phony targets.nobu
2009-02-19* lib/mkmf.rb (create_makefile): removes directories in the depthnobu
2009-02-19* lib/mkmf.rb (create_makefile): creates target directories beforenobu
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-01-27* lib/mkmf.rb (try_header): checks the header depending onnobu
2009-01-27* common.mk (distclean-enc, realclean-enc): do not call clean ofnobu
2009-01-26* lib/mkmf.rb (create_makefile): should point correct path tomatz
2009-01-25* lib/mkmf.rb (create_makefile):fixed the variables order becausenobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2009-01-23* lib/mkmf.rb (configuration): tools under the top sourcenobu
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
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 undernobu
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-12-24* configure.in (Makefile): removes GNU make specific files onnobu
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 thenobu
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 ofnobu
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