summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-05-28* array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu
2008-05-28* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu
2008-05-28 * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.usa
2008-05-28* lib/singleton.rb (SingletonClassMethods): _load should be public.nobu
2008-05-28* enc/trans/japanese.c: add workarround for Unicode to CP932.naruse
2008-05-28* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-05-27* numeric.c: "%" is required before PRI?VALUE.akr
2008-05-27* eval_error.c (error_handle): SystemExit and SignalException throwsnobu
2008-05-27* thread.c (rb_thread_execute_interrupts): delay interrupts duringnobu
2008-05-27* numeric.c (num_div): should raise ZeroDivisionError.matz
2008-05-27* numeric.c (num_fdiv): fallback to_f should always return floatmatz
2008-05-27* numeric.c (check_int): use PRIxVALUE format specifier.matz
2008-05-27* array.c (rb_ary_slice_bang): Return an empty array instead ofknu
2008-05-27* Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): getnobu
2008-05-27* ext/stringio/stringio.c (strio_each_char, Init_stringio): Addknu
2008-05-27* ext/stringio/stringio.c (strio_each_byte): Return self insteadknu
2008-05-27* enum.c (enum_to_a): Pass arguments through to #each().knu
2008-05-27remove garbageknu
2008-05-27* io.c (Init_IO): Define ARGF.{lines,bytes,chars}.knu
2008-05-27 * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa
2008-05-26* file.c (BUFCHECK): no resize if enough room.nobu
2008-05-26* enumerator.c (struct enumerator, enumerator_init)knu
2008-05-26 * file.c (file_expand_path): add more space for '/'.usa
2008-05-26* util.c (ruby_strtod): clear errno at the top of our ownmatz
2008-05-26* misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook ismatz
2008-05-26 * file.c (ntfs_tail): filename which starts with '.' is valid.usa
2008-05-25* vm_dump.c (rb_vm_bugreport): rb_make_backtrace has no arguments.nobu
2008-05-25* test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr
2008-05-25* hash.c (env_each_key, env_each_value, env_reject_bang)knu
2008-05-25* hash.c (env_each_value): Do not call env_values() twice.knu
2008-05-25* compile.c (iseq_compile): set local_table formame
2008-05-25* compile.c (iseq_build_body): remove side effect frommame
2008-05-24* test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame
2008-05-24* test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-24* error.c (exc_equal): == operator should be transitional. matz
2008-05-24* object.c (rb_cstr_to_dbl): should clear errno before callingmatz
2008-05-24* compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame
2008-05-23* transcode.c (rb_str_transcode): argc is 1, and argv is &to.naruse
2008-05-23fix a ML ref.akr
2008-05-23* array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu
2008-05-23* enumerator.c (Init_Enumerator): Overrideknu
2008-05-23* vm_core.h (rb_num_t): moved form vm.h.nobu
2008-05-22* iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu
2008-05-22trivial change.kazu
2008-05-22* insns.def (opt_gt|ge|lt|le): use values directly to compare.ko1
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22* compile.c (get_destination_insn, get_next_insn, get_prev_insn):mame
2008-05-22* marshal.c (check_dump_arg, check_load_arg): check if reentered.nobu
2008-05-22* iseq.c (iseq_load, iseq_data_to_ary): supportmame