summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-11 01:53:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-11 01:53:48 +0000
commit01ccad53d939fd1a2021fea6c68d69f5f14bead6 (patch)
tree480600fa06cf7fa18d210db866ebd829ea77427a /ChangeLog
parent7d2a29691e6bab0708cf8bd411853ce4d6185ba3 (diff)
* dir.c (glob_helper): remove escaping backslashes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a8e42b02..f3e3a34e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 11 10:52:09 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * dir.c (glob_helper): remove escaping backslashes.
+
Fri May 10 19:00:47 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* parse.y (here_document): preserve line number begins here