summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-18volatile errinfonobu
2012-03-18fix condition for freenobu
2012-03-18* gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui
2012-03-18* win32/Makefile.sub: put an empty line between stub and script.nobu
2012-03-18* bignum.c (rb_big_pow): estimate result bit size more precisely.nobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-03-18* compile.c: typo fix by Run Paint Run Run.akr
2012-03-18* 2012-03-18svn
2012-03-18* lib/profiler.rb: support calling singleton methods ofktsj
2012-03-16follow r35040kazu
2012-03-16 * object.c: Fix indentation of Class#inherited example.drbrain
2012-03-16* string.c (trnext): fix bug with string ending with '\\'.kazu
2012-03-16remove a trailing space [ci skip]kazu
2012-03-16* 2012-03-17svn
2012-03-16remove a trailing spacekazu
2012-03-16* string.c (trnext): should advance char-wise.nobu
2012-03-16fix unreachable warning line numbernobu
2012-03-16fix typonobu
2012-03-16verbose_warningnobu
2012-03-16suppress warning.nobu
2012-03-16fix indentnobu
2012-03-16Tempfile#opennobu
2012-03-16fix argument ordernobu
2012-03-16bug numbernobu
2012-03-16* enum.c (enum_take): allocate buffer array before iteration, as wellnobu
2012-03-16* enum.c (enum_first): remove duplication.nobu
2012-03-16* load.c (ruby_init_ext): don't free the given pointer itself.yugui
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-03-16* ChangeLog: fix typo.nobu
2012-03-16* vm_insnhelper.c (argument_error): use line number at the beginningnobu
2012-03-16* iseq.c (rb_iseq_first_lineno): constified.nobu
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enumerator.c (lazy_zip_func): variadic argument needs explicit castnobu
2012-03-15* enumerator.c (lazy_init_iterator): no need to check overflow twice.nobu
2012-03-15* 2012-03-16svn
2012-03-15 * enumerator.c (lazy_init_iterator): Fix type error (int vs long).drbrain
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-15* enumerator.c (lazy_zip): rescue StopIteration returned byshugo
2012-03-15* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo
2012-03-15* enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo
2012-03-15* enumerator.c (enumerator_lazy): added cycle to the documentation.shugo
2012-03-15* parse.y (parser_yylex): fix warning line number.nobu
2012-03-15* test/ruby/test_m17n.rb (assert_warning): use common method.nobu
2012-03-15* enumerator.c (lazy_cycle): check argument number overflow beforenobu
2012-03-15* util.c (ruby_strtod): no need to check same digit for hexdigitnobu
2012-03-15* parse.y (sym_check_asciionly): check ascii compatibility beforenobu
2012-03-15* file.c (ruby_enc_find_basename): allow NULL as alllen.nobu