Activity
From 04/26/2013 to 05/02/2013
05/02/2013
- 03:22 PM Revision 4aa97ae6 (git): * 2013-05-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 PM Revision b5d877e6 (git): * common.mk: remove timestamp in distclean-ext realclean-ext.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:40 PM Revision 453bb57d (git): merge revision(s) 39939: [Backport #8360]
- * thread.c (double2timeval): convert the infinity to TIME_MAX to avoid
SEGV by Thread.new {}.join(Float::IN... -
02:23 PM Revision a58c224d (git): object.c: skip prepending modules
- * object.c (rb_obj_is_kind_of): skip prepending modules.
[ruby-core:54742] [Bug #8357]
* object.c (rb_class_inherit... -
01:11 PM Revision 908e7018 (git): irb: dead code
- * bin/irb: remove dead code from sample/irb.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40560 b2dd03c8-39d... -
08:32 AM Revision 5e79c1a5 (git): marshal.c: no overwriting ivars
- * marshal.c (copy_ivar_i): get rid of overwriting already copied
instance variales. c.f. [Bug #8276]
git-svn-id:... -
08:30 AM Revision b996367e (git): variable.c: move warnings to rb_ivar_get
- * variable.c (generic_ivar_get, ivar_get): return undef value instead
of Qnil with warnings, for uninitialized inst... -
07:55 AM Revision 31457774 (git): thread.c: id locals
- * thread.c (id_locals): use cached ID.
* vm.c (ruby_thread_init): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:54 AM Revision 97982e82 (git): id.def: predefined IDs
- * defs/id.def: add more predefined IDs used in core.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40556 b2dd03... -
06:30 AM Revision 149f8f17 (git): Fix rondom failure introduced by r40553
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:07 AM Revision 078ffd0e (git): Fix test of parallel test breaked by r40553
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:48 AM Revision f8e5c7c7 (git): Imported minitest 4.7.4 (r8483)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 AM Revision ce3029cd (git): process.c: fix failed status with spawnv
- * process.c (proc_spawn_cmd_internal, proc_spawn_sh): spawn() with
P_NOWAIT returns process ID, so it must not be s... - 03:35 AM Revision 30afde95 (git): * win32/win32.c (poll_child_status): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:34 AM Revision 50cc7057 (git): * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe now
- we can test it.
* test/ruby/test_thread.rb (TestThread#test_thread_timer_and_interrupt):
ditto.
git-svn-id: svn+... - 02:34 AM Revision 25acda25 (git): * win32/win32.c (poll_child_status): [experimental] set the cause of
- a child's death to status if its exitcode seems to be an error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4... - 02:24 AM Revision fe2177fd (git): * 2013-05-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 AM Revision 0b9b99c1 (git): * lib/yaml.rb: nodoc EngineManager, add History doc #8344
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/01/2013
-
03:40 PM Revision 5362d2e2 (git): merge revision(s) 40498:
- * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.
This fixes a compilation failure while ... -
03:20 PM Revision 83222f7c (git): merge revision(s) 40478: [Backport #8334]
- * dir.c (dir_set_pos): Fix a compilation error when seekdir() is not
exist.
git-svn-id: svn+ssh://ci.ruby... -
03:17 PM Revision 72c4bf29 (git): merge revision(s) 40504,40505,40507,40511: [Backport #7982]
- * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]
* README.EXT: Update note from r40504, by... - 03:14 PM Revision 4dfec53d (git): * 2013-05-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 682e5bef (git): merge revision(s) 39932,39934,39935,39937,39955,40491:
- Use assert_separately to speed up on test-all
This creates large string and it pressure GC.
git-svn-id: svn... -
02:52 PM Revision 4d3df433 (git): merge revision(s) 40462: [Backport #8323]
- * io.c (rb_io_ext_int_to_encs, parse_mode_enc): bom-prefixed name is
not a real encoding name, just a fallb... -
12:12 PM Revision a4460ddb (git): * time.c (localtime_with_gmtoff_zone): musl libc may return NULL for
- tm_zone.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:04 AM Revision bd14f5bf (git): * enum.c (Enumerable#chunk): fix grammar of error message
- for symbols beginning with an underscore [Bug #8351]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40539 b2dd03c... -
07:48 AM Revision f0a5e1fc (git): curses/extconf.rb: simplify
- * ext/curses/extconf.rb (curses_version): try once for each tests, a
function or a variable. fallback to variable ... -
07:17 AM Revision 262669e6 (git): extmk.rb: always dynamic non-install extensions
- * ext/extmk.rb (extmake): extensions not to be installed should not
make static libraries, but make dynamic librari... -
04:43 AM Revision 84c8319c (git): ancdata.c: suppress warnings
- * ext/socket/ancdata.c (bsock_sendmsg_internal): suppress warnings on
platforms where msghdr does not have msg_cont... -
03:21 AM Revision bb35edf3 (git): * lib/rake/version.rb: Fix RDoc warning with :include: [Bug #8347]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 AM Revision cdce1dd4 (git): process.c: rb_daemon should not raise
- * process.c (rb_daemon): should not raise exceptions, since
proc_daemon() will deal with errors.
git-svn-id: svn+s... -
03:03 AM Revision 93f83417 (git): configure.bat: remove stale message
- * win32/configure.bat (help): remove stale message. win95 support had
been thrown away long ago.
git-svn-id: svn+... -
02:40 AM Revision 7ef7a65d (git): eval.c: use predefined IDs
- * eval.c (frame_func_id): use predefined IDs.
* vm.c (rb_vm_control_frame_id_and_class): ditto.
git-svn-id: svn+ssh... - 02:38 AM Revision 84ad7e65 (git): * 2013-05-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 AM Revision 9644f9b5 (git): proc.c: use predefined IDs
- * defs/id.def (predefined): add "idProc".
* proc.c (mnew, mproc, mlambda): use predefined IDs.
* vm.c (Init_VM): ditt...
04/30/2013
-
02:19 PM Revision c322f10a (git): * lib/benchmark.rb: Update Benchmark results on newer CPU
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 AM Revision 787cdae5 (git): proc.c: frozen core methods
- * proc.c (mproc, mlambda): use frozen core methods instead of plain
global methods, so that methods cannot be overr... - 03:30 AM Revision e9fa3108 (git): * 2013-04-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 AM Revision 3a0641a8 (git): intern.h: rb_block_lambda
- * include/ruby/intern.h (rb_block_lambda): add declaration instead of
deprecated rb_f_lambda.
git-svn-id: svn+ssh:... -
03:30 AM Revision 71a68705 (git): proc.c: remove unnecessary static function
- * proc.c (proc_lambda): remove and use rb_block_lambda directly
instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
04/29/2013
-
06:33 PM Revision df9991fe (git): * ext/tk/MANUAL_tcltklib.ja, ext/tk/old-README.tcltklib.ja: rename from *.jp to *.ja
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:01 AM Revision e3e9c568 (git): Add comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:44 AM Revision c81f5fd3 (git): * vm.c (VM_EP_LEP): simplify infinite loop.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:06 AM Revision 6a880801 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:05 AM Revision ecf017a9 (git): * ext/nkf/nkf-utf8/nkf.h: Bionic libc doesn't have locale.
- [Feature #8338]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:20 AM Revision fb5d3a0a (git): * ext/tk/MANUAL_tcltklib.jp: rename from ext/tk/MANUAL_tcltklib.eucj [ruby-trunk - Bug #8084]
- * ext/tk/old-README.tcltklib.jp: rename from ext/tk/old-README.tcltklib.eucj
git-svn-id: svn+ssh://ci.ruby-lang.org...
04/28/2013
-
09:58 PM Revision 6fb5140d (git): ossl_bn.c: reduce alloca/malloc
- * ext/openssl/ossl_bn.c (ossl_bn_initialize): no need of alloca for
small fixed size array.
* ext/openssl/ossl_bn.c... - 03:40 PM Revision 312a5a8c (git): * 2013-04-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 PM Revision bdc8087f (git): * lib/yaml.rb: Clarify documentation about YAML being always Psych.
- Give a tip about using Syck. See #8344.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40516 b2dd03c8-39d4-4d8f-9... -
02:34 PM Revision 253f49db (git): * lib/yaml.rb: Use another trick to define the YAML module.
- https://twitter.com/n0kada/status/328342207511801856
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40515 b2dd03c... -
02:19 PM Revision 531d47d6 (git): * lib/pp.rb: Update PP module overview by @geopet
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 PM Revision be4aa330 (git): ossl_bn.c: fix ossl_bn_initialize bug with integer
- * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix buffer overflow on
x64 Windows and memory leak when initializing ... -
03:54 AM Revision 1e51f304 (git): test_io_console.rb: investigate hang-up
- * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):
grab error outputs and stop the loop upto 3 seco... -
03:38 AM Revision 66c0e012 (git): README.EXT: update note
- * README.EXT: correct method name to be used. [Bug #7982]
* README.EXT.ja: add notes too.
git-svn-id: svn+ssh://ci.... -
01:35 AM Revision 9ef25d88 (git): * object.c: With feedback from Steve Klabnik, reverted a change to
- #untrusted? and #tainted?. Also adjusted grammar for $SAFE levels
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
01:11 AM Revision 2068f3ce (git): * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision 6fe3e9e4 (git): * object.c: Documentation for taint and trust [Bug #8162]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 AM Revision e7316275 (git): * README.EXT: Copy note from r40505 for rb_sprintf() [Bug #7982]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/27/2013
-
11:30 PM Revision 7e70b8ac (git): * ext/curses/curses.c: Update Curses::Window example for nicer output
- Patch by Michal Suchanek [Bug #8121] [ruby-core:53520]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40506 b2dd... -
11:11 PM Revision e781aeef (git): * README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:04 PM Revision 817dda53 (git): * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:48 PM Revision d7b32fb4 (git): * configure.in: Fix a typo. Should check endgrent() instead of
- endgrnam().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:38 PM Revision 8583a7df (git): * 2013-04-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 PM Revision 1a67580e (git): * process.c (obj2gid): Don't call endgrnam() if not exist.
- Bionic (Android's libc) don't have endgrnam().
* configure.in: Check endgrnam function.
git-svn-id: svn+ssh://ci.... - 02:54 PM Revision b5e8e33d (git): * lib/yaml.rb: add security warning to YAML documentation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision 3e1fad84 (git): * lib/yaml.rb: Documentation for YAML module [Bug #8213]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 AM Revision ab750920 (git): * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.
- This fixes a compilation failure while cross-compiling for Tensilica
Xtensa Processor.
git-svn-id: svn+ssh://ci.... -
10:33 AM Revision 5c1d4c2a (git): * thread.c: fix typos and documentation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:06 AM Revision 5cbc3e15 (git): * sparc.c: Use __asm__ instead of asm for gcc.
- gcc doesn't provide asm keyword if -ansi option is given.
http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html... -
08:23 AM Revision ef215077 (git): * ext/socket/extconf.rb: Redundant test removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:00 AM Revision fbbd7e29 (git): * ext/socket/extconf.rb (test_recvmsg_with_msg_peek_creates_fds):
- Extracted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:52 AM Revision d907adec (git): * internal.h (SIGNED_INTEGER_TYPE_P): New macro.
- (SIGNED_INTEGER_MAX): Ditto.
(SIGNED_INTEGER_MIN): Ditto.
(UNSIGNED_INTEGER_MAX): Ditto.
(TIMET_MAX): Use SIGNE... -
03:30 AM Revision e88a692a (git): * thread.c (TIMEVAL_SEC_MAX, TIMEVAL_SEC_MIN): Consider environments,
- sizeof(time_t) is smaller than sizeof(tv_sec), such as
OpenBSD 5.2 (amd64).
git-svn-id: svn+ssh://ci.ruby-lang.or... -
12:02 AM Revision 825a8923 (git): test_syntax.rb: split test_syntax
- * test/ruby/test_syntax.rb (test_syntax): split to improve throuthput
by reducing objects.
git-svn-id: svn+ssh://c...
04/26/2013
-
05:31 PM Revision 506ee0c1 (git): merge revision(s) 39687,39776,40438: [Backport #8064]
- * io.c (rb_update_max_fd): use ATOMIC_CAS because this function
is used from timer thread too.
* i... -
05:06 PM Revision f2d84ac8 (git): * configure.in: use quadrigraphs. workaround for autoconf 2.64.
- a patch provided by Hessob Park. [ruby-core:53157] [Backport #8020]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br... -
04:15 PM Revision c72e5e70 (git): merge revision(s) 40413,40414,40415,40423: [Backport #8290]
- * string.c (rb_str_inspect): NUL should not be represented as
"\0" when octal digits may follow.
*... - 04:14 PM Revision e38b66fc (git): * 2013-04-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:13 PM Revision b22fa276 (git): fix typo (r40195, r40428)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:49 PM Revision a2ac434a (git): merge revision(s) 40476: [Backport #8332]
- * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.
This fixes a compilation failure while ... - 02:36 PM Revision 4e44eeae (git): * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that all
- entity filters are ignored. [ruby-dev:47278] [Bug #8302]
Patch by Ippei Obayashi. Thanks!!!
* test/rexml/test_entit... -
02:32 PM Revision 4a90d9e8 (git): merge revision(s) 40475,40480,40481:
- * lib/rss/atom.rb: Documentation for RSS::Atom based on a patch by
Michael Denomy
* lib/rss/maker.... - 01:56 PM Revision 562648e4 (git): * lib/rexml/element.rb (REXML::Attributes#to_a): Support
- namespaced attributes. [ruby-dev:47277] [Bug #8301]
Patch by Ippei Obayashi. Thanks!!!
* test/rexml/test_attributes... - 12:48 PM Revision b486e504 (git): * lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:21 PM Revision 2df0d9a1 (git): * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:42 AM Revision 56e982d4 (git): * ext/socket/extconf.rb: Use a block of enable_config() for
- --{enable,disable}-close-fds-by-recvmsg-with-peek configure option
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
09:16 AM Revision 847fe27e (git): * dir.c (dir_set_pos): Fix a compilation error when seekdir() is not
- exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:45 AM Revision 6d2662d4 (git): add comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:43 AM Revision ed9e1f9a (git): * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.
- This fixes a compilation failure while cross-compiling for ARM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
05:36 AM Revision 1eb50046 (git): * lib/rss/atom.rb: Documentation for RSS::Atom based on a patch by
- Michael Denomy
* lib/rss/maker.rb: Documentation for RSS::Maker also by @mdenomy
git-svn-id: svn+ssh://ci.ruby-lang... -
03:51 AM Revision 66938f38 (git): dd comment about AC_FUNC_SETPGRP.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 AM Revision a36cd96c (git): * ext/curses/extconf.rb: Test linkability of curses_version at first.
- * ext/socket/extconf.rb: Test the behavior of fd passing with MSG_PEEK
only if recvmsg(), msg_control member, AF_UN...
Also available in: Atom