aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add Module#ruby2_keywords for passing keywords through regular argument splatsJeremy Evans2019-09-251-1/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-257-19/+20
* Get rid of `IO.select` to fix multiline pasteNobuyoshi Nakada2019-09-261-8/+1
* Use short wait for select(2)aycabta2019-09-231-2/+2
* Retrieve key-buffer that was supposed to loseaycabta2019-09-231-0/+10
* Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA2019-09-203-169/+0
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-202-355/+0
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-209-1965/+0
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-202-800/+0
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-202-458/+0
* Added link_command for C++Nobuyoshi Nakada2019-09-191-0/+10
* Separate @have_devel for C++Nobuyoshi Nakada2019-09-191-0/+8
* Look up the language moduleNobuyoshi Nakada2019-09-191-1/+11
* Removed MakeMakefile::CNobuyoshi Nakada2019-09-181-2/+0
* Removed a debug print [ci skip]Nobuyoshi Nakada2019-09-181-2/+0
* [EXPERIMENTAL] MakeMakefile::CXX for C++Nobuyoshi Nakada2019-09-181-7/+40
* [bundler/bundler] Merge #7340Bundlerbot2019-09-181-1/+1
* [bundler/bundler] Fix remembered flag deprecation messageDavid Rodríguez2019-09-181-1/+1
* [bundler/bundler] Version 2.1.0.pre.2David Rodríguez2019-09-181-1/+1
* [bundler/bundler] Revert "Add all platforms to lockfile by default"David Rodríguez2019-09-182-9/+1
* [bundler/bundler] Revert "Remove now meaningless warning"David Rodríguez2019-09-181-1/+11
* [bundler/bundler] Revert "Remove now meaningless setting"David Rodríguez2019-09-182-1/+2
* [bundler/bundler] Revert "Remove now unused method"David Rodríguez2019-09-181-0/+4
* [bundler/bundler] Fix comments and messages to refer to https urlTakayuki Nakata2019-09-187-10/+10
* [bundler/bundler] Fix --path option descriptionsDavid Rodríguez2019-09-181-2/+2
* [bundler/bundler] Deprecate `--path` flag to `bundle check`David Rodríguez2019-09-181-0/+2
* Undefine DSUSP keyNobuyoshi Nakada2019-09-171-1/+5
* Fix previous history in vi_insert modeAdam Cammack2019-09-171-1/+1
* Fix history navigation in vi_insert modeAdam Cammack2019-09-171-1/+1
* Folded files in gemspecNobuyoshi Nakada2019-09-165-11/+389
* 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