summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-06 05:27:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-06 05:27:37 +0000
commitdb26770d6ba4a3d3f92e2525daad220bf364c73d (patch)
tree6ae5f5ef47c1537316624a8c7e1a49198dd9397b /ChangeLog
parentff679e401729b603df31a62aa7cef3ea3a8eec9c (diff)
downloadruby-db26770d6ba4a3d3f92e2525daad220bf364c73d.tar.gz
ruby-db26770d6ba4a3d3f92e2525daad220bf364c73d.tar.xz
ruby-db26770d6ba4a3d3f92e2525daad220bf364c73d.zip
* ext/strscan/depend: depends on re.h and regex.h.
* ext/strscan/strscan.c: no version check needed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d36f5347b..5a5e5faec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Mar 6 14:27:32 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/strscan/depend: depends on re.h and regex.h.
+
+ * ext/strscan/strscan.c: no version check needed.
+
Sat Mar 6 11:14:33 2004 David Black <dblack@wobblini.net>
* lib/scanf.rb: refixed the previous fix in IO#block_scanf
@@ -69,7 +75,7 @@ Fri Mar 5 19:42:09 2004 Minero Aoki <aamine@loveruby.net>
Fri Mar 5 00:51:35 2004 Dave Thomas <dave@pragprog.com>
- * lib/test/unit.rb: Move RDoc documentation so that you can
+ * lib/test/unit.rb: Move RDoc documentation so that you can
now say 'ri Test::Unit'
Thu Mar 4 22:31:40 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>