aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * ChangeLog: changelog of the changeset 16372. It was:yugui2008-05-121-0/+4
* * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is definednobu2008-05-121-1/+4
* * gem_prelude.rb (load_full_rubygems_library, const_missing): preventnobu2008-05-121-0/+5
* * enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu2008-05-111-0/+4
* * bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu2008-05-111-1/+4
* * bootstraptest/runner.rb (main): handle relative path -r options.nobu2008-05-111-0/+4
* fix a typo.akr2008-05-111-1/+1
* * test/ruby/test_thread.rb: kill and join temporal threads that aremame2008-05-111-0/+5
* fix typos.akr2008-05-111-19/+19
* * test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr2008-05-111-0/+6
* * configure.in (MINIRUBY): should not include extension library path.nobu2008-05-111-0/+4
* * include/ruby/ruby.h (SIZET2NUM): new macro.akr2008-05-111-0/+18
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-0/+18
* add tests of UnboundMethod#{name,owner}kazu2008-05-111-1/+1
* * string.c (tr_trans): should not turn on modify flag if nomatz2008-05-101-0/+3
* * string.c (tr_trans): should check src size, not str size.matz2008-05-101-0/+3
* * string.c (tr_trans): single '^' does not mean negation.matz2008-05-101-0/+5
* * string.c (rb_str_each_line): zero length record separator shouldmatz2008-05-101-0/+7
* * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr2008-05-101-0/+6
* ChangeLog: address mangling.matz2008-05-091-1/+1
* * thread.c (timeofday): use monotonic clock. based on a patchmatz2008-05-091-0/+5
* * cont.c (cont_restore_0): dynamic stack direction code should bematz2008-05-081-0/+5
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-081-0/+6
* * bignum.c (rb_big_and): bit-wise operation should not take floatmatz2008-05-081-0/+9
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-2/+2
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-1/+3
* * file.c (rb_find_file_ext): guard load_path from GC.akr2008-05-081-0/+7
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-081-0/+5
* ChangeLog: add an entry and ML ref.matz2008-05-081-0/+5
* * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr2008-05-081-0/+5
* * array.c (rb_ary_sort_bang): freeze temporary array.nobu2008-05-081-0/+4
* * vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu2008-05-081-0/+5
* * array.c (sort_reentered): reentered check may be called frommatz2008-05-081-0/+5
* * array.c (sort_1, sort_2): check for reentered and if elements arenobu2008-05-081-2/+3
* * array.c (sort_1, sort_2): check reentered. [ruby-core:16679]nobu2008-05-071-0/+4
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-071-0/+8
* * 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