summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (Init_eval): typo fixed in r17833.nobu2008-07-032-1/+5
* * ext/win32ole/win32ole.c (Init_win32ole): remove duplicate line.suke2008-07-032-1/+4
* refine configure message of broken erfc of glibc-2.3 on IA64.akr2008-07-031-1/+1
* * configure.in (erfc): erfc of glibc comes with Debian GNU/Linux Etchakr2008-07-032-0/+28
* * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz2008-07-032-3/+10
* * Makefile.in (SET_LC_MESSAGES): LC_MESSAGES must be C.nobu2008-07-022-0/+5
* * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freezenobu2008-07-024-3/+11
* * gc.c (rb_during_gc): VALUE cache is irrelevant.nobu2008-07-022-10/+4
* * regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT): cast pointer tomame2008-07-022-6/+11
* * sprintf.c: include ieeefp.h to refer isinf.mame2008-07-025-0/+26
* * missing/tgamma.c (tgamma): remove unused variable.mame2008-07-022-1/+4
* * ext/win32ole/win32ole.c: avoid creating Ruby object duringsuke2008-07-023-1/+123
* 2008-07-03svn2008-07-021-3/+3
* * gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke2008-07-023-0/+25
* format changelog. nari2008-07-021-0/+1
* write changelognari2008-07-021-0/+5
* *gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response performance gain.nari2008-07-021-124/+240
* * test/ruby/test_settracefunc.rb: fix expected traces formame2008-07-012-14/+29
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-015-31/+41
* * proc.c, vm.c: fix to refer next ruby level cfp to make binding.ko12008-07-013-2/+8
* * insns.def (trace): C99ism.usa2008-07-012-1/+6
* 2008-07-02svn2008-07-011-3/+3
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-0111-18/+200
* * lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to...mame2008-07-016-43/+95
* * compile.c, vm.c, insns.def: call FrozenCore.set_postexe methodko12008-07-016-26/+39
* * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS,shyouhei2008-07-012-1/+8
* * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei2008-07-013-4/+9
* * tool/instruction.rb: RubyVM is not module.ko12008-07-012-1/+5
* * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei2008-07-013-2/+8
* * enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA isnaruse2008-07-012-1/+6
* forgot to commitshyouhei2008-07-0130-56/+112
* * missing/vsnprintf.c (BSD__uqtoa): constified.nobu2008-07-012-1/+5
* * enc/make_encdb.h: always add ';' at the end of line.usa2008-07-012-1/+5
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-015-7/+13
* * enc/ascii.c: ISO C does not allow extra ';' outside of ashyouhei2008-07-014-51/+58
* * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei2008-07-012-5/+9
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-0110-11/+32
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-019-54/+66
* * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei2008-07-012-1/+7
* * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei2008-07-013-4/+15
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu2008-07-014-9/+39
* * common.mk: folded longer rulesnobu2008-07-011-2/+4
* * array.c (rb_ary_fill): check if beg is too big.nobu2008-07-012-3/+7
* * compile.c, insns.def, vm.c, vm_core.h: remove some insnsko12008-07-018-86/+148
* RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].drbrain2008-06-303-2/+11
* * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu2008-06-302-1/+6
* * numeric.c (num_coerce): call rb_Float(x) first. don't depend onakr2008-06-302-1/+8
* 2008-07-01svn2008-06-301-4/+4
* * gc.c (rb_newobj): abort GC phase before rb_bug.nobu2008-06-302-7/+15
* * test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame2008-06-302-7/+17