diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-13 05:14:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-13 05:14:21 +0000 |
| commit | 902b852d8f1dad08097de87c405c4ea85fb6ef4d (patch) | |
| tree | 71264fead2b7661d573f65b9e6d40b4c5ebb62d3 /ChangeLog | |
| parent | c1dc38c6bbfb9d98b2c2148c5588ac4fb9a3c38b (diff) | |
| download | ruby-902b852d8f1dad08097de87c405c4ea85fb6ef4d.tar.gz ruby-902b852d8f1dad08097de87c405c4ea85fb6ef4d.tar.xz ruby-902b852d8f1dad08097de87c405c4ea85fb6ef4d.zip | |
* trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.
* trunk/configure.in (rb_cv_type_uint32_t): unqouted. [ruby-dev:34030]
* trunk/string.c (hash): use inttypes.h instead of stdint.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Mar 13 14:14:19 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check. + + * trunk/configure.in (rb_cv_type_uint32_t): unqouted. [ruby-dev:34030] + + * trunk/string.c (hash): use inttypes.h instead of stdint.h. + Thu Mar 13 03:12:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/irb/cmd/help.rb: should be updated for new ri structure. |
