aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-07-131-19/+19
* Drop fossil rubygems supportNobuyoshi Nakada2019-07-131-20/+4
* Removed stub lines from gemspec filesNobuyoshi Nakada2019-07-131-2/+0
* change default value of load_limit (ignore load_limit)Masatoshi SEKI2019-07-131-1/+1
* Add arg check to Reline.dig_perfect_match_proc=aycabta2019-07-111-0/+1
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-111-2/+39
* handle_interrupt to defend monitor state [Bug #15992]NARUSE, Yui2019-07-101-2/+4
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
* Fix default argument values for OptParse::Switch#summarizeJeremy Evans2019-07-071-1/+1
* Refactored width calculationsNobuyoshi Nakada2019-07-061-43/+21
* SimplifiedNobuyoshi Nakada2019-07-061-8/+1
* Fix showing document of ClassName.method_name in IRBaycabta2019-07-061-1/+1
* Support Control- and Meta-aycabta2019-07-041-5/+4
* Move a comment to proper placeaycabta2019-07-041-1/+1
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-4/+6
* Use lstrip instead of gsub which can match only onceNobuyoshi Nakada2019-07-042-4/+4
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-1/+1
* Check code_block_open for whether code continuesaycabta2019-07-031-2/+2
* Try to avoid `not delagated` errorKazuhiro NISHIYAMA2019-07-031-1/+1
* Keyword token that follows EXPR_FNAME must be a method nameaycabta2019-07-021-3/+6
* Show "-" if indent level is negativeaycabta2019-07-011-3/+11
* New indent must be non-negative numberNobuyoshi Nakada2019-07-011-1/+1
* Remove auto indent of continuation lineaycabta2019-06-281-3/+0
* [DOC] Singleton.instance [ci skip]Nobuyoshi Nakada2019-06-281-0/+4
* Moved Singleton.instance to get rid of redefinitionNobuyoshi Nakada2019-06-281-8/+9
* Removed unused variableNobuyoshi Nakada2019-06-281-1/+1
* Fix documentation for Net::SMTPServerBusyJeremy Evans2019-06-271-1/+1
* EXPR_LABEL also indicates non-continuation lineaycabta2019-06-271-1/+1
* bc mode is already removed [ci skip]Kazuhiro NISHIYAMA2019-06-272-2/+2
* EXPR_CMDARG also indicates the end of an expressionaycabta2019-06-271-1/+1
* Increase indent of continuation lineaycabta2019-06-271-0/+3
* Decrease indent by closing token correctlyaycabta2019-06-271-3/+3
* Decrease nesting level when closing token comes at a non-first token of lineaycabta2019-06-261-0/+2
* `ensure` is not a continuos lineNobuyoshi Nakada2019-06-261-1/+1
* Decrease indent at "elsif" tooNobuyoshi Nakada2019-06-261-2/+2
* Remove other debug printsNobuyoshi Nakada2019-06-261-3/+0
* Remove debug print...sorryaycabta2019-06-261-2/+0
* Treat auto indent with newline correctlyaycabta2019-06-251-10/+42
* Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta2019-06-251-0/+2
* Fix IO#scanf on pipes on WindowsJeremy Evans2019-06-251-1/+1
* Require version file relativelyDavid Rodríguez2019-06-251-1/+1
* Bump version to 1.2.0.SHIBATA Hiroshi2019-06-251-1/+1
* Refactor calculation of corresponding token depthaycabta2019-06-251-18/+33
* Adds WebAssembly MIME typeRob2019-06-241-0/+1
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-1/+1
* Treat closing token with starting token at head of 2nd line correctlyaycabta2019-06-221-1/+1
* Do auto indent only when closing token at first of lineaycabta2019-06-221-4/+16
* Constified unusable charsNobuyoshi Nakada2019-06-211-2/+4
* Support irregular auto indentaycabta2019-06-211-8/+24
* Fix small typo on block_scanf example [ci-skip]Espartaco Palma2019-06-211-1/+1