aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban2001-12-291-0/+1
* * lib/mkmf.rb (with_destdir): new.nobu2001-12-201-9/+13
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+3
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-151-1/+1
* * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu2001-07-241-2/+5
* * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu2001-07-221-2/+2
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-1/+1
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-3/+3
* * lib/mkmf.rb: modify RM macro.eban2001-07-091-3/+3
* * lib/mkmf.rb: distclean should remove mkmf.log as well.knu2001-07-031-1/+1
* * lib/mkmf.rb: target_prefix is only for installation, not forknu2001-06-121-16/+17
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-32/+37