diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-06 23:23:04 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-06 23:23:04 +0000 |
| commit | d2ec8504309b8ba619423497e1506a0400290494 (patch) | |
| tree | f59233349e52feef0a1c0e80cd9d1cc95ef223da /ChangeLog | |
| parent | 2e4856f7339b052393ee89137bca885e2ed24b9e (diff) | |
| download | ruby-d2ec8504309b8ba619423497e1506a0400290494.tar.gz ruby-d2ec8504309b8ba619423497e1506a0400290494.tar.xz ruby-d2ec8504309b8ba619423497e1506a0400290494.zip | |
* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load
extension libraries.
* bignum.c (bignew_1, bigadd): K&R style argument actually can't be
defined as char.
* missing/vsnprintf.c: ANSI compiler supports const keyword.
* ext/digest/sha2/extconf.rb: reject platforms which has inttypes.h
but no 64bit integer.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Wed Sep 7 08:22:23 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load + extension libraries. + + * bignum.c (bignew_1, bigadd): K&R style argument actually can't be + defined as char. + + * missing/vsnprintf.c: ANSI compiler supports const keyword. + + * ext/digest/sha2/extconf.rb: reject platforms which has inttypes.h + but no 64bit integer. + Mon Sep 5 22:28:46 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might be |
