aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c (lazy_take): don't enumerate an extra value.shugo2012-03-163-5/+25
* * enumerator.c (lazy_zip_func): variadic argument needs explicit castnobu2012-03-152-2/+5
* * enumerator.c (lazy_init_iterator): no need to check overflow twice.nobu2012-03-152-1/+5
* * 2012-03-16svn2012-03-151-2/+2
* * enumerator.c (lazy_init_iterator): Fix type error (int vs long).drbrain2012-03-152-1/+5
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-155-41/+120
* * enumerator.c (lazy_zip): rescue StopIteration returned byshugo2012-03-153-1/+25
* * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo2012-03-153-27/+28
* * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo2012-03-153-2/+7
* * enumerator.c (enumerator_lazy): added cycle to the documentation.shugo2012-03-152-2/+6
* * parse.y (parser_yylex): fix warning line number.nobu2012-03-153-1/+13
* * test/ruby/test_m17n.rb (assert_warning): use common method.nobu2012-03-151-12/+1
* * enumerator.c (lazy_cycle): check argument number overflow beforenobu2012-03-152-8/+14
* * util.c (ruby_strtod): no need to check same digit for hexdigitnobu2012-03-152-3/+9
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-153-19/+31
* * file.c (ruby_enc_find_basename): allow NULL as alllen.nobu2012-03-152-1/+6
* * string.c (rb_str_conv_enc_opts): default to original encoding.nobu2012-03-152-0/+5
* * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc()usa2012-03-152-5/+10
* * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API tousa2012-03-154-8/+86
* * adjust style.nobu2012-03-151-1/+2
* * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo2012-03-153-3/+57
* * adjust style.nobu2012-03-156-9/+16
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-155-7/+11
* * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain2012-03-143-1/+29
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-1420-137/+130
* * vm_insnhelper.c: improve number of arguments error in case ofmarcandre2012-03-143-21/+85
* * 2012-03-15svn2012-03-141-2/+2
* * enumerator.c (enumerable_lazy): fix the documentation ofshugo2012-03-142-4/+13
* * ChangeLog: fix typosnagachika2012-03-141-3/+3
* * enumerator.c (lazy_init_iterator): break when Qundef is returnedshugo2012-03-143-9/+130
* * enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo2012-03-145-10/+53
* * enumerator.c: use long for array indices.shugo2012-03-142-3/+7
* * enumerator.c: moved the comment of StopIteration.shugo2012-03-142-47/+51
* * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.usa2012-03-142-4/+9
* * test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.usa2012-03-142-0/+5
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-146-27/+48
* * variable.c: Simplify rdoc for remove_const [Bug #5354]marcandre2012-03-141-4/+3
* more GCablenobu2012-03-141-2/+4
* * enumerator.c (lazy_grep_func): should use === instead of =~, asnobu2012-03-143-2/+11
* InitVM_Enumeratornobu2012-03-141-2/+8
* Init_Enumeratornobu2012-03-142-7/+10
* method_idsnobu2012-03-141-24/+21
* * enumerator.c (lazy_zip_func): use each for non-Array objects.shugo2012-03-133-8/+27
* * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo2012-03-133-0/+87
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-132-1/+45
* * 2012-03-14svn2012-03-131-2/+2
* fix rippernobu2012-03-131-13/+16
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-136-644/+177
* * parse.y (block_param, f_args): add rules for the case argumentsnobu2012-03-133-0/+27
* * io.c (io_encoding_set): always warn if external encoding and internalnaruse2012-03-133-1/+43