summaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-0/+1
* * random.c (random_rand): fixed for edge cases of ranges.nobu2009-08-261-0/+8
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-44/+50
* * enumerator.c (ary2sv): add dup argument.akr2009-08-211-0/+22
* Change modestr syntax for BOM to "BOM|UTF-*".naruse2009-08-211-1/+1
* * enumerator.c (next_init): don't clear feedvalue.akr2009-08-191-0/+34
* * enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr2009-08-191-0/+125
* * test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame2009-08-181-0/+83
* * enumerator.c (enumerator_peek): new method Enumerator#peek. akr2009-08-181-0/+22
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-181-0/+2
* * range.c (range_step): treat symbols specially so that iteratingmatz2009-08-171-0/+4
* * range.c (range_each): should honor to_str conversion.matz2009-08-171-0/+3
* * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu2009-08-171-0/+7
* * complex.c (nucomp_rationalize) added. [experimental]tadf2009-08-161-0/+55
* * string.c (rb_str_upto): generate numerical sequence whenmatz2009-08-161-0/+6
* * 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