aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ChangeLog: fix typosnagachika2012-03-141-3/+3
* * enumerator.c (lazy_init_iterator): break when Qundef is returnedshugo2012-03-141-0/+14
* * enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo2012-03-141-0/+4
* * enumerator.c: use long for array indices.shugo2012-03-141-0/+4
* * enumerator.c: moved the comment of StopIteration.shugo2012-03-141-0/+4
* * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.usa2012-03-141-0/+5
* * test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.usa2012-03-141-0/+4
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-141-0/+13
* * enumerator.c (lazy_grep_func): should use === instead of =~, asnobu2012-03-141-0/+5
* * enumerator.c (lazy_zip_func): use each for non-Array objects.shugo2012-03-131-0/+4
* * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo2012-03-131-0/+6
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-131-0/+4
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-131-0/+11
* * parse.y (block_param, f_args): add rules for the case argumentsnobu2012-03-131-0/+5
* * io.c (io_encoding_set): always warn if external encoding and internalnaruse2012-03-131-0/+5
* Bug #5350nobu2012-03-131-0/+8
* * tool/rbinstall.rb (prepare): skip if basedir is not defined.nobu2012-03-131-0/+8
* * enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.shugo2012-03-121-0/+4
* * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr2012-03-121-0/+5
* * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr2012-03-121-0/+5
* * encoding.c (rb_find_encoding): new function find encoding fromnobu2012-03-121-0/+9
* * vm_method.c (Init_eval_method): respond_to? andnobu2012-03-121-0/+5
* * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu2012-03-121-0/+6
* * vm_method.c (Init_eval_method): copy basic methods to Exception.nobu2012-03-121-0/+5
* * eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu2012-03-121-0/+5
* * lib/tmpdir.rb: update document for changingakr2012-03-111-0/+7
* * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu2012-03-111-0/+7
* * random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu2012-03-111-0/+5
* * random.c (random_s_rand): ensure default PRNG is re-initializednobu2012-03-111-0/+5
* * pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse2012-03-111-0/+7
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-111-0/+5
* * ChangeLog: fix a typonagachika2012-03-111-1/+1