summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-06-29 * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju
2011-06-29 * ext/date/date_core.c: avoided using timev.tadf
2011-06-29* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban
2011-06-29* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.eban
2011-06-29 * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju
2011-06-29* lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika
2011-06-29* ChangeLog: fix some typos.nagachika
2011-06-29* variable.c (rb_const_get_0): should not look for superclasses ifmatz
2011-06-29 * math.c: Attach documentation for Math.drbrain
2011-06-29* lib/matrix.rb: Matrix.zero can build rectangular matrices.marcandre
2011-06-29* lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?marcandre
2011-06-29* lib/matrix.rb: Specialize Matrix#find_index to return [row, col]marcandre
2011-06-29* lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Ma...marcandre
2011-06-28* thread_pthread.c (native_stop_timer_thread): skip to closeko1
2011-06-28* error.c (rb_async_bug_errno): async-safe bug report function.ko1
2011-06-28 * lib/tracer.rb: count only non-internal libraries in stack trace,keiju
2011-06-28 * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju
2011-06-28* lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).nahi
2011-06-28* signal.c: Now, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK.kosaki
2011-06-28* lib/benchmark.rb: merge eregon/benchmark.naruse
2011-06-28* thread_win32.c (native_stop_timer_thread): fixed commit miss ofusa
2011-06-28add a detail comment.ko1
2011-06-28* thread_pthread.c (consume_communication_pipe):ko1
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