diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-12 20:39:02 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-12 20:39:02 +0000 |
commit | bdaea99b6c6a97e3590051c7fed5afcc04f99d34 (patch) | |
tree | 0424e7ef61380641ed5b962edd293d7191dd4dff /ChangeLog | |
parent | 1fa956e143325e343b42c842e0690f916cc322ba (diff) | |
download | ruby-bdaea99b6c6a97e3590051c7fed5afcc04f99d34.tar.gz ruby-bdaea99b6c6a97e3590051c7fed5afcc04f99d34.tar.xz ruby-bdaea99b6c6a97e3590051c7fed5afcc04f99d34.zip |
* include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.
* {bcc32,win32}/Makefile.sub: (SIZEOF_SIZE_T, SIZEOF_PTRDIFF_T): added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Jul 13 05:37:50 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo. + + * {bcc32,win32}/Makefile.sub: (SIZEOF_SIZE_T, SIZEOF_PTRDIFF_T): added. + Sat Jul 12 23:54:55 2008 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which created |