summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2002-09-05* lib/mkmf.rb (xsystem): mkmf.log.eban
2002-09-04* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban
2002-09-03* extmk.rb: require mkmf.rb. remove duplicate methods.eban
2002-08-23* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-24* lib/mkmf.rb (create_makefile): get rid of nested string.nobu
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-13* lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).eban
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-04* lib/mkmf.rb: exclude topdir from the system configurationknu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
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