summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Remove entries about what have already been backported to 1.8.knu
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-27Cosmetic.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-25* vm_eval.c: set properties.nobu
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* vm_eval.c: added. Some codes are moved from "eval.c"ko1
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-24add a test for [ruby-dev:34679].akr
2008-05-24add a test for [ruby-dev:34828].akr
2008-05-24add a test for [ruby-dev:34808].akr
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_dump.c (vm_stack_dump_raw): suppress warnings.nobu
2008-05-23* vm_core.h (rb_num_t): moved form vm.h.nobu
2008-05-23* .gdbinit (rp): T_VALUES is no longer defined.nobu
2008-05-22* iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu
2008-05-22svn:ignore: added rubyspeckazu
2008-05-22trivial change.kazu
2008-05-22* svn:ignore: added GNUmakefile.nobu