summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-02-16 03:42:20 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-02-16 03:42:20 +0000
commitec82e48deb8fb294bda58afb5a93b0b69817e305 (patch)
tree5d8277bfa20f0d9fe102d68bd9211008e8ae446b /ChangeLog
parentbcec81835dc263b933f2629aa5329f6c943da60d (diff)
1.2.3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f50ea0600..163aadc75c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 16 12:40:55 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * version 1.2.3 (stable) released.
+
+Wed Feb 10 15:20:03 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * regex.c (re_match): empty pattern should not cause infinite
+ pattern match loop.
+
+ * regex.c (re_compile_pattern): RE_OPTIMIZE_ANCHOR for /.*/, not
+ for /(.|\n)/.
+
Mon Feb 8 23:53:58 1999 SHIROYAMA Takayuki <psi@fortune.nest.or.jp>
* dln.c (FUNCNAME_PATTERN): FreeBSD for alpha/mips