summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-08-27Save value to @ambiguous_width because of a accessoraycabta
2019-08-27The "private" doesn't make sence for class methods and a constantaycabta
2019-08-27Use preposing "private" to define methodsaycabta
2019-08-27Adjust method forwardings of Relineaycabta
2019-08-27Remove .freeze.manga_osyo
2019-08-27Fix `Reline::Windows`.manga_osyo
2019-08-27Refactoring Reline.manga_osyo
2019-08-27Remove test_mode in `lib/reline`.manga_osyo
2019-08-27Refactoring Reline accessor.manga_osyo
2019-08-27Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans
2019-08-27Move private call without arguments inside methodJeremy Evans
2019-08-25lib/webrick.rb: use require_relative for webrick/utils.rbYusuke Endoh
2019-08-22Always check multiline terminationaycabta
2019-08-21Add abs to Matrix (#2199)Fernando Wolf Bona
2019-08-22IRB's multiline history is enable only when Reidline modeaycabta
2019-08-21The investigation is going on...Nobuyoshi Nakada
2019-08-21[bundler/bundler] Remove old rubies stuff no longer neededDavid Rodríguez
2019-08-20Avoid creating Hash objects per each mon_synchronize call (#2393)Akira Matsuda
2019-08-20[rubygems/rubygems] Use `RbConfig::CONFIG['rubylibprefix']`Nobuyoshi Nakada
2019-08-20Fix some bundler specs (#2380)David Rodríguez
2019-08-20Treat two types "do" correctlyaycabta
2019-08-19Update the canonical repository urlHiroshi SHIBATA
2019-08-19Prefer Regexp#=~ to Regexp#match when the RHS may be nilNobuyoshi Nakada
2019-08-19lib/rdoc/markup/parser.rb: remove a unused variable initializationYusuke Endoh