summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2007-12-29 * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa
2007-12-26 * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCESusa
2007-12-25* lib/mkmf.rb (create_makefile): Add a missing dependency on theknu
2007-12-25lib/mkmf.rb: revert last changematz
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: specifynobu
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
2007-12-17* lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu
2007-12-17* common.mk (encs): added dependencies.nobu
2007-12-17* common.mk (encs): new target to compile external encodings.nobu
2007-12-14* lib/mkmf.rb (try_var): should fail for functions.nobu
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-18* lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu
2007-11-17* lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr
2007-11-12* lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu
2007-11-03* configure.in: --with-vendor-hdrdir implemented.akr
2007-10-13* configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu
2007-08-30* lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu
2007-08-30* lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu
2007-08-02* lib/mkmf.rb (find_type): new method.nobu
2007-08-02* lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-07-21* lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-13* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu
2007-06-16fix typo.akr
2007-06-12* lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu
2007-06-12* lib/mkmf.rb (find_header): use header names in the message.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-04-23* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-02-28* lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa
2007-02-02* lib/mkmf.rb (create_makefile): make object files depend onnobu
2006-12-31 * Merge YARVko1
2006-12-14* lib/mkmf.rb (create_makefile): remove static library before update,nobu
2006-10-20* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban
2006-10-12* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz
2006-10-09* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu
2006-09-29* lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu
2006-09-26* lib/mkmf.rb (try_func): check function pointer first and macro next.nobu
2006-09-25* lib/mkmf.rb (rm_f): get rid of NUL.nobu
2006-09-20* common.mk (pre-install-doc): create data directory before install.nobu
2006-09-16* lib/mkmf.rb (checking_for): improved the messages.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-09-07* array.c (Init_Array): #to_s to be an alias to #inspect.matz