aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse2012-03-211-0/+5
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+5
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-191-1/+7
* * enum.c (zip_i): variadic argument needs explicit cast on theshugo2012-03-191-0/+5
* * enumerator.c (enumerable_lazy): add an example of take and firstshugo2012-03-191-1/+8
* * compile.c (iseq_specialized_instruction): DRY and replace chainnobu2012-03-191-0/+6
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-191-0/+5
* fix condition for freenobu2012-03-181-0/+5
* * gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui2012-03-181-0/+5
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-181-0/+5
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-0/+5
* * compile.c: typo fix by Run Paint Run Run.akr2012-03-181-0/+5
* * lib/profiler.rb: support calling singleton methods ofktsj2012-03-181-0/+5
* * object.c: Fix indentation of Class#inherited example.drbrain2012-03-161-0/+4
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-0/+8
* * string.c (trnext): should advance char-wise.nobu2012-03-161-0/+5
* fix unreachable warning line numbernobu2012-03-161-0/+5
* * enum.c (enum_take): allocate buffer array before iteration, as wellnobu2012-03-161-1/+4
* * enum.c (enum_first): remove duplication.nobu2012-03-161-0/+4
* * load.c (ruby_init_ext): don't free the given pointer itself.yugui2012-03-161-0/+5
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-161-0/+6
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-161-0/+6
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+6
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+5
* * ChangeLog: fix typo.nobu2012-03-161-1/+1
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-161-1/+5
* * iseq.c (rb_iseq_first_lineno): constified.nobu2012-03-161-0/+4
* * enumerator.c (lazy_take): don't enumerate an extra value.shugo2012-03-161-0/+5
* * enumerator.c (lazy_zip_func): variadic argument needs explicit castnobu2012-03-151-1/+4
* * enumerator.c (lazy_init_iterator): no need to check overflow twice.nobu2012-03-151-0/+4
* * enumerator.c (lazy_init_iterator): Fix type error (int vs long).drbrain2012-03-151-0/+4
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-151-0/+12
* * enumerator.c (lazy_zip): rescue StopIteration returned byshugo2012-03-151-0/+5
* * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo2012-03-151-0/+6
* * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo2012-03-151-0/+5
* * enumerator.c (enumerator_lazy): added cycle to the documentation.shugo2012-03-151-0/+4
* * parse.y (parser_yylex): fix warning line number.nobu2012-03-151-0/+4
* * enumerator.c (lazy_cycle): check argument number overflow beforenobu2012-03-151-0/+5
* * util.c (ruby_strtod): no need to check same digit for hexdigitnobu2012-03-151-1/+4
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-151-1/+7
* * file.c (ruby_enc_find_basename): allow NULL as alllen.nobu2012-03-151-0/+5
* * string.c (rb_str_conv_enc_opts): default to original encoding.nobu2012-03-151-0/+4
* * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc()usa2012-03-151-2/+7
* * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API tousa2012-03-151-0/+12
* * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo2012-03-151-0/+4
* * adjust style.nobu2012-03-151-2/+1
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-151-0/+4
* * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain2012-03-141-0/+7
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-0/+49
* * enumerator.c (enumerable_lazy): fix the documentation ofshugo2012-03-141-0/+5