summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-06 19:21:24 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-06 19:21:24 +0000
commit16264971bb38a5e1b3916cad7027eb7a88335a15 (patch)
tree28b3cbaba9ca30b0c7aee001b3ae8995b3d6f373 /ChangeLog
parente0ef97ccce03d5e103410bcfe7ef326656fc1713 (diff)
downloadruby-16264971bb38a5e1b3916cad7027eb7a88335a15.tar.gz
ruby-16264971bb38a5e1b3916cad7027eb7a88335a15.tar.xz
ruby-16264971bb38a5e1b3916cad7027eb7a88335a15.zip
* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of
Linux/ia64. This makes gc.c compile but miniruby coredumps for the moment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 780e081be..1e2ba50c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 7 04:19:15 2003 Akinori MUSHA <knu@iDaemons.org>
+
+ * gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of
+ Linux/ia64. This makes gc.c compile but miniruby coredumps for
+ the moment.
+
Wed Aug 7 00:15:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
* ext/bigdecimal.c: Comparison results adjusted to Float's.