summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-09-09json_generator_test.rb: no Bignumnobu
2016-09-09thread.c: set cause by Thread#raisenobu
2016-09-09variable.c: fix deprecated constant messagenobu
2016-09-09variable.c: fix private constant messagenobu
2016-09-08* array.c (flatten): use rb_obj_class instead of rb_class_ofktsj
2016-09-08* eval.c (rb_mod_s_used_modules): rename Module.used_refinements toshugo
2016-09-08* insns.def (setclassvariable, setconstant): warn when self is ashugo
2016-09-08hash.c: map_v -> transform_valuesmrkn
2016-09-08openssl: import v2.0.0.beta.2rhe
2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2hsbt
2016-09-07* remove trailing spaces.svn
2016-09-07* eval.c (rb_mod_s_used_refinements): new methodshugo
2016-09-07Use our domain instead of other's domainkazu
2016-09-07timeout.rb: custom error messagenobu
2016-09-07* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj
2016-09-07* ext/psych/*, test/psych/*: Update psych-2.1.1hsbt
2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta1hsbt
2016-09-05* lib/rdoc/*, test/rdoc/*: Update rdoc/rdoc master(f191513)hsbt
2016-08-30Use qualified namesnobu
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-08-29assertions.rb: add an alias pend for skiprhe
2016-08-27multiple argumentsnobu
2016-08-26test_regex_casefold.rb: skip if no data filenobu
2016-08-23test_ssl_server.rb: fix FD leaknobu
2016-08-23test_psych.rb: close Tempfilenobu
2016-08-23string.c: rb_fs_setternobu
2016-08-22string.c: $; name in error messagenobu
2016-08-22iseq.c: undef allocatornobu
2016-08-19parse.y: lparen_arg statementnobu
2016-08-18test_rand.rb: refine probability testnobu
2016-08-13numeric.c: infinite recursionnobu
2016-08-13test_comparable.rb: fix clamp testnobu
2016-08-13parse.y: chained assignmentsnobu
2016-08-13parse.y: rescue modifier in rhs of op asgnnobu
2016-08-12error.c: fix newline in syntax errornobu
2016-08-11Comparable#clampnobu
2016-08-10* lib/prime.rb: Optimize prime?marcandre
2016-08-10parse.y: rescue modifier in rhsnobu
2016-08-09hash.c: implement Hash#map_v and Hash#map_v!mrkn
2016-08-09test_objectspace.rb: errors in a finalizernobu
2016-08-09* ext/tk: Tk is removed from stdlib. [Feature #8539]naruse
2016-08-08test/unit.rb: no verbose in worker processesnobu
2016-08-07deprecate TRUE,FALSE,NILnobu
2016-08-06openssl: avoid undefined behavior on empty SSL_writenormal
2016-08-05hash.c: env_name_newnobu
2016-08-04hash.c: set encodingnobu
2016-08-03parse.y: reg_fragment_enc_errornobu
2016-08-02math.c: tanh overflownobu
2016-08-01* remove trailing spaces.svn
2016-08-01Object#clone with freeze: false [Feature #12300]shyouhei