summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-23 08:59:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-23 08:59:42 +0000
commit692138396e46e056b6c6caf508d58f044c58a284 (patch)
tree9a0c26f214ec94e2c58c6b058edcf37afe13b93f /ChangeLog
parent4a33a17539149daa5e90ba8c034036bcf0e0630a (diff)
downloadruby-692138396e46e056b6c6caf508d58f044c58a284.tar.gz
ruby-692138396e46e056b6c6caf508d58f044c58a284.tar.xz
ruby-692138396e46e056b6c6caf508d58f044c58a284.zip
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
[ruby-dev:21686] * ext/dl/extconf.rb: move list of files to clean from DEPEND file, to get rid of macro redefinitions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c785a4cd4..e76ec5acb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 23 17:59:36 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (ruby_cleanup): initialize stack bottom for embedding.
+ [ruby-dev:21686]
+
+ * ext/dl/extconf.rb: move list of files to clean from DEPEND file,
+ to get rid of macro redefinitions.
+
Thu Oct 23 13:44:00 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y: integrate operations for stack_type. [ruby-dev:21681]