summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-17 17:15:20 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-17 17:15:20 +0000
commitfd734e6cc63fb8b8fdced9bc5dea22ab311395b0 (patch)
tree90d6cab6eb5aa25e8a671e57337afcd2b2d01d35 /ChangeLog
parent580677a9846733c4ec02271fe7e9484c028be06f (diff)
* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27382 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 43e4a9ebe5..e5876a9975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr 18 02:13:59 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.
+
Sat Apr 17 23:21:15 2010 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: use AC_TRY_LINK instead of AC_TRY_COMPILE.