From 9a24232fd28baa60a4a460b2fc70a538b746bca0 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 15 Apr 2002 07:48:47 +0000 Subject: * pack.c (pack_unpack): should treat 'U' in character unit, not in byte unit. * error.c (exc_initialize): should clear backtrace information. * io.c (rb_io_fptr_cleanup): should close IO created by IO.new(fd). * rubyio.h: remove FMODE_FDOPEN git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 90d6f4e700..1115b50737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Apr 15 09:27:31 2002 Yukihiro Matsumoto + + * pack.c (pack_unpack): should treat 'U' in character unit, not in + byte unit. + + * error.c (exc_initialize): should clear backtrace information. + +Sat Apr 13 23:42:43 2002 Yukihiro Matsumoto + + * io.c (rb_io_fptr_cleanup): should close IO created by IO.new(fd). + + * rubyio.h: remove FMODE_FDOPEN + Fri Apr 12 12:54:04 2002 NAKAMURA Usaku * win32/Makefile.sub: use missing/acosh.c. -- cgit v1.2.3