From fcb379633f54b6263aae6924fa688a6b0daa1d08 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 10 Jan 2004 17:42:03 +0000 Subject: * 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). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 91219c2eb..f672729c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,20 @@ 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). + Fri Jan 9 10:05:14 2004 Siena. * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440] -- cgit