mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merges r32272 from trunk into ruby_1_9_2.
-- * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@32916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dede45a5a4
commit
4288624c7d
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 28 21:44:58 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
|
||||
|
||||
* lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.
|
||||
|
||||
Tue Jun 28 20:39:29 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
|
||||
|
||||
* lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).
|
||||
|
|
|
@ -677,7 +677,7 @@ class RubyLex
|
|||
@continue = true
|
||||
Token(TkSPACE)
|
||||
else
|
||||
ungetc
|
||||
read_escape
|
||||
Token("\\")
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define RUBY_VERSION "1.9.2"
|
||||
#define RUBY_PATCHLEVEL 301
|
||||
#define RUBY_PATCHLEVEL 302
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 9
|
||||
#define RUBY_VERSION_TEENY 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue