summaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa2007-12-291-0/+4
* * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCESusa2007-12-261-2/+10
* * lib/mkmf.rb (create_makefile): Add a missing dependency on theknu2007-12-251-1/+1
* lib/mkmf.rb: revert last changematz2007-12-251-1/+1
* * lib/mkmf.rb (map_dir): should generate path including $top_srcdir.matz2007-12-251-1/+1
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-241-3/+6
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-221-1/+1
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-221-1/+1
* * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.usa2007-12-221-1/+2
* * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.usa2007-12-211-4/+4
* * lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu2007-12-171-1/+1
* * common.mk (encs): added dependencies.nobu2007-12-171-38/+36
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-52/+65
* * lib/mkmf.rb (try_var): should fail for functions.nobu2007-12-141-1/+1
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-281-3/+8
* * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu2007-11-181-7/+10
* * lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr2007-11-171-4/+7
* * lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu2007-11-121-0/+31
* * configure.in: --with-vendor-hdrdir implemented.akr2007-11-031-0/+15
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-131-0/+1
* * lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu2007-08-301-0/+1
* * lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu2007-08-301-0/+38
* * lib/mkmf.rb (find_type): new method.nobu2007-08-021-12/+35
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-021-1/+1
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-1/+1
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-211-1/+2
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-0/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-131-9/+11
* fix typo.akr2007-06-161-1/+1
* * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu2007-06-121-1/+6
* * lib/mkmf.rb (find_header): use header names in the message.nobu2007-06-121-1/+2
* * include/ruby: moved public headers.nobu2007-06-101-21/+45
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-0/+3
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-231-13/+19
* * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa2007-02-281-5/+6
* * lib/mkmf.rb (create_makefile): make object files depend onnobu2007-02-021-2/+2
* * Merge YARVko12006-12-311-19/+20
* * lib/mkmf.rb (create_makefile): remove static library before update,nobu2006-12-141-2/+3
* * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban2006-10-201-2/+1
* * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz2006-10-121-1/+2
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-091-14/+15
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-1/+6
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-261-13/+4
* * lib/mkmf.rb (rm_f): get rid of NUL.nobu2006-09-251-2/+2
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-201-2/+2
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-161-12/+23
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-8/+14
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-2/+3
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* * array.c (Init_Array): #to_s to be an alias to #inspect.matz2006-09-071-2/+2