diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-09 01:39:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-09 01:39:58 +0000 |
| commit | 403d2590d8c8c961b478b740ccec4746c48015da (patch) | |
| tree | faf1b12374f060e4bc6dbd0c376251ff7a2fa000 /ChangeLog | |
| parent | 2d7f1f2b3db4a1e75514db5d9fa885d2a8cbbd7c (diff) | |
| download | ruby-403d2590d8c8c961b478b740ccec4746c48015da.tar.gz ruby-403d2590d8c8c961b478b740ccec4746c48015da.tar.xz ruby-403d2590d8c8c961b478b740ccec4746c48015da.zip | |
* eval.c (struct tag): dst should be VALUE.
* eval.c (localjump_destination): stop at the scope where the current
block was created. [ruby-dev:21353]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +Tue Sep 9 10:39:51 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (struct tag): dst should be VALUE. + +Tue Sep 9 10:39:51 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (localjump_destination): stop at the scope where the current + block was created. [ruby-dev:21353] + Tue Sep 9 05:17:04 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6. @@ -7,11 +16,11 @@ Tue Sep 9 01:50:45 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" to the message. - * lib/webrick/log.rb (BasicLog#log): add "\n" only if needed. + * lib/webrick/log.rb (BasicLog#log): add "\n" only if needed. Mon Sep 8 22:15:33 2003 <nagai@ai.kyutech.ac.jp> - * ext/tk/lib/multi-tk.rb: modify security check at creating + * ext/tk/lib/multi-tk.rb: modify security check at creating a new interpreter Mon Sep 8 20:00:12 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> |
