aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/mkmf.rb: exclude topdir from the system configurationknu2002-05-041-4/+4
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-1/+1
* * ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu2002-04-231-1/+2
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-1/+2
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-1/+1
* * lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu2002-04-091-3/+3
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-3/+3
* mkmf.rb: files[0,1] == "." -> files[0,2] == "./"ttate2002-04-011-1/+1
* lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])ttate2002-04-011-50/+87
* * lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu2002-03-291-3/+3
* * lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu2002-03-291-17/+35
* * lib/mkmf.rb (dir_config): prior --with flag.nobu2002-01-311-18/+7
* * lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban2002-01-021-7/+13
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban2001-12-291-1/+4