aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* drop-in type check for rb_define_singleton_method卜部昌平2019-08-293-11/+11
* drop-in type check for rb_define_module_function卜部昌平2019-08-292-2/+2
* fix arity of bug_start卜部昌平2019-08-291-1/+1
* Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada2019-08-291-1/+0
* st_foreach now free from ANYARGS卜部昌平2019-08-273-5/+4
* rb_catch now free from ANYARGS卜部昌平2019-08-271-2/+2
* rb_ensure now free from ANYARGS卜部昌平2019-08-277-16/+30
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-271-4/+2
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-271-1/+1
* ext/psych/yaml/api.c: Suppress a "variable set but not used" warningYusuke Endoh2019-08-241-1/+3
* [ruby/stringio] Fixed a typoNobuyoshi Nakada2019-08-231-1/+1
* Check metadata a bit moreNobuyoshi Nakada2019-08-231-0/+12
* Hoisted out get_digest_obj_metadataNobuyoshi Nakada2019-08-231-7/+13
* Hoisted out rb_id_metadataNobuyoshi Nakada2019-08-223-4/+8
* Hoisted out rb_digest_namespaceNobuyoshi Nakada2019-08-225-12/+11
* Separated initializing IDsNobuyoshi Nakada2019-08-211-2/+6
* Hoisted out unixsocket_len, triming NUL chars from sun_pathNobuyoshi Nakada2019-08-161-29/+30
* [ruby/stringio] Supported BOMNobuyoshi Nakada2019-08-141-0/+81
* [ruby/stringio] Supported `mode:` optionNobuyoshi Nakada2019-08-141-1/+20
* [ruby/stringio] Allow bignum modeNobuyoshi Nakada2019-08-141-2/+3
* [ruby/stringio] Added support for older versionsNobuyoshi Nakada2019-08-142-0/+56
* [ruby/stringio] stringio: encoding supportNobuyoshi Nakada2019-08-141-27/+20
* date_parse.c: trim offNobuyoshi Nakada2019-08-123-13/+10
* date_parse.c: avoid copyingNobuyoshi Nakada2019-08-123-51/+120
* Warn instance variable `E`Nobuyoshi Nakada2019-08-101-3/+12
* ext/ripper/lib/ripper/lexer.rb: Consistently use `Array#push`Yusuke Endoh2019-08-071-1/+1
* ext/ripper/lib/ripper/lexer.rb: fix a wrong delegationYusuke Endoh2019-08-071-1/+1
* Remove documentation of %m in SyslogJeremy Evans2019-08-051-4/+0
* ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh2019-08-051-3/+3
* Suppress warnings of bundled libyaml.Hiroshi SHIBATA2019-08-042-4/+4
* yaml few build warning fixesDavid Carlier2019-08-041-5/+5
* Remove dependency on `openssl/conf_api.h`Dmitry Petrashko2019-08-041-1/+0
* ext/-test-/bug-14834/bug-14384.c: fallback for MAYBE_UNUSEDYusuke Endoh2019-08-011-0/+4
* fix VC 2013 compile error卜部昌平2019-08-011-2/+2
* fix tracepoint + backtrace SEGV卜部昌平2019-08-013-0/+51
* * expand tabs.git2019-07-311-1/+1
* Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada2019-07-311-1/+1
* [ruby/io-console] Do not use add_development_dependencyNobuyoshi Nakada2019-07-251-4/+1
* [ruby/psych] Get rid of C90 featureNobuyoshi Nakada2019-07-251-1/+2
* [ruby/psych] Deduplicate hash keys if they're stringsJean Boussier2019-07-251-1/+23
* [ruby/psych] Drop to support fat gem support.Hiroshi SHIBATA2019-07-251-5/+1
* [ruby/psych] Do not use add_development_dependency.Hiroshi SHIBATA2019-07-251-5/+0
* [ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans2019-07-221-0/+3
* Constified afamily functionsNobuyoshi Nakada2019-07-161-3/+3
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-161-3/+3
* catch up e8ddbc0239.Koichi Sasada2019-07-151-2/+2
* ext/stringio/stringio.c (strio_read): "binray" is always zero hereYusuke Endoh2019-07-151-1/+1
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
* socket: use frozen string buffer when releasing GVLTanaka Akira2019-07-141-2/+5
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-1482-0/+185