aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-051-10/+5
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-2/+1
* * lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu2001-05-171-0/+1
* * lib/mkmf.rb: unbreak "make install". lib/* must be installedknu2001-05-171-2/+2
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-0/+2
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-10/+14
* * ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu2001-04-241-26/+22
* * ext/extmk.rb.in (create_makefile): create def file only ifeban2001-04-031-2/+4
* * ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu2001-03-281-1/+16
* * ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu2001-03-281-3/+9
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-1/+1
* * lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban2001-03-121-0/+4
* * lib/mkmf.rb (install_rb): fix handling of destination path.eban2001-03-101-1/+3
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-0/+3
* lib/mkmf.rb (create_makefile): add srcdir.eban2001-02-081-3/+3
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-4/+3
* ebaneban2001-01-091-1/+1
* 001225matz2000-12-251-3/+3
* matzmatz2000-12-221-39/+76
* ebaneban2000-12-051-1/+1
* ebaneban2000-10-061-1/+0
* matzmatz2000-10-021-1/+3
* ebaneban2000-09-221-5/+7
* matzmatz2000-08-291-4/+10
* matzmatz2000-08-281-1/+1
* matzmatz2000-08-241-5/+10
* matzmatz2000-08-091-1/+6
* matz - nakada win32 patchmatz2000-08-031-6/+20
* matzmatz2000-07-171-1/+5