summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-19 18:46:57 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-19 18:46:57 +0000
commitd1c398660bf18a0954086d969b400592619b63c9 (patch)
tree1e485170653c563ae97ee75e7bd04de0766d549f /ChangeLog
parent82dae00bda112b66026c87aea7d6c5cf41909d53 (diff)
downloadruby-d1c398660bf18a0954086d969b400592619b63c9.tar.gz
ruby-d1c398660bf18a0954086d969b400592619b63c9.tar.xz
ruby-d1c398660bf18a0954086d969b400592619b63c9.zip
* lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,
other Ruby encodings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4a1cacbc..354314e3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 19 18:54:30 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
+
+ * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,
+ other Ruby encodings.
+
Mon May 19 16:47:00 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numbers