From bbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 May 2000 05:55:12 +0000 Subject: 2000-05-25 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d12dc93d..248467fc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +Wed May 24 23:17:50 2000 Katsuyuki Komatsu + + * win32/Makefile: remove unnecessary mv and rm command call. + +Thu May 25 01:35:15 2000 Yukihiro Matsumoto + + * parse.y (tokadd_escape): forgot to add `\x' to hexadecimal + escape sequences. + + * object.c (rb_obj_dup): dup for normal object (T_OBJECT) copies + instance variables only. + +Wed May 24 23:49:47 2000 Yukihiro Matsumoto + + * object.c (rb_mod_initialize): should provide initialize. + +Wed May 24 21:01:04 2000 Katsuyuki Komatsu + + * ext/pty/pty.c: use "" instead of <> to include ruby.h and rubyio.h + for BeOS (PowerPC). + + * file.c (rb_find_file): should check dln_find_file() result. + + * win32/ruby.def: add rb_block_given_p. + +Wed May 24 16:32:45 2000 Yukihiro Matsumoto + + * io.c (rb_io_popen): popen does not take 3rd argument anymore. + + * re.c (rb_reg_desc): re may be zero, check before dereferencing. + Wed May 24 16:03:06 2000 Wakou Aoyama * lib/cgi.rb bug fix: CGI::escape(), CGI::Cookie::new() @@ -5,7 +36,9 @@ Wed May 24 16:03:06 2000 Wakou Aoyama Wed May 24 13:12:31 2000 Yukihiro Matsumoto - * misc/ruby-mode.el (ruby-parse-region): support `while .. do' etc. + * misc/ruby-mode.el (ruby-parse-region): support `while .. do' + etc. But corresponding keywords must be at the beginning of + line. Tue May 23 23:50:12 2000 Yukihiro Matsumoto -- cgit