summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
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 tousa
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* enumerator.c (enumerable_lazy): fix the documentation ofshugo
2012-03-14* ChangeLog: fix typosnagachika
2012-03-14* enumerator.c (lazy_init_iterator): break when Qundef is returnedshugo
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* enumerator.c (lazy_grep_func): should use === instead of =~, asnobu
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* 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 argumentsnobu
2012-03-13* io.c (io_encoding_set): always warn if external encoding and internalnaruse
2012-03-13Bug #5350nobu
2012-03-13* tool/rbinstall.rb (prepare): skip if basedir is not defined.nobu
2012-03-12* enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.shugo
2012-03-12* lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr
2012-03-12* lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-03-12* vm_method.c (Init_eval_method): respond_to? andnobu
2012-03-12* node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu
2012-03-12* eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu
2012-03-11* lib/tmpdir.rb: update document for changingakr
2012-03-11* lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu
2012-03-11* random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu
2012-03-11* random.c (random_s_rand): ensure default PRNG is re-initializednobu
2012-03-11* pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse
2012-03-11* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse
2012-03-11* ChangeLog: fix a typonagachika
2012-03-11* ChangeLog: fix a typosorah
2012-03-11* lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah
2012-03-11* io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` exceptsorah
2012-03-10* st.c: pack tables also generic keys. patched by Sokolov Yura atnobu
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu