Activity
From 04/16/2013 to 04/22/2013
04/22/2013
- 07:40 PM Revision 1f4e5348 (git): * 2013-04-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:40 PM Revision 5d85df5d (git): fix minor code comment typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:57 PM Revision 4f683e16 (git): * insns.def (opt_mod): Use % operator if both operands are positive for
- a significant performance improvement. Thanks to @samsaffron.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4041... -
09:35 AM Revision e9b63c1a (git): enhanced Array#delete_if docs by johnnymugs
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:09 AM Revision 67b18074 (git): marshal.c: fix marshal_load ivar
- * marshal.c (r_object0): copy all instance variables not only generic
ivars, before calling post proc. [ruby-core:... -
03:13 AM Revision 16dc6c29 (git): More tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:59 AM Revision 18adfc7d (git): * 2013-04-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Revision ca57db4c (git): Specify --disable-gems
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Revision f544ca4e (git): * util.c (ruby_hdtoa): revert r29729.
- If you want ruby to behave as before on x86, specify to use SSE like
-msse2 -mfpmath=sse for gcc.
git-svn-id: svn+...
04/21/2013
- 02:23 PM Revision e9679c9a (git): * configure.in: Revert using sigsetjmp by default due to performance
- problems on some systems (eg. older Linux)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40403 b2dd03c8-39d4-4d8... - 12:35 PM Revision c032cf6e (git): * configure.in: Use sigsetjmp by default so jumping out of signal
- handlers properly restores the signal mask and SS_ONSTACK flag.
[ruby-core:54175] [Bug #8254]
* configure.in: Manu... -
10:04 AM Revision 595825dc (git): Replace use of obsolete variable `last-command-char` by @maser [fix GH-290]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/20/2013
-
11:03 PM Revision 8f671120 (git): * test/csv/test_features.rb, test/logger/test_logger.rb
- test/mkmf/test_have_macro.rb, test/net/http/test_http.rb,
test/openssl/test_config.rb, test/psych/test_encoding.rb,... -
03:16 PM Revision 65261bda (git): * lib/tempfile.rb (Tempfile.create): Close when the block exits.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 88d0a18c (git): merge revision(s) 40135,40148,40173: [Backport #8165]
- * load.c (features_index_add): use rb_str_subseq() to specify C string
position properly to fix require non... -
03:13 PM Revision c1ca05af (git): merge revision(s) 39644,39646,39647,39874,39898: [Backport #8048]
- * load.c (features_index_add_single, rb_feature_p): store single index
as Fixnum to reduce the number of ar... - 03:10 PM Revision 45e02258 (git): * 2013-04-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Revision 5fb8bb16 (git): * lib/webrick/httpauth/htpasswd.rb: Use Tempfile.create to avoid
- unintentional unlink() by the finalizer.
lib/webrick/httpauth/htdigest.rb: Ditto.
git-svn-id: svn+ssh://ci.ruby-l... -
02:40 PM Revision 80ecaa17 (git): merge revision(s) 40345: [Backport #8283]
- * dir.c (glob_helper): should skip dot directories only for recursion,
but should not if matching to the gi... -
01:50 PM Revision 5388fb64 (git): * lib/tempfile.rb (Tempfile.create): New method.
- The method name is proposed by Shugo Maeda. [ruby-dev:47220]
[ruby-core:41478] [Feature #5707]
git-svn-id: svn+... -
05:22 AM Revision 8c77e58b (git): marshal.c: use ivars of marshal_dump data
- * marshal.c (w_object): dump no ivars to the original by marshal_dump.
[ruby-core:54334] [Bug #8276]
* marshal.c (r...
04/19/2013
-
08:21 PM Revision 1e8a05c1 (git): Add example for String#scrub
- [Feature #6321] [Feature #6752] [Bug #7967]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40391 b2dd03c8-39d4-4d... -
05:50 PM Revision 394d5dfa (git): * string.c (str_scrub): add ruby method String#scrub which verify and
- fix invalid byte sequence.
* string.c (str_compat_and_valid): check given string is compatible
and valid with give... -
05:41 PM Revision 62ff805f (git): merge revision(s) 40362: [Backport #7997]
- * lib/cgi/cookie.rb(CGI::Cookie.parse): add require
for standalone require 'cgi/cookie' .[Bug #7997]
git-svn-id: s... -
05:39 PM Revision 2bc82894 (git): merge revision(s) 40117,40118,40333: [Backport #8222]
- * test/test_curses.rb: tests for getch.
* ext/curses/curses.c (Init_curses): fix implementation function,
... -
05:16 PM Revision 2e607b7f (git): merge revision(s) 40304: [Backport #8240]
- * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.
* test/openssl/test_ssl.rb: Add tests to verif... -
05:03 PM Revision 6ba7e6cc (git): merge revision(s) 40102: [Backport #8234]
- * thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.
stackaddr and size are not set if ge... -
04:54 PM Revision 7e970d34 (git): merge revision(s) 40103: [Backport #8235]
- * thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREAD
.. #endif sections. This fixes a bui... -
04:40 PM Revision 8c43fc02 (git): merge revision(s) 40276: [Backport #8210]
- * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.
[bug] fix problem with optimization of \z (... - 04:36 PM Revision 57ffc79c (git): * 2013-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:36 PM Revision 2ea4ed63 (git): * lib/matrix.rb: Fix typo in rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:28 PM Revision 80002f8e (git): merge revision(s) 40260,40377: [Backport #8260]
- * vm_insnhelper.c (vm_callee_setup_keyword_arg): non-symbol key is not
a keyword argument, keep it as an po... -
04:16 PM Revision 26de6120 (git): merge revision(s) 40000: [Backport #8097]
- * thread.c (rb_mutex_synchronize_m): yield no block params. patch by
splattael (Peter Suschlik) in [ruby-c... -
04:02 PM Revision a569165d (git): merge revision(s) 40205: [Backport #8236]
- * compile.c (iseq_compile_each): append keyword hash to argument array
to splat if needed. [ruby-core:5409... -
03:32 PM Revision 1ccf489a (git): merge revision(s) 40374: [Backport #8292]
- * README.EXT.ja (Data_Wrap_Struct): Remove a description about
orphan argument. Oh, I renamed the argument ... -
02:40 PM Revision af58fd44 (git): Fixed ChangeLog typo found by @Nami-Doc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:32 PM Revision ff6eb8fe (git): Fixed comment typo, found by @ThePablick
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 PM Revision 17817e9d (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:02 PM Revision 46e17f4c (git): * README.EXT.ja (Data_Wrap_Struct): Remove a description about
- orphan argument. Oh, I renamed the argument name without
changing description at r36180... Sorry....
Patch by Mak... -
10:41 AM Revision d6674f8f (git): Add --disable-gems for tests which doesn't use rubygems
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:02 AM Revision 3f927dec (git): * lib/net/imap.rb (body_type_msg): should accept
- message/delivery-status with extra data.
[ruby-core:53741] [Bug #8167]
* test/net/imap/test_imap_response_parser.r... -
08:09 AM Revision 3c1b8a1b (git): test_module.rb: rename
- * test/ruby/test_module.rb (test_visibility_by_public_class_method):
rename because anonymousness is not a point.
... - 06:17 AM Revision 0e102a66 (git): * lib/cgi/session.rb: update use rescue nil all because
- session delete shoud try all pattern.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40370 b2dd03c8-39d4-4d8f-98f... -
05:46 AM Revision 683c5fdf (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:43 AM Revision 6c3a57a1 (git): * lib/cgi/session.rb: update use rescue Errno::ENOENT because
- session delete shoud try all pattern.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40368 b2dd03c8-39d4-4d8f-98f... - 05:25 AM Revision 42546869 (git): * lib/cgi/session.rb: update rescue in delete session file
- only Errno::ENOENT.[Bug #7940]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40367 b2dd03c8-39d4-4d8f-98ff-823fe... -
04:03 AM Revision 1dd06612 (git): marshal.c: no duplicated encoding
- * marshal.c (w_object): do not dump encoding which is dumped with
marshal_dump data. [ruby-core:54334] [Bug #8276]... -
03:52 AM Revision 597aa8ba (git): ChangeLog: remove garbage
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision 526ffc53 (git): configure.in: -g and -fstack-protector flags can't work
- together on SmartOS
* configure.in (stack_protector): control use of -fstack-protector.
* configure.in (debugflags): ...
04/18/2013
- 11:47 PM Revision 1f12e407 (git): * lib/cgi/cookie.rb: refactoring.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:38 PM Revision 1f2c3b8a (git): * lib/cgi/cookie.rb(CGI::Cookie.parse): add require
- for standalone require 'cgi/cookie' .[Bug #7997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40362 b2dd03c8-39... -
10:45 PM Revision 053e85e2 (git): * test/openssl/test_cipher.rb: Correct a typo
- by jgls <[email protected]>
https://github.com/ruby/ruby/pull/291 fix GH-291
git-svn-id: svn+ssh://ci.ruby-lang.... -
06:04 PM Revision 46d19a3a (git): Fix .travis.yml for current known Linux failure
- And revert branches and notification change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40360 b2dd03c8-39d4-4... - 03:29 PM Revision 38dccee1 (git): * 2013-04-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision df9e72b2 (git): test_rinda.rb: use spawn
- * test/rinda/test_rinda.rb (TupleSpaceProxyTest#test_take_bug_8215):
use more portable spawn instead of fork.
git-... -
02:45 PM Revision 4987e849 (git): "garbage" (noun) is uncountable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 PM Revision a1d59a60 (git): Fix ChangeLog duplicated by wrong merge
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 PM Revision 26e92343 (git): Overwrite Ruby's path for cgi in tests
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 PM Revision 9d72f265 (git): * common.mk (clean-ext): remove timestamps.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 PM Revision 6e24f177 (git): * ext/socket/rubysocket.h (SOCKLEN_MAX): Expression simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 PM Revision 3f75750c (git): Oops, I forgot to use JST in the ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:55 PM Revision b69f1fb6 (git): iseq: reduce array allocations for simple sequences
- * compile.c (iseq_add_mark_object): Use new rb_iseq_add_mark_object().
* insns.def (setinlinecache): Ditto.
* iseq.... -
01:55 PM Revision 5f628a07 (git): iseq.c: remove duplicated strings for file paths
- * iseq.c (iseq_location_setup): re-use existing string when iseq has
the same path and absolute_path. [Bug #8149]
... -
01:55 PM Revision 226e145e (git): assertions.rb: remove UNASSIGNED
- * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
UNASSIGNED is not a valid message.
git-svn-id: svn+... -
01:55 PM Revision b2fcb9da (git): thread.c: fix overflow on Windows
- * thread.c (sleep_timeval): get rid of overflow on Windows where
timeval.tv_sec is not time_t but mere long.
git-s... -
01:55 PM Revision 08a6ef73 (git): Run test-all on travis-ci
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 AM Revision 335dfa12 (git): vm_method.c: fix visibility on anonymous module
- * vm_method.c (rb_mod_public_method): fix visibility on anonymous
module. set visibility of singleton method, not m... -
07:20 AM Revision a4188556 (git): dir.c: not skip dot directories if matching
- * dir.c (glob_helper): should skip dot directories only for recursion,
but should not if matching to the given patt... -
07:20 AM Revision c3db44dc (git): pack.c: refix unpack base64
- * pack.c (pack_unpack): increase buffer size to fix buffer overflow,
and fix garbages just after unpacking without ... -
06:11 AM Revision ca743196 (git): Increase capacity for skipping paddings
- fix for r40342
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:03 AM Revision 3e2fdaf1 (git): * pack.c (pack_unpack): output characters even if the input doesn't
- have paddings. [Bug #8286]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/17/2013
- 11:21 PM Revision 2446c965 (git): * 2013-04-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 PM Revision 97dae8b0 (git): * common.mk (clean-ext): remove timestamps.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision a66491ef (git): merge revision(s) 40327:
- fix typo by @zsalzbank [fix GH-289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40339 b2dd03c8-... -
01:08 PM Revision 80e4d412 (git): * ext/socket/rubysocket.h (SOCKLEN_MAX): Expression simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 AM Revision aebb6889 (git): Oops, I forgot to use JST in the ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 AM Revision cbd8b099 (git): iseq: reduce array allocations for simple sequences
- * compile.c (iseq_add_mark_object): Use new rb_iseq_add_mark_object().
* insns.def (setinlinecache): Ditto.
* iseq.... -
11:01 AM Revision ce6db8f2 (git): * ext/socket/rubysocket.h (SOCKLEN_MAX): Defined.
- * ext/socket/raddrinfo.c (ext/socket/raddrinfo.c): Reject too long
Linux abstract socket name.
git-svn-id: svn+s... -
10:55 AM Revision cef6a377 (git): iseq.c: remove duplicated strings for file paths
- * iseq.c (iseq_location_setup): re-use existing string when iseq has
the same path and absolute_path. [Bug #8149]
... -
06:39 AM Revision 626235a6 (git): test_curses.rb: default TERM
- * test/test_curses.rb (TestCurses#run_curses): default TERM
environment variable which is needed by ncurses.
git-s... -
05:20 AM Revision 385de15d (git): test_readline.rb: try UTF-8
- * test/readline/test_readline.rb (test_completion_encoding),
(test_input_metachar_multibyte): try to run under UTF-... -
05:20 AM Revision a24b6d3f (git): envutil.rb: env hash
- * test/ruby/envutil.rb (assert_separately): keep environment hash
first if exists.
git-svn-id: svn+ssh://ci.ruby-l... -
02:39 AM Revision 9efcd103 (git): assertions.rb: remove UNASSIGNED
- * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
UNASSIGNED is not a valid message.
git-svn-id: svn+... -
01:58 AM Revision 9e39bc1a (git): thread.c: fix overflow on Windows
- * thread.c (sleep_timeval): get rid of overflow on Windows where
timeval.tv_sec is not time_t but mere long.
git-s... - 01:17 AM Revision 08f52b05 (git): * 2013-04-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 AM Revision e9a61266 (git): fix typo by @zsalzbank [fix GH-289]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/16/2013
-
04:20 PM Revision fb6713bd (git): merge revision(s) 39600:
- test_method.rb: reduce iteration
* test/ruby/test_method.rb (TestMethod#test_bound_method_entry):
reduce i... -
02:09 PM Revision b4909876 (git): merge revision(s) 40322:
- fix ENV.to_a rdoc example by @benolee [fix GH-288]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@... -
02:07 PM Revision a294d458 (git): * ext/socket/unixsocket.c (unix_send_io): Suppress a warning by clang.
- (unix_recv_io): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:49 PM Revision b3f5b73a (git): merge revision(s) 40318:
- fixed wrong value by @taksatou [fix GH-287]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40323 b... -
06:28 AM Revision da91385f (git): fix ENV.to_a rdoc example by @benolee [fix GH-288]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision 8d1d9fc1 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:28 AM Revision 45b3c3ac (git): * ext/sdbm/init.c: Fix comment indentation, by windwiny [Fixes GH-277]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 AM Revision 3a7a773a (git): * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]
- * ext/stringio/stringio.c: ditto
* ext/io/wait/wait.c: ditto
* ext/gdbm/gdbm.c: ditto
* ext/dl/cfunc.c: ditto
* ext/z... -
02:31 AM Revision bbf0ea6b (git): fixed wrong value by @taksatou [fix GH-287]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:24 AM Revision 13d18f27 (git): * 2013-04-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 AM Revision a152c41e (git): * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom