summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-23* ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-19* configure.in: cleanup for autoconf 2.5x.eban
2002-04-09* lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-04-01mkmf.rb: files[0,1] == "." -> files[0,2] == "./"ttate
2002-04-01lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])ttate
2002-03-29* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu
2002-03-29* lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu
2002-01-31* lib/mkmf.rb (dir_config): prior --with flag.nobu
2002-01-02* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
2001-12-20* lib/mkmf.rb (with_destdir): new.nobu
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-08-15* win32/win32.c (NtCmdGlob): avoid VC++ warning.usa
2001-07-24* ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu
2001-07-22* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu
2001-07-17* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa
2001-07-13* lib/mkmf.rb: use File::split to split a target into a prefix andknu
2001-07-09* lib/mkmf.rb: modify RM macro.eban
2001-07-03* lib/mkmf.rb: distclean should remove mkmf.log as well.knu
2001-06-12* lib/mkmf.rb: target_prefix is only for installation, not forknu
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2001-06-05* ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-17* lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu
2001-05-17* lib/mkmf.rb: unbreak "make install". lib/* must be installedknu
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-04-24* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu
2001-04-03* ext/extmk.rb.in (create_makefile): create def file only ifeban
2001-03-28* ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu
2001-03-28* ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-03-12* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban
2001-03-10* lib/mkmf.rb (install_rb): fix handling of destination path.eban
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-08lib/mkmf.rb (create_makefile): add srcdir.eban
2001-01-15Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz
2001-01-09ebaneban
2000-12-25001225matz
2000-12-22matzmatz
2000-12-05ebaneban
2000-10-06ebaneban
2000-10-02matzmatz
2000-09-22ebaneban
2000-08-29matzmatz
2000-08-28matzmatz