| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-10 | Removed useless `freeze`s | Nobuyoshi Nakada | |
| 2019-07-10 | Added StringIO::VERSION | Nobuyoshi Nakada | |
| 2019-07-10 | Removed duplicate assignment | Nobuyoshi Nakada | |
| This `last_state` is set to `lex.state` just before the `switch` statement, and `token_flush` nor `nextc` never change the state. | |||
| 2019-07-10 | * 2019-07-10 | git | |
| 2019-07-09 | Check dependencies on Travis-CI | Nobuyoshi Nakada | |
| 2019-07-09 | Make symlink to "ruby" only from the install-name | Nobuyoshi Nakada | |
| 2019-07-09 | Restore support library for only test files that are digest and csv. | Hiroshi SHIBATA | |
| 2019-07-09 | Restore support library for only test files. | Hiroshi SHIBATA | |
| 2019-07-09 | Update dependencies | Nobuyoshi Nakada | |
| 2019-07-09 | Do not make Unicode tables timestamp phony | Nobuyoshi Nakada | |
| 2019-07-09 | [DOC] Add link to Enumerable#grep from Enumerable#select | Kazuhiro NISHIYAMA | |
| 2019-07-09 | Moved error messages | Nobuyoshi Nakada | |
| 2019-07-09 | * 2019-07-09 | git | |
| 2019-07-09 | Suppress uninitialized instance variable warnings | Nobuyoshi Nakada | |
| 2019-07-08 | Adopt the directory structure of ruby repository for racc extension. | Hiroshi SHIBATA | |
| 2019-07-08 | Check indent of `end` against `else` if present | Nobuyoshi Nakada | |
| 2019-07-08 | Get rid of toplevel methods | Nobuyoshi Nakada | |
| 2019-07-08 | * expand tabs. | git | |
| 2019-07-08 | Fix indent | Nobuyoshi Nakada | |
| 2019-07-08 | Renamed fib to fiber | Nobuyoshi Nakada | |
| 2019-07-08 | Let struct dump_config in objspace fit in a single cache line | Lourens Naudé | |
| Let dump_config boolean members roots and full_heap be bit flags instead Closes: https://github.com/ruby/ruby/pull/2274 | |||
| 2019-07-08 | Suppress a warning when `write_headers: true` | Nobuyoshi Nakada | |
| 2019-07-08 | * 2019-07-08 | git | |
| 2019-07-07 | Fix default argument values for OptParse::Switch#summarize | Jeremy Evans | |
| The documentation describes these arguments being hashes, and the method is called with hashes, so a hash default makes more sense. The method would fail previously if called without arguments and @short or @long contained a non-integer value. Fixes [Bug #10928] | |||
| 2019-07-07 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2019-07-07 | Git branch name can contain `#{}` too | Nobuyoshi Nakada | |
| 2019-07-07 | Unescape #{} in the last commit title | Nobuyoshi Nakada | |
| Get rid of unknown escape sequence warning, as `#` is not a special character in C. ``` version.c:126:26: warning: unknown escape sequence '\#' [-Wunknown-escape-sequence] fputs("last_commit=" RUBY_LAST_COMMIT_TITLE, stdout); ^~~~~~~~~~~~~~~~~~~~~~ revision.h:4:42: note: expanded from macro 'RUBY_LAST_COMMIT_TITLE' ^~ ``` | |||
| 2019-07-07 | Add coroutine context switch for i386-mingw32 | Lars Kanis | |
| It's essentially a translation of Context.asm from Intel to AT&T syntax. | |||
| 2019-07-07 | Message to pipe should end with a newline | Nobuyoshi Nakada | |
| 2019-07-07 | * 2019-07-07 | git | |
| 2019-07-07 | Enable indentation warning against `if` just after `else` | Nobuyoshi Nakada | |
| ```ruby if false puts 'false' else if true puts 'true' end # -:5: warning: mismatched indentations at 'end' with 'if' at 3 end ``` [Feature #15990] | |||
| 2019-07-07 | Renamed column in token_info to indent | Nobuyoshi Nakada | |
| 2019-07-06 | Added assertions for Unicode escaped CHAR scanner events | Nobuyoshi Nakada | |
| 2019-07-05 | Fix segfault when using method reference operator without using result | Jeremy Evans | |
| Fixes [Bug #15985] | |||
| 2019-07-06 | Refactored width calculations | Nobuyoshi Nakada | |
| 2019-07-06 | Simplified | Nobuyoshi Nakada | |
| 2019-07-06 | * 2019-07-06 | git | |
| 2019-07-06 | Fix showing document of ClassName.method_name in IRB | aycabta | |
| In IRB, Time.new is split as "Time", ".", and "new". The receiver "Time" is processed by #class method but it means that "Time" changes to "Class". This commit fixes it. | |||
| 2019-07-05 | Multiple codepoints are not allowed at single character literal | Nobuyoshi Nakada | |
| It has unintentionally passed since 2.5. | |||
| 2019-07-05 | * 2019-07-05 | git | |
| 2019-07-05 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2019-07-04 | Support Control- and Meta- | aycabta | |
| 2019-07-04 | Move a comment to proper place | aycabta | |
| 2019-07-04 | Check commented out line in inputrc correctly | aycabta | |
| 2019-07-04 | Parse key sequence more strictly | Nobuyoshi Nakada | |
| 2019-07-04 | Use lstrip instead of gsub which can match only once | Nobuyoshi Nakada | |
| 2019-07-04 | Skip indented comment lines [Bug #15981] | Nobuyoshi Nakada | |
| 2019-07-04 | Suppress uninitialized instance variable warnings | Nobuyoshi Nakada | |
| 2019-07-04 | Do not dispatch a nil token in ripper | Nobuyoshi Nakada | |
| As a comment token includes the newline, so delayed newline token just follows it should not be dispatched. [Bug #11485] Co-Authored-By: Jeremy Evans <code@jeremyevans.net> | |||
| 2019-07-04 | Revert self-referencing finalizer warning [Feature #15974] | Nobuyoshi Nakada | |
| It has caused CI failures. * d0cd0866d82a58933e5dccd073c753c0c2ad4eb5 Disable GC during rb_objspace_reachable_object_p * 89cef1c56b3a0f9c5e6ccc22a5044477a4fd16c1 Version guard for [Feature #15974] * 796eeb6339952d92ae1b353d450c7883e589852d. Fix up [Feature #15974] * 928260c2a613bbdd4402c300e0bf86ae7562e52a. Warn in verbose mode on defining a finalizer that captures the object | |||
