2003-08-05 23:58:43 +04:00
|
|
|
Wed Aug 6 04:58:32 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/Setup*: add io/wait and openssl.
|
|
|
|
|
2003-08-05 20:12:05 +04:00
|
|
|
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.
|
|
|
|
|
2003-08-05 13:09:35 +04:00
|
|
|
Tue Aug 5 17:58:57 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (install): should preserve timestamp only.
|
|
|
|
|
2003-08-05 13:27:21 +04:00
|
|
|
Tue Aug 5 17:31:59 2003 Ian Macdonald <ian@caliban.org>
|
|
|
|
|
|
|
|
* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):
|
|
|
|
simple typo.
|
|
|
|
|
2003-08-05 10:47:37 +04:00
|
|
|
Tue Aug 5 15:47:34 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_load): should preserve current source file/line.
|
|
|
|
|
2003-08-05 13:27:21 +04:00
|
|
|
Tue Aug 5 10:04:42 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (str_new4): ptr may refer null_str.
|
|
|
|
|
2003-08-04 12:31:24 +04:00
|
|
|
Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
2003-08-04 09:28:50 +04:00
|
|
|
|
2003-08-04 12:31:24 +04:00
|
|
|
* stable version 1.8.0 released.
|
2003-08-04 09:28:50 +04:00
|
|
|
|
2003-08-04 12:31:24 +04:00
|
|
|
For the changes before 1.8.0, see doc/ChangeLog-1.8.0
|
2003-04-25 12:54:52 +04:00
|
|
|
|
|
|
|
Local variables:
|
2003-07-24 09:18:47 +04:00
|
|
|
add-log-time-format: (lambda ()
|
|
|
|
(let* ((time (current-time))
|
|
|
|
(diff (+ (cadr time) 32400))
|
|
|
|
(lo (% diff 65536))
|
|
|
|
(hi (+ (car time) (/ diff 65536))))
|
2003-07-24 11:21:44 +04:00
|
|
|
(format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
|
2003-07-25 08:38:42 +04:00
|
|
|
indent-tabs-mode: t
|
|
|
|
tab-width: 8
|
2003-04-25 12:54:52 +04:00
|
|
|
end:
|