summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-06-28 * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain
2011-06-28 * lib/rdoc: Update to RDoc 3.7 (final)drbrain
2011-06-28* process.c (rb_daemon): fix wrong #endif position.naruse
2011-06-27 * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does todrbrain
2011-06-27* thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example nahi
2011-06-27* ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn
2011-06-27 * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju
2011-06-27fix [Bug #4409]. add DRbServer#here?seki
2011-06-27 * lib/irb/workspace.rb: fix BUG#4793.keiju
2011-06-27* thread_pthread.c (consume_communication_pipe): don't use C99kosaki
2011-06-27* thread_pthread.c (consume_communication_pipe): change returnkosaki
2011-06-27* thread_pthread.h (rb_global_vm_lock_struct): add volatile tokosaki
2011-06-27* thread_pthread.c: s/__gvl_acquire/gvl_acquire_common/ andkosaki
2011-06-27* thread_pthread.c (rb_thread_create_timer_thread):naruse
2011-06-27* thread_pthread.c (rb_thread_create_timer_thread):ko1
2011-06-27* thread_pthread.c: Stop polling in the timer thread when there areko1
2011-06-26 * ext/date/date_parse.c: should use ALLOCA_N.tadf
2011-06-26* test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entriesnobu
2011-06-26* parse.y (rb_parser_end_seen_p): fix documentation about returnnaruse
2011-06-26* hash.c (rb_hash_reject): add documentation that Hash#rejectnaruse
2011-06-26 * test/date/test_switch_hitter.rb: added a test.tadf
2011-06-26 * ext/date/date_core.c: refactoring.tadf
2011-06-26* parse.y: comma at the end of line is no longer allowed.shyouhei
2011-06-26* vm_dump.c (rb_vm_bugreport): change CrashReporter suggestion messageskosaki
2011-06-26* ext/openssl/extconf.rbemboss
2011-06-25 * ext/date/date_core.c (date_strftime_internal): removed meaningless braces.tadf
2011-06-25* vm_insnhelper.c (vm_search_superclass): avoid control framenagachika
2011-06-25* thread.c (sleep_forever): now Kernel#sleep don't wakeup bynagachika
2011-06-25* thread.c (rb_threadptr_check_signal): remove unnecessary th->statusnagachika
2011-06-25* ChangeLog: fix some typos.nagachika
2011-06-24* lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi
2011-06-24* process.c (proc_daemon): should not start timer threadnobu
2011-06-24* Typo fixed. Is it reallyl a typo? 2*2 == 2+2 == 4.nahi
2011-06-24* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL nahi
2011-06-23 * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rbdrbrain
2011-06-23 * lib/rake: Import Rake 0.9.2drbrain
2011-06-23 * ext/date/date_core.c (c_valid_{julian,gregorian}_p): fixed the range of mo...tadf
2011-06-23 * ext/date/date_core.c: trivial changes on text.tadf
2011-06-23* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi
2011-06-23* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi
2011-06-23* ChangeLog: Fix typosorah
2011-06-23* signal.c(ruby_atomic_exchange): Fix definement style.sorah
2011-06-22* ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi
2011-06-22* ext/openssl/ossl_ssl_session.c: Respect T_BIGNUM time values. Patch byemboss
2011-06-22* ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed ofkosaki
2011-06-22* cont.c (cont_capture): add volatile.naruse
2011-06-22* ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi
2011-06-22* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss
2011-06-22* ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.emboss
2011-06-22* test/openssl/test_buffering.rbemboss