summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-16 04:49:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-16 04:49:25 +0000
commit69c1ea14ff9bb551b8c17c0e6de8ef656da45e53 (patch)
tree7f260c61f74ab99f7c1eff6c87fd9d41915c91b0 /ChangeLog
parentff1000f66febc57ed1a3806d0900bc0c7e8f3c53 (diff)
downloadruby-69c1ea14ff9bb551b8c17c0e6de8ef656da45e53.tar.gz
ruby-69c1ea14ff9bb551b8c17c0e6de8ef656da45e53.tar.xz
ruby-69c1ea14ff9bb551b8c17c0e6de8ef656da45e53.zip
* regex.c (calculate_must_string): should handle option_set
properly. [ruby-talk:73481] * regex.c (re_compile_fastmap): a bug in flag manipulation. [ruby-talk:73549] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3944 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 06019849f..630743322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Jun 14 16:58:41 2003 Guy Decoux <ts@moulon.inra.fr>
+
+ * regex.c (calculate_must_string): should handle option_set
+ properly. [ruby-talk:73481]
+
+ * regex.c (re_compile_fastmap): a bug in flag manipulation.
+ [ruby-talk:73549]
+
Sat Jun 14 17:59:59 2003 Guy Decoux <ts@moulon.inra.fr>
* eval.c (method_arity): should handle NODE_BMETHOD and