aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse2009-08-151-0/+6
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-0/+7
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-141-7/+7
* * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu2009-08-121-0/+6
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+7
* * test/ruby/test_struct.rb (test_inspect): use assert_match.nobu2009-08-121-1/+1
* * string.c (rb_str_new_frozen): must not change encoding of frozennobu2009-08-121-0/+13
* * encoding.c (rb_enc_compatible): If a string is empty andnaruse2009-08-111-0/+2
* * test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu2009-08-111-2/+2
* New API Encoding#ascii_compatible?.naruse2009-08-081-0/+7
* * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu2009-08-071-0/+6
* * ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu2009-08-051-0/+12
* * range.c (range_eql, range_eq): fixed equality to work formatz2009-08-051-0/+4
* Fix test for previous commit.naruse2009-08-051-1/+1
* * lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame2009-08-041-0/+36
* * random.c (rb_random_int): arguments have to be converted tonobu2009-08-021-0/+1
* * test/ruby/test_rand.rb: add tests for Random#float's rejectionmame2009-08-021-0/+3
* * random.c (rand_int): prevent from GC.nobu2009-08-021-1/+12
* * test/ruby/test_module.rb (test_ancestors, test_included_modules):mame2009-07-301-4/+10
* * test/ruby/test_rand.rb: add tests for Random class.mame2009-07-301-0/+190
* * transcode.c: added check for frozen string for encode! (see Bug #1836)duerst2009-07-301-0/+2
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-302-0/+15
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-281-0/+4
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+12
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+21
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-4/+4
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-252-0/+7
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-241-0/+68
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-221-1/+1
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-221-2/+2
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-3/+3
* * test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu2009-07-211-2/+1
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-211-0/+5
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-0/+4
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+6
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-191-0/+8
* * array.c (recursive_hash): reject recursive key.akr2009-07-171-3/+1
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-171-2/+2
* remove test for recursive hash key. [ruby-core:22921]akr2009-07-171-6/+0
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-161-0/+19
* * vm_method.c (rb_alias): fix a case which try non-existing method alias.ko12009-07-161-0/+8
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-161-0/+10
* * random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu2009-07-161-80/+80
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-0/+3
* Follow tests for changes of ENV's encoding.naruse2009-07-131-2/+3
* * test/ruby/test_case.rb (TestCase#test_deoptimization):yugui2009-07-131-0/+11
* * test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse2009-07-111-0/+14
* * array.c (ary_join_1): should recurse for element array.nobu2009-07-101-0/+1
* * test/ruby/test_array.rb (test_join2): fixed typo.nobu2009-07-101-1/+1
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-102-4/+18