summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-01-15* io.c (io_binwrite): use writev(2) to avoid double write if available.glass
2014-01-15string.c: respect BOMnobu
2014-01-15string.c: use actual encodingsnobu
2014-01-14* ext/thread/thread.c (rb_szqueue_clear): notify SZQUEUE_WAITERSglass
2014-01-14bigdecimal.c: backword compatibility as gemnobu
2014-01-14bigdecimal.c: backword compatibility as gemnobu
2014-01-14* vm_exec.c (cfp): Fixes a SEGV issue in r44554.yugui
2014-01-13* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additionalmrkn
2014-01-13* properties.nobu
2014-01-13* lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAAzzak
2014-01-13* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak
2014-01-13* ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak
2014-01-13* ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERScharliesome
2014-01-12iseq.c: potential memory leaknobu
2014-01-12ruby/util.h: DECIMAL_SIZE_OF_BITSnobu
2014-01-10* vm_exec.c (cfp): Avoid generating invalid binary foryugui
2014-01-10vm_insnhelper.c: boudn method transplantingnobu
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2014-01-09* range.c (Range#size): [DOC] improve description and add examples.eregon
2014-01-09tk/extconf.rb: fix libpathflag argumentsnobu
2014-01-09ChangeLog: commit missnobu
2014-01-09configure.in: -mstackrealignnobu
2014-01-09configure.in: use SSE2nobu
2014-01-09* hash.c (rb_objid_hash): should return `long'. brushup r44534.usa
2014-01-09* remove trailing spaces.nobu
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2014-01-09* hash.c (rb_any_hash): should treat the return value of rb_objid_hash()usa
2014-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove
2014-01-09* ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove
2014-01-08vm_insnhelper.c: revive r44455 for bound module methodnobu
2014-01-08object.c: hash value from objid with saltnobu
2014-01-08lib/timeout.rb: fallback to Timeout::Errornobu
2014-01-07timeout.rb: fix for ExitExceptionnobu
2014-01-07timeout.rb: defer creating custom exceptionnobu
2014-01-07 * ChangeLog:drbrain
2014-01-07ext/json: objects depend on $(ruby_headers)tmm1
2014-01-06array.c: return first unique element in Array#uniqtmm1
2014-01-06ignore *-fake.rbkazu
2014-01-05* compar.c (cmp_equal): remove error hiding in Comparable#==.eregon
2014-01-04* struct.c (rb_struct_set): return assigned value from setter methodcharliesome
2014-01-04test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu
2014-01-04add a spacekazu
2014-01-04socket.c: format flagsnobu
2014-01-04socket.c: use rb_syserr_failnobu
2014-01-04* vm.c (RubyVM::OPTS): get rid of a garbage character.ktsj
2014-01-04* lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Usedrbrain
2014-01-04* lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Usedrbrain
2014-01-03* ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errnocharliesome
2014-01-03test/net/imap/test_imap.rb: fix test failures due to expired certstmm1
2014-01-02* ext/bigdecimal: update class method call style from :: to .eregon