aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-253-0/+27
* * thread.c (sleep_forever): now Kernel#sleep don't wakeup bynagachika2011-06-252-2/+8
* * thread.c (rb_threadptr_check_signal): remove unnecessary th->statusnagachika2011-06-252-4/+7
* * 2011-06-25svn2011-06-251-2/+2
* * ChangeLog: fix some typos.nagachika2011-06-251-2/+2
* * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi2011-06-243-1/+42
* * process.c (proc_daemon): should not start timer threadnobu2011-06-243-9/+68
* * Typo fixed. Is it reallyl a typo? 2*2 == 2+2 == 4.nahi2011-06-241-1/+1
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL nahi2011-06-242-1/+21
* * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rbdrbrain2011-06-234-10/+16
* * lib/rake: Import Rake 0.9.2drbrain2011-06-23119-4772/+6775
* * ext/date/date_core.c (c_valid_{julian,gregorian}_p): fixed the range of mo...tadf2011-06-232-8/+11
* * 2011-06-24svn2011-06-231-2/+2
* * ext/date/date_core.c: trivial changes on text.tadf2011-06-232-12/+15
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-235-0/+58
* * test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not innahi2011-06-231-4/+4
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi2011-06-233-24/+104
* * ChangeLog: Fix typosorah2011-06-231-1/+1
* * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.nahi2011-06-231-1/+1