Age | Commit message (Expand) | Author |
2012-03-15 | * enum.c (rb_enum_values_pack): rename from enum_values_pack, and | shugo |
2012-03-15 | * enumerator.c (lazy_zip): rescue StopIteration returned by | shugo |
2012-03-15 | * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle} | shugo |
2012-03-15 | * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy to | shugo |
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 before | nobu |
2012-03-15 | * util.c (ruby_strtod): no need to check same digit for hexdigit | nobu |
2012-03-15 | * parse.y (sym_check_asciionly): check ascii compatibility before | nobu |
2012-03-15 | * file.c (ruby_enc_find_basename): allow NULL as alllen. | nobu |
2012-03-15 | * string.c (rb_str_conv_enc_opts): default to original encoding. | nobu |
2012-03-15 | * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc() | usa |
2012-03-15 | * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to | usa |
2012-03-15 | * adjust style. | nobu |
2012-03-15 | * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle. | shugo |
2012-03-15 | * adjust style. | nobu |
2012-03-15 | * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise. | nobu |
2012-03-14 | * vm_eval.c (check_funcall): Raise ArgumentError if respond_to? | drbrain |
2012-03-14 | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre |
2012-03-14 | * vm_insnhelper.c: improve number of arguments error in case of | marcandre |
2012-03-14 | * 2012-03-15 | svn |
2012-03-14 | * enumerator.c (enumerable_lazy): fix the documentation of | shugo |
2012-03-14 | * ChangeLog: fix typos | nagachika |
2012-03-14 | * enumerator.c (lazy_init_iterator): break when Qundef is returned | shugo |
2012-03-14 | * enumerator.c (lazy_take): add Enumerable::Lazy#take. | shugo |
2012-03-14 | * enumerator.c: use long for array indices. | shugo |
2012-03-14 | * enumerator.c: moved the comment of StopIteration. | shugo |
2012-03-14 | * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not. | usa |
2012-03-14 | * test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows. | usa |
2012-03-14 | * numeric.c: fix flodivmod for cornercases [Bug #6044] | marcandre |
2012-03-14 | * variable.c: Simplify rdoc for remove_const [Bug #5354] | marcandre |
2012-03-14 | more GCable | nobu |
2012-03-14 | * enumerator.c (lazy_grep_func): should use === instead of =~, as | nobu |
2012-03-14 | InitVM_Enumerator | nobu |
2012-03-14 | Init_Enumerator | nobu |
2012-03-14 | method_ids | nobu |
2012-03-13 | * enumerator.c (lazy_zip_func): use each for non-Array objects. | shugo |
2012-03-13 | * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map. | shugo |
2012-03-13 | * ext/date/date_core.c (datetime_s_now): [ruby-core:43256]. | tadf |
2012-03-13 | * 2012-03-14 | svn |
2012-03-13 | fix ripper | nobu |
2012-03-13 | * compile.c (iseq_set_arguments): keyword rest arg without keyword args. | nobu |
2012-03-13 | * parse.y (block_param, f_args): add rules for the case arguments | nobu |
2012-03-13 | * io.c (io_encoding_set): always warn if external encoding and internal | naruse |
2012-03-13 | Fix error and show given message and match message. | naruse |
2012-03-13 | Bug #5350 | nobu |
2012-03-13 | assert_warn, assert_warning | nobu |
2012-03-13 | * tool/rbinstall.rb (prepare): skip if basedir is not defined. | nobu |
2012-03-13 | re-configure | nobu |