From 6951f8f99a7561563b44f8420564d7fc2f24bdb5 Mon Sep 17 00:00:00 2001 From: azav Date: Sun, 7 Mar 2010 17:39:41 +0000 Subject: [PATCH] * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed. * symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c. * symbian/setup (ruby.mmp): SOURCE dln_find.c added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28ffbe45cb..d38a3f0240 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 7 02:27:03 2010 Alexander Zavorine + + * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed. + * symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c. + * symbian/setup (ruby.mmp): SOURCE dln_find.c added. + Sun Mar 7 23:14:22 2010 Tanaka Akira * bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.