aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-191-22/+28
* * lib/mkmf.rb (create_makefile): fix typo.usa2005-02-101-1/+1
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-101-1/+11
* * lib/mkmf.rb (with_cppflags, with_cflags, with_ldflags): keep flagsnobu2005-02-061-6/+6
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-50/+149
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-2/+6
* * lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu2004-12-161-1/+2
* * process.c (rb_spawn): support for DJGPP.eban2004-12-081-0/+3
* * lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu2004-10-161-2/+1
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-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, find_header, dir_config): quote directorynobu2004-06-261-5/+4
* * 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-3/+3
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-5/+7
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-4/+6
* * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu2004-03-241-7/+13
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-3/+4
* * lib/mkmf.rb ($beos, $solaris): add OS flags.usa2004-03-191-3/+6
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-8/+8
* * configure.in (rb_cv_noreturn): default for platforms not supportnobu2004-03-121-1/+8
* * lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu2004-03-031-9/+4
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu2004-02-171-3/+2
* * ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu2004-02-171-2/+2
* * win32/Makefile.sub (config.status): should create *.pdb on ext/,usa2004-02-161-1/+0
* * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo2004-02-141-1/+1
* * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz2004-02-131-0/+20
* * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu2004-02-121-1/+1
* * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu2004-02-091-12/+12
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-30/+53
* * lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu2004-01-211-0/+1
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-101-2/+2
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-091-0/+15
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-091-3/+3
* * lib/mkmf.rb (create_makefile): remove duplicated object filesusa2004-01-041-1/+2
* * io.c (rb_f_backquote): need not to check nil result.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