summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-07-02* eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freezenobu
2008-07-02* gc.c (rb_during_gc): VALUE cache is irrelevant.nobu
2008-07-02* regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT): cast pointer tomame
2008-07-02* sprintf.c: include ieeefp.h to refer isinf.mame
2008-07-02* missing/tgamma.c (tgamma): remove unused variable.mame
2008-07-02* ext/win32ole/win32ole.c: avoid creating Ruby object duringsuke
2008-07-02* gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke
2008-07-02format changelog. nari
2008-07-02write changelognari
2008-07-01* test/ruby/test_settracefunc.rb: fix expected traces formame
2008-07-01* compile.h, insns.def: reduce insn operand of "trace".ko1
2008-07-01* proc.c, vm.c: fix to refer next ruby level cfp to make binding.ko1
2008-07-01 * insns.def (trace): C99ism.usa
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01* lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to...mame
2008-07-01* compile.c, vm.c, insns.def: call FrozenCore.set_postexe methodko1
2008-07-01 * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS,shyouhei
2008-07-01 * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei
2008-07-01* tool/instruction.rb: RubyVM is not module.ko1
2008-07-01 * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei
2008-07-01* enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA isnaruse
2008-07-01forgot to commitshyouhei
2008-07-01* missing/vsnprintf.c (BSD__uqtoa): constified.nobu
2008-07-01 * enc/make_encdb.h: always add ';' at the end of line.usa
2008-07-01* iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu
2008-07-01 * enc/ascii.c: ISO C does not allow extra ';' outside of ashyouhei
2008-07-01 * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-07-01* regexec.c (stack_double): use MatchStackLimitSize atomically.nobu
2008-07-01 * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei
2008-07-01 * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei
2008-07-01* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu
2008-07-01* array.c (rb_ary_fill): check if beg is too big.nobu
2008-07-01* compile.c, insns.def, vm.c, vm_core.h: remove some insnsko1
2008-06-30RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].drbrain
2008-06-30* lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu
2008-06-30* numeric.c (num_coerce): call rb_Float(x) first. don't depend onakr
2008-06-30* gc.c (rb_newobj): abort GC phase before rb_bug.nobu
2008-06-30* test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame
2008-06-30* common.mk (RUBY_H_INCLUDES): common headers which are included withnobu
2008-06-30* test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame
2008-06-30* test/ruby/test_array.rb (test_aset): access with too big indexmame
2008-06-30* lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.nobu
2008-06-30* ext/stringio/stringio.c (strio_getline): fix for nil and "" asmame
2008-06-30* io.c (argf_each_line): pass args to each_line. [ruby-dev:34958]mame
2008-06-30* gc.c (chain_finalized_object): should not delete from finalizernobu
2008-06-30* gc.c (gc_finalize_deferred): allow object allocation in finalizers.nobu
2008-06-30* ChangeLog: fixed format.nobu
2008-06-30 * gc.c (rb_newobj): prohibit call of rb_newobj() during gc whenusa
2008-06-30* ext/syslog/syslog.c (syslog_write): syslog operations should bematz