aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+35
* Treat Japanese IME on/off code correctlyaycabta2019-09-021-22/+24
* IRB 1.1.0.pre.3aycabta2019-09-011-2/+2
* Reline 0.0.2aycabta2019-09-011-1/+1
* Re-calculate state variables of screen when screen size changesaycabta2019-09-011-0/+53
* Use double splat for keyword args by a hash object in lib/un.rbaycabta2019-08-311-9/+9
* Fix a couple of bundler issues with keyword argument separationJeremy Evans2019-08-301-1/+6
* Fix keyword argument separation issues in libJeremy Evans2019-08-3013-38/+38
* Revert "require 'pp' before use PP"Kazuhiro NISHIYAMA2019-08-301-1/+0
* Removed debug printNobuyoshi Nakada2019-08-301-10/+0
* Add guard as same as `==`Kazuhiro NISHIYAMA2019-08-301-0/+1
* lib/pp.rb: Use UnboundMethod#bind_call instead of .bind(obj).call(...)Yusuke Endoh2019-08-301-5/+5
* require 'pp' before use PPKazuhiro NISHIYAMA2019-08-302-1/+5
* Check events that console window size changed on Windowsaycabta2019-08-291-0/+17
* Fix alignment of a SHORT variableaycabta2019-08-291-1/+1
* CONSOLE_SCREEN_BUFFER_INFO is 22bytesaycabta2019-08-291-2/+2
* 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