diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-26 06:22:08 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-26 06:22:08 +0000 |
| commit | e529cb40d072d08362f3ee68181929e671b9510e (patch) | |
| tree | 97a6b3f438369466d49e6fd06b5fdd9fffc77524 /ChangeLog | |
| parent | d76ebe83dfd1561096a2961c0cdf7d33001f3d97 (diff) | |
* ext/thread/thread.c: Use xmalloc()/xfree() instead of
malloc()/free(); pointed out by shugo in [ruby-dev:30412].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Feb 26 15:18:23 2007 Akinori MUSHA <knu@iDaemons.org> + + * ext/thread/thread.c: Use xmalloc()/xfree() instead of + malloc()/free(); pointed out by shugo in [ruby-dev:30412]. + Sun Feb 25 23:02:55 2007 Akinori MUSHA <knu@iDaemons.org> * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize): |
