aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/reline] Version 0.1.2v2_7_0aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/reline/commit/b41024e317
* Save last breaking point to completeaycabta2019-12-251-0/+1
|
* fix version regexpNARUSE, Yui2019-12-251-1/+1
|
* fix typoNARUSE, Yui2019-12-251-1/+1
|
* v2.7.0p0NARUSE, Yui2019-12-251-1/+1
|
* [bundler/bundler] Do `require "rubygems"` only when neededYusuke Endoh2019-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This require causes circular require. ``` $ touch empty_file $ RUBYGEMS_GEMDEPS=empty_file ./local/bin/ruby -w -e '' /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92: warning: /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92: warning: loading in progress, circular require considered harmful - /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb from <internal:gem_prelude>:1:in `<internal:gem_prelude>' from <internal:gem_prelude>:1:in `require' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb:1417:in `<top (required)>' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb:1203:in `use_gemdeps' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/user_interaction.rb:47:in `use_ui' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb:1204:in `block in use_gemdeps' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' from /home/mame/work/ruby/local/lib/ruby/2.7.0/bundler.rb:11:in `<top (required)>' from /home/mame/work/ruby/local/lib/ruby/2.7.0/bundler.rb:11:in `require_relative' from /home/mame/work/ruby/local/lib/ruby/2.7.0/bundler/rubygems_integration.rb:3:in `<top (required)>' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' ``` https://github.com/bundler/bundler/commit/c7c5bcea92
* Update the version of bigdecimal to 2.0.0 (#2784)Kenta Murata2019-12-251-1/+1
|
* Show the error line only when same as the currentNobuyoshi Nakada2019-12-251-1/+12
|
* export a function for MJIT.Koichi Sasada2019-12-251-1/+1
| | | | rb_iseq_complete() can be used by MJIT.
* take care of USE_LAZY_LOAD=1.Koichi Sasada2019-12-252-2/+6
| | | | | | On USE_LAZY_LOAD=1, the iseq should be loaded. So rb_iseq_check() is needed. Furthermore, now lazy loading with builtin_function_table is not supported, so it should cancel lazy loading.
* range.c: Range#min with a beginless one now raise an explicit exceptionYusuke Endoh2019-12-252-0/+13
| | | | [Bug #16450]
* Add readline and readline-ext to default gems list in NEWSaycabta2019-12-251-0/+2
|
* add ref to NEWS entryKoichi Sasada2019-12-251-0/+1
|
* NEWS: add a ticket referenceYusuke Endoh2019-12-251-1/+1
|
* NEWS: add a ticket referenceYusuke Endoh2019-12-251-1/+1
|
* NEWS: add ticket referencesYusuke Endoh2019-12-251-2/+2
|
* update-bundled_gems: drop branch name on github [ci skip]Nobuyoshi Nakada2019-12-251-1/+3
|
* [ruby/readline] Version 0.0.2aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/readline/commit/42b71f3fc0
* [ruby/readline] Use a box to make easier to see the messageaycabta2019-12-251-7/+9
| | | | https://github.com/ruby/readline/commit/e49e942053
* [ruby/readline] Fix any wrong in messagesaycabta2019-12-251-4/+4
| | | | https://github.com/ruby/readline/commit/a2cf437c8f
* [ruby/readline] Version 0.0.1aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/readline/commit/d2363cad33
* [ruby/readline] Add post_install_messageaycabta2019-12-251-0/+10
| | | | https://github.com/ruby/readline/commit/03126372b5
* [ruby/readline-ext] Version 0.1.0aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/readline-ext/commit/f5abaf5be1
* [ruby/reline] Version 0.1.1aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/reline/commit/923f97d068
* The behavior of vi_end_of_transmission should be the same of vi_list_or_eofaycabta2019-12-251-12/+0
|
* Commented-out btest on cygwin environment of GitHub ActionsHiroshi SHIBATA2019-12-251-4/+5
|
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-252-9/+14
|
* Sync did_you_meanYuki Nishijima2019-12-241-1/+1
|
* Add did_you_mean's promotion to the NEWSYuki Nishijima2019-12-241-0/+1
|
* Merge Bundler 2.1.2 from bundler/bundler.Hiroshi SHIBATA2019-12-253-1/+9
| | | | [Misc #16449][ruby-core:96458]
* NEWS: add meaning of "CoW" ("copy-on-write")Marcus Stollsteimer2019-12-241-1/+1
|
* [DOC] Fix typo in Time#inspectMarcus Stollsteimer2019-12-241-2/+2
|
* Revert "Add NEWS entry about Module#name performance (#2779)" (#2781)Alan Wu2019-12-241-3/+0
| | | This reverts commit 3e9221d94a12b54c1285923b642364acdbc31c7e.
* Add NEWS entry about Module#name performance (#2779)Alan Wu2019-12-241-0/+3
|
* add debug_counter access functions.Koichi Sasada2019-12-252-17/+75
| | | | These functions are enabled only on USE_DEBUG_COUNTER=1.
* * 2019-12-25 [ci skip]git2019-12-251-1/+1
|
* [DOC] Fix typo and languageMarcus Stollsteimer2019-12-241-3/+3
|
* Added entry for json-2.3.0Hiroshi SHIBATA2019-12-241-0/+4
|
* Update the news entries for RubyGems and BundlerHiroshi SHIBATA2019-12-241-4/+6
|
* [ruby/irb] Fix typoMarcus Stollsteimer2019-12-241-1/+1
| | | | https://github.com/ruby/irb/commit/4bb1340687
* [DOC] Fix grammar in Process module docsMarcus Stollsteimer2019-12-241-4/+4
|
* [DOC] Fix typoMarcus Stollsteimer2019-12-241-1/+1
|
* `Object#=~` warning also obeys `Warning[:deprecated]`Nobuyoshi Nakada2019-12-241-2/+4
|
* Scale sleeping times to wait for the OS operationsNobuyoshi Nakada2019-12-241-0/+4
|
* Remove unused variableaycabta2019-12-241-1/+0
|
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-243-9/+67
| | | | It doesn't behave the same as the delete-char.
* NEWS: fix method references for Range#{cover?,include?}Marcus Stollsteimer2019-12-241-2/+2
|
* NEWS: improve sections for warning option / WarningMarcus Stollsteimer2019-12-241-5/+5
|
* [DOC] Improve docs for Enumerator.produce, Enumerator.newMarcus Stollsteimer2019-12-241-14/+12
|
* Synchronize with a Queue instead of sleepingNobuyoshi Nakada2019-12-241-4/+12
|