diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-18 06:22:28 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-18 06:22:28 +0000 |
| commit | 9d6e1cdb73e59ac188fa10a35cbc8a11f1d2a4d7 (patch) | |
| tree | dd396cbf8cf1ddda56b0f938ca19578f6282e1de /ChangeLog | |
| parent | ddbebabd25dd8031bda5e31f061b89433c72b9e3 (diff) | |
* intern.h (st_foreach_safe): fix prototype.
* node.h (NODE_LMASK): bigger than long on LLP64.
* missing/vsnprintf.c (BSD__uqtoa): new function to support LLP64.
all changes are derived from [ruby-dev:29045]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Jul 18 15:19:07 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * intern.h (st_foreach_safe): fix prototype. + + * node.h (NODE_LMASK): bigger than long on LLP64. + + * missing/vsnprintf.c (BSD__uqtoa): new function to support LLP64. + all changes are derived from [ruby-dev:29045] + Tue Jul 18 14:38:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status |
