index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
ruby-lex.rb
Age
Commit message (
Expand
)
Author
2019-06-25
Refactor calculation of corresponding token depth
aycabta
2019-06-22
Treat closing token with starting token at head of 2nd line correctly
aycabta
2019-06-22
Do auto indent only when closing token at first of line
aycabta
2019-06-21
Support irregular auto indent
aycabta
2019-06-19
Use IRB.conf[:AUTO_INDENT] setting in multiline mode
aycabta
2019-06-18
Fix auto indent crash when blank input
aycabta
2019-06-18
Implement auto indent for multiline
aycabta
2019-06-16
Implement line_no correctly
aycabta
2019-06-14
Use Reline.prompt_proc in IRB
aycabta
2019-06-13
make sync-default-gems GEM=irb
Takashi Kokubun
2019-06-12
Treat "begin rescue end" correctly
aycabta
2019-05-30
Check the end token of heredoc correctly
aycabta
2019-05-28
Treat :@1, :@@1, @1, and @@1 correctly to check termination
aycabta
2019-05-28
Supress duplicated warning
Kazuki Tsujimoto
2019-05-27
Use IRB::InputMethod#eof? to quit
aycabta
2019-05-27
Support op, cvar, iver, gvar and kw that follow on symbeg in IRB
aycabta
2019-05-25
JSON like label ends by differs from the start
aycabta
2019-05-25
Use Reline as Reidline multiline editor in IRB
aycabta
2019-05-21
Symbol beginning token may take a constant token
aycabta
2019-05-21
IRB should eval and show an error when only `.` is inputted
aycabta
2019-04-30
Use Ripper for IRB
aycabta
2019-04-23
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-21
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-20
IRB is improved with Reline and RDoc
aycabta
2018-11-02
lib/*: Prefer require_relative over require, remove explicit extension
marcandre
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2017-04-20
ruby-lex.rb: fix continued line conditions
nobu
2017-04-20
ruby-lex.rb: merge regexps
nobu
2016-12-08
ruby-lex.rb: fix for label
nobu
2015-12-18
* lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-08-24
* lib/e2mmap.rb: remove needless instance variables.
hsbt
2014-08-09
* lib/irb.rb: removed commented-out code.
hsbt
2014-08-09
* lib/cmath.rb: fixed indent.
hsbt
2014-07-08
* lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.
keiju
2012-12-27
* lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next token
keiju
2012-12-27
* lib/irb/ruby-lex.rb: allow to handle recursive heredocs on
keiju
2012-12-25
* remove trailing spaces.
nobu
2012-12-25
* lib/irb/ruby-lex.rb: improve RubyLex performance for large files
keiju
2012-12-23
* lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb
zzak
2012-12-13
* lib/irb*: merge doc from doc/irb/ird.rd and improve overall
zzak
2011-06-28
* lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.
keiju
2011-06-27
* lib/irb/ruby-lex.rb: fix [Bug #4232].
keiju
2011-05-15
* remove trailing spaces.
nobu
2010-11-03
* lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.
nobu
2010-11-02
* lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiple
matz
2010-07-11
* lib/csv.rb: Fix unused variable warnings.
marcandre
2010-04-17
* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.
naruse
2010-04-17
* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte character
mame
[next]