aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a /* fall through */ commentYusuke Endoh2019-07-151-0/+1
|
* Add a /* fall through */ commentYusuke Endoh2019-07-151-0/+1
|
* Add a /* fall through */ commentYusuke Endoh2019-07-151-0/+1
|
* ext/stringio/stringio.c (strio_read): "binray" is always zero hereYusuke Endoh2019-07-151-1/+1
| | | | Remove unused conditional expression to suppress Coverity Scan warnings.
* Rename to Reline::History::Test.manga_osyo2019-07-151-1/+1
|
* Add `class Reline::History` and test.manga_osyo2019-07-153-60/+335
|
* Suppress warningsMasataka Pocke Kuwabara2019-07-153-2/+6
|
* [ruby/rdoc] Bump version to 6.1.1aycabta2019-07-151-1/+1
| | | | https://github.com/ruby/rdoc/commit/55c0627fe0
* [ruby/rdoc] Correction to include regexp_handling in list of loaded filespoloka2019-07-151-1/+1
| | | | https://github.com/ruby/rdoc/commit/1940b2318c
* Add a /* fall through */ commentYusuke Endoh2019-07-151-0/+1
|
* dir.c (dir_each_entry): remove unnecessary checkYusuke Endoh2019-07-151-1/+0
| | | | | I guess that this check was to detect re-entrance (maybe callcc?). But currently it does not work as intended.
* * 2019-07-15git2019-07-151-1/+1
|
* process.c (p_sys_setregid, p_sys_setresgid): remove unused tmp bufferYusuke Endoh2019-07-151-4/+0
| | | | To suppress Coverity Scan warning
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
|
* string.c (str_succ): refactoringYusuke Endoh2019-07-141-3/+3
| | | | Use more communicative variable name
* string.c (str_succ): remove a unnecessary assignmentYusuke Endoh2019-07-141-1/+0
| | | | This change will suppress Coverity Scan warnings
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-142-1/+31
| | | | https://github.com/ruby/csv/commit/5540d35a30
* [ruby/csv] add options doc :quote_empty (#89)kawa_tech2019-07-141-1/+4
| | | | https://github.com/ruby/csv/commit/5ca8d79f60
* [ruby/csv] Add options doc: :write_converters, :write_nil_value, ↵Masafumi Koba2019-07-141-3/+13
| | | | | | :write_empty_value (#87) https://github.com/ruby/csv/commit/5923ee08b7
* [ruby/csv] add document of strip (#88)hayashiyoshino2019-07-141-1/+5
| | | | | | | | * add document of strip * modify typo https://github.com/ruby/csv/commit/de0257dc31
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/3976985008
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-142-0/+14
| | | | | | | | GitHub: fix #86 Reported by krororo. Thanks!!! https://github.com/ruby/csv/commit/5a8d9d9297
* [ruby/csv] Refactor range in delete_suffix (#85)Kazuhiro NISHIYAMA2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/7ff57a50e8
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/312f844693
* Tweak upstream information of upstream commit.Hiroshi SHIBATA2019-07-141-1/+3
|
* transcode.c (rb_trans_conv): remove unnecessary assignmentsYusuke Endoh2019-07-141-2/+0
| | | | This change will suppress Coverity Scan warnings
* numeric.c (fix_cmp): remove a unreachable return statementYusuke Endoh2019-07-141-1/+0
|
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
|
* doc/globals.rdoc: Add RUBY_REVISION [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
|
* doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
|
* doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
|
* doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+1
|
* Simplify link_o_to_so argumentsTakashi Kokubun2019-07-141-3/+1
| | | | by C99 compound literal for array and non-constant array initializer
* fix typos.Tanaka Akira2019-07-141-8/+9
|
* ruby.c (name_match_p): remove unnecessary conditionYusuke Endoh2019-07-141-3/+2
| | | | | | It always returns immediately when len was decremented to zero. So len is always positive. This change will suppress Coverity Scan warning.
* abort sync commit history when it failed to modify commit message.Hiroshi SHIBATA2019-07-141-0/+4
|
* Use force flag for filter-branch.Hiroshi SHIBATA2019-07-141-1/+1
|
* Skip merge commit with rubygems and bundler.Hiroshi SHIBATA2019-07-141-5/+11
|
* Modified commit message with upstream repository name.Hiroshi SHIBATA2019-07-141-0/+2
|
* Added chrry-pick feature from upstream repository.Hiroshi SHIBATA2019-07-141-0/+11
|
* Try to sync with commit history for default gems.Hiroshi SHIBATA2019-07-141-1/+16
|
* Fix a wrong buffer size to avoid stack corruptionTakashi Kokubun2019-07-141-2/+2
| | | | [Bug #15986]
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
|
* Check the result of String#-@Nobuyoshi Nakada2019-07-141-3/+5
|
* socket: use frozen string buffer when releasing GVLTanaka Akira2019-07-142-4/+7
| | | | Thanks for the patch by normalperson (Eric Wong) [Bug #14204].
* Expand f_arg to use particular functions directlyNobuyoshi Nakada2019-07-141-1/+21
|
* Expand f_abs to use particular functions directlyNobuyoshi Nakada2019-07-141-1/+18
|
* NEWS: RubyVM.resolve_feature_path moved [ci skip]Kazuhiro NISHIYAMA2019-07-141-0/+7
|
* addr2line.c (binary_filename): extend the buffer for NUL terminatorYusuke Endoh2019-07-141-1/+1
|
* Increase fetchDepth to prevent checkout failureTakashi Kokubun2019-07-141-1/+1
| | | | like https://dev.azure.com/rubylang/ruby/_build/results?buildId=1637