summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-06-19proc.c: ArgumentError if no blocknobu
2015-06-19proc.c: inadvertent IDnobu
2015-06-19* ChangeLog: typo.usa
2015-06-18extmk.rb: fix with-ext conditionnobu
2015-06-18* bootstraptest/test_method.rb: remove a test because $SAFE=2 wasko1
2015-06-18* bin/erb: $SAFE=3 is obsolete.kazu
2015-06-18* safe.c: removed needless doc related $SAFE=2kazu
2015-06-18* thread.c (rb_thread_safe_level): fix document. $SAFE=3 is obsolete.usa
2015-06-18extmk.rb: fix with-ext conditionnobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-06-18* enc/make_encmake.rb: added --transes and --no-transes options.mame
2015-06-18fix a typo [ci skip]kazu
2015-06-18test/socket/test_unix.rb: replace sleep with selectnormal
2015-06-18* vm.c (rb_vm_control_frame_id_and_class): remove usless codes.ko1
2015-06-18* remove trailing spaces.svn
2015-06-18* method.h: constify rb_method_alias_struct::original_me andko1
2015-06-18* ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko1
2015-06-18error.c: NameError#receivernobu
2015-06-18* safe.c: removed needless doc related $SAFE=3hsbt
2015-06-18* safe.c: rename old method name for $SAFE=3hsbt
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