summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-28 09:53:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-28 09:53:42 +0000
commit770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe (patch)
tree04d1097b4a3e8e795f16306fe9f350a57a0f0057 /ChangeLog
parente0f3aab312df60a890524c5b922f0c6525adaf18 (diff)
downloadruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.tar.gz
ruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.tar.xz
ruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a70f640e..72e864734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
+Mon Aug 28 18:43:54 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * eval.c (is_defined): now handles class variables.
+
+ * eval.c (rb_eval): class variable behavior revisited.
+
+ * parse.y (assignable): ditto.
+
+ * parse.y (gettable): ditto.
+
+ * regex.c (PUSH_FAILURE_COUNT): push/pop interval count on failure
+ stack.
+
Fri Aug 25 15:24:39 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
* variable.c (rb_cvar_get): should not follow __attached__.
+ * variable.c (rb_cvar_set): ditto.
+
+ * variable.c (rb_cvar_declare): ditto.
+
* variable.c (mod_av_set): second class variable assignment at the
toplevel shoule not give warning.