diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-07 09:01:27 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-07 09:01:27 +0000 |
| commit | 6d65a81bdb5c96528c1655dcbd0e850396b56116 (patch) | |
| tree | 6864b45f2703f633701190581f5de3fa7b6d69b5 /ChangeLog | |
| parent | ea365de67dd5aa765e77bee97091c62bc8f24d29 (diff) | |
* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,
ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move
incluion of config.h to pacify AIX. a patch from Yutaka
Kanemoto <kinpoco at gmail.com>. [ruby-dev:29197]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Aug 7 17:56:59 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, + ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move + incluion of config.h to pacify AIX. a patch from Yutaka + Kanemoto <kinpoco at gmail.com>. [ruby-dev:29197] + +Mon Aug 7 15:55:08 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/syck/syck.c (syck_move_tokens): should avoid negative + memmove. [ruby-list:42625] + Mon Aug 7 14:51:18 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/date/format.rb: specify maximum number of digits to parse |
