From f0f206d828e37bf452f53fe63f729d16b42df2c9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 7 Mar 2000 08:37:59 +0000 Subject: 2000-03-07 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9aa1d4478..d47395fec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ +Tue Mar 7 01:44:27 2000 Yukihiro Matsumoto + + * io.c (set_stdin): simplified procedure, allows $stdin = DATA; + experimental. + + * io.c (set_outfile): ditto. + + * re.c (Init_Regexp): new method Regexp#last_match added; it's a + replacement for $~. + + * configure.in (DEFAULT_KCODE): KCODE_NONE should be the default. + + * dir.c (dir_s_rmdir): should return 0 on success. + + * signal.c: remove CWGUSI support. + Mon Mar 6 12:28:37 2000 Yukihiro Matsumoto + * marshal.c (w_symbol): support symbol object. + + * util.c: make symbol as separated class. + + * error.c (Init_Exception): new exception RangeError. + * ext/socket/socket.c (ip_addrsetup): should check length of hostname. * ext/socket/socket.c (ip_addrsetup): check newline at the end of -- cgit