diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Oct 25 20:06:59 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediate + values have VALUE type. there is an environment where sizeof(VALUE) + != sizeof(int) like IA64. if 32bit integer (Qtrue) is passed to ANYARGS + and received by 64bit integer (VALUE), upper bits may have garbage value. + [ruby-dev:27513] + Tue Oct 25 14:21:46 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * gc.c (garbage_collect): sorry, previous commit was incorrect. |
