aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The stdlib readline should raise Interrupt when pressing C-caycabta2019-09-141-2/+1
* Revert "Use IO#getch to read one char in raw mode"aycabta2019-09-141-3/+8
* Revert "Use IO#getbyte"aycabta2019-09-141-1/+1
* Revert "Support multibyte input"aycabta2019-09-141-2/+1
* Support multibyte inputNobuyoshi Nakada2019-09-101-1/+2
* Use IO#getbyteNobuyoshi Nakada2019-09-101-1/+1
* Use IO#getch to read one char in raw modeNobuyoshi Nakada2019-09-101-8/+3
* Reline: Fix wrong variable nameLars Kanis2019-09-091-2/+2
* Behave ESC key correctly when vi command modeaycabta2019-09-082-1/+3
* Remove .document and .gitignore from file list of rdoc.gemspecaycabta2019-09-081-1/+1
* Fix Tempfile.open to correctly pass keywords to Tempfile.newJeremy Evans2019-09-061-2/+2
* Fix SortedSet subclasses that override initializeJeremy Evans2019-09-061-1/+2
* [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez2019-09-057-16/+16
* [rubygems/rubygems] Minor fixAlexander Pakulov2019-09-051-1/+1
* [rubygems/rubygems] Add missing parenthesesbronzdoc2019-09-051-1/+1
* [rubygems/rubygems] Remove unnecessary gem_name methodbronzdoc2019-09-051-5/+2
* [rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec i...bronzdoc2019-09-051-3/+10
* [rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc2019-09-051-1/+9
* [rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc2019-09-051-4/+2
* [rubygems/rubygems] Make passing a gem name to be optionalbronzdoc2019-09-051-1/+1
* [rubygems/rubygems] Move build gem logic to its own methodbronzdoc2019-09-051-7/+9
* [rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez2019-09-051-8/+5
* [rubygems/rubygems] Use IAM role to extract security-credentials for EC2 inst...Alexander Pakulov2019-09-051-5/+13
* [rubygems/rubygems] Move empty check earlierDavid Rodríguez2019-09-051-3/+5
* 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