| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-26 | Hide internal IDs | Nobuyoshi Nakada | |
| * parse.y (internal_id): number the ID serial for internal use by counting down from the neary maximum value, not to accidentally match permanent IDs. [Bug #15768] Notes: Fixed: [Bug #15786] | |||
| 2019-04-26 | * 2019-04-26 | git | |
| 2019-04-26 | Syntax-highlight yield in IRB | Takashi Kokubun | |
| 2019-04-26 | NEWS: Credit goes to Pry [ci skip] | Takashi Kokubun | |
| We must note this feature is heavily inspired by Pry. | |||
| 2019-04-26 | Support highlighting Regexp in inspect | Takashi Kokubun | |
| 2019-04-26 | Add NEWS entry about IRB syntax highlight [ci skip] | Takashi Kokubun | |
| Details: https://github.com/ruby/ruby/pull/2150 Note that this introduction is discussed with @aycabta who is allowed to make some changes to IRB by the IRB maintainer, keiju. | |||
| 2019-04-26 | Force IRB::Color to recognize TERM | Takashi Kokubun | |
| Closes: https://github.com/ruby/ruby/pull/2150 | |||
| 2019-04-26 | Do not color IRB output on 'dumb' TERM | Pocket7878 | |
| Co-Authored-By: k0kubun <takashikkbn@gmail.com> Closes: https://github.com/ruby/ruby/pull/2150 | |||
| 2019-04-26 | Colorize IRB's inspect result | Takashi Kokubun | |
| Closes: https://github.com/ruby/ruby/pull/2150 | |||
| 2019-04-26 | Colorize IRB's code_around_binding | Takashi Kokubun | |
| Closes: https://github.com/ruby/ruby/pull/2150 | |||
| 2019-04-25 | Mention warning of `$,` | Kazuhiro NISHIYAMA | |
| see [r67606](https://github.com/ruby/ruby/commit/3ee0648dc7a5465b2cbadd7246fc2edbd676d759) | |||
| 2019-04-25 | Ripper does not use internal IDs directly | Nobuyoshi Nakada | |
| 2019-04-25 | Add more debug print for random CI failure on osx Travis | Kazuhiro NISHIYAMA | |
| see r67347 | |||
| 2019-04-25 | BSD's mktemp does not have `-p` | Takashi Kokubun | |
| 2019-04-25 | Show `make checkout-github/merge-github` in help | Takashi Kokubun | |
| 2019-04-25 | Resurrect `make xxx-github PR=1234` interface | Takashi Kokubun | |
| `call xxx, yyy` seems to pass " yyy" instead of "yyy". | |||
| 2019-04-25 | Added pr-% | Nobuyoshi Nakada | |
| May merge multiple github pull requests at once. e.g., $ make pr-123456789 pr-987654321 | |||
| 2019-04-25 | Cache git config values | Nobuyoshi Nakada | |
| 2019-04-25 | Add `make checkout-github` too | Takashi Kokubun | |
| You can use this like `make checkout-github PR=1234` | |||
| 2019-04-25 | Make working tree under the source directory | Nobuyoshi Nakada | |
| 2019-04-25 | Rebase the pull request in a worktree | Nobuyoshi Nakada | |
| A pull request based on an old commit may rewind too many files, even if unnecessary. As rewinding some files, e.g., common header files, configure.ac, will result in full-rebuild, rebase in a separate directory to get rid of such rewind. | |||
| 2019-04-25 | Add RB_ID_SERIAL_MAX | Nobuyoshi Nakada | |
| 2019-04-25 | Lazy allocate the compile data catch table array | Lourens Naudé | |
| Closes: https://github.com/ruby/ruby/pull/2119 | |||
| 2019-04-25 | Upgrade test-unit to 3.3.2 | Kouhei Sutou | |
| 2019-04-25 | * 2019-04-25 | git | |
| 2019-04-25 | add DRbObject dereference test (Preparation for investigation of Bug #15711) | Masatoshi SEKI | |
| 2019-04-25 | Fix typos [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-04-25 | Automatically gpg-sign rebase when commit.gpgsign | Takashi Kokubun | |
| is true Closes: https://github.com/ruby/ruby/pull/2148 | |||
| 2019-04-24 | Add `make fetch-github` and `make merge-github` | Takashi Kokubun | |
| Closes: https://github.com/ruby/ruby/pull/2147 | |||
| 2019-04-24 | Add more debug print for random CI failure on osx Travis | Kazuhiro NISHIYAMA | |
| see r67347 | |||
| 2019-04-24 | Defer setting gc_stress instead of setting dont_gc | Nobuyoshi Nakada | |
| [Bug #15784] | |||
| 2019-04-24 | Defer setting gc_stress until inits done | Nobuyoshi Nakada | |
| [Bug #15784] | |||
| 2019-04-24 | force 10 chars SHA1 display. | Koichi Sasada | |
| `make update-src` shows latest commit hash for convinience. However, `rev-parse --short` option shows different length (maybe) between git versions. This fix force 10 chars with `--short=10`. | |||
| 2019-04-23 | syntax error can move, so do not cache | Aaron Patterson | |
| 2019-04-23 | Fix complex hash keys to work with compaction | Aaron Patterson | |
| For example when an array containing objects is a hash key, the contents of the array may move which can cause the hash value for the array to change. This commit makes the default `hash` value based off the object id, so the hash value will remain stable. Fixes test/shell/test_command_processor.rb | |||
| 2019-04-24 | Remove member char_offset_updated from struct rmatch as member ↵ | Lourens Naudé | |
| char_offset_num_allocated can serve the same purpose as that predicate | |||
| 2019-04-24 | The step should not fail when isolated tests | Takashi Kokubun | |
| do not exist | |||
| 2019-04-24 | Isolate test_gc_compact for osx Travis | Takashi Kokubun | |
| After `GC.compact`, test/shell/test_command_processor.rb seems to be made unstable on osx Travis like https://travis-ci.org/ruby/ruby/jobs/523487997. For investigating whether it's impacting that or not, let me try isolating that for osx Travis for now. | |||
| 2019-04-24 | * 2019-04-24 | git | |
| 2019-04-24 | Only define history_root member of the Oniguruma re_registers struct if ↵ | Lourens Naudé | |
| USE_CAPTURE_HISTORY is enabled | |||
| 2019-04-23 | Added cgit url. | Hiroshi SHIBATA | |
| 2019-04-23 | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada | |
| Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents". | |||
| 2019-04-23 | Adjusted indents | Nobuyoshi Nakada | |
| 2019-04-23 | IRB is improved with Reline and RDoc, take 2 | aycabta | |
| 2019-04-23 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2019-04-23 | Add VCS::GIT#commit | Nobuyoshi Nakada | |
| 2019-04-23 | Split git-svn dependent methods | Nobuyoshi Nakada | |
| 2019-04-23 | Use an exclusive range for ruby_version_is | Nobuyoshi Nakada | |
| 2019-04-23 | Split long expression | Nobuyoshi Nakada | |
| 2019-04-23 | Add tool/format-release to .gitattributes | Kazuhiro NISHIYAMA | |
