diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Wed Aug 6 12:11:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] + + * ext/extmk.rb (extmake): set library name as source file name in + Init_ext(). [ruby-dev:21137] + + * lib/mkmf.rb (Logging::postpone): postpone logging messages after + heading message as the result of the block. + + * lib/mkmf.rb (macro_defined?): append newline to src unless ended + with it. + + * lib/mkmf.rb (have_library): allow nil function name to just + append a library. (ruby-bugs:PR#1083) + + * lib/mkmf.rb (pkg_config): should append additional libraries to + $libs but not $LIBS. [ruby-dev:21137] + + * ext/io/wait/extconf.rb: check DOSISH macro instead of platform. + + * ext/digest/sha1/extconf.rb: have_library already appends library + name. + Wed Aug 6 04:58:32 2003 NAKAMURA Usaku <usa@ruby-lang.org> * ext/Setup*: add io/wait and openssl. |
