summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame
2008-05-21* insns.def, vm_insnhelper.c: specify "const".ko1
2008-05-21* bootstraptest/test_eval.rb: fix syntax.ko1
2008-05-21* ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):naruse
2008-05-21* array.c (rb_ary_compact_bang): avoid forceful realloc.matz
2008-05-21* ChangeLog: reverted logs erased at r16491.nobu
2008-05-20* string.c (rb_usascii_str_new): use rb_str_new.naruse
2008-05-20* encoding.c, include/ruby/encoding.hnaruse
2008-05-20* encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.naruse
2008-05-20 * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa
2008-05-20* transcode.c, include/ruby/encodng.h (rb_str_transcode):naruse
2008-05-20* test/ruby/test_array.rb: fix tests for 64bit CPU.mame
2008-05-20* ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):naruse
2008-05-20* string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz
2008-05-20* ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.cnobu
2008-05-20* ruby.c (proc_options, process_options): --dump option.nobu
2008-05-20* include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu
2008-05-19* eval.c, vm_insnhelper.c: fix cref in instance_evalko1
2008-05-19* bootstraptest/test_knownbug.rb: fix a test.ko1
2008-05-19* parse.y (assignable_gen): when "self = 1" was evalueted, unnecessarymame
2008-05-19* vm.c (invoke_block_from_c): fix call flow.ko1
2008-05-19* regexec.c (slow_search): check the case when the length is 1.mame
2008-05-19* thread_pthread.c (native_thread_apply_priority):ko1
2008-05-19* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the typeknu
2008-05-19* regparse.c (PINC): use optimized enclen() instead ofmatz
2008-05-19* version.h: fix strange change by version.h update tool.ko1
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-05-19 * process.c (rb_spawn_internal): set last_status when status == -1usa
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1