summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-12-18* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika
2012-12-18* vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc forzzak
2012-12-18typos in changelogzzak
2012-12-18* lib/rubygems/specification.rb: Fixed ruby output of requirementsdrbrain
2012-12-18* doc/syntax/literals.rdoc: Added 0o octal integers.drbrain
2012-12-18* test/openssl/test_ssl.rb: Use :TLSv1_2_client explicitly inemboss
2012-12-18* ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss
2012-12-17fix ChangeLog commentko1
2012-12-17* method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko1
2012-12-17* vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko1
2012-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping sotenderlove
2012-12-17* lib/optparse.rb: Remove 'developer documentation' section from rdoczzak
2012-12-17typozzak
2012-12-17* lib/matrix.rb (#dup): typo in example [ruby-core:50946][Bug #7582]zzak
2012-12-17* class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome
2012-12-17* io.c (io_flush_buffer_sync2): avoid to return 0. becausekosaki
2012-12-17* doc/syntax/methods.rdoc: Added a description of singleton methods.drbrain
2012-12-17* doc/.document: Added doc/syntaxdrbrain
2012-12-17* doc/syntax.rdoc: Added syntax guide table of contentsdrbrain
2012-12-16* lib/rubygems.rb: Updated VERSIONdrbrain
2012-12-15* signal.c (rb_sigaltstack_size): cast sysconf() return valuekosaki
2012-12-15* cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika
2012-12-15* ext/fiddle/pointer.c (rb_fiddle_ptr2cptr): fix error message forgotten to b...ngoto
2012-12-15fix a typokazu
2012-12-15* signal.c (default_handler): remove rb_register_sigaltstack()kosaki
2012-12-15* signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki
2012-12-15 * rational.c (f_round_common): should check overflow.tadf
2012-12-15 * ratioanl.c (float_rationalize): reduced.tadf
2012-12-15fix a typokazu
2012-12-15fix typokosaki
2012-12-15* io.c (finish_writeconv): uses rb_write_internal2 ifkosaki
2012-12-15* thread.c (rb_mutex_owned_p): remove static.kosaki
2012-12-15* io.c (io_flush_buffer): uses io_flush_buffer_async2 instead ofkosaki
2012-12-15* io.c (internal_write_func2): new helper function for rb_write_internal2().kosaki
2012-12-15* io.c (rb_io_wait_writable): add to call rb_thread_wait_fd()kosaki
2012-12-15* io.c (rb_io_wait_writable): don't call rb_thread_fd_writable()kosaki
2012-12-15* thread.c (rb_thread_wait_fd_rw): remove silly rb_thread_alone()kosaki
2012-12-15* ChangeLog: fix typo.nobu
2012-12-15thread.c: revert r38382 but deprecate rb_thread_polling()nobu
2012-12-14 * test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):tarui
2012-12-14* test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki
2012-12-14* test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki
2012-12-14* configure.in (HAVE_GCC_ATOMIC_BUILTINS): Set -march=i486 to enabledrbrain
2012-12-14* include/ruby/intern.h: remove rb_thread_polling() declaration.kosaki
2012-12-14* ext/.document: add fiddle/pointer.c, fiddle/handle.c, and fiddle/win32/lib ...ngoto
2012-12-14* file.c (rb_file_flock): use rb_thread_wait_for() instead ofkosaki
2012-12-14* signal.c (rb_f_kill): remove rb_thread_polling() because thiskosaki
2012-12-14parse.y: fix line numbernobu
2012-12-14parse.y: fix line numbernobu
2012-12-14* vm_insnhelper.c (vm_call_super_method): remove volatile introducedshugo