Activity
From 07/22/2013 to 07/28/2013
07/28/2013
-
11:20 PM Bug #8701 (Closed): REXML bug in parsing notation declarations
- 添付したコード(test_notationdecl.rb)を実行すると、["x", "y", "z"] が表示することが期待されますが、["y", "z"] と表示されます。
パースに使っている正規表現の問題で, 添付したパッチ... -
10:56 PM Feature #8700 (Closed): Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
- How about adding Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)?
Integer#bitsize returns the positio... -
10:04 PM Bug #8687: mathn and round causes an segmentationfault
- Backported to ruby_2_0_0 at r42217.
-
09:58 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- Backported to ruby_2_0_0 at r42216.
-
05:49 PM Bug #8669 (Closed): outbuf can be "temporarily" locked forever in IO#read
- This issue was solved with changeset r42212.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is... -
09:54 PM Revision da8406f0 (git): win32.c: use enum
- * win32/win32.c (rb_w32_pipe): use enum for compile time constants,
instead of const int for debugging.
git-svn-id... -
09:49 PM Bug #8664: open ssl not_before failure on small set of certificates
- Backported to ruby_2_0_0 at r42215.
-
08:27 PM Revision fc0511f4 (git): add assert_not_empty ENV['USER']
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 PM Bug #8689: REXML::StreamListener#entityが呼び出されない
- 修正ありがとうございます。元々のコードを書いた人も取れている情報を捨てずに活用できる手段を用意したかったのでしょう。
るりまもこれに合わせて適当に修正します。 -
08:06 PM Bug #8685: Problems of the example of REXM::Attribute#namespace
- zzak (Zachary Scott) wrote:
> @ohai Thank you! It seems you removed an example for #add_attributes
>
> Why was th... -
06:26 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- The attached file is not a part of my proposal. It made by Glass_saga. My proposal is the same as ActiveSupport.
-
05:56 AM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- I've missed the returned values until I've implemented it actually.
- In ActiveSupport
* `Hash#slice!` keeps th... -
05:39 PM Bug #8697: Fixnum complement operator issue
- =begin
As you've admitted, ~ operator implementation does more than ((*just flipping of it's each bit*)). It also do... -
06:14 AM Bug #8697: Fixnum complement operator issue
- =begin
I guess you mistake "the ones' complement of a binary number" for "the ones' complement system".
The former ... -
04:02 AM Bug #8697: Fixnum complement operator issue
- =begin
When one's complement is applied to zero, the result is ((*not*)) -1 but so called "negative zero", ie. -0.
Wh... -
12:34 AM Bug #8697 (Feedback): Fixnum complement operator issue
- Please show us an actual problem.
At least, ~0 is -1 as follows.
% ./ruby -v -e 'p ~0'
ruby 2.1.0dev (2013-07-... -
05:27 PM Feature #8699 (Closed): Feature request: Detect line encoding problems
- This is a feature which would have saved me hours of debugging.
If you give ruby a file with old mac line endings,... -
05:22 PM Bug #8625 (Assigned): IO#read(len, buf) shortens buf even if data is not read actually
- Nakada-san, what do you think?
-
05:14 PM Bug #8698 (Closed): レシーバに不正なバイト列が含まれている場合にString#each_lineや#linesの挙動が引数の有無で変わってしまう
- String#each_lineや#linesは、レシーバに不正なバイト列が含まれている場合に引数無しで呼ばれると例外を発生させませんが、
引数を与えると例外を発生させます。
invalid_str = "\x80" * 3
... - 03:14 PM Revision 77763b51 (git): * 2013-07-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 7a9aeb33 (git): * bignum.c (bigdivrem): Specialized implementation added for
- nx == 2 && ny == 2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:06 PM Feature #8671 (Closed): support SEEK_DATA and SEEK_HOLE
- This issue was solved with changeset r42211.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is... -
01:04 PM Revision 6cd7a039 (git): merge revision(s) 42178: [Backport #8687]
- * rational.c (f_round_common): Rational is expected to be returned by
Rational#*, but mathn.rb breaks that ... -
12:58 PM Revision a728dd25 (git): merge revision(s) 42212,42214: [Backport #8669]
- * string.c: add internal API rb_str_locktmp_ensure().
* io.c (io_fread): use rb_str_locktmp_ensure().
... -
12:49 PM Revision 0f1fb6ff (git): merge revision(s) 42126: [Backport #8664]
- * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
format for ASN.1 UTCTime. [ruby-trunk... -
11:31 AM Revision e4b0852a (git): * io.c (io_getpartial): use rb_str_locktmp_ensure().
- [ruby-core:56121] [Bug #8669]
* io.c (rb_io_sysread): ditto.
* test/ruby/test_io.rb: add tests for above.
git-svn-... -
11:19 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
- I made rb_absint_size and rb_absint_numwords public too, as described in
[ruby-core:55408]. (comment #18)
I also... -
12:15 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
- I made rb_integer_pack and rb_integer_unpack public because it seems no one against them.
-
12:11 AM Feature #6065 (Closed): Allow Bignum marshalling/unmarshalling from C API
- This issue was solved with changeset r42202.
Martin, thank you for reporting this issue.
Your contribution to Ruby is... -
11:10 AM Revision 5c2f4fbc (git): extmk.rb: static extensions
- * ext/extmk.rb (extmake): should make static libraries for extensions
to be statically linked. [Bug #7948]
git-sv... -
10:43 AM Bug #5954: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- It's natural.
Windows doesn't support non-blocking mode on other than sockets. -
08:49 AM Revision dd8f7a6c (git): * string.c: add internal API rb_str_locktmp_ensure().
- * io.c (io_fread): use rb_str_locktmp_ensure().
[ruby-core:56121] [Bug #8669]
* test/ruby/test_io.rb: add a test f... -
04:06 AM Revision 0a778543 (git): * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.
- These are whences for lseek(2) supported by Linux since version 3.1.
[ruby-core:56123] [Feature #8671]
* test/ruby... -
03:51 AM Revision 37377b24 (git): * bignum.c (absint_numwords_generic): The char_bit variable changed
- to a static constant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:42 AM Feature #7292: Enumerable#to_h
- =begin
I would suggest
module Enumerable
def to_h
h = {}
each do |e|
h[e.first] = e... -
03:12 AM Revision aecf0077 (git): * bignum.c: Constify bary_* functions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:14 AM Revision e5ff9d58 (git): * include/ruby/intern.h (rb_absint_size): Declaration moved from
- internal.h to calculate required buffer size to pack integers.
(rb_absint_numwords): Ditto.
(rb_absint_singlebit_... -
01:54 AM Revision 56150eba (git): win32.c: fix pipe name formatting
- * win32/win32.c (rb_w32_pipe): fix pipe name formatting. as "%x" may
not contain '0' at all, fill at fixed positio... -
12:39 AM Feature #8553 (Closed): Bignum#size (and Fixnum#size)
- This issue was solved with changeset r42204.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:09 AM Feature #8430 (Assigned): Rational number literal
07/27/2013
-
09:07 PM Feature #8629: Method#parameters should include the default value
- I don't understand, I've expressed already my opinion on how it should behave in the case you pointed out directly in...
-
04:42 PM Feature #8629 (Rejected): Method#parameters should include the default value
- There can be a default value expression that refers external scope, e.g.
def foo(a, b=a+2)
end
In the case... -
08:23 PM Bug #8697 (Rejected): Fixnum complement operator issue
- =begin
By the ((<documentation|URL:http://www.ruby-doc.org/core-2.0/Fixnum.html#method-i-7E>)), bitwise complement o... -
07:37 PM Revision b592a740 (git): Show TERM environment variable on failure
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 PM Revision f1312bc0 (git): test_rubyoptions.rb: split test_segv_test
- * test/ruby/test_rubyoptions.rb (test_segv_test): split assertions to
each tests.
git-svn-id: svn+ssh://ci.ruby-la... -
04:54 PM Feature #8696 (Closed): Process.setproctitle
- $0= と同じ機能が$変数を使わずに書けないようなので、
Process.setproctitle を追加するのはどうでしょうか? -
04:29 PM Feature #8430: Rational number literal
- matz (Yukihiro Matsumoto) wrote:
> The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" a... -
04:16 PM Feature #8430: Rational number literal
- The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" as "Complex(0,1)".
Matz. -
04:13 PM Feature #8671: support SEEK_DATA and SEEK_HOLE
- We accept. Go ahead.
Matz. -
03:48 PM Feature #6589: Set#rehash
- Actually, an undocumented "feature" is that Set does not support an element being modified once it is added.
Maybe... -
03:39 PM Revision 5b89a56b (git): * bignum.c (rb_big_size): Return the bignum "bytewise" size.
- [ruby-core:55578] [Feature #8553]
This is accepted by matz on DevelopersMeeting20130727Japan.
git-svn-id: svn+ss... -
03:27 PM Feature #8026: Need Module#prepended_modules
- What about adding Module#prepend?(other) also, which could be implemented in ruby as follows?
module Module
def... -
02:47 PM Feature #8026: Need Module#prepended_modules
- I am OK with the idea.
Matz. -
03:25 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- In attached .diff
~~~ruby
assert_equal({1=>2, 3=>4}, h.slice!(1, 3))
~~~
but ActiveSupport's `h.slice!(1... -
03:22 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- The slice method (`Array#slice`) retrieve "a slice of elements" from an `Array`.
Considering that, slice is *not* a ... - 03:11 PM Revision c15e0070 (git): * 2013-07-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision 8fd992d7 (git): * include/ruby/intern.h (rb_integer_pack): Declaration moved from
- internal.h.
(rb_integer_unpack): Ditto.
[ruby-core:42813] [Feature #6065]
git-svn-id: svn+ssh://ci.ruby-lang.o... -
03:10 PM Bug #8221: 2 AES-128-GCM (probably same in AES-256-GCM) bug?
- http://rbci.lakewood.privs.net/ruby-trunk/log/20130726T230003Z.log.html.gz also relates this
-
03:07 PM Feature #7292 (Feedback): Enumerable#to_h
- the name 'to_h' is OK, simpler behavior is preferable compared with the past proposals.
But I am not sure the foll... -
02:59 PM Feature #6588: Set#intersect?
- OK, accepted. I'll work on it.
-
02:29 PM Feature #8632: Remove warnings for Refinements
- I agree. Remove warning.
Matz. -
01:53 PM Feature #8678: Allow invalid string to work with regexp
- duerst (Martin Dürst) wrote:
> Sorry to be late with my comment.
>
> naruse (Yui NARUSE) wrote:
> > People can f... -
01:45 PM Feature #3753: value of def-expr
- We accept this change for 2.1 in the developers' meeting on 2013-07-27. We also think define_method() should return ...
-
01:36 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- In the developers' meeting on 2007-07-27, we concluded we accepted the proposal from Aaron in https://dl.dropboxuserc...
-
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron Patterson <[email protected]> wrote:
> In the last developer meeting, matz suggested that the existin... -
10:46 AM Bug #8695 (Feedback): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
- Your log is 1.8.7.
-
04:35 AM Bug #8695 (Closed): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
- I was following the instructions in the README file for the compilation of Ruby version2.0.0-p247. The problem is al...
-
09:56 AM Feature #8601: Win32API.rb long life plan
- usa (Usaku NAKAMURA) wrote:
> Win32API.rb should be removed at 2.1.0.
Hello usa,
This doesn't go against what ... -
09:45 AM Bug #5954: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- Hello usa, nobu.
I've hit this issue with several project again.
Can you confirm or reject if this failure is i... -
08:53 AM Feature #8658: Process.clock_gettime
- 2013/7/26 Tanaka Akira <[email protected]>:
> 2013/7/26 KOSAKI Motohiro <[email protected]>:
>
>> Really? I... - 08:13 AM Revision 8a165f96 (git): * 2013-07-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:13 AM Revision aef16b8f (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:22 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- what is the reason for this?
why should yield and block.call behave differently?
why should lambdas sometimes n...
07/26/2013
-
11:23 PM Bug #8689: REXML::StreamListener#entityが呼び出されない
- ちょっとみたらすぐにいけそうだったので実装しておきました!あと、パースして情報が落ちるのは切ないなぁという気持ちもありました。
まぁ、なにに使うんですかねぇ。。。未定義のパラメーター実体参照をしていないか、というチェックをするプ... -
11:17 PM Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
- This issue was solved with changeset r42198.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:16 PM Bug #8689 (Assigned): REXML::StreamListener#entityが呼び出されない
-
02:54 AM Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
- REXML::StreamListener#entity のドキュメントによると
# Called when %foo; is encountered in a doctype declaration.
# @p ... -
10:58 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- How about this implementation?
-
09:55 PM Bug #8694 (Third Party's Issue): scheduled_tasks bug report
- It crashes in win32-api.
-
07:48 PM Bug #8694 (Third Party's Issue): scheduled_tasks bug report
- gem crash trying to use a scheduled_task resource. I first tried using forward slashes, but had similar errors.
s... -
09:41 PM Feature #8693 (Rejected): lambda invoked by yield acts as a proc with respect to return
- It's spec.
-
02:14 PM Feature #8693 (Closed): lambda invoked by yield acts as a proc with respect to return
- irb(main):004:0> def m1; yield end; def m2; m1 &->{return 0}; 1 end; m2
=> 0 -
06:17 PM Feature #8678: Allow invalid string to work with regexp
- Sorry to be late with my comment.
naruse (Yui NARUSE) wrote:
> Legacy Ruby 1.8 could regexp match with broken str... -
08:41 AM Feature #8678: Allow invalid string to work with regexp
- I am positive. I'd rather want to make this default (if possible).
Matz. -
05:41 PM Feature #7292: Enumerable#to_h
- Yes, thanks, i forgot. Then "to_h" would be fine with me.
In fact, for me it would be enough to have a method lik... -
04:53 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- On Tue, Aug 02, 2011 at 07:35:15AM +0900, Yehuda Katz wrote:
>
> Issue #5138 has been reported by Yehuda Katz.
... -
03:30 PM Bug #8680 (Feedback): ruby crashes when built with AddressSanitizer
-
01:18 AM Bug #8680: ruby crashes when built with AddressSanitizer
- Does Boehm GC works on the AddressSanitizer? IOW, is this ruby specific?
- 02:19 PM Revision 30f5e8ca (git): * NEWS: Add a new feature that REXML::Parsers::StreamParser
- supports "entity" event.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:17 PM Revision 75a13873 (git): * lib/rexml/parsers/streamparser.rb
- (REXML::Parsers::StreamParser#parse): Add "entity" event support to
listener. [Bug #8689] [ruby-dev:47542]
Report... -
02:05 PM Revision 41f864fa (git): parse.y: separate numeric literal
- * parse.y (parser_yylex): separate numeric literal from succeeding
token, and treat 'e' as floating point number on... -
01:14 PM Revision 2d9a4afb (git): vm_exec.h: fix CHECK_VM_STACK_OVERFLOW_FOR_INSN
- * vm_exec.h (CHECK_VM_STACK_OVERFLOW_FOR_INSN): surround with
do/while (0), and remove unnecessary casts.
git-svn-... -
01:04 PM Bug #8676 (Closed): ruby 2.0 can not require or load the source file with non-ascii path name
- This issue was solved with changeset r42183.
贾, thank you for reporting this issue.
Your contribution to Ruby is grea... -
09:37 AM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
- Update the
Using the encoding from path name -
12:59 PM Feature #8658: Process.clock_gettime
- 2013/7/26 KOSAKI Motohiro <[email protected]>:
> Really? I don't think so because CLOCK_*_CPUTIME_ID ha... -
12:53 PM Feature #8658: Process.clock_gettime
- 2013/7/24 Eregon (Benoit Daloze) <[email protected]>:
> Issue #8658 has been updated by Eregon (Benoit Daloze)... -
02:53 AM Feature #8658: Process.clock_gettime
- (7/23/13 9:50 PM), Tanaka Akira wrote:
> 2013/7/24 KOSAKI Motohiro <[email protected]>:
>
>> So, Why d... -
12:55 PM Bug #8692 (Rejected): segv in fiddle
- =begin
(({time()})) returns (({time_t})), not pointer.
As Fiddle doesn't provide (({TYPE_TIME_T})) currently, you h... -
11:45 AM Bug #8692 (Rejected): segv in fiddle
- =begin
require 'fiddle'
libc = Fiddle.dlopen('libc.dylib')
time = Fiddle::Function.new( libc['time'], [Fiddl... -
11:42 AM Bug #8687 (Closed): mathn and round causes an segmentationfault
- This issue was solved with changeset r42178.
Hans, thank you for reporting this issue.
Your contribution to Ruby is g... -
02:10 AM Bug #8687 (Closed): mathn and round causes an segmentationfault
- require "mathn"; (5/2).round(2)
-- Control frame information -----------------------------------------------
c:... -
11:39 AM Feature #8675: Add Readline.point=(pos)
- ありがとうございます。
7月中には取り込む方向で進めますね。
取り込むならユニットテストもほしいですね。あと、libeditでの動作確認も。 - 11:15 AM Revision 9d00f3f5 (git): Add facility to Syslog::Logger.
- * ext/syslog/lib/syslog/logger.rb (Syslog::Logger): Add facility
to Syslog::Logger. [Fixes GH-305] by Max Shy... -
10:28 AM Revision 621da983 (git): * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stack
- overflow checking failed just before/after the beginning of an
instruction. It should be treated as a BUG.
Please... -
09:31 AM Revision d4622613 (git): * array.c (ary_memcpy): cast to int to suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 AM Revision d320b2d9 (git): * array.c (ary_memcpy): try to enable optimization.
- At least on my environments, I don't see any errors
with many trials. Please tell us if you find any GC bugs.
gi... -
08:52 AM Feature #8691 (Closed): Add warning for variable that is re-assigned but not re-used
- The following code
def reassigned_unused
a = 42
b = a.to_s
a = 56
b
end
Does not currently generat... -
08:50 AM Revision 48443714 (git): win32/file.c: suppress warning
- * win32/file.c (convert_mb_to_wchar): omit never-true NULL check to
suppress maybe-uninitialized warning in rb_file... -
08:49 AM Revision c4c78f75 (git): win32/file.c: fix target encoding
- * win32/file.c (fix_string_encoding): fix target encoding. the
parameter `encoding' is not the target encoding but... -
06:57 AM Bug #8690: Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- We just talked about it and found out that it's an issue only with Intel processors with the AES-NI instructions. The...
-
05:55 AM Bug #8690: Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- AES-256-CBC-HMAC-SHA1 also crashes with the same stack trace
-
05:45 AM Bug #8690 (Third Party's Issue): Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- =begin
While I realize this is probably wrong, I was trying to find a cipher that JRuby 1.7.4 supported and encounte... -
06:43 AM Revision e9b8488f (git): win32/file.c: adjust indent
- * win32/file.c (get_user_from_path): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42189 b2dd03c8... -
05:08 AM Revision 76d83e5e (git): ChangeLog typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision 6bb201d6 (git): * ext/fiddle/*: [DOC] More doc on dlopen and RTLD_DEFAULT from r42186
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 AM Revision 45c4d828 (git): test_require.rb: same process
- * test/ruby/test_require.rb (assert_require_nonascii_path): run in
same process.
git-svn-id: svn+ssh://ci.ruby-lan... -
04:19 AM Revision 4af852fa (git): test_require.rb: use assert_separately
- * test/ruby/test_require.rb: use assert_separately preferably to
assert_in_out_err for clear messages.
git-svn-id:... -
04:11 AM Revision 5cbfd750 (git): * ext/fiddle/lib/fiddle.rb: [DOC] Document Fiddle.dlopen(nil)
- * ext/fiddle/handle.c: [DOC] Document Fiddle::Handle.new(nil)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@421... -
04:04 AM Revision 8948280c (git): load.c: search in OS path encoding
- * load.c (rb_load_internal): use rb_load_file_str() to keep path
encoding.
* load.c (rb_require_safe): search in OS... -
04:04 AM Revision 2c181b6d (git): test_require.rb: split
- * test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):
split test body.
git-svn-id: svn+ssh://ci.ru... -
04:02 AM Revision f375a8b4 (git): file.c: use rb_str_conv_enc
- * file.c (rb_str_encode_ospath): simplify using rb_str_conv_enc().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
04:01 AM Revision 320a0dd2 (git): win32/file.c: refine fix_string_encoding
- * win32/file.c (fix_string_encoding): simplify with rb_str_conv_enc().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
04:00 AM Revision 45fbfd0a (git): win32/file.c: refine convert_mb_to_wchar
- * win32/file.c (convert_mb_to_wchar): use bare pointer instead of
VALUE, and remove useless argument.
git-svn-id: ... -
02:42 AM Revision 8974d5aa (git): rational.c: ensure to be Rational
- * rational.c (f_round_common): Rational is expected to be returned by
Rational#*, but mathn.rb breaks that assumpti... -
02:33 AM Feature #8688 (Open): #sprintf should accept strings as keys
- =begin
Hi there,
Kernel#sprintf should support strings as keys. Currently it only works with symbols:
{irb(ma... -
02:23 AM Bug #8674: [] unused-parameter warning in ruby/ruby.h
- (7/24/13 6:31 PM), shyouhei (Shyouhei Urabe) wrote:
>
> Issue #8674 has been updated by shyouhei (Shyouhei Urabe... -
02:10 AM Bug #8685 (Assigned): Problems of the example of REXM::Attribute#namespace
-
02:09 AM Bug #8685: Problems of the example of REXM::Attribute#namespace
- @ohai Thank you! It seems you removed an example for #add_attributes
Why was this removed? -
01:35 AM Bug #8685 (Closed): Problems of the example of REXM::Attribute#namespace
- The exmaple of the comment document of REXML::Attribute#namespace has some problems.
* An old style hash literal i... -
01:03 AM Feature #8671: support SEEK_DATA and SEEK_HOLE
- The looks good to me.
-
12:21 AM Feature #8684 (Rejected): GC.disable with block
- It's easily done by
begin
GC.disable
do_something
ensure
GC.enable
end
and considering b... -
12:06 AM Revision 0f126589 (git): fix missing assignment in r42174
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 AM Revision 0779f743 (git): fix warning: shadowing outer local variable - path
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/25/2013
-
08:54 PM Revision ad859f31 (git): envutil.rb: encoding
- * test/ruby/envutil.rb (Test::Unit::Assertions#assert_separately):
specify the encoding of source.
git-svn-id: svn... -
08:49 PM Revision 7f6ef1f3 (git): Somehow Debian 6.0.7 needs ifname for IPv6 multicast connect
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 PM Feature #8684 (Rejected): GC.disable with block
- I propose GC.disable with block.
It is useful to ensure GC.enable.
usage:
GC.disable do
do_something # GC d... -
04:38 PM Revision 14dfb46b (git): * include/ruby/ruby.h: check defined(USE_RGENGC_LOGGING_WB_UNPROTECT)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:34 PM Revision 59d945ef (git): * 2013-07-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 PM Revision f86be91b (git): * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:42 PM Revision 589da706 (git): * lib/rubygems: Update to RubyGems 2.0.6. [ruby-core:56160]
- [Backport #8682]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42170 b2dd03c8-39d4-4d8f-98ff-823f... -
01:59 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- > Furthermore, should we introduce a function to callback with locking temporarily?
I made rb_str_locktmp_ensure()... -
12:53 PM Bug #8386: OpenSSL thread safety
- (2013/07/24 19:37), MartinBosslet (Martin Bosslet) wrote:
> @naruse: You're right, and I also believe it would mak... -
10:44 AM Feature #8683: CSV library can't append to the current row. It should be able to.
- @nobu Thanks! I've re-created an example using CSV::Table:
require "csv"
row = CSV::Row.new ["Name"], ["Name"], true
... -
09:46 AM Feature #8683 (Rejected): CSV library can't append to the current row. It should be able to.
- CSV class is a reader/writer, not to edit CSV data on memory.
You may want to use CSV::Table instead. -
07:21 AM Feature #8683: CSV library can't append to the current row. It should be able to.
- I guess I could settle for:
headers = ["one"]
CSV.generate headers: true do
["two", three"].each do |e|
heade... -
07:08 AM Feature #8683 (Rejected): CSV library can't append to the current row. It should be able to.
- The CSV library can only add *new* rows, and it provides no way to update the current row after it has been created.
... -
09:33 AM Revision 044e75db (git): fix r42168; Add class name to constants
- [ruby-core:56158] [Feature #8681]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42169 b2dd03c8-39d4-4d8f-98ff-82... -
08:54 AM Revision 67d05682 (git): * lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm on
- HTTP connection. [ruby-core:56158] [Feature #8681]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42168 b2dd03c8-... -
08:52 AM Revision 6be6666f (git): * re.c (rb_reg_to_s): convert closing parenthes to the target encoding
- if it is ASCII incompatible encoding. [ruby-core:56063] [Bug #8650]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
08:21 AM Revision 6c00e177 (git): encoding.c: is_obj_encoding
- * encoding.c (is_obj_encoding): new macro to check if obj is an
Encoding. obj can be any type while is_data_encodi... -
08:17 AM Revision 84d473b7 (git): file.c: clear coderange for user name
- * file.c (rb_file_expand_path_internal): should clear coderange after
copying user name as binary data.
git-svn-id... -
07:31 AM Bug #8674: [] unused-parameter warning in ruby/ruby.h
- Linda_pp (R H) wrote:
> + #else
> + (void)filename;
> + (void)line;
> #endif
(void) で黙らせるのは感心しません。gc... -
07:31 AM Revision 2998934c (git): Change repository of rubyspec from original to nurse's
- Because RubySpec often include tests which fails on CRuby even if
RubySpec is a test suite which verifies whether an ... -
07:24 AM Revision 501c12a6 (git): Add a test for r42162
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:19 AM Revision 72293b69 (git): * encoding.c (check_encoding): Check T_DATA or not.
- is_data_encoding(obj) assumes that `obj' is T_DATA.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42162 b2dd03... -
06:28 AM Feature #7292: Enumerable#to_h
- alexeymuranov (Alexey Muranov) wrote:
> it seems to me that other "#to_?" methods are applicable to all or almost al... -
04:16 AM Revision 276457df (git): fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:06 AM Revision 7ec4a447 (git): file.c: split rb_home_dir
- * dir.c (dir_s_home): use rb_home_dir_of and rb_default_home_dir.
* file.c (rb_home_dir_of): split from rb_home_dir()... -
03:40 AM Feature #8681 (Open): Net::HTTP should set TCP_NODELAY for requests with body
- Setting TCP_NODELAY to disable Nagle's algorithm speeds up successive writes which
we use when sending HTTP PUT/POST... -
03:39 AM Revision dda113e3 (git): * ext/openssl/ossl.c: support additional three thread synchronization
- functions. [ruby-trunk - Bug #8386]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42159 b2dd03c8-39d4-4d8f-98f... -
01:14 AM Revision 03b66024 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/24/2013
-
11:17 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- jonforums (Jon Forums) wrote:
> > > What happens when you `chcp 65001` in cmd.exe but do not encode `$LOAD_PATH` to ... -
08:22 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- > > What happens when you `chcp 65001` in cmd.exe but do not encode `$LOAD_PATH` to utf-8?
> require do work with my... -
12:24 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- jonforums (Jon Forums) wrote:
> When require fails, is cmd.exe using codepage 936?
yes
>
> What happens when you... -
12:00 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- When require fails, is cmd.exe using codepage 936?
What happens when you `chcp 65001` in cmd.exe but do not encode... -
11:19 AM Bug #8677 (Closed): $LOAD_PATH did not encoded into the "internal encoding"
- =begin
When I use utf-8 as the internal encoding, and I require some file with Chinese name,and the require failure ... - 10:16 PM Revision 10b00561 (git): * 2013-07-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:16 PM Revision d6e3ee55 (git): * lib/rubygems: Import RubyGems from master as of commit 4ff70cc
- * test/rubygems: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:23 PM Bug #8680: ruby crashes when built with AddressSanitizer
- 2013/7/24 halfie (Ruby Guy) <[email protected]>:
> Bug #8680: ruby crashes when built with AddressSanitizer
> h... -
08:41 PM Bug #8680 (Closed): ruby crashes when built with AddressSanitizer
- ruby crashes when built with AddressSanitizer (http://clang.llvm.org/docs/AddressSanitizer.html).
To reproduce the... -
07:37 PM Bug #8386: OpenSSL thread safety
- @ko1: Thank you so much for that! I think that functionality was exactly what was needed. The error happens when RSA ...
-
07:16 PM Bug #8386: OpenSSL thread safety
- ko1 (Koichi Sasada) wrote:
> Maybe I fixed it.
> Please check it.
I think dyn_lock_function and others also shou... -
06:34 PM Feature #7292: Enumerable#to_h
- I have stumbled upon a need for a method like this, to chain transformations of a hash and get a hash as a result. J...
-
06:05 PM Bug #8679 (Closed): Time.newのutc_offset文字列で、 MMが60-99の場合にも例外を出して欲しい
- 要望
---
Time.new へ utc_offset を表す文字列 "+HH:MM" "-HH:MM" が渡された時、
MM が 60-99 の場合にも ArgumentError を出して欲しい。
### 期待す... -
05:35 PM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
- By the way,the file nacl/pepper_main.c has a same name function at line 824.
Is the file need change too? -
11:06 AM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
- This looks good to me for trunk. It can't be backported though because that would break API compatibility.
-
11:01 AM Bug #8676 (Closed): ruby 2.0 can not require or load the source file with non-ascii path name
- =begin
Sorry for my poor english:)
I attached the to fix the problem, but I don't know is it the right way.... -
02:47 PM Feature #8678 (Assigned): Allow invalid string to work with regexp
- Legacy Ruby 1.8 could regexp match with broken strings.
People can find characters from binary data on the age.
A... -
02:40 PM Bug #8674: [] unused-parameter warning in ruby/ruby.h
- 下記のように、パラメータを使用しない場合は警告を抑制するようにしてはいかがでしょうか。
*** ruby.h.old 2013-07-23 01:08:27.000000000 +0900
--- ruby.h 201... -
11:23 AM Bug #8674: [] unused-parameter warning in ruby/ruby.h
- 使わないパラメータを残しているのは意図的なんですが、どうしたもんでしょ
う。マクロで使うときだけ有効にするような感じにするといいですかねぇ。
(2013/07/24 9:47), Linda_pp (R H) wrot... -
09:47 AM Bug #8674: [] unused-parameter warning in ruby/ruby.h
- `ruby -v` の出力が間違っていました。
ruby 2.1.0dev (2013-07-23 trunk) [x86_64-darwin12.3.0]
でした。失礼しました。 -
12:13 AM Bug #8674 (Closed): [] unused-parameter warning in ruby/ruby.h
- C++ のプログラムで ruby.h をインクルードすると ruby/ruby.h にて unused-parameter の警告が出ます.
・警告内容
In file included from /Users/rhayasd... -
02:31 PM Feature #8671 (Assigned): support SEEK_DATA and SEEK_HOLE
- It sounds good.
matz, how do you think? -
01:38 PM Revision 7567977a (git): merge revision(s) 42153: [Backport #8645]
- * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI is
a relative URI. [Bug #8645]
git-svn-id... -
12:58 PM Bug #8670 (Rejected): "100do" should be a syntax error
- It's spec. Ruby does not require spaces when it's clear.
Matz. -
11:19 AM Bug #8670: "100do" should be a syntax error
- nobu (Nobuyoshi Nakada) wrote:
> I've thought it's a spec.
I think so too and it should be. -
11:11 AM Bug #8670 (Assigned): "100do" should be a syntax error
- I've thought it's a spec.
-
12:48 PM Bug #8668: Net::Telnet waitfor('Waittime'=>0) may wait forever
- There is a related bug with 'Timeout': if the remote end keeps sending data (even if only telnet control codes), but ...
-
11:59 AM Revision 71442815 (git): * compile.c (iseq_set_arguments): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
* compile.c (iseq_set_exception_table): ditto.
git-svn-id: svn+ssh... -
11:45 AM Bug #8669 (Assigned): outbuf can be "temporarily" locked forever in IO#read
- Seems fine.
Furthermore, should we introduce a function to callback with locking
temporarily? -
10:53 AM Feature #8658: Process.clock_gettime
- 2013/7/24 KOSAKI Motohiro <[email protected]>:
> So, Why do you choice Process.clock_gettime() instead ... -
03:23 AM Feature #8658: Process.clock_gettime
- (7/20/13 6:39 AM), akr (Akira Tanaka) wrote:
>
> Issue #8658 has been updated by akr (Akira Tanaka).
>
> Fil... -
03:14 AM Feature #8658: Process.clock_gettime
- Eregon (Benoit Daloze) wrote:
> akr (Akira Tanaka) wrote:
> > > While I appreciate Ruby is not always taking the l... -
01:22 AM Feature #8658: Process.clock_gettime
- akr (Akira Tanaka) wrote:
> > While I appreciate Ruby is not always taking the lowest common denominator for functi... -
12:23 AM Feature #8658: Process.clock_gettime
- 2013/7/21 Eregon (Benoit Daloze) <[email protected]>:
>
> Issue #8658 has been updated by Eregon (Benoit Dal... -
10:52 AM Revision 6398f798 (git): * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI is
- a relative URI. [Bug #8645]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42153 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
09:57 AM Revision d9a55654 (git): * vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
* vm_insnhelper.c (vm_caller_setup_args): ditto.
* vm_insnhelper.c (v... -
09:42 AM Revision 33ebcb05 (git): * array.c, gc.c: move ary_unprotect_logging() into
- rb_gc_unprotect_logging() which is general version
* include/ruby/ruby.h: add USE_RGENGC_LOGGING_WB_UNPROTECT
to en... -
08:38 AM Revision 1758ff03 (git): file.c: exception message encoding
- * file.c (rb_file_expand_path_internal): preserve the file name
encoding in an exception message.
git-svn-id: svn+... -
06:27 AM Revision 9240eb3d (git): ossl.c: suppress warning
- * ext/openssl/ossl.c (Init_ossl_locks): to suppress shorten-64-to-32
warning, re-apply part of r41879.
git-svn-id:... -
04:53 AM Revision a0dd4fc5 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Bug #8672 (Third Party's Issue): Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
- It seems therubyracer or v8's issue.
-
03:03 AM Feature #8675 (Closed): Add Readline.point=(pos)
- r42146 でのテスト修正で \A を入力しているのですが、rl_point を直接いじった方が正しい気がするので。
diff --git a/ext/readline/readline.c b/ext/readline/re...
07/23/2013
-
11:08 PM Revision e93e38d1 (git): * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to count
- GC events strictly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:11 PM Bug #8673: User rest-client PUT request core dumped
- /home/hao/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/buffering.rb:174: [BUG] Segmentation fault
ruby 2.0.0p2... -
10:06 PM Bug #8673 (Closed): User rest-client PUT request core dumped
- 1. use OpenSSL::X509::Certificate.new generate certificate object
2. create client = RestClient::Resource.new object... -
08:23 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- "Glass_saga (Masaki Matsushita)" <[email protected]> wrote:
> Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN
I c... -
06:06 PM Bug #8669 (Closed): outbuf can be "temporarily" locked forever in IO#read
- Following code make outbuf "temporarily" locked forever.
It is needed to ensure rb_str_unlocktmp().
str = ""
t =... -
07:11 PM Bug #8386: OpenSSL thread safety
- Maybe I fixed it.
Please check it. -
06:59 PM Bug #8386 (Closed): OpenSSL thread safety
- This issue was solved with changeset r42135.
Dirkjan, thank you for reporting this issue.
Your contribution to Ruby i... -
06:55 PM Bug #8672 (Third Party's Issue): Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
- Tried to install gitlab, following https://.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md
At s... -
06:30 PM Feature #8671 (Closed): support SEEK_DATA and SEEK_HOLE
- SEEK_DATA and SEEK_HOLE are whences for lseek(2) supported by Linux since version 3.1.
These are useful to deal with... -
06:18 PM Bug #8670 (Rejected): "100do" should be a syntax error
- =begin
In certain contexts, `do' adjacent to a number can be parsed as a distinct token instead of syntax error.
... -
06:00 PM Revision 182cf90d (git): fix test of r42101 [Feature #6626]
- rl_delete_text removes characters in line_buffer, but it doesn't move rl_point.
Therefore it may cause invalid rl_poi... -
04:40 PM Revision 46541321 (git): * include/ruby/intern.h (rb_f_lambde): restore the declaration of
- rb_f_lambda() for backword compatibility. and mark it as deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br... -
04:20 PM Revision 7bbe99cb (git): fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:18 PM Revision 03f08daf (git): * 2013-07-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 PM Revision 1a61e05d (git): it may stuck with console on readline 5.1 + CentOS 5
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:19 PM Revision 4c4347e6 (git): * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.
- * ext/openssl/ossl.c (ossl_thread_id): use rb_nativethread_self()
implemented at r42137 to allow threads which does... -
01:55 PM Feature #8663: Officialy alias ArgumentError to ArgError
- This just saves 5 characters, but creates confusion because now many people will start to wonder what the difference ...
-
12:07 AM Feature #8663 (Assigned): Officialy alias ArgumentError to ArgError
- When not using custom made exceptions, I find myself using TypeError, NameError and ArgumentError the most. ArgumentE...
-
12:41 PM Bug #8668 (Rejected): Net::Telnet waitfor('Waittime'=>0) may wait forever
- waitfor('Waittime'=>0) says it will not wait once the expected prompt has matched, yet if the remote end continues to...
-
11:49 AM Revision a84ea119 (git): * bignum.c: Move functions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
- (13/07/23 4:56), Joshua Ballanco wrote:
> You can already accomplish something like this yourself:
>
> ```ruby
>... -
04:59 AM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
- You can already accomplish something like this yourself:
```ruby
begin
raise "Hello!"
rescue Exception => e
... -
11:16 AM Revision ca3f5b53 (git): * bignum.c (bary_divmod): Add special cases for x < y easily detected
- and nx == 2 && ny == 2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:50 AM Revision 4d3feac9 (git): * thread_(pthread|win32).h: rename rb_thread_cond_t to
- rb_nativethread_cond_t.
* thread.c, thread_pthread.c, thread_win32.c, vm_core.h: catch up
renaming.
git-svn-id: ... -
10:46 AM Revision b2bcef72 (git): * thread_native.h: add rb_nativethread_self() which returns
- current running native thread identifier.
* thread_[pthread|win32].c: implement rb_nativethread_self().
git-svn-id... -
10:38 AM Revision 2b1088c8 (git): * thread_pthread.h, thread_win32.h: rename rb_thread_id_t to
- rb_nativethread_id_t.
* thread_pthread.c, vm_core.h: use rb_nativethread_id_t.
git-svn-id: svn+ssh://ci.ruby-lang.... -
09:59 AM Revision 55201cac (git): * ext/openssl/ossl.c: use system native (system provided)
- thread locking APIs added by last commit.
This fixes [Bug #8386].
"rb_mutex_*" APIs control only "Ruby" thr... -
09:58 AM Revision db22d280 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Revision bd058912 (git): * thread_native.h: added.
- Move native thread related lines from vm_core.h.
And declare several functions "rb_nativethread_lock_*",
manipula... -
08:44 AM Bug #8664 (Closed): open ssl not_before failure on small set of certificates
- This issue was solved with changeset r42126.
Jody, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:42 AM Bug #8664: open ssl not_before failure on small set of certificates
- Unfortunately, when encoded as BER, all bets are off, as the format (with or without time zone, string representation...
-
08:29 AM Bug #8664: open ssl not_before failure on small set of certificates
- It seems that there are multiple ways to represent a UTCTime in ASN1, but ruby's openssl extension only implements on...
-
08:04 AM Bug #8664 (Assigned): open ssl not_before failure on small set of certificates
-
01:59 AM Bug #8664 (Closed): open ssl not_before failure on small set of certificates
- This failure only occurs on a very small percentage of certificates, during processing of ~2 million certificates, th...
-
08:15 AM Bug #8665 (Closed): Examples of REXML::StreamParser#entitydecl
- This issue was solved with changeset r42125.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:56 AM Bug #8665 (Closed): Examples of REXML::StreamParser#entitydecl
- REXML::StreamParser#entitydecl のドキュメントの部分が実際の動作と食い違っています。
修正は rexml-streamparser-entitydecl. でよいと思います。
添付し... -
08:03 AM Feature #8667 (Assigned): Unable to set OpenSSL GCM iv_length in Ruby
-
08:02 AM Feature #8667 (Closed): Unable to set OpenSSL GCM iv_length in Ruby
- Hello,
In OpenSSL you are allowed to change the iv_length on an AES-BCM cipher. (
http://www.openssl.org/docs... -
08:02 AM Bug #8666 (Closed): Unable to set OpenSSL GCM iv_length in Ruby
- Hello,
In OpenSSL you are allowed to change the iv_length on an AES-BCM cipher. (
http://www.openssl.org/docs... -
07:55 AM Bug #8659 (Assigned): Curses::Window#bkgdset does not handle color correctly
-
07:15 AM Revision 37421929 (git): * gc.c (gc_before_sweep): fix spacing.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 AM Revision 511e155e (git): * gc.c (heap_get_freeobj): clear slot->freelist here.
- This means that this slot doesn't have any free objects.
And store this slot with objspace->heap.using_slot.
* gc.c... -
06:01 AM Feature #8635: attr_accessor with default block
- May be thread-safety should be optional. But it definitely should be.
-
01:12 AM Revision 792b6fd8 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Revision 3b4134ca (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 AM Revision 65f69855 (git): * sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:28 AM Revision 982245a6 (git): * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/22/2013
-
11:44 PM Revision bdbef403 (git): * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
- format for ASN.1 UTCTime. [ruby-trunk - Bug #8664]
* test/openssl/test_asn1.rb: Test for the above.
git-svn-id: s... -
11:15 PM Revision d4314719 (git): * lib/rexml/streamlistener.rb: [DOC] Fix examples in
- REXML::StreamListener#entitydecl by Ippei Obayashi [Bug #8665]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
10:46 PM Revision 4c2304f0 (git): * lib/rubygems: Import RubyGems from master as of commit b165260
- * test/rubygems: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:16 PM Revision 66cc0fa4 (git): * bignum.c (bary_mulsub_1xN): New function.
- (bary_mul_toom3): Use bary_mulsub_1xN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42123 b2dd03c8-39d4-4d8f-... -
06:35 PM Revision fdb991b9 (git): * bignum.c (KARATSUBA_BALANCED): New macro.
- (TOOM3_BALANCED): Ditto.
(bary_mul_balance_with_mulfunc): Use KARATSUBA_BALANCED and
TOOM3_BALANCED.
(rb_big_mu... -
05:55 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- +1
Should save a lot of Time object allocations. -
04:37 PM Revision e44b8eb3 (git): merge revision(s) 41933:
- * lib/rubygems/psych_additions.rb: Ignore Psych docs here
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... - 04:36 PM Revision 2c2cb685 (git): * 2013-07-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:36 PM Revision 685e4c67 (git): * bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.
- (bigdivrem1): Use bary_add.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42119 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:36 PM Revision 14044110 (git): merge revision(s) 41857:
- * test/test_tracer.rb: catch up recent rubygems changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
04:33 PM Revision b264a7ac (git): * lib/rubygems: Update to RubyGems 2.0.5.
- The provided by drbrain (Eric Hodel). [ruby-core:55896]
[Backport #8617]
* test/rubygems: Tests for the abo... -
03:13 PM Revision 65dc7d00 (git): merge revision(s) 42103: [Backport #8662]
- * vm_eval.c (eval_string_with_cref): use the given file name unless
eval even if scope is given. additiona... -
02:53 PM Revision 1daf909b (git): * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicated
- test method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:24 PM Revision 39b5931d (git): readline.c: $SAFE 4
- * ext/readline/readline.c (readline_s_delete_text): call rb_secure
only if level 4 is allowed. otherwise do nothin... -
09:42 AM Revision 07809744 (git): * string.c (rb_str_enumerate_chars): specify array capa
- with str_strlen().
* string.c (rb_str_enumerate_codepoints): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
09:37 AM Feature #6626 (Closed): Readline.delete_text
- This issue was solved with changeset r42101.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
09:03 AM Revision fa20fb37 (git): * string.c (rb_str_enumerate_chars): specify array capa.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:42 AM Revision efacdb43 (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:37 AM Revision f775a27b (git): * string.c (rb_str_each_char_size): performance implement by
- using rb_str_length().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:56 AM Revision 265de667 (git): fix commit miss
- * ext/win32/lib/win32/importer.rb: miss to add at r41936.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42109 b2... -
07:32 AM Revision 03813f6d (git): vm_eval.c: Check_TypedStruct
- * vm_eval.c (eval_string_with_cref): check by Check_TypedStruct
instead of rb_obj_is_kind_of.
git-svn-id: svn+ssh:... -
07:06 AM Bug #8611: Minitest encoding problems.
- All right, I am no longer getting the same error since I ed it for myself, but to illustrate what I am talking a...
-
04:29 AM Revision 62b8b4df (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Revision 8160fab8 (git): * array.c (ary_resize_capa): use RARRAY_RAWPTR() because
- this code creates no new references.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42106 b2dd03c8-39d4-4d8f-98... -
04:00 AM Revision 8eb0a3cd (git): * array.c (ary_memfill): added.
- * array.c (rb_ary_initialize): use ary_memfill().
* array.c (rb_ary_fill): ditto.
* array.c (rb_ary_slice_bang): use ... -
01:10 AM Revision 4132ac37 (git): * gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 AM Revision c7a56bd6 (git): vm_eval.c: use file argument
- * vm_eval.c (eval_string_with_cref): use the given file name unless
eval even if scope is given. additional fix fo... -
12:48 AM Revision 38eb518f (git): readline.c: $SAFE
- * ext/readline/readline.c (readline_s_delete_text): $SAFE=4 is
obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:37 AM Revision 56af7427 (git): * ext/readline/readline.c (Init_readline): added
- Readline.delete_text. [ruby-dev:45789] [Feature #6626]
* ext/readline/extconf.rb: check for rl_delete_text() in Readl...
Also available in: Atom