aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a ticket number.kosaki2011-07-101-0/+1
* * signal.c (sigsegv): use abort() instead of exit() when nestedkosaki2011-07-102-1/+6
* * load.c (rb_f_autoload): prevent to autoload for singletonmrkn2011-07-103-1/+40
* * lib/test/unit/assertions.rb: Import documentation patch by Justinsorah2011-07-102-3/+111
* * ext/date/date_core.c: canonicalizes nth and sf.tadf2011-07-102-6/+21
* * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl):ko12011-07-102-2/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integralmrkn2011-07-103-35/+548
* * compile.c (when_vals): when a string literal is written on whenmame2011-07-102-1/+14
* * parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not bemame2011-07-102-0/+10
* * range.c (range_max): fix behavior with excluded end value.tarui2011-07-103-0/+10
* * NEWS: Fix RubyGems version. [Ruby 1.9 - Bug #5004]drbrain2011-07-102-2/+6
* * 2011-07-10svn2011-07-091-2/+2
* Remove duplicated definition.naruse2011-07-091-9/+0
* * internal.h: rb_rational_reciprocal is defined in rational.c.tadf2011-07-092-1/+5
* * internal.h: added declarations.tadf2011-07-093-2/+13
* * NEWS: bigdecimal is not a builtin.tadf2011-07-092-8/+12
* * ext/date/date_core.c: some improvements for performance.tadf2011-07-092-175/+259
* * atomic.h (ATOMIC_OR): _InterlockedOr is unavailable in VC6.nobu2011-07-092-2/+17
* * numeric.c (ULLONG_MAX): fallback definition.nobu2011-07-092-0/+7
* * win32/win32.c (rb_w32_{read,write}): should be signed.nobu2011-07-093-4/+9
* * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar2011-07-093-2/+18
* comment clarification. Only Leopard or earlier has ENOTSUPP kosaki2011-07-091-3/+3
* * lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]marcandre2011-07-093-1/+33
* * enumerator.c: Remove "enumeration sequenced by".drbrain2011-07-092-3/+8
* * io.c: Note that methods other than IO#gets may increase IO#lineno.drbrain2011-07-092-5/+13
* * common.mk (RUN_OPT): disable gems.nobu2011-07-085-2/+9
* * 2011-07-09svn2011-07-081-2/+2
* * io.c (rb_io_close): close(2) on a fd which is being read bynobu2011-07-082-0/+11
* * addr2line.c: use USE_ELF instead of __ELF__ because Solarisnaruse2011-07-084-5/+15
* * ext/json/{generator/generator.c,parser/parser.rl}: fix indent.nobu2011-07-083-24/+24
* * ext/json/parser/parser.rl (JSON_parse_object): add missing parens.nobu2011-07-082-2/+2
* * ext/json/parser/parser.rl (convert_encoding): should not modifynobu2011-07-084-6/+24
* * ext/json/parser/parser.rl (convert_encoding): no needs to usenobu2011-07-083-35/+20
* * common.mk: add dependencies for EXT_SRCS.nobu2011-07-081-2/+2
* * ext/json/parser/prereq.mk: remove trailing spaces.nobu2011-07-081-0/+1
* * thread.c (cmp_tv, subtract_tv): no longer used on Win32.nobu2011-07-081-2/+2
* * error.c (rb_bug): get rid of segfault after all threadsnobu2011-07-082-1/+13
* * ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa2011-07-082-0/+6
* * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa2011-07-082-6/+6
* * configure.in: can't subtract void *.nari2011-07-082-5/+9
* * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa2011-07-082-0/+7
* add test for [ruby-dev:44049].kosaki2011-07-081-0/+6
* * thread.c (rb_mutex_unlock_all): folded intokosaki2011-07-082-29/+25
* * thread.c (thread_unlock_all_locking_mutexes): rename tokosaki2011-07-084-3/+17
* * cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki2011-07-082-2/+7
* * common.mk (sudo-precheck): true command is not standard onnobu2011-07-083-1/+7
* * ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu2011-07-081-0/+1
* * thread_pthread.c (gvl_destroy): fix cond_t leak.kosaki2011-07-082-0/+7
* * gc.c: Improve documentationdrbrain2011-07-082-25/+56
* * 2011-07-08svn2011-07-071-2/+2