summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-13 08:23:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-13 08:23:12 +0000
commit017d62fab5705b26d1e15710c409fbe0ddc3acbc (patch)
tree535041efa66a80569c99669b0e5485e550b781d5 /ChangeLog
parentc69ce6755a2782e4af7cb3ee35435adf13f9772b (diff)
downloadruby-017d62fab5705b26d1e15710c409fbe0ddc3acbc.tar.gz
ruby-017d62fab5705b26d1e15710c409fbe0ddc3acbc.tar.xz
ruby-017d62fab5705b26d1e15710c409fbe0ddc3acbc.zip
* eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):
declarations for forward refernces. * eval.c (rb_longjmp, eval): use local variable. * eval.c (rb_longjmp): string object not to be optimized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b55fffa7a..36d001a95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Aug 13 17:23:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):
+ declarations for forward refernces.
+
+ * eval.c (rb_longjmp, eval): use local variable.
+
+ * eval.c (rb_longjmp): string object not to be optimized.
+
Mon Aug 13 13:21:58 2007 Tanaka Akira <akr@fsij.org>
* lib/open-uri.rb: make ftp passive mode to avoid NAT problem.