aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_key_p): thread local storage stores ID.nobu2008-05-071-0/+4
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-071-0/+13
* * numeric.c (bit_coerce): float should not be a valid operand ofmatz2008-05-071-0/+5
* * thread.c (rb_thread_key_p): should always convert symbol to ID.matz2008-05-071-0/+5
* * numeric.c (fix_divide): float division should floor() beforematz2008-05-071-0/+5
* * ruby.c (process_options, ruby_set_argv): set encoding of rb_argvusa2008-05-071-0/+6
* * string.c (sym_to_i): remove obsolete method. preparation formatz2008-05-071-0/+9
* * io.c (io_puts_ary): check recursion first. [ruby-dev:34580]nobu2008-05-071-0/+4
* * vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]nobu2008-05-071-0/+4
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-071-0/+14
* ChangeLog updatedmatz2008-05-061-1/+2
* * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz2008-05-061-0/+5
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-051-0/+7
* * iseq.c (insn_operand_intern): should handle Qundef embedded inmatz2008-05-051-0/+5
* * compile.c (iseq_compile_each): should call compile_cpath() formatz2008-05-051-0/+7
* * insns.def (defineclass): was using wrong variable. [ruby-dev:34592]matz2008-05-051-0/+4
* * io.c (io_fflush): IO#flush problem within threads. a patch frommatz2008-05-051-0/+5
* * compile.c (defined_expr): protect some expression frommatz2008-05-051-0/+10
* * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz2008-05-051-0/+8
* * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF toakr2008-05-051-0/+5
* * array.c (rb_ary_slice_bang): should adjust length before makingmatz2008-05-051-0/+5
* * array.c (rb_ary_dup): should dupe corresponding information.matz2008-05-051-0/+5
* * compile.c (compile_cpath): use Qundef to denote cbase lookup.matz2008-05-051-0/+11
* * gc.c (set_heaps_increment): fix memory allocation strategy byakr2008-05-041-0/+11
* * lib/getoptlong.rb: use $stderr instead of $deferr.akr2008-05-041-0/+4
* * time.c (obj2nsec): fix string argument.akr2008-05-041-0/+4
* * eval.c (rb_obj_respond_to): check the result of respond_to? methodakr2008-05-041-0/+5
* * string.c (rb_str_each_line): return original string.akr2008-05-041-0/+4
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr2008-05-031-0/+5
* * time.c (time_timespec): raise TypeError for nil and other objectsakr2008-05-031-0/+5
* * io.c (internal_read_func, internal_write_func): split fromnobu2008-05-021-0/+5
* * variable.c (rb_define_hooked_variable): guard *var from GC toakr2008-05-021-0/+5
* * range.c (range_step): call to_int if step is not a numericmatz2008-05-021-0/+5
* * range.c (range_step): do not forcefully convert steps intomatz2008-05-021-0/+5
* ChangeLog: updated.matz2008-05-021-2/+2
* * misc/ruby-mode.el: move fontifying code from hook.matz2008-05-021-0/+5
* * range.c (range_step): step may be bignum.matz2008-05-021-0/+4
* * re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz2008-05-021-0/+4
* * ChangeLog: reordered.nobu2008-05-011-5/+5
* Adding accidentally skipped ChangeLog entry.jeg22008-05-011-0/+6
* * bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu2008-05-011-0/+5
* * range.c (range_step): check if step can be converted to an integer.nobu2008-05-011-1/+4
* * range.c (range_step): allow float step bigger than zero but lessnobu2008-05-011-0/+5
* * bignum.c (rb_big_divide): return an integer for idiv.nobu2008-05-011-0/+5
* * hash.c (rb_hash_s_create): should access converted hash value.matz2008-05-011-0/+5
* * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz2008-05-011-0/+8
* * hash.c (env_delete_if): return enumerator if no block given.nobu2008-05-011-0/+5
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-0/+7
* * lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg22008-04-301-0/+6
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-0/+13