From 95872fd6c0b6bb65efa88c1458faf5a368b2be30 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 20 Sep 2004 04:23:18 +0000 Subject: * parse.y [ripper]: remove Ripper#pos. * parse.y [ripper]: Ripper#column should return the column of the current token. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99eac789d..413d81c42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 20 13:22:55 2004 Minero Aoki + + * parse.y [ripper]: remove Ripper#pos. + + * parse.y [ripper]: Ripper#column should return the column of the + current token. + Mon Sep 20 12:02:41 2004 Minero Aoki * parse.y [ripper]: unify old_lex_p and token_head. -- cgit