aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* gc.c: avoid inadvertent pin-downnobu2014-03-301-0/+5
* process.c: preserve encodingsnobu2014-03-301-0/+4
* test_process.rb: test if success?nobu2014-03-301-2/+2
* test_member.rb: fix locale depending test failurenobu2014-03-281-1/+4
* struct.c: avoid pinning downnobu2014-03-281-0/+4
* struct.c: encoding of member namenobu2014-03-281-0/+1
* struct.c: not_a_member messagenobu2014-03-281-0/+12
* string.c: infect match resultnobu2014-03-281-0/+2
* string.c: backref substitutionnobu2014-03-281-0/+2
* string.c: unset $~ if unmatchnobu2014-03-281-0/+8
* string.c: search by rb_str_indexnobu2014-03-271-0/+8
* re.c: class name encodingnobu2014-03-271-0/+3
* test_m17n_comb.rb: refine assertionsnobu2014-03-271-5/+6
* encoding.c: fix encoding of dynsymnobu2014-03-261-0/+1
* encoding.c: enc_capable symbolnobu2014-03-261-0/+3
* marshal.c: undumpable hidden objectsnobu2014-03-262-0/+14
* thread.c: undumpablenobu2014-03-262-0/+21
* parse.y: required kwarg without parenthesesnobu2014-03-251-0/+9
* remove unnecessary unshiftkazu2014-03-251-0/+8
* * test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa2014-03-251-2/+2
* parse.y: required kwarg without parenthesesnobu2014-03-251-0/+10
* * test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa2014-03-251-1/+1
* parse.y: freeze filenamenobu2014-03-241-0/+4
* test_time.rb: arguments ordernobu2014-03-241-1/+1
* Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse2014-03-241-1/+1
* vm_method.c: check if klass is 0nobu2014-03-231-0/+15
* cgi/util.rb: use aliasnobu2014-03-211-0/+15
* test_cgi_util.rb: escape for ruby-mode.elnobu2014-03-211-4/+4
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-0/+8
* vm_method.c: fix infinite recursionnobu2014-03-201-0/+47
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-191-0/+15
* * vm_eval.c (eval_string_with_cref): Use file path even if scope issorah2014-03-181-0/+1
* variable.c: avoid memory leak on const redefinitionnormal2014-03-171-0/+8
* vm_insnhelper.c: relax arity checknobu2014-03-133-2/+124
* test/dl, test/fiddle: relax criterianobu2014-03-134-4/+4
* revert [Bug #9605]nobu2014-03-121-111/+0
* vm_insnhelper.c: disable fastpath if splatnobu2014-03-121-0/+15
* insns.def (opt_regexpmatch2): respect redefined match opnormal2014-03-111-0/+13
* * test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj2014-03-111-5/+4
* test_hash.rb: refine a testnobu2014-03-111-1/+3
* envutil.rb: do not check RSS by defaultnobu2014-03-115-6/+6
* * test: get rid of warnings.usa2014-03-115-6/+6
* r45298 fix trivial bugnaruse2014-03-111-1/+2
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-0/+11
* merge GH-558nobu2014-03-101-1/+1
* fiddle/function.c: fix memory leak on exceptionnobu2014-03-091-0/+9
* tests for [Bug #9599]nobu2014-03-094-0/+19
* test/ruby/envutil.rb: compare RSS to check memory leaknobu2014-03-092-7/+27
* enum.c: yield multiple valuesnobu2014-03-071-0/+111
* * test/openssl/test_ssl.rb: Reuse TLS default options fromemboss2014-03-071-9/+1