aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_threadptr_execute_interrupts_common): removekosaki2011-06-292-4/+5
* * thread.c (rb_thread_schedule_limits): minor optimization.kosaki2011-06-292-8/+11
* * thread.c (rb_thread_schedule_rec): move interrupt_flag check tokosaki2011-06-292-13/+29
* * thread.c (thread_s_pass): change RDoc description and removekosaki2011-06-292-14/+8
* * thread.c (rb_thread_stop): change RDoc sample code. The oldkosaki2011-06-292-1/+8
* * thread.c (rb_thread_wakeup): change RDoc sample code. The oldkosaki2011-06-292-0/+9
* * thread.c (rb_thread_run): change RDoc. The old example is buggykosaki2011-06-292-1/+7
* * lib/cmath.rb: make same exception for Math. fix [Bug #3137].keiju2011-06-292-96/+180
* * 2011-06-30svn2011-06-291-2/+2
* * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju2011-06-292-1/+15
* * ext/date/date_core.c: avoided using timev.tadf2011-06-295-26/+79
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.eban2011-06-291-1/+3
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban2011-06-292-1/+6
* * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.eban2011-06-292-0/+7
* * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju2011-06-292-1/+5
* * lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika2011-06-293-5/+59
* * ChangeLog: fix some typos.nagachika2011-06-291-6/+6
* * variable.c (rb_const_get_0): should not look for superclasses ifmatz2011-06-292-1/+7
* * properties.nobu2011-06-291-1/+1
* * math.c: Attach documentation for Math.drbrain2011-06-2914-14/+144
* * lib/matrix.rb: Matrix.zero can build rectangular matrices.marcandre2011-06-293-4/+13
* * lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?marcandre2011-06-293-0/+155
* * lib/matrix.rb: Specialize Matrix#find_index to return [row, col]marcandre2011-06-293-0/+38
* * lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Ma...marcandre2011-06-293-19/+119
* * thread_pthread.c (native_stop_timer_thread): skip to closeko12011-06-282-3/+12
* * 2011-06-29svn2011-06-281-2/+2
* * error.c (rb_async_bug_errno): async-safe bug report function.ko12011-06-284-13/+64
* * lib/tracer.rb: count only non-internal libraries in stack trace,keiju2011-06-282-1/+6
* * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju2011-06-282-1/+5
* * lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).nahi2011-06-282-1/+8
* * signal.c: Now, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK.kosaki2011-06-283-21/+7
* * lib/benchmark.rb: merge eregon/benchmark.naruse2011-06-283-45/+75
* * thread_win32.c (native_stop_timer_thread): fixed commit miss ofusa2011-06-282-1/+6
* add a detail comment.ko12011-06-281-0/+2
* * thread_pthread.c (consume_communication_pipe):ko12011-06-282-7/+13
* * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain2011-06-2819-78/+164
* * lib/rdoc: Update to RDoc 3.7 (final)drbrain2011-06-2810-111/+201
* * process.c (rb_daemon): fix wrong #endif position.naruse2011-06-282-1/+5
* * dir.c: Make RDoc more precise about order of Dir.globmarcandre2011-06-271-1/+2
* * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does todrbrain2011-06-272-13/+27
* * thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example nahi2011-06-272-8/+16
* Temporary hack for SIGILL of miniruby on FreeBSD.naruse2011-06-271-0/+4
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn2011-06-275-44/+288
* * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju2011-06-272-1/+5
* * NEWS: rand and Random.rand now support range argument [ruby-dev:43427] #4605marcandre2011-06-271-0/+6
* * random.c: Documentation fix for Random#bytesmarcandre2011-06-271-1/+1
* fix [Bug #4409]. add DRbServer#here?seki2011-06-275-2/+68
* * 2011-06-28svn2011-06-271-2/+2
* * lib/irb/workspace.rb: fix BUG#4793.keiju2011-06-272-1/+5
* * thread_pthread.c (consume_communication_pipe): don't use C99kosaki2011-06-272-1/+6