summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-06 11:18:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-06 11:18:57 +0000
commitdedb199313d9cd1e53d1f629cf58145e3335152a (patch)
tree4942979b113c3086f658b555aca87bf3024de022 /ChangeLog
parentd01295998b7538a3b118cced426442192082c356 (diff)
downloadruby-dedb199313d9cd1e53d1f629cf58145e3335152a.tar.gz
ruby-dedb199313d9cd1e53d1f629cf58145e3335152a.tar.xz
ruby-dedb199313d9cd1e53d1f629cf58145e3335152a.zip
* file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if
buffer size is less than required. fixed: [ruby-dev:27634] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a1bc8e60..6fc178b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 6 20:13:27 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if
+ buffer size is less than required. fixed: [ruby-dev:27634]
+
Sat Nov 5 13:42:50 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias