summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-08-19* enumerator.c (next_init): don't clear feedvalue.akr
2009-08-19* enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr
2009-08-18* test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame
2009-08-18* enumerator.c (enumerator_peek): new method Enumerator#peek. akr
2009-08-18* vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe
2009-08-17* range.c (range_step): treat symbols specially so that iteratingmatz
2009-08-17* range.c (range_each): should honor to_str conversion.matz
2009-08-17* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu
2009-08-16 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-08-16* string.c (rb_str_upto): generate numerical sequence whenmatz
2009-08-15* regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse
2009-08-15\d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse
2009-08-14* re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse
2009-08-12* test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-08-12* test/ruby/test_struct.rb (test_inspect): use assert_match.nobu
2009-08-12* string.c (rb_str_new_frozen): must not change encoding of frozennobu
2009-08-11* encoding.c (rb_enc_compatible): If a string is empty andnaruse
2009-08-11* test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu
2009-08-08New API Encoding#ascii_compatible?.naruse
2009-08-07* marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu
2009-08-05* ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu
2009-08-05* range.c (range_eql, range_eq): fixed equality to work formatz
2009-08-05Fix test for previous commit.naruse
2009-08-04* lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame
2009-08-02* random.c (rb_random_int): arguments have to be converted tonobu
2009-08-02* test/ruby/test_rand.rb: add tests for Random#float's rejectionmame
2009-08-02* random.c (rand_int): prevent from GC.nobu
2009-07-30* test/ruby/test_module.rb (test_ancestors, test_included_modules):mame
2009-07-30* test/ruby/test_rand.rb: add tests for Random class.mame
2009-07-30* transcode.c: added check for frozen string for encode! (see Bug #1836)duerst
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-28* proc.c (rb_method_entry_arity): support optimized method (send).ko1
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-26* vm_insnhelper.c (vm_call_method): __send__ can call protectednobu
2009-07-25* io.c (argf_eof): should not have reached EOF before trying tonobu
2009-07-25* complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu
2009-07-24* enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst
2009-07-22* test/ruby/test_module.rb (TestModule#test_alias): warningmatz
2009-07-22* test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-21* test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu
2009-07-21* random.c (rand_init): array length of random seed was broken, whichmame
2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu
2009-07-19* io.c (io_read): should taint the result. [ruby-dev:38826]nobu
2009-07-19* vm_method.c (me_opts): fixed optimized method aliasing.nobu
2009-07-17* array.c (recursive_hash): reject recursive key.akr
2009-07-17* array.c (recursive_join): raise ArgumentError for joiningmatz
2009-07-17remove test for recursive hash key. [ruby-core:22921]akr