aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/optional
Commit message (Expand)AuthorAgeFilesLines
* Fix shorten-64-to-32 warningNobuyoshi Nakada2019-05-291-1/+1
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-286-0/+108
* Update to ruby/spec@7de852dBenoit Daloze2019-04-281-4/+4
* Update to ruby/spec@15c9619Benoit Daloze2019-04-2715-25/+124
* io.c: warn non-nil $,nobu2019-04-181-2/+2
* strip trailing spaces [ci skip]nobu2019-03-291-2/+2
* Update to ruby/spec@e81b3cderegon2019-03-287-20/+84
* Update to ruby/spec@7a16e01eregon2019-02-212-0/+30
* Update to ruby/spec@e57f49ceregon2019-01-274-0/+45
* Update to ruby/spec@e2fbd4deregon2019-01-201-2/+2
* Update to ruby/spec@35a9fbaeregon2019-01-2041-3337/+291
* call rb_str_modify to make a copy unsharednobu2019-01-173-1/+14
* proc.c: proc without blocknobu2019-01-101-18/+22
* Update to ruby/spec@944ea57eregon2018-12-292-4/+7
* Update to ruby/spec@8b743a3eregon2018-10-272-4/+26
* Update to ruby/spec@241f9e7eregon2018-09-253-13/+45
* Spec updates [Bug #15060] [Fix GH-1495]nobu2018-09-041-1/+3
* Update to ruby/spec@09fa86ceregon2018-08-272-6/+10
* Update to ruby/spec@dd828d6eregon2018-08-212-12/+13
* spec/ruby/optional/capi/ext/io_spec.c: guard unreachable codenobu2018-08-151-0/+4
* spec/ruby/optional/capi/ext/io_spec.c: guard unreachable codenobu2018-08-151-0/+2
* -Wsuggest-attribute=noreturn on io_spec_rb_io_wait_readablenobu2018-08-151-0/+5
* spec/ruby/optional/capi/io_spec.rb: fix fragile spec from unpredictable errnonormal2018-08-142-0/+16
* Update to ruby/spec@9be7c7eeregon2018-08-034-9/+41
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-031-0/+5
* Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...eregon2018-08-031-5/+0
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-031-0/+5
* encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...eregon2018-08-031-0/+9
* rb_enc_aliasnobu2018-06-283-10/+9
* Revert "rb_enc_alias"mame2018-06-283-8/+11
* rb_enc_aliasnobu2018-06-283-11/+8
* fix feature name and removed a duplicate conditionnobu2018-06-281-6/+2
* check enc_capable.ko12018-06-281-24/+0
* Update to ruby/spec@a454137eregon2018-06-278-2/+93
* NULL class Data_Wrap_Struct is not allowed.ko12018-06-192-12/+0
* Removed unobservable behaviornobu2018-06-182-12/+0
* Update to ruby/spec@4bb0f25eregon2018-06-134-11/+120
* Update to ruby/spec@6f38a82eregon2018-04-282-57/+39
* Update to ruby/spec@c1b568beregon2018-03-0437-44/+44
* Update to ruby/spec@cbe855ceregon2018-02-272-4/+4
* Update to ruby/spec@83063a3eregon2018-01-295-13/+57
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* Update to ruby/spec@0fe33aceregon2017-12-277-18/+68
* spec_helper.rb: libruby.so iff enable-sharednobu2017-12-271-1/+1
* spec_helper.rb: must find libruby.sonobu2017-12-271-11/+14
* Update to ruby/spec@bacedc5eregon2017-12-016-1/+102
* spec/ruby/optional/capi/constants_spec.rb: Data is deprecated nownobu2017-11-291-2/+4
* Ignore the libruby check if it cannot be founderegon2017-10-281-3/+3
* Make sure to compile each extension only once in ruby/speceregon2017-10-282-8/+3
* Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrecteregon2017-10-281-1/+1