summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2008-05-22* vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.nobu
2008-05-22* vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu
2008-05-22* array.c (rb_ary_compact_bang): fix reallocation size.akr
2008-05-22 * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa
2008-05-22* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko1
2008-05-22* insns.def (newhash): fix a variable definition: "const k".akr
2008-05-22* array.c (flatten): check if reentered. [ruby-dev:34798]nobu
2008-05-22* test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr
2008-05-22* array.c (flatten): free memo hash table before raising exception.matz
2008-05-21* array.c (flatten): fix memory leak.nagai
2008-05-21* ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.naruse
2008-05-21* proc.c (proc_dup): should copy safe_level from src procmatz
2008-05-21* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo