summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-14The stdlib readline should raise Interrupt when pressing C-caycabta
2019-09-14Revert "Use IO#getch to read one char in raw mode"aycabta
2019-09-14Revert "Use IO#getbyte"aycabta
2019-09-14Revert "Support multibyte input"aycabta
2019-09-10Support multibyte inputNobuyoshi Nakada
2019-09-10Use IO#getbyteNobuyoshi Nakada
2019-09-10Use IO#getch to read one char in raw modeNobuyoshi Nakada
2019-09-09Reline: Fix wrong variable nameLars Kanis
2019-09-08Behave ESC key correctly when vi command modeaycabta
2019-09-08Remove .document and .gitignore from file list of rdoc.gemspecaycabta
2019-09-06Fix Tempfile.open to correctly pass keywords to Tempfile.newJeremy Evans
2019-09-06Fix SortedSet subclasses that override initializeJeremy Evans
2019-09-05[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez
2019-09-05[rubygems/rubygems] Minor fixAlexander Pakulov
2019-09-05[rubygems/rubygems] Add missing parenthesesbronzdoc
2019-09-05[rubygems/rubygems] Remove unnecessary gem_name methodbronzdoc
2019-09-05[rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec i...bronzdoc
2019-09-05[rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc
2019-09-05[rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc
2019-09-05[rubygems/rubygems] Make passing a gem name to be optionalbronzdoc
2019-09-05[rubygems/rubygems] Move build gem logic to its own methodbronzdoc
2019-09-05[rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez
2019-09-05[rubygems/rubygems] Use IAM role to extract security-credentials for EC2 inst...Alexander Pakulov
2019-09-05[rubygems/rubygems] Move empty check earlierDavid Rodríguez
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-09-02Treat Japanese IME on/off code correctlyaycabta
2019-09-01IRB 1.1.0.pre.3aycabta
2019-09-01Reline 0.0.2aycabta
2019-09-01Re-calculate state variables of screen when screen size changesaycabta
2019-08-31Use double splat for keyword args by a hash object in lib/un.rbaycabta
2019-08-30Fix a couple of bundler issues with keyword argument separationJeremy Evans
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2019-08-30Revert "require 'pp' before use PP"Kazuhiro NISHIYAMA
2019-08-30Removed debug printNobuyoshi Nakada
2019-08-30Add guard as same as `==`Kazuhiro NISHIYAMA
2019-08-30lib/pp.rb: Use UnboundMethod#bind_call instead of .bind(obj).call(...)Yusuke Endoh
2019-08-30require 'pp' before use PPKazuhiro NISHIYAMA
2019-08-29Check events that console window size changed on Windowsaycabta
2019-08-29Fix alignment of a SHORT variableaycabta
2019-08-29CONSOLE_SCREEN_BUFFER_INFO is 22bytesaycabta
2019-08-29Add stub set_screen_size for other platformsaycabta
2019-08-29Support SIGWINCHaycabta
2019-08-28Remove jquery.js from file list of rdoc.gemspecaycabta
2019-08-28Adjusted indents and supplied last commasNobuyoshi Nakada
2019-08-28Remove debug print [ci skip]Kazuhiro NISHIYAMA
2019-08-28Remove jquery.jsaycabta
2019-08-28Version 6.2.0aycabta
2019-08-28Good bye jQueryaycabta
2019-08-27Remove duplicated delegationaycabta
2019-08-27Delegete an instance method to a class method correctlyaycabta