From 878eb97a81c336858873630e398bd25b31ac29c8 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 21 Jan 2004 16:47:23 +0000 Subject: * parse.y (newline_node): do not use NODE_NEWLINE node anymore, use NEWLINE flag instead. * ext/socket/socket.c (sock_gethostbyname): returns host if ai_canonname is NULL. (ruby-bugs PR#1243) * parse.y (block_append): update nd_end for "real" head node. [ruby-list:39058] * marshal.c (w_class): should not dump singleton class. [ruby-dev:22631] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 779d07dfd..c29ae93d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 01:46:32 2004 Yukihiro Matsumoto + + * parse.y (newline_node): do not use NODE_NEWLINE node anymore, + use NEWLINE flag instead. + Thu Jan 22 01:12:12 2004 Siena. * missing/os2.c (chdir, getcwd): @@ -57,6 +62,14 @@ Wed Jan 21 16:01:26 2004 Nobuyoshi Nakada * ext/digest/rmd160/extconf.rb: have_library appends found library. +Wed Jan 21 11:36:00 2004 Yukihiro Matsumoto + + * ext/socket/socket.c (sock_gethostbyname): returns host if + ai_canonname is NULL. (ruby-bugs PR#1243) + + * parse.y (block_append): update nd_end for "real" head node. + [ruby-list:39058] + Tue Jan 20 14:48:28 2004 GOTOU Yuuzou * ext/openssl/extconf.rb: should check instead @@ -85,6 +98,11 @@ Tue Jan 20 04:41:58 2004 Nobuyoshi Nakada * test/ruby/test_marshal.rb (MarshalTestLibtest_singleton): test for [ruby-dev:22588]. +Tue Jan 20 02:38:13 2004 Yukihiro Matsumoto + + * marshal.c (w_class): should not dump singleton class. + [ruby-dev:22631] + Tue Jan 20 02:49:22 2004 GOTOU Yuuzou * ext/openssl/extconf.rb: add check for OpenSSL version. -- cgit