aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu2003-08-021-0/+21
* * lib/mkmf.rb (dir_config): allow multiple directories separatednobu2003-07-301-11/+20
* commit missnobu2003-07-301-1/+1
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-291-4/+4
* * lib/mkmf.rb (have_type): check if a type is defined.nobu2003-07-241-0/+86
* * lib/mkmf.rb (log_src, checking_for, create_header):nobu2003-07-231-6/+6
* * lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]nobu2003-07-181-3/+2
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-19/+16
* lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban2003-07-031-1/+1
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+1
* * lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban2003-07-031-1/+1
* * variable.c (autoload_delete): should delete Qundef from iv_tbl.matz2003-06-251-0/+2
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-1/+1
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-261-1/+1
* * parse.y (void_expr0): node might become NULL after calling remove_begin().eban2003-04-191-1/+1
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-121-1/+0
* * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu2003-02-091-2/+2
* makes possible to add files to clean and distclean targetsmichal2003-01-211-6/+7
* * lib/mkmf.rb (egrep_cpp): use inspect to show options.nobu2003-01-191-5/+8
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-1/+11
* * instruby.rb: remove junk args.eban2002-12-281-0/+1
* * lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban2002-12-211-18/+24
* * lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban2002-12-151-3/+1
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-121-2/+4
* * lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu2002-11-281-8/+7
* * lib/mkmf.rb: Make sure to dig the destination directory beforeknu2002-11-271-2/+2
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-1/+7
* * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa2002-11-041-1/+1
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-63/+52
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-1/+1
* * djgpp/*: sync with the latest.eban2002-10-271-1/+5
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-2/+2
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-231-2/+2
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-231-1/+1
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-4/+4
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-221-0/+1
* * instruby.rb: add dryrun mode.nobu2002-10-221-1/+2
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-211-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-473/+431
* * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa2002-09-251-2/+5
* * configure.in (RUBY_MINGW32): new macro. check for the MinGWeban2002-09-231-106/+104
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-16/+39
* * lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban2002-09-131-0/+2
* * lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rbeban2002-09-101-2/+4
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-101-8/+13