From 9dedb40bc04d1d4b290883b061421f23f741a095 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 10 Jan 2004 17:39:07 +0000 Subject: * configure.in: install rdoc by default. if you do not want to install rdoc, specify --disable-install-doc. * eval.c (eval): need to add message delimiter. [ruby-dev:22561] * defines.h (__NeXT__): Ensure that all standard S_IRUSR, S_IWGRP, S_IRWXO, etc. macros are defined since future code might require them (even though present code only requires a subset). * defines.h (__NeXT__): Bug fix: WORDS_BIGENDIAN was not being set correctly on Rhapsody when -arch compiler flag was used (via configure's --enable-fat-binary option). * ext/socket/socket.c (make_hostent): getaddrinfo(3) on BSD do not fill ai_canonname if serv is not supplied. (ruby-bugs PR#1243) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c88fd64d4..2665fed9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,27 @@ +Sun Jan 11 02:35:53 2004 Yukihiro Matsumoto + + * configure.in: install rdoc by default. if you do not want to + install rdoc, specify --disable-install-doc. + Sun Jan 11 02:07:47 2004 Dave Thomas * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): Also accept command line options via the 'RI' environment variable. +Sat Jan 10 21:27:41 2004 Yukihiro Matsumoto + + * eval.c (eval): need to add message delimiter. [ruby-dev:22561] + +Sat Jan 10 01:54:50 2004 Eric Sunshine + + * defines.h (__NeXT__): Ensure that all standard S_IRUSR, S_IWGRP, + S_IRWXO, etc. macros are defined since future code might require + them (even though present code only requires a subset). + + * defines.h (__NeXT__): Bug fix: WORDS_BIGENDIAN was not being set + correctly on Rhapsody when -arch compiler flag was used (via + configure's --enable-fat-binary option). + Sat Jan 10 23:01:41 2004 Nobuyoshi Nakada * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single @@ -16,6 +35,11 @@ Sat Jan 10 22:46:18 2004 Nobuyoshi Nakada * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562] +Fri Jan 9 17:36:51 2004 Yukihiro Matsumoto + + * ext/socket/socket.c (make_hostent): getaddrinfo(3) on BSD do not + fill ai_canonname if serv is not supplied. (ruby-bugs PR#1243) + Fri Jan 9 13:14:59 2004 NAKAMURA, Hiroshi * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError -- cgit