summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-05-05* insns.def (defineclass): was using wrong variable. [ruby-dev:34592]matz
2008-05-05* io.c (io_fflush): IO#flush problem within threads. a patch frommatz
2008-05-05* compile.c (defined_expr): protect some expression frommatz
2008-05-05* struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz
2008-05-05* eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF toakr
2008-05-05* array.c (rb_ary_slice_bang): should adjust length before makingmatz
2008-05-05* array.c (rb_ary_dup): should dupe corresponding information.matz
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-05-04* gc.c (set_heaps_increment): fix memory allocation strategy byakr
2008-05-04* lib/getoptlong.rb: use $stderr instead of $deferr.akr
2008-05-04* time.c (obj2nsec): fix string argument.akr
2008-05-04* eval.c (rb_obj_respond_to): check the result of respond_to? methodakr
2008-05-04* string.c (rb_str_each_line): return original string.akr
2008-05-03* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr
2008-05-03* time.c (time_timespec): raise TypeError for nil and other objectsakr
2008-05-02* io.c (internal_read_func, internal_write_func): split fromnobu
2008-05-02* variable.c (rb_define_hooked_variable): guard *var from GC toakr
2008-05-02* range.c (range_step): call to_int if step is not a numericmatz
2008-05-02* range.c (range_step): do not forcefully convert steps intomatz
2008-05-02ChangeLog: updated.matz
2008-05-02* misc/ruby-mode.el: move fontifying code from hook.matz
2008-05-02* range.c (range_step): step may be bignum.matz
2008-05-02* re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz
2008-05-01* ChangeLog: reordered.nobu
2008-05-01Adding accidentally skipped ChangeLog entry.jeg2
2008-05-01* bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu
2008-05-01* range.c (range_step): check if step can be converted to an integer.nobu
2008-05-01* range.c (range_step): allow float step bigger than zero but lessnobu
2008-05-01* bignum.c (rb_big_divide): return an integer for idiv.nobu
2008-05-01* hash.c (rb_hash_s_create): should access converted hash value.matz
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-05-01* hash.c (env_delete_if): return enumerator if no block given.nobu
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30* lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg2
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-30* re.c (rb_reg_search): use local variable. a patch from wanabenobu
2008-04-30* eval_intern.h: speficy the values of the enumeration constantsmame
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-28typotadf
2008-04-28 * rational (nurat_marshal_load): checks the giventadf
2008-04-28* range.c (range_each): use INT2FIX() for fixnum values.matz
2008-04-28bit more explanation.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-04-28 * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa
2008-04-28* process.c (run_exec_options): don't call FIX2INT for nil.akr
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-04-28* include/ruby/intern.h (rb_exec_arg_init): declared.akr
2008-04-27 * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]tadf
2008-04-27* gc.c (gc_count): add a GC.count method. This method returnsko1
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu