Activity
From 05/29/2014 to 06/04/2014
06/04/2014
- 07:34 PM Revision 045aef85 (git): * 2014-06-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:34 PM Revision 22d8480e (git): configure.in: add --with-jemalloc option
- * configure.in: add --with-jemalloc option
[ruby-core:62912]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@463... -
01:33 PM Revision 2f73dbd0 (git): * gc.c: introduce RZombie to manage zombie objects.
- Rewrite finalizing logics with this type.
* gc.c (gc_verify_internal_consistency): verify zombie (finalizing)
objec... -
01:11 PM Revision b165f9b5 (git): fix typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:09 PM Revision 5861d4f1 (git): re.c: consider name encoding
- * re.c (match_aref, rb_reg_regsub): consider encoding of captured
names, encoding-incompatible should not match.
... -
12:33 PM Revision ea0e8e61 (git): re.c: reduce new strings
- * re.c (match_aref, rb_reg_regsub): reduce new strings creation
for exceptions.
git-svn-id: svn+ssh://ci.ruby-lang... -
12:23 PM Revision 561fe110 (git): re.c: fix name with NUL
- * re.c (match_aref): should not ignore name after NUL byte.
[ruby-dev:48275] [Bug #9902]
git-svn-id: svn+ssh://ci....
06/03/2014
- 07:08 PM Revision 161a0df7 (git): * 2014-06-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:08 PM Revision 140929d8 (git): vm.c: return the result hash
- * vm.c (core_hash_merge_kwd): should return the result hash, which
may be converted from and differ from the given ... -
02:33 PM Revision fc3c52eb (git): + * ruby.c (load_file_internal2): Extracted from load_file_internal.
- + (load_file_internal): Invoke load_file_internal2 using rb_protect.
+ Close an opened FD if load_fil... -
10:17 AM Revision 7ad125d7 (git): * gc.c (rb_objspace_free): should not rest_sweep() here.
- Some data structures are already freed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46340 b2dd03c8-39d4-4d8f... -
09:47 AM Revision a5fd4c45 (git): * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.
- GC allows extending pages depends on heap_increment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46339 b2dd0... -
09:13 AM Revision 29bee7e8 (git): revert r46332 because RVALUE_OLD_P() returns int by r46334
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:02 AM Revision 75604b07 (git): * gc.c (rb_gc_call_finalizer_at_exit): add
- gc_verify_internal_consistency() when RGENGC_CHECK_MODE >= 2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46... -
09:00 AM Revision 2e437f8b (git): * gc.c: change the counting method for young objects.
- clear counter at the beggining of every GC and
count promoted (infant->young) objects.
Some promotions (infant->y... -
07:50 AM Revision 9d71a0ae (git): * gc.c: add verifying counters code in gc_verify_internal_consistency().
- gc_verify_internal_consistency() counts all
- live objects
- young objects (if age2 promotion)
- old objects
... -
07:44 AM Revision b2597910 (git): gc.c: int for simple predicates
- * gc.c: use int for simple predicate functions instead of VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4... -
07:44 AM Revision 3809c47d (git): ChangeLog: remove garbages
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:37 AM Revision 3d42f229 (git): * gc.c (rb_gc_force_recycle): we only need to know the result (0/1)
- of RVALUE_OLD_P(). clang fails to compile it because is_old is
`int' but RVALUE_OLD_P() returns VALUE.
git-svn-i... -
04:19 AM Revision 87505dd7 (git): * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a body
- type as "MIXED" followed immediately by params
[ruby-core:62864] [Bug #9885]
git-svn-id: svn+ssh://ci.ruby... -
04:19 AM Revision e7d8c473 (git): * gc.c (objspace_live_slot): live slot count should not include final
- slot (contains T_ZOMBIE) count.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46330 b2dd03c8-39d4-4d8f-98ff-82... -
04:03 AM Revision a0bbf948 (git): * gc.c (obj_free): fix spacing.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 AM Revision 58390617 (git): * gc.c (check_gen_consistency): fix error message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 AM Revision baff4dfe (git): * gc.c: count old/young objects more correctly.
- * gc.c (RVALUE_DEMOTE_FROM_OLD): decrement old object count.
* gc.c (RVALUE_DEMOTE_FROM_YOUNG): decrement young objec... -
03:29 AM Revision d27a685b (git): * test/ruby/memory_status.rb: add $LOAD_PATH to load test/unit
- correctly for fiddle/import unavailable environments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46326 b2dd... - 12:48 AM Revision 5d9eae4a (git): * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):
- shouldn't use same server for respective tests, because the 1st
test sometimes kills the server main loop silently....
06/02/2014
- 10:35 PM Revision 25e8bfce (git): * win32/win32.c (rb_w32_conv_from_wchar): follow nobu's previous commit.
- hey nobu, why don't you write Changelog for such serious changes?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
08:23 PM Revision 0fec24f9 (git): encoding.c: move ruby_encoding_index stuff
- * encoding.c: move `ruby_encoding_index` stuff from
include/ruby/encoding.h to hide the extra field.
git-svn-id: s... -
08:23 PM Revision f2980e3e (git): encoding.h: constify rb_encoding
- * include/ruby/encoding.h: constify `rb_encoding` itself, not only
arguments.
git-svn-id: svn+ssh://ci.ruby-lang.o... - 04:38 PM Revision b875b4a6 (git): * 2014-06-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:38 PM Revision 61bc5c34 (git): * README.EXT: [DOC] Add rb_call_super when subclassing from @robin850
- [Fixes GH-623] https://github.com/ruby/ruby/pull/623 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46... -
03:48 PM Revision 16318094 (git): merge revision(s) r45302: [Backport #9616]
- * class.c (rb_class_subclass_add): use xmalloc
* class.c (rb_module_add_to_subclasses_list): ditto
... -
01:47 PM Revision d3c07588 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:46 PM Revision 72912ec3 (git): fix usage
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:46 PM Revision 06ba0050 (git): fix typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:34 AM Revision 59ae4924 (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:17 AM Revision bbfe069e (git): * vm.c (ruby_vm_destruct): remove useless call of
- rb_gc_force_recycle().
At this line, a VM object is already freed
(is changed to T_NONE) by rb_gc_call_finalizer_... -
06:51 AM Revision 7af941da (git): * eval.c (rb_using_refinement): add write-barriers for
- cref->nd_refinements.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:29 AM Revision be29ae6b (git): * CONTRIBUTING.md: added contibuting guide for github. [fix GH-625]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 AM Revision 3ef5adb4 (git): xmlrpc/client: fix documentation typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/01/2014
-
10:31 PM Revision fe38158f (git): * test/ruby/envutil.rb (default_warning): New method.
- * test/ruby/test_autoload.rb: Use EnvUtil.default_warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46310... -
10:06 PM Revision 04683109 (git): constify rb_encoding and OnigEncoding
- * include/ruby/encoding.h: constify `rb_encoding` arguments.
* include/ruby/oniguruma.h: constify `OnigEncoding` argu... -
09:50 PM Revision b1624514 (git): gmake.mk: fix argument
- * defs/gmake.mk: fix missing loop variable of `foreach`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46308 b2d... -
07:32 PM Revision 2f0c383d (git): gmake.mk: universal assembler rules
- * Makefile.in (CFLAGS_NO_ARCH): split from ARCH_FLAG.
* defs/gmake.mk: define assembler rules per architectures for
... -
07:32 PM Revision b1b88695 (git): gmake.mk: universal cpp rules
- * defs/gmake.mk: define preprocessing rules per architectures for
universal binaries.
git-svn-id: svn+ssh://ci.rub... -
05:21 PM Revision e373773a (git): merge revision(s) r45471: [Backport #9688]
- * win32/win32.c (rb_w32_accept, open_ifs_socket, socketpair_internal):
reset inherit flag of socket to avoi... -
05:17 PM Revision 282462b2 (git): merge revision(s) r45364,r45395,r45396,r45403,r45406: [Backport #9652]
- * time.c (time_mload): freeze and preserve marshal-loaded time zone
* test/ruby/test_time.rb: add test for G... -
05:07 PM Revision 52950d94 (git): merge revision(s) r45365: [Backport #9656]
- dl/extconf.rb: check for -fno-defer-pop option
* ext/dl/extconf.rb: check for -fno-defer-pop option, since c... -
05:03 PM Revision 5d2ea904 (git): merge revision(s) r45320,r45321: [Backport #9622]
- * vm_insnhelper.c (vm_callee_setup_arg): turn a macro into an
inline function.
* vm_insnhelper.c (... -
04:55 PM Revision 5a22835c (git): merge revision(s) r45350: [Backport #9645]
- * variable.c (rb_const_set): delete existing entry on redefinition
[Bug #9645]
* test/ruby/test_co... -
03:41 PM Revision 20e6b3a3 (git): Use EnvUtil.suppress_warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision 9b0ea861 (git): Suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:14 PM Revision b9ea7476 (git): * 2014-06-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 PM Revision 49aac865 (git): Suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 PM Revision fcdec9bf (git): Stop DRb service.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:47 PM Revision be4b37df (git): Finish threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 PM Revision 49d68ba1 (git): Suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 AM Revision 5cd71131 (git): * test/drb: Wrap tests definitions by DRbTests module. This makes
- several tests (ACLEntryTest, TestBug4409, etc.) easier to understand
that they are tests for DRb.
git-svn-id: sv... -
02:37 AM Revision 09ab3a0a (git): * lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Revision f64541d7 (git): Close FDs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/31/2014
-
11:54 PM Revision 28229e4a (git): Join threads before close pipes.
- closing a FD interrupts threads which uses the FD.
rb_thread_io_blocking_region (for write()) checks an interrupt aft... -
09:55 PM Revision 70d34c62 (git): parse.y: no duplicate attrset ID
- * parse.y (intern_str): dynamic attrset ID is registered by
`rb_id_attrset()` already, so no further registration i... -
07:54 PM Revision bcd25152 (git): * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]
- Patch submitted by @leafac in https://github.com/ruby/ruby/pull/620
* doc/globals.rdoc: Added $LOADED_FEATURES to lis... - 03:31 PM Revision 9529ed2c (git): * 2014-06-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 PM Revision 6f6dd30d (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:48 PM Revision 06fb8234 (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:48 PM Revision 45328723 (git): configure.in: remove rb_cv_typeof
- * configure.in (rb_cv_typeof): no longer needed because of
AC_C_TYPEOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
02:48 PM Revision ffc1ea22 (git): ChangeLog: fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 PM Revision e555e28e (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision f07096f7 (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:31 PM Revision 6c6f9b19 (git): * test/lib/leakchecker.rb: Leak checker extracted from
- test/lib/minitest/unit.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46280 b2dd03c8-39d4-4d8f-98ff-823fe69... -
01:30 PM Revision 87847876 (git): don't remove test results
- r46180 removed dots but they express the result of tests: don't remove them.
Moreover I don't understand why `read` i... -
12:24 PM Revision e00ac167 (git): * thread.c (rb_thread_atfork_internal): My compiler complains
- about this variable being used before initialized. I looked at
the code and expanded the macro and turned out it wa... -
07:36 AM Revision f84ef81d (git): * lib/ipaddr.rb: extracted inline tests into test dir.
- * test/test_ipaddr.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46277 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:30 AM Revision a5afd235 (git): * ext/digest/lib/digest/hmac.rb: extracted inline tests into test dir.
- * test/digest/test_digest_hmac.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46276 b2dd03c8-39d4-4d8f... -
07:03 AM Revision aae667d2 (git): * test/test_syslog.rb: remove executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 AM Revision 1c01f22d (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/30/2014
-
11:58 PM Revision dd20f904 (git): unicode.c: no initialization
- * enc/unicode.c (init_case_fold_table): no longer need to
initialize tables at runtime.
git-svn-id: svn+ssh://ci.r... -
11:58 PM Revision 7e67b396 (git): case-folding.rb: perfect hash for case unfolding3
- * enc/unicode/case-folding.rb (lookup_hash): make perfect hash to
lookup case unfolding table 3.
git-svn-id: svn+s... -
11:58 PM Revision 8f598676 (git): case-folding.rb: perfect hash for case unfolding2
- * enc/unicode/case-folding.rb (lookup_hash): make perfect hash to
lookup case unfolding table 2.
git-svn-id: svn+s... -
11:58 PM Revision 35348a08 (git): case-folding.rb: perfect hash for case unfolding1
- * enc/unicode/case-folding.rb (lookup_hash): make perfect hash to
lookup case unfolding table 1.
git-svn-id: svn+s... -
11:57 PM Revision c39e6592 (git): case-folding.rb: perfect hash for case folding
- * enc/unicode/case-folding.rb (lookup_hash): make perfect hash to
lookup case folding table.
git-svn-id: svn+ssh:/... -
11:56 PM Revision 88eae358 (git): case-folding.rb: merge tables
- * enc/unicode/case-folding.rb (print_table): merge non-locale and
locale tables, and reduce initializing loops.
gi... -
11:55 PM Revision 1d588b4f (git): case-folding.rb: modularize
- * enc/unicode/case-folding.rb (CaseFolding): modularize, and add
--output-file option.
git-svn-id: svn+ssh://ci.ru... -
11:49 PM Revision 0148bd15 (git): case-folding.rb: conversion script
- * enc/unicode/case-folding.rb: script to convert CaseFolding.txt,
tranlated from CaseFolding.py.
git-svn-id: svn+s... -
11:32 PM Revision 40ec5528 (git): * test/lib/minitest/unit.rb: Check Tempfile leaks for each test method
- again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:52 PM Revision cfe2cbda (git): * lib/delegate.rb: [DOC] Document raise in Delegator class
- Patch by @lucasmazza. [Fixes GH-621]
https://github.com/ruby/ruby/pull/621
git-svn-id: svn+ssh://ci.ruby-lang.org... -
03:06 PM Revision e5acaa03 (git): add --disable-gem
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision 3134c2d5 (git): * 2014-05-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision 4565cd66 (git): Close FDs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:50 PM Revision 69105a17 (git): Close FDs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 PM Revision 60cb6f6e (git): Close sockets.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 PM Revision bf6c098d (git): Close pipes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:06 PM Revision 9a51bc62 (git): Use the block form of Open3.popen3 to close FDs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:48 PM Revision ab4c6921 (git): Join threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:28 PM Revision 5b75a061 (git): Join threads, not kill.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 PM Revision e6da7c5c (git): test/io/console/test_io_console.rb: Close FDs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 PM Revision 6f226d9d (git): * lib/webrick/server.rb: Use a pipe to detect server shutdown.
- shutdown() or close() for listening socket is not a reliable.
Actually, both doesn't work (doesn't wake up select()... -
12:03 PM Revision 99e389a6 (git): svn:ignore property added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision 283e5d5a (git): * test/lib/minitest/unit.rb (check_fd_leak): Sort the inspected
- objects list for a FD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:08 AM Revision e03e2b95 (git): * test/lib/minitest/unit.rb (check_fd_leak): Try GC to delete leaked
- FDs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:52 AM Revision d4101d63 (git): force_encoding to get the log of failure by Encoding::CompatibilityError
- https://travis-ci.org/ruby/ruby/jobs/26361118
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46249 b2dd03c8-39d4-... -
06:27 AM Revision bb1fb116 (git): minitest/unit.rb: defer requiring -test-
- * test/lib/minitest/unit.rb (find_fds): defer requiring a library
under "-test-" until needed, or can't work in oth... -
03:18 AM Revision 5cc1d57c (git): fileno.c: suppress warnings
- * ext/-test-/dir/fileno.c (dir_check): suppress unused-function
warnings, used only when dirfd() is available.
git... -
03:18 AM Revision 279aaaf9 (git): printf.c: suppress warnings
- * ext/-test-/printf/printf.c (printf_test_call): suppress
maybe-uninitialized warnings.
git-svn-id: svn+ssh://ci.r... -
03:06 AM Revision 0dea3e1a (git): * test/lib/test/unit/parallel.rb (_run_suite): orig_stdout may be nil
- though I don't know the reason.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46245 b2dd03c8-39d4-4d8f-98ff-823f... -
02:55 AM Revision b901b875 (git): test_string.rb: move and add assertions
- * test/ruby/test_string.rb (test_slice): move the assertion for
[Bug #9882], and more assertion for `ascii_only?` t... -
02:33 AM Revision 950508e9 (git): string.c: reset code range
- * string.c (rb_str_substr): need to reset code range for shared
string too, not only copied string.
[ruby-core:62... -
02:32 AM Revision 361978be (git): test_beginendblock.rb: avoid leaking threads
- * test/ruby/test_beginendblock.rb (test_endblock_raise): not only
kill, but also wait the end.
git-svn-id: svn+ssh... -
01:22 AM Revision 4e741f4b (git): erb.rb: ERB#result does not accept a proc.
- * lib/erb.rb (result): [DOC] no longer accepts a Proc, as
Kernel.eval does not. [fix GH-619]
git-svn-id: svn+ssh:...
05/29/2014
-
10:28 PM Revision 83ead3c4 (git): * ext/-test-/dir: Dir#fileno implemented.
- * test/lib/minitest/unit.rb (find_fds): Don't return the fd used to
scan /proc/$$/fd.
git-svn-id: svn+ssh://ci.r... - 07:49 PM Revision fae18c95 (git): remove empty rb_gc_mark_parser function
- * parse.y (rb_gc_mark_parser): remove, empty since r8758
* internal.h: ditto, not usable from extensions since 2.0.0
... - 03:45 PM Revision d2684fd1 (git): * 2014-05-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:45 PM Revision 6c42f571 (git): * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about
- using uninitialized var with VC++.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46237 b2dd03c8-39d4-4d8f-98ff-... -
03:19 PM Revision fca433e2 (git): merge revision(s) r45178,r45180,r45183: [Backport #9568]
- eval.c: remove unneeded GC guard
* eval.c (setup_exception): remove RB_GC_GUARD which is no longer
needed ... -
02:59 PM Revision ce0c2b21 (git): test/test_syslog.rb: Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 PM Revision 1a956cea (git): test/readline/test_readline.rb: Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 PM Revision fad56622 (git): signal.c: return proper member
- * signal.c (ruby_signal): should return either `old.sa_sigaction`
or `old.sa_handler`, depending on whether `SA_SIG... -
02:13 PM Revision 52e91e0f (git): * io.c (pipe_open): Close pipes when rb_execarg_fixup() raises
- an exception.
(rb_execarg_fixup_v): New function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46232 b2dd03... -
01:38 PM Revision 6f39cf2d (git): test/test_pty.rb: Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:26 PM Revision b519ce9a (git): * test/lib/minitest/unit.rb (capture_subprocess_io): Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Revision 2edc9ea5 (git): test/logger/test_logdevice.rb: Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 PM Revision a2f9b00a (git): test/io/nonblock/test_flush.rb: Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Revision a1afdfeb (git): test/fileutils/test_fileutils.rb: Close fds.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Revision 74d6b682 (git): merge revision(s) r45187,r45205,r45206,r45212,r45213: [Backport #9570]
- * numeric.c (ruby_num_interval_step_size): check signs and get rid
of implementation dependent behavior of ... -
11:29 AM Revision be4d1fd9 (git): * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises an
- exception.
(io_encoding_set_v): New function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46225 b2dd03c8-3... -
10:44 AM Revision 2ad20073 (git): * lib/csv.rb (CSV.open): Close the opened file when an exception occur.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 AM Revision 68ac33a5 (git): * ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socket
- if any exception occur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:58 AM Revision c65ef153 (git): configure.in: fix messages
- * configure.in (RUBY_FUNC_ATTRIBUTE): show the attribute name in
the message if the macro name is not given. fix u...
Also available in: Atom