diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-22 08:59:26 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-22 08:59:26 +0000 |
| commit | 8e070796aae57890bb9bfc4497bd5b929dd62aea (patch) | |
| tree | 8b65e3a45b97bc24a60d4e9cf41f74c0dd25f600 /ChangeLog | |
| parent | 1cd3664e9daf5a1b330103d025cdf2b1f9afb6aa (diff) | |
| download | ruby-8e070796aae57890bb9bfc4497bd5b929dd62aea.tar.gz ruby-8e070796aae57890bb9bfc4497bd5b929dd62aea.tar.xz ruby-8e070796aae57890bb9bfc4497bd5b929dd62aea.zip | |
* ruby.h: better inline function support.
* configure.in (NO_C_INLINE): check if inline is available for the
C compiler.
* marshal.c (r_object): len calculation patch was wrong for
machines SIZEOF_BDIGITS == SIZEOF_SHORT.
* gc.c: alloca prototype reorganized for C_ALLOCA machine.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Thu Mar 22 17:43:44 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ruby.h: better inline function support. + + * configure.in (NO_C_INLINE): check if inline is available for the + C compiler. + +Mon Mar 19 11:03:10 2001 Koji Arai <JCA02266@nifty.ne.jp> + + * marshal.c (r_object): len calculation patch was wrong for + machines SIZEOF_BDIGITS == SIZEOF_SHORT. + + * gc.c: alloca prototype reorganized for C_ALLOCA machine. + Wed Mar 21 23:07:45 2001 WATANABE Hirofumi <eban@ruby-lang.org> * win32/win32.c (win32_stat): WinNT/2k "//host/share" support. |
