| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-15 | Remove debug print | aycabta | |
| 2019-07-15 | Support multiline irb_history | aycabta | |
| A history line ends with "\" to escape newline if it's a continuous line. | |||
| 2019-07-15 | time.c (time_mdump): use another buffer for year_extend | Yusuke Endoh | |
| ruby_marshal_write_long may write 9 bytes, but buf has only 8 bytes. So the buffer cannot be reused. This issue was found by Coverity Scan. | |||
| 2019-07-15 | Unify documentations of `make benchmark` | Takashi Kokubun | |
| 2019-07-15 | Drop `make change` and tool/change_maker.rb | Takashi Kokubun | |
| because we're not writing ChangeLog anymore. | |||
| 2019-07-15 | Reduce the number of make help entries | Takashi Kokubun | |
| We've added some more things recently. It seems not worth having almost the same two entries there anymore. | |||
| 2019-07-15 | Mention SPECOPTS variable in make help | Takashi Kokubun | |
| 2019-07-15 | Check wether prompt_i is nil | aycabta | |
| 2019-07-15 | Save history in IRB is enabled by default | aycabta | |
| 2019-07-15 | Auto indent in IRB is enabled by default | aycabta | |
| 2019-07-15 | Version 1.1.0.pre.2 | aycabta | |
| 2019-07-15 | Need reline-0.0.1 or later for some features | aycabta | |
| 2019-07-15 | Version 0.0.1 | aycabta | |
| 2019-07-15 | Remove unused method. | manga_osyo | |
| 2019-07-15 | [ruby/matrix] Add Matrix::VERSION constant | Marcus Stollsteimer | |
| 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 | [ruby/matrix] Add missing `lib/matrix/' files to file list in gemspec | Marcus Stollsteimer | |
| https://github.com/ruby/matrix/commit/2bbb9be233 | |||
| 2019-07-15 | Add a /* fall through */ comment | Yusuke Endoh | |
| 2019-07-15 | Add a /* fall through */ comment | Yusuke Endoh | |
| 2019-07-15 | Add a /* fall through */ comment | Yusuke Endoh | |
| 2019-07-15 | ext/stringio/stringio.c (strio_read): "binray" is always zero here | Yusuke Endoh | |
| Remove unused conditional expression to suppress Coverity Scan warnings. | |||
| 2019-07-15 | Rename to Reline::History::Test. | manga_osyo | |
| 2019-07-15 | Add `class Reline::History` and test. | manga_osyo | |
| 2019-07-15 | Suppress warnings | Masataka Pocke Kuwabara | |
| 2019-07-15 | [ruby/rdoc] Bump version to 6.1.1 | aycabta | |
| https://github.com/ruby/rdoc/commit/55c0627fe0 | |||
| 2019-07-15 | [ruby/rdoc] Correction to include regexp_handling in list of loaded files | poloka | |
| https://github.com/ruby/rdoc/commit/1940b2318c | |||
| 2019-07-15 | Add a /* fall through */ comment | Yusuke Endoh | |
| 2019-07-15 | dir.c (dir_each_entry): remove unnecessary check | Yusuke Endoh | |
| I guess that this check was to detect re-entrance (maybe callcc?). But currently it does not work as intended. | |||
| 2019-07-15 | * 2019-07-15 | git | |
| 2019-07-15 | process.c (p_sys_setregid, p_sys_setresgid): remove unused tmp buffer | Yusuke Endoh | |
| To suppress Coverity Scan warning | |||
| 2019-07-14 | Add a /* fall through */ comment | Yusuke Endoh | |
| 2019-07-14 | string.c (str_succ): refactoring | Yusuke Endoh | |
| Use more communicative variable name | |||
| 2019-07-14 | string.c (str_succ): remove a unnecessary assignment | Yusuke Endoh | |
| This change will suppress Coverity Scan warnings | |||
| 2019-07-14 | [ruby/csv] Fix a bug that strip: true removes newlines | Kouhei Sutou | |
| https://github.com/ruby/csv/commit/5540d35a30 | |||
| 2019-07-14 | [ruby/csv] add options doc :quote_empty (#89) | kawa_tech | |
| https://github.com/ruby/csv/commit/5ca8d79f60 | |||
| 2019-07-14 | [ruby/csv] Add options doc: :write_converters, :write_nil_value, ↵ | Masafumi Koba | |
| :write_empty_value (#87) https://github.com/ruby/csv/commit/5923ee08b7 | |||
| 2019-07-14 | [ruby/csv] add document of strip (#88) | hayashiyoshino | |
| * add document of strip * modify typo https://github.com/ruby/csv/commit/de0257dc31 | |||
| 2019-07-14 | [ruby/csv] Bump version | Kouhei Sutou | |
| https://github.com/ruby/csv/commit/3976985008 | |||
| 2019-07-14 | [ruby/csv] Don't raise on eof? | Kouhei Sutou | |
| GitHub: fix #86 Reported by krororo. Thanks!!! https://github.com/ruby/csv/commit/5a8d9d9297 | |||
| 2019-07-14 | [ruby/csv] Refactor range in delete_suffix (#85) | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/csv/commit/7ff57a50e8 | |||
| 2019-07-14 | [ruby/csv] Bump version | Kouhei Sutou | |
| https://github.com/ruby/csv/commit/312f844693 | |||
| 2019-07-14 | Tweak upstream information of upstream commit. | Hiroshi SHIBATA | |
| 2019-07-14 | transcode.c (rb_trans_conv): remove unnecessary assignments | Yusuke Endoh | |
| This change will suppress Coverity Scan warnings | |||
| 2019-07-14 | numeric.c (fix_cmp): remove a unreachable return statement | Yusuke Endoh | |
| 2019-07-14 | Add a /* fall through */ comment | Yusuke Endoh | |
| 2019-07-14 | doc/globals.rdoc: Add RUBY_REVISION [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-07-14 | doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-07-14 | doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-07-14 | doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-07-14 | Simplify link_o_to_so arguments | Takashi Kokubun | |
| by C99 compound literal for array and non-constant array initializer | |||
| 2019-07-14 | fix typos. | Tanaka Akira | |
