1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/dl
eban 4f26f3b890 * configure.in: modify program_prefix only if specified
--program-prefix.

* configure.in: don't generate ext/extmk.rb.

* Makefile.in: execute directly $(srcdir)/ext/extmk.rb.
  remove -Cext option, "Dir::chdir 'ext'" in ext/extmk.rb.

* {win32,bccwin32}/Makefile.sub: ditto.

* instruby.rb: ditto.

* ext/extmk.rb: renamed from ext/extmk.rb.in.

* lib/mkmf.rb (module Logging): create log files (mkmf.log)
  in each extension module directories.

* ext/extmk.rb: ditto.

* lib/mkmf.rb (macro_defined?): new method.

* ext/.cvsignore: remove extmk.rb.

* ext/*/.cvsignore: add "*.def".


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-09-08 09:08:15 +00:00
..
doc Get rid of "return". 2002-07-30 22:55:51 +00:00
lib/dl Add Importable::symbol. 2002-06-27 15:09:47 +00:00
sample bugfix. 2002-06-10 18:23:39 +00:00
test * ext/dl: change the callback mechanism. 2002-06-09 17:47:34 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
depend * string.c (rb_str_slice_bang): if there's no corresponding 2002-07-11 08:22:18 +00:00
dl.c Conform to the allocation framework. 2002-08-04 13:49:13 +00:00
dl.def Conform to the allocation framework. 2002-08-04 13:49:13 +00:00
dl.h * string.c (rb_str_slice_bang): if there's no corresponding 2002-07-11 08:22:18 +00:00
extconf.rb new platform [bccwin32] merged. 2002-06-11 01:27:48 +00:00
h2rb Add ruby-dl 2002-04-02 10:56:13 +00:00
handle.c Multiple call of the initialize. 2002-08-05 01:24:13 +00:00
install.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
MANIFEST Add a sample which shows how to deal with C++ libraries. 2002-04-20 16:09:44 +00:00
mkcall.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
mkcallback.rb * eval.c (rb_eval): NODE_EVSTR is no longer used. 2002-06-24 07:20:42 +00:00
mkcbtable.rb * ext/dl: change the callback mechanism. 2002-06-09 17:47:34 +00:00
ptr.c Merged Nakada's patch [ruby-dev:18097]. 2002-08-29 13:00:22 +00:00
sym.c Multiple call of the initialize. 2002-08-05 01:24:13 +00:00
type.rb Add ruby-dl 2002-04-02 10:56:13 +00:00