summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-06-17compile.c: use %+PRIsVALUE instead of rb_inspectnormal
2015-06-17fix a typo [ci skip]kazu
2015-06-17common.mk: needs fake.rbnobu
2015-06-17* ext/rbconfig/sizeof/extconf.rb: Check __float80.akr
2015-06-17* ChangeLog: typo.usa
2015-06-17* safe.rb (safe_setter): of course, don't have to warn the limitation ofusa
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-17* ChangeLog: added contibutor name.hsbt
2015-06-17* lib/csv.rb: accept to use Range object for row selection.hsbt
2015-06-17servlet.rb: requires jsonnobu
2015-06-16fix a typo [ci skip]kazu
2015-06-16* ext/rbconfig/sizeof/extconf.rb: Check several types defined in C99akr
2015-06-16add ref to [Bug #10852].ko1
2015-06-16* test/objspace/test_objspace.rb: relax pattern because uncollectibleko1
2015-06-15socket: allow explicit buffer for recv and recv_nonblocknormal
2015-06-15socket: allow exception-free nonblocking sendmsg/recvmsgnormal
2015-06-15* lib/set.rb: Make Set#each and SortedSet#each generate a sizedknu
2015-06-15* lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse
2015-06-14* thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki
2015-06-14* ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr
2015-06-14* time.c (time_getlocaltime): [DOC] Add examples of valid utc_offsetakr
2015-06-14* ext/socket/raddrinfo.c (parse_numeric_port): Detectakr
2015-06-14* enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr
2015-06-14file.c: open without gvlnobu
2015-06-14* tool/runruby.rb: just remove the lines of RUBY_VERSION check and raiseusa
2015-06-14* lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou
2015-06-14* lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo inkou
2015-06-13* test/ruby/test_io.rb: add test for IO.binread fd leak.eregon
2015-06-13* io.c (rb_io_s_binread): close fd if seek offset is invalid.eregon
2015-06-13* test/lib/leakchecker.rb (check): refactor.eregon
2015-06-13* test/lib/leakchecker.rb: Return false for no leaks.eregon
2015-06-13* lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]eregon
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-13add Thread.name and Thread.name= docs Feature #11251 [ci skip]naruse
2015-06-13* ext/io/console/depend (.list.chksum): revert a part of r50859, becauseusa
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-06-13* lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt
2015-06-13* ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.hsbt
2015-06-13* ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.hsbt
2015-06-12* lib/prime.rb: Return sized enumerators.marcandre
2015-06-12* lib/prime.rb: Fix with_object with no block givenmarcandre
2015-06-12* lib/prime.rb: Have with_index accept an offset parameter.marcandre
2015-06-12fix errorkazu
2015-06-12fix typos [ci skip]kazu
2015-06-12* pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa
2015-06-12* file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa
2015-06-12* ChangeLog: added missing commit message.hsbt
2015-06-12* sample/exyacc.rb: Fix some typos.hsbt
2015-06-12hash.c: fetch_valuesnobu
2015-06-12array.c: bsearch_indexnobu