* 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
This commit is contained in:
azav 2010-03-07 17:39:41 +00:00
parent ab442cdc39
commit 6951f8f99a

View File

@ -1,3 +1,9 @@
Sun Mar 7 02:27:03 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>
* 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 <akr@fsij.org>
* bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.