Граф коммитов

56452 Коммитов

Автор SHA1 Сообщение Дата
aycabta 82b058ff60 Version 1.1.0.pre.2 2019-07-15 00:43:47 +09:00
aycabta d0b1a8d5fb Need reline-0.0.1 or later for some features 2019-07-15 00:43:36 +09:00
aycabta cd7b99bbfc Version 0.0.1 2019-07-15 00:36:59 +09:00
manga_osyo 04e6b90d5b Remove unused method. 2019-07-15 00:33:16 +09:00
Marcus Stollsteimer 423feb53a2 [ruby/matrix] Add Matrix::VERSION constant
Add Matrix::VERSION for the gem version, use it in the gemspec,
and make it also available for library users.

https://github.com/ruby/matrix/commit/65c2bb1fa1
2019-07-15 00:32:00 +09:00
Marcus Stollsteimer 4403130193 [ruby/matrix] Add missing `lib/matrix/' files to file list in gemspec
https://github.com/ruby/matrix/commit/2bbb9be233
2019-07-15 00:32:00 +09:00
Yusuke Endoh 3201062adf Add a /* fall through */ comment 2019-07-15 00:31:07 +09:00
Yusuke Endoh 970c12551e Add a /* fall through */ comment 2019-07-15 00:30:35 +09:00
Yusuke Endoh 9e3971c3ad Add a /* fall through */ comment 2019-07-15 00:29:56 +09:00
Yusuke Endoh deb5e58230 ext/stringio/stringio.c (strio_read): "binray" is always zero here
Remove unused conditional expression to suppress Coverity Scan warnings.
2019-07-15 00:20:32 +09:00
manga_osyo e6f188ea03 Rename to Reline::History::Test. 2019-07-15 00:18:10 +09:00
manga_osyo 073cc52dcc Add `class Reline::History` and test. 2019-07-15 00:17:59 +09:00
Masataka Pocke Kuwabara 9806da50f4 Suppress warnings 2019-07-15 00:13:01 +09:00
aycabta 83171b0ee8 [ruby/rdoc] Bump version to 6.1.1
https://github.com/ruby/rdoc/commit/55c0627fe0
2019-07-15 00:11:07 +09:00
poloka 312d72000a [ruby/rdoc] Correction to include regexp_handling in list of loaded files
https://github.com/ruby/rdoc/commit/1940b2318c
2019-07-15 00:11:07 +09:00
Yusuke Endoh 09187c64b8 Add a /* fall through */ comment 2019-07-15 00:10:39 +09:00
Yusuke Endoh 517c8a5324 dir.c (dir_each_entry): remove unnecessary check
I guess that this check was to detect re-entrance (maybe callcc?).
But currently it does not work as intended.
2019-07-15 00:10:11 +09:00
git 721fc84937 * 2019-07-15 2019-07-15 00:08:33 +09:00
Yusuke Endoh b4975693ed process.c (p_sys_setregid, p_sys_setresgid): remove unused tmp buffer
To suppress Coverity Scan warning
2019-07-15 00:07:32 +09:00
Yusuke Endoh 80da68db1e Add a /* fall through */ comment 2019-07-14 23:36:23 +09:00
Yusuke Endoh 43c337dfc1 string.c (str_succ): refactoring
Use more communicative variable name
2019-07-14 23:09:24 +09:00
Yusuke Endoh 3fd086ed56 string.c (str_succ): remove a unnecessary assignment
This change will suppress Coverity Scan warnings
2019-07-14 23:09:24 +09:00
Kouhei Sutou 198281a71d [ruby/csv] Fix a bug that strip: true removes newlines
https://github.com/ruby/csv/commit/5540d35a30
2019-07-14 23:07:31 +09:00
kawa_tech 8c0edbd79d [ruby/csv] add options doc :quote_empty (#89)
https://github.com/ruby/csv/commit/5ca8d79f60
2019-07-14 23:07:31 +09:00
Masafumi Koba 75620c804e [ruby/csv] Add options doc: :write_converters, :write_nil_value, :write_empty_value (#87)
https://github.com/ruby/csv/commit/5923ee08b7
2019-07-14 23:07:31 +09:00
hayashiyoshino fe40841bfb [ruby/csv] add document of strip (#88)
* add document of strip

* modify typo

https://github.com/ruby/csv/commit/de0257dc31
2019-07-14 23:07:31 +09:00
Kouhei Sutou c8b82998d4 [ruby/csv] Bump version
https://github.com/ruby/csv/commit/3976985008
2019-07-14 23:07:31 +09:00
Kouhei Sutou 8392592a0a [ruby/csv] Don't raise on eof?
GitHub: fix #86

Reported by krororo. Thanks!!!

https://github.com/ruby/csv/commit/5a8d9d9297
2019-07-14 23:07:31 +09:00
Kazuhiro NISHIYAMA 9171f83305 [ruby/csv] Refactor range in delete_suffix (#85)
https://github.com/ruby/csv/commit/7ff57a50e8
2019-07-14 23:07:31 +09:00
Kouhei Sutou 864e2a95d9 [ruby/csv] Bump version
https://github.com/ruby/csv/commit/312f844693
2019-07-14 23:07:31 +09:00
Hiroshi SHIBATA 8549774430 Tweak upstream information of upstream commit. 2019-07-14 23:07:31 +09:00
Yusuke Endoh 0bf829c17b transcode.c (rb_trans_conv): remove unnecessary assignments
This change will suppress Coverity Scan warnings
2019-07-14 23:02:23 +09:00
Yusuke Endoh 36f2d9bac2 numeric.c (fix_cmp): remove a unreachable return statement 2019-07-14 22:46:34 +09:00
Yusuke Endoh 49362ddac6 Add a /* fall through */ comment 2019-07-14 22:21:10 +09:00
Kazuhiro NISHIYAMA d0f113f6c1
doc/globals.rdoc: Add RUBY_REVISION [ci skip] 2019-07-14 22:15:42 +09:00
Kazuhiro NISHIYAMA ab31e13e75
doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip] 2019-07-14 22:15:42 +09:00
Kazuhiro NISHIYAMA 9a402cf61f
doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip] 2019-07-14 22:15:42 +09:00
Kazuhiro NISHIYAMA 5d606b5174
doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip] 2019-07-14 22:15:42 +09:00
Takashi Kokubun 7ac7685fa7
Simplify link_o_to_so arguments
by C99 compound literal for array and non-constant array initializer
2019-07-14 22:12:59 +09:00
Tanaka Akira b7ec77f361 fix typos. 2019-07-14 22:04:27 +09:00
Yusuke Endoh 085d0e5ccb ruby.c (name_match_p): remove unnecessary condition
It always returns immediately when len was decremented to zero.
So len is always positive.  This change will suppress Coverity Scan
warning.
2019-07-14 21:58:22 +09:00
Hiroshi SHIBATA a3493521a5 abort sync commit history when it failed to modify commit message. 2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA 8e6a68c18e Use force flag for filter-branch. 2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA c8e1be6f1f Skip merge commit with rubygems and bundler. 2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA 46491af74c Modified commit message with upstream repository name. 2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA 265e94a7fa Added chrry-pick feature from upstream repository. 2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA be082e2800 Try to sync with commit history for default gems. 2019-07-14 21:53:18 +09:00
Takashi Kokubun d8cc41c43b
Fix a wrong buffer size to avoid stack corruption
[Bug #15986]
2019-07-14 21:48:45 +09:00
Yusuke Endoh 20a3fb3c4b Add a /* fall through */ comment 2019-07-14 21:34:32 +09:00
Nobuyoshi Nakada e8700b596b
Check the result of String#-@ 2019-07-14 20:56:38 +09:00