mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7ba3a706f2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
80 lines
2.4 KiB
Text
80 lines
2.4 KiB
Text
Wed Aug 7 00:15:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
* ext/bigdecimal.c: Comparison results adjusted to Float's.
|
|
* ext/bigdecimal.c: Use rb_num_coerce_????(x,y) instead of own.
|
|
|
|
Wed Aug 6 22:58:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
* lib/test/unit/testcase.rb: Added equality checking.
|
|
* lib/test/unit/testsuite.rb: Added equality checking.
|
|
* lib/test/unit/assertions.rb: Fixed a warning.
|
|
|
|
Wed Aug 6 17:28: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): treat nil function name as "main".
|
|
(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.
|
|
|
|
Wed Aug 6 01:18:50 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
* lib/net/http.rb: update document.
|
|
|
|
* lib/net/pop.rb: ditto.
|
|
|
|
* lib/net/protocol.rb: ditto.
|
|
|
|
Tue Aug 5 17:58:57 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
* lib/fileutils.rb (install): should preserve timestamp only.
|
|
|
|
Tue Aug 5 17:31:59 2003 Ian Macdonald <ian@caliban.org>
|
|
|
|
* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):
|
|
simple typo.
|
|
|
|
Tue Aug 5 15:47:34 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
* eval.c (rb_load): should preserve current source file/line.
|
|
|
|
Tue Aug 5 10:04:42 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
* string.c (str_new4): ptr may refer null_str.
|
|
|
|
Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
* stable version 1.8.0 released.
|
|
|
|
For the changes before 1.8.0, see doc/ChangeLog-1.8.0
|
|
|
|
Local variables:
|
|
add-log-time-format: (lambda ()
|
|
(let* ((time (current-time))
|
|
(diff (+ (cadr time) 32400))
|
|
(lo (% diff 65536))
|
|
(hi (+ (car time) (/ diff 65536))))
|
|
(format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
|
|
indent-tabs-mode: t
|
|
tab-width: 8
|
|
end:
|