aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa2005-04-111-1/+1
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-2/+2
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-7/+8
* * lib/mkmf.rb (create_makefile): ensure library directories get madenobu2005-04-021-3/+4
* * configure.in (CP, INSTALL): get rid of less portable options.nobu2005-04-021-6/+6
* * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on casenobu2005-03-311-1/+5
* * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu2005-03-301-63/+198
* * lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu2005-03-241-6/+13
* * lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu2005-03-201-1/+1
* * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir intousa2005-02-061-1/+1
* * lib/mkmf.rb (create_makefile): fix unbalanced parens.nobu2005-02-061-1/+1
* * ext/socket/extconf.rb: check if getaddrinfo() works fine only whennobu2005-02-061-49/+125
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-2/+2
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-201-2/+4
* * lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH inknu2004-07-131-3/+2
* * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu2004-06-281-1/+1
* * lib/mkmf.rb (libpathflag): should not quote here.nobu2004-06-261-1/+1
* * lib/mkmf.rb (libpathflag, dir_config): quote directory names ifnobu2004-06-261-2/+2
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-201-2/+2
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-201-1/+1
* * lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu2004-05-201-2/+2
* * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu2004-05-121-2/+2
* * lib/mkmf.rb: $hdrdir should not contain macros for backwardnobu2004-04-231-2/+1
* * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu2004-03-241-8/+10
* * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo2004-02-141-1/+1
* * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu2004-02-121-1/+1
* * lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu2004-01-211-0/+1
* *** empty log message ***nobu2004-01-121-0/+15
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-121-2/+2
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-091-3/+3
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-261-2/+1
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-181-23/+20
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban2003-11-301-2/+3
* * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban2003-11-301-1/+1
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-301-2/+4
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-301-4/+2
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-2/+4
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-311-1/+4
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* * marshal.c (w_object): should pass "weak" value to next level.matz2003-10-061-1/+1
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-1/+1
* * defines.h (flush_register_windows): use volatile only for gcc onnobu2003-09-261-3/+2
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-1/+2
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-051-2/+5
* * lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu2003-08-261-43/+55
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-9/+11
* * lib/mkmf.rb (have_library): treat nil function name as "main".nobu2003-08-061-4/+4
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-14/+38