aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread_pthread.c (consume_communication_pipe): change returnkosaki2011-06-272-3/+7
* * thread_pthread.h (rb_global_vm_lock_struct): add volatile tokosaki2011-06-272-1/+6
* * thread_pthread.c: s/__gvl_acquire/gvl_acquire_common/ andkosaki2011-06-272-6/+11
* Addtitional fix for previous commit.naruse2011-06-271-3/+2
* * thread_pthread.c (rb_thread_create_timer_thread):naruse2011-06-272-3/+8
* * thread_pthread.c (rb_thread_create_timer_thread):ko12011-06-272-0/+6
* * thread_pthread.c: Stop polling in the timer thread when there areko12011-06-278-45/+222
* * ext/date/date_parse.c: should use ALLOCA_N.tadf2011-06-262-7/+11
* * test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entriesnobu2011-06-262-2/+11
* Add news about r30188 (Net::HTTPRequest#set_form).naruse2011-06-261-0/+4
* * 2011-06-27svn2011-06-261-2/+2
* * parse.y (rb_parser_end_seen_p): fix documentation about returnnaruse2011-06-262-2/+6
* * hash.c (rb_hash_reject): add documentation that Hash#rejectnaruse2011-06-262-0/+7
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-262-0/+38
* * ext/date/date_core.c: refactoring.tadf2011-06-262-34/+99
* * parse.y: comma at the end of line is no longer allowed.shyouhei2011-06-262-4/+18
* * vm_dump.c (rb_vm_bugreport): change CrashReporter suggestion messageskosaki2011-06-262-6/+22
* * ext/openssl/extconf.rbemboss2011-06-265-10/+51
* * ext/date/date_core.c (date_strftime_internal): removed meaningless braces.tadf2011-06-252-43/+46
* * 2011-06-26svn2011-06-251-2/+2