aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 06:27:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 06:27:37 +0000
commit5124dacaf6c0ba38d0030345ab575e0167078c43 (patch)
tree74297f66cd0c99693fef1ff27431a378b639197c
parentdb26a9b105f0e2b4850c45554c1e77aa35973ef4 (diff)
downloadruby-5124dacaf6c0ba38d0030345ab575e0167078c43.tar.gz
* ChangeLog: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ab82c1a94c..d5c0830109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,5 @@
Wed Jan 16 15:26:31 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * load.c (rb_feature_p): get rid of unlimited alloca.
-
- * object.c (rb_cstr_to_dbl): ditto.
-
- * io.c (mode_enc): fixed uninitialized variable.
-
* file.c (sys_fail2): get rid of unlimited alloca.
* io.c (mode_enc, pipe_open, rb_io_s_popen): ditto.