aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-4/+4
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-081-8/+42
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-22/+40
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-081-1/+1
* * lib/mkmf.rb ($CC): command to compile C source.nobu2002-09-061-13/+63
* * lib/mkmf.rb (xsystem): mkmf.log.eban2002-09-051-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-6/+10
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-36/+51
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-0/+1
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+24
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-1/+1
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-241-1/+1
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-3/+3
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+3
* * lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).eban2002-06-131-1/+1
* new platform [bccwin32] merged.H_Konishi2002-06-111-20/+71