aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add stub set_screen_size for other platformsaycabta2019-08-292-0/+6
* Support SIGWINCHaycabta2019-08-292-0/+10
* Remove jquery.js from file list of rdoc.gemspecaycabta2019-08-281-1/+1
* Adjusted indents and supplied last commasNobuyoshi Nakada2019-08-281-48/+70
* Remove debug print [ci skip]Kazuhiro NISHIYAMA2019-08-281-1/+0
* Remove jquery.jsaycabta2019-08-281-2/+0
* Version 6.2.0aycabta2019-08-281-1/+1
* Good bye jQueryaycabta2019-08-286-179/+92
* Remove duplicated delegationaycabta2019-08-271-1/+0
* Delegete an instance method to a class method correctlyaycabta2019-08-271-1/+1
* Save value to @ambiguous_width because of a accessoraycabta2019-08-271-3/+3
* The "private" doesn't make sence for class methods and a constantaycabta2019-08-271-2/+0
* Use preposing "private" to define methodsaycabta2019-08-271-6/+4
* Adjust method forwardings of Relineaycabta2019-08-271-13/+19
* Remove .freeze.manga_osyo2019-08-271-2/+2
* Fix `Reline::Windows`.manga_osyo2019-08-271-1/+1
* Refactoring Reline.manga_osyo2019-08-272-457/+317
* Remove test_mode in `lib/reline`.manga_osyo2019-08-271-7/+0
* Refactoring Reline accessor.manga_osyo2019-08-271-0/+133
* Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans2019-08-271-1/+30
* Move private call without arguments inside methodJeremy Evans2019-08-271-1/+1
* lib/webrick.rb: use require_relative for webrick/utils.rbYusuke Endoh2019-08-251-1/+1
* Always check multiline terminationaycabta2019-08-221-5/+1
* Add abs to Matrix (#2199)Fernando Wolf Bona2019-08-211-0/+7
* IRB's multiline history is enable only when Reidline modeaycabta2019-08-221-1/+1
* The investigation is going on...Nobuyoshi Nakada2019-08-211-0/+10
* [bundler/bundler] Remove old rubies stuff no longer neededDavid Rodríguez2019-08-212-6/+2
* Avoid creating Hash objects per each mon_synchronize call (#2393)Akira Matsuda2019-08-201-4/+7
* [rubygems/rubygems] Use `RbConfig::CONFIG['rubylibprefix']`Nobuyoshi Nakada2019-08-201-8/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-203-13/+10
* Treat two types "do" correctlyaycabta2019-08-201-2/+20
* Update the canonical repository urlHiroshi SHIBATA2019-08-191-2/+2
* Prefer Regexp#=~ to Regexp#match when the RHS may be nilNobuyoshi Nakada2019-08-192-10/+5
* lib/rdoc/markup/parser.rb: remove a unused variable initializationYusuke Endoh2019-08-191-1/+0
* [bundler/bundler] No need to activate the `fileutils` default gemDavid Rodríguez2019-08-181-6/+1
* [bundler/bundler] Last relative requiresDavid Rodríguez2019-08-183-9/+9
* [bundler/bundler] Move local variable to only branch where it's usedDavid Rodríguez2019-08-181-1/+1
* [bundler/bundler] Fix open default gem errorZehan Zhao2019-08-181-5/+9
* [bundler/bundler] Fix `bundle doctor` commandDavid Rodríguez2019-08-181-1/+1
* [bundler/bundler] Bundler displays a duplicate gem entries warning even if ge...David Stosik2019-08-181-1/+1
* The "exe" dir doesn't exist in this repostiroyaycabta2019-08-181-2/+0
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-2/+2
* $LOAD_PATH elements should be real pathsNobuyoshi Nakada2019-08-181-1/+1
* Remove CI files from listaycabta2019-08-171-1/+1
* Removed formatter_test_case and text_formatter_test_case from Gem::Specificat...Hiroshi SHIBATA2019-08-171-1/+1
* Removed autoload from Markup.Hiroshi SHIBATA2019-08-171-2/+0
* Removed test_case files from lib directory.Hiroshi SHIBATA2019-08-172-879/+0
* [bundler/bundler] Fix bundle bin location in core repoDavid Rodríguez2019-08-171-1/+1
* Support the current stable version of Ruby like 2.5 and 2.6.Hiroshi SHIBATA2019-08-171-2/+2
* Revert "`Gem.load_path_insert_index always returns non-nil index after Ruby 1.9"Hiroshi SHIBATA2019-08-171-1/+1