Project

General

Profile

Activity

From 02/07/2012 to 02/13/2012

02/13/2012

11:57 PM Feature #1395 (Rejected): Steppable Kernel::eval
Closed by reopener's request. Thanks.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:55 PM Feature #1374: location of already initialized constant
遠藤です。
trunk に入れましょう。なかださんお願いします。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:53 PM Feature #1316: Phasor.rb: Complex number class using polar coordinates
Hello mrkn,
Bumping this. Please let us know your opinion.
IMHO, it is not Ruby way to define another class ...
mame (Yusuke Endoh)
11:49 PM Feature #1279 (Closed): Add DTrace Probes
This ticket is not so informative.
#2565 has a similar motivation, and is under (relatively) active
and concrete di...
mame (Yusuke Endoh)
11:44 PM Feature #1275 (Rejected): IPAddr unnecessarily destroys information on creation
I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
...
mame (Yusuke Endoh)
11:38 PM Feature #1218 (Rejected): New method needed to set and get the current recursion limit
I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
...
mame (Yusuke Endoh)
11:33 PM Feature #5820: Merge Onigmo to Ruby 2.0
ほとんどの議論は横道 or 枝葉末節っぽい感じがしたので読んでないのですが、
結論としては onigmo を取り込む方向なんでしょうか。
あと、k-takata さんにはコミッタになって頂ける予定でしょうか。
# もしそうだ...
mame (Yusuke Endoh)
11:27 PM Feature #1125: [*x] (array consisting only of a splat) does not necessarily return a new array
Hello,
I'll commit the following patch unless there is objection:
diff --git a/compile.c b/compile.c
index 32b...
mame (Yusuke Endoh)
09:57 PM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
This issue was solved with changeset r34581.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
09:56 PM Feature #1122: request for: Object#try
@nari: There is no strong objection about the name "try".
Did matz hate "try"? If not, it is okay to go ahead.
...
mame (Yusuke Endoh)
09:54 PM Bug #6009 (Assigned): Rapid signal delivery via kill(2) causes SystemStackError
kosaki (Motohiro KOSAKI)
04:51 PM Bug #6009 (Closed): Rapid signal delivery via kill(2) causes SystemStackError
=begin
Running the following program with a trivial signal handler can crash with a SystemStackError if signals are ...
drbrain (Eric Hodel)
09:42 PM Feature #1102: Prepend Module
This feature is listed as matz's "must-have." [ruby-core:39837]
Are there any volunteers to be a facilitator, to cr...
mame (Yusuke Endoh)
09:39 PM Feature #1047 (Closed): request: getters, setters for the GC
We have introduced the GC parameter configuration to trunk at r31044.
Thanks.
authorNari (Narihiro Nakamura)
09:28 PM Feature #1047: request: getters, setters for the GC
Nari, any update on this?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:26 PM Feature #973 (Rejected): EncDet again
遠藤です。
> 実装があるものに対してrejectはないかなと思っているので
> まつもとさんがコメントしないと永久に棚晒しじゃないですかねえ
実装がある feature チケットでも、
たなざらしにする
...
mame (Yusuke Endoh)
09:24 PM Revision 9d7573c4 (git): * process.c (proc_wait): Change typo "SystemError" to
"SystemCallError". [ruby-trunk - Bug #5962]
* process.c (proc_wait2): ditto
git-svn-id: svn+ssh://ci.ruby-lang.or...
drbrain (Eric Hodel)
09:19 PM Revision a63b86e2 (git): * enumerator.c: Document use of Enumerator.new for creating a lazy
enumeration for filtering/chaining. [ruby-trunk - Feature #707]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
drbrain (Eric Hodel)
09:09 PM Feature #5663: Combined map/select method
Yes, Yusuke, exactly. Thanks for reopening. rosenfeld (Rodrigo Rosenfeld Rosas)
08:51 PM Feature #5663 (Assigned): Combined map/select method
Okay reopened.
Do you mean we need map_select as a shorthand?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:43 PM Feature #5663: Combined map/select method
I don't think #4890 removes the need for this ticket. This is about API, not implementation. Even if we can use lazy ... rosenfeld (Rodrigo Rosenfeld Rosas)
08:12 PM Feature #5663 (Rejected): Combined map/select method
In #708, Matz approved a related ticket #4890.
Let's discuss there.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:05 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
Are there any volunteers to summarize the discussion?
I cannot understand the whole discussion about this ticket.
R...
mame (Yusuke Endoh)
08:56 PM Feature #855: HTTP/1.1 fixes and other enhancements to webrick
NaHi, are you still willing to discuss about No.3 and 4?
If not, could you please close this?
--
Yusuke Endoh <...
mame (Yusuke Endoh)
08:54 PM Feature #836: Patches for StringScanner, adding #size, #captures and #values_at
Nobu, do you think that this proposal can be accepted?
There is no maintainer for strscan; I leave this decision
to...
mame (Yusuke Endoh)
08:49 PM Bug #6008 (Rejected): {a: 1}.hash not consistent over VM restarts
When objects a and b are in different VM, a.eql?(b) does not
make sense. If you pass the either object from one VM ...
mame (Yusuke Endoh)
04:59 PM Bug #6008 (Feedback): {a: 1}.hash not consistent over VM restarts
Jens Berlips wrote:
> Which implies that you should get the behaviour in 1.8.7.
Why? I can't get it. I was wond...
shyouhei (Shyouhei Urabe)
04:38 PM Bug #6008 (Rejected): {a: 1}.hash not consistent over VM restarts
$ ruby -e 'puts ({a: 1}.hash)'
-2419336229553239378
$ ruby -e 'puts ({a: 1}.hash)'
-4506930541181251952
$ ruby -e...
jensb (Jens Berlips)
08:34 PM Feature #749 (Rejected): String#indent, String#tabto, etc.
I'm rejecting this feature ticket because no progress has been made
for a long time. See [ruby-42391].
Sorry...
mame (Yusuke Endoh)
08:16 PM Feature #4890 (Assigned): Enumerable#lazy
Congrats, this proposal had an affirmative vote from matz! (See #708)
To avoid bikeshed discussion, I propose that...
mame (Yusuke Endoh)
08:13 PM Feature #4653 (Rejected): [PATCH 1/1] new method Enumerable#rude_map
まつもとさんが #4890 のやり方がいいと言ったので (#708) 、
2/8 は Enumerable::Lazy 記念日。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:11 PM Feature #708 (Rejected): Lazy Enumerator#select, Enumerator#map etc.
2012/2/8 Yukihiro Matsumoto <[email protected]>:
> I vote for #4890.
Thank you for your opinion.
I'll close tho...
mame (Yusuke Endoh)
08:06 PM Feature #707: Documentation for Enumerator chaining
Look good to me. Please go ahead!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
04:05 PM Revision b2994527 (git): * 2012-02-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:05 PM Revision 4349b42e (git): Mention Kernel#respond_to?.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
03:29 PM Revision cedd050e (git): merge revision(s) 34033: [Backport #5997]
* thread_pthread.c (rb_thread_create_timer_thread): fix memory
leak. [ruby-dev:44904] [Bug #5688]
git-sv...
okkez (okkez _)
03:11 PM Feature #6002 (Assigned): use IO#advise in FileUtils.compare_stream
OK, approved. kosaki (Motohiro KOSAKI)
02:02 PM Revision 23473d1f (git): * vm_method.c (rb_method_boundp):
obj.respond_to?(:a_protected_method) should return false because
calling a protected method may cause NoMethodError...
Akinori MUSHA
12:57 PM Revision 261400e7 (git): * gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT used
`sizeof(struct heaps_slot)` while heap is currently allocated
with `struct heaps_header`.
HEAP_BITMAP_LIMIT were ...
authorNari (Narihiro Nakamura)
11:40 AM Feature #6003 (Assigned): test/unit/parallel.rb
naruse (Yui NARUSE)
11:34 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
@tom For Ruby you want #eql? method. In Ruby #=== is more loosely defined and can mean different things for different... trans (Thomas Sawyer)
09:53 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
Hi,

Two points:

(1) Currently symbols and strings are very different in several
aspect. Making them...
matz (Yukihiro Matsumoto)
10:24 AM Bug #6007 (Closed): Use directive hack to make ARGF documentable in other tools
This issue was solved with changeset r34576.
Loren, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
09:35 AM Bug #6007: Use directive hack to make ARGF documentable in other tools
(Adding patch) lsegal (Loren Segal)
09:35 AM Bug #6007 (Closed): Use directive hack to make ARGF documentable in other tools
RDoc is able to parse commented blocks of code (inside /**/) as a side-effect of its parsing, but other tools will ig... lsegal (Loren Segal)
10:23 AM Feature #5979: deprecate Thread#raise
Hi,

Although I admit Thread#raise is dangerous, it's not more dangerous
than other asynchronous events, like ...
matz (Yukihiro Matsumoto)
09:43 AM Bug #3924: Performance bug (in require?)
Luis Lavena wrote:
> satoshi shiba wrote:
> >
> > May I ask current status of this problem?
> > "rb_file_expand_...
shiba (satoshi shiba)
09:29 AM Bug #3924: Performance bug (in require?)
satoshi shiba wrote:
>
> May I ask current status of this problem?
> "rb_file_expand_path()" is still a bottlenec...
luislavena (Luis Lavena)
09:30 AM Revision df77202b (git): * io.c (io_setstrbuf): defer resizing buffer string until data is
read actually.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:51 AM Revision e782ca86 (git): merge revision(s) 33935,33936,33987: [Backport #5702]
* variable.c (set_const_visibility): Module#private_constant has
changed the visibility of only the first a...
naruse (Yui NARUSE)
03:06 AM Revision 8f8764fd (git): merge revision(s) 34576:
* io.c (Init_IO): use directive hack to make ARGF documentable
in other tools. [ruby-core:42515][Bug #6007...
nobu (Nobuyoshi Nakada)
01:24 AM Revision 23ebb5ea (git): * 2012-02-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:24 AM Revision b7ef9fa2 (git): * io.c (Init_IO): use directive hack to make ARGF documentable
in other tools. [ruby-core:42515][Bug #6007]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34576 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
12:55 AM Bug #6001: Retry idempotent HTTP requests for more errors
I agree the general direction to add more exceptions like ECONNABORTED.
But I doubt Timeout::Error and should be add...
naruse (Yui NARUSE)

02/12/2012

01:44 PM Bug #6006: Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
Sorry for issue without description.
Details:
HEAP_OBJ_LIMIT used `sizeof(struct heaps_slot)` while heap is curre...
funny_falcon (Yura Sokolov)
01:31 AM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
https://github.com/ruby/ruby/pull/92 funny_falcon (Yura Sokolov)
12:20 PM Bug #3924: Performance bug (in require?)
Hi,
Yusuke ENDOH wrote:
> Hi,
>
> 2011/6/23 Hiroshi Nakamura <[email protected]>:
>> Anyone can imagine a downside...
shiba (satoshi shiba)
11:44 AM Revision 0229827c (git): * include/ruby/ruby.h (rb_event_hook_func_t): add argument names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:53 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
I do agree Kurt (for the most part), though I still maintain that Ruby should be more forgiving when it comes to Stri... wardrop (Tom Wardrop)
09:45 AM Bug #5193 (Third Party's Issue): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Ah, I see, thanks nobu.
Other issues reported to this tickets are considered Third Party's Issue.
naruse (Yui NARUSE)
07:58 AM Revision d296c3d2 (git): merge revision(s) 34355:
* misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
to rdoc-mode.
* misc/rdoc-mode.el...
Akinori MUSHA
07:56 AM Revision 9719bfd7 (git): merge revision(s) 34333:
* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
this library succeeds.
git-svn-id: svn+ssh...
Akinori MUSHA
07:54 AM Revision 66f39c77 (git): merge revision(s) 34413:
* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
call File.unlink and ignore ENOENT becaus...
Akinori MUSHA
07:51 AM Revision c9fac697 (git): merge revision(s) 34284:34286:
* lib/shellwords.rb: Fix rdoc markups.
* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
...
Akinori MUSHA
07:38 AM Revision b760f18a (git): merge revision(s) 34166:
* lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
that only causes warnings with no real effe...
Akinori MUSHA
07:35 AM Revision f4df871a (git): merge revision(s) 34568:
* tool/merger.rb (#default_merge_branch): Add support for
Subversion 1.7 which adopted a whole new working ...
Akinori MUSHA
07:33 AM Revision 24dbd197 (git): * tool/merger.rb (#default_merge_branch): Add support for
Subversion 1.7 which adopted a whole new working directory
structure.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
Akinori MUSHA
06:17 AM Revision 0d0344c1 (git): * benchmark/driver.rb: suppress unused/shadowing variable warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
12:42 AM Revision 7d86051f (git): merge revision(s) 32527,32567: [Backport #6004]
* vm_method.c (rb_add_method): should not call method_added hook
for undef operation. [Bug #5015]
git-svn...
naruse (Yui NARUSE)
12:30 AM Revision 16c36412 (git): merge revision(s) 32544: [Backport #6005]
* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
allow unaligned word access.
* st.c...
naruse (Yui NARUSE)

02/11/2012

11:14 PM Feature #6003 (Closed): test/unit/parallel.rb
test/unit/parallel.rb is an extension lib for parallel testing of test-all. To my knowledge it's for CRuby test-all,... nahi (Hiroshi Nakamura)
07:15 PM Revision 691a3a2b (git): * vm_eval.c (check_funcall): Call respond_to? with matching arity for
legacy single-argument implementations. [ruby-trunk - Bug #6000]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
drbrain (Eric Hodel)
04:48 PM Revision 3ab9be92 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:28 PM Revision 0dee3009 (git): * 2012-02-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:28 PM Revision 4e8d188e (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:05 PM Revision f119915f (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:52 AM Feature #6002 (Rejected): use IO#advise in FileUtils.compare_stream
=begin
I propose to call IO#advise in FileUtils.compare_stream.
It will increase performance.
I created a dummy ...
Glass_saga (Masaki Matsushita)
11:01 AM Feature #707: Documentation for Enumerator chaining
What do you think about this patch?
I chose not to monkey-patch Enumerator since I don't want the documentation to...
drbrain (Eric Hodel)
09:53 AM Bug #6001 (Closed): Retry idempotent HTTP requests for more errors
The net-http-persistent gem implements #5790 / #5813 but for more error types:
https://github.com/drbrain/net-http...
drbrain (Eric Hodel)
09:37 AM Feature #5937 (Closed): Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
This issue was solved with changeset r34553.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
09:29 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
This issue was solved with changeset r34552.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
07:06 AM Revision f3ee8b01 (git): revert r34558. I have accidentally backport r32550. I'm sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
06:56 AM Bug #5966 (Assigned): ->{} doesn't work in BasicObject
I'm not sure why FCALL is dealt specially in op_send.
It doesn't seem needed if self is put instead of nil.
nobu (Nobuyoshi Nakada)
06:55 AM Revision 31dd3b32 (git): merge revision(s) 32550:
* win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed
from rb_w32_has_cancel_io(). now i...
nagachika (Tomoyuki Chikanaga)
06:42 AM Revision 6396bcb8 (git): merge revision 32543:
* ChangeLog: fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34557 b2dd03c8-39d4-4d8f-98...
nagachika (Tomoyuki Chikanaga)
06:39 AM Revision c2ae84bc (git): merge revisions 32532,32534:
* ChangeLog: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34556 b2dd03c8-39d4-4d8f-98...
nagachika (Tomoyuki Chikanaga)
05:48 AM Bug #5931: Random SEGV during execution on YARD specs
The patch fixing #5851 was applied, so that is definitely different issue. But yes, I can try it next week with trunk. vo.x (Vit Ondruch)
05:46 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Yui NARUSE wrote:
> I know 1.9.3 hides internal functions and it breaks ruby-debug, so the workaround (r33289) is co...
nobu (Nobuyoshi Nakada)
01:58 AM Bug #5193 (Feedback): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Could you summarize current situation?
I want to release Ruby 1.9.3 patch release and know which commits should be...
naruse (Yui NARUSE)
01:36 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
What's holding this back is the segmentation fault running the "where" command. mark-moseley (Mark Moseley)
05:31 AM Bug #5986: Segmentation Fault
Luis Matta wrote:
> Yui NARUSE wrote:
> > Could you make a self-contained small reproducible code?
>
> Is the co...
naruse (Yui NARUSE)
03:45 AM Bug #5986: Segmentation Fault
Yui NARUSE wrote:
> Could you make a self-contained small reproducible code?
Is the code I submitted OK? Do you n...
levmatta (Luis Matta)
03:04 AM Revision cd339692 (git): * compile.c (defined_expr): guard the whole expression.
[ruby-dev:45021][Bug#5786]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:37 AM Bug #5998 (Closed): docs: Array#select! return object
This issue was solved with changeset r34535.
b, thank you for reporting this issue.
Your contribution to Ruby is grea...
marcandre (Marc-Andre Lafortune)
01:22 AM Revision c25f3d78 (git): * vm_eval.c (check_funcall): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:37 AM Revision 1516f8eb (git): * ext/zlib/zlib.c (rb_inflate_add_dictionary): Added
Zlib::Inflate#add_dictionary to allow users to pre-specify
for using during #inflate. [ruby-trunk - Feature #5937]...
drbrain (Eric Hodel)
12:29 AM Revision 403dc535 (git): * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
exists. Allows Zlib::Inflate#set_dictionary to work.
[ruby-trunk - Bug #5929]
git-svn-id: svn+ssh://ci.ruby-lang...
drbrain (Eric Hodel)
12:12 AM Revision e1d113cb (git): Ignore generated Makefile and extconf.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)

02/10/2012

11:06 PM Revision 83af59b8 (git): merge revision(s) 33508:
* test/openssl/test_ssl.rb (test_multibyte_read_write): start server
for each length to avoid race conditio...
naruse (Yui NARUSE)
11:02 PM Feature #5999: Optimize for faster loading time and win32/file.c refactoring
Usa,
Do you approve this be merged?
Thank you.
luislavena (Luis Lavena)
10:44 PM Feature #5999 (Closed): Optimize for faster loading time and win32/file.c refactoring
This was originally discussed at [ruby-core:41799] `Best way to separate implementation specific code?`.
Ruby star...
h.shirosaki (Hiroshi Shirosaki)
10:13 PM Bug #5353: TLS v1.0 and less - Attack on CBC mode
At first, I misunderstood the message from Martin that he just want to turn off the flag by default. I thought we can... nahi (Hiroshi Nakamura)
02:24 AM Bug #5353: TLS v1.0 and less - Attack on CBC mode
Backported to ruby_1_9_3 in r34524 and to ruby_1_9_2 in r34525. MartinBosslet (Martin Bosslet)
09:32 PM Revision c0cdff2c (git): Revert r34538.
* backport 33935,33936,33987 (fix private constant)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3...
naruse (Yui NARUSE)
09:14 PM Revision d14b60ff (git): merge revision(s) 34547:
* dir.c (fnmatch): The * needs to be escaped to avoid formatting in
fnmatch comment.
patched by @...
naruse (Yui NARUSE)
09:12 PM Revision c13d0b0c (git): * dir.c (fnmatch): The * needs to be escaped to avoid formatting in
fnmatch comment.
patched by @dalton. https://github.com/ruby/ruby/pull/91
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
naruse (Yui NARUSE)
06:39 PM Revision a208a750 (git): merge revision(s) 34043,34045,34132: [Backport #5791]
* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.
* win32/win32.c (init_stdhandle): s...
naruse (Yui NARUSE)
06:38 PM Revision 87746919 (git): merge revision(s) 33981: [Backport #5792]
* test/rexml/test_order.rb (OrderTester#test_more_ordering): use
GZip::GzReader.open instead of GZip::GzRea...
naruse (Yui NARUSE)
06:37 PM Revision 6d0f11de (git): merge revision(s) 33946:
* ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.
1st, to change the mode of an IO is ve...
naruse (Yui NARUSE)
06:24 PM Revision 773b80bf (git): merge revision(s) 33937: [Backport #5704]
* ext/zlib/zlib.c (rb_gzreader_initialize): use binary mode by default
under Windows. Patch by Hiroshi Shir...
naruse (Yui NARUSE)
06:21 PM Revision 093ade0e (git): merge revision(s) 33662,33666,33770: [Backport #5793]
------------------------------------------------------------------------
r33662 | usa | 2011-11-08 02:48:11 +0900 (Tu...
naruse (Yui NARUSE)
06:19 PM Revision 45501bec (git): merge revision(s) 33152,33649:
* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
default_mode_on_unix,text_mode,binar...
naruse (Yui NARUSE)
06:18 PM Revision 3d3cf970 (git): merge revision(s) 33144:
* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
default_mode_on_unix,text_mode,binar...
naruse (Yui NARUSE)
06:13 PM Revision 04e65c38 (git): merge revision(s) 33200: [Backport #5794]
* transcode.c: enabled econv newline option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34539 ...
naruse (Yui NARUSE)
06:12 PM Revision 84a867fa (git): merge revision(s) 33935,33936,33987:
* variable.c (set_const_visibility): Module#private_constant has
changed the visibility of only the first a...
naruse (Yui NARUSE)
06:07 PM Bug #5998 (Closed): docs: Array#select! return object
Array#select! returns `self` not `new_ary`. bt (Bernd Homuth)
06:04 PM Feature #5980: Trying to Load File When Too Many Files Open Should Raise Something Other Than Plain LoadError
If it raises other than LoadError, it breaks codes which uses LoadError.
Changing additional message can be accepted.
naruse (Yui NARUSE)
06:02 PM Bug #5739: [BUG] object allocation during garbage collection phase
Issue #5739 has been updated by Fused Team.


This thing actually occurring when there's infinite loop and sta...
fused (Fused Team)
05:54 PM Bug #5739: [BUG] object allocation during garbage collection phase
Issue #5739 has been updated by Fused Team.


This thing actually occurring when there's infinite loop and sta...
fused (Fused Team)
05:54 PM Bug #5739: [BUG] object allocation during garbage collection phase
Issue #5739 has been updated by Fused Team.


This thing actually occurring when there's infinite loop and sta...
fused (Fused Team)
05:49 PM Bug #5931 (Feedback): Random SEGV during execution on YARD specs
Could you try trunk/latest 1.9.3?
I doubt this is caused by the same reason of #5851.
naruse (Yui NARUSE)
05:46 PM Revision ca42d13e (git): merge revision(s) 34535:
* array.c: Fix rdoc for Array#select!
patched by b t [ruby-core:42478] [Bug #5998]
git-svn-id: svn+ssh://c...
Marc-Andre Lafortune
05:45 PM Bug #5076 (Closed): Mac OS X Lion Support
From r34278, ruby-trunk should support Lion with following clang:
% clang --version
Apple clang version 3.0 (tags/Ap...
naruse (Yui NARUSE)
05:38 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
clang でビルドした Ruby を使ったんじゃないでしょうか。
で、おそらく 1.9.3-p26 (r34288) で修正された問題だと思います。
naruse (Yui NARUSE)
05:37 PM Revision 198736fb (git): * 2012-02-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:37 PM Revision 6a8c05e3 (git): * array.c: Fix rdoc for Array#select!
patched by b t [ruby-core:42478] [Bug #5998]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34535 b2dd03c8-39d4-4...
Marc-Andre Lafortune
05:27 PM Revision 2c5d6bae (git): merge revision(s) 33485:
* lib/openssl/buffering.rb: Force multi-byte strings to be treated as
binary data.
* test/openssl/...
naruse (Yui NARUSE)
05:05 PM Bug #5429 (Closed): 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
Makoto Kishimoto wrote:
> とりあえず今気づきましたというACKだけ。
> 特に何か「これは困る」というものではないので、
> 1.9.3へのバックポートは、なしで、私はかまいません。
じゃあ、なし...
naruse (Yui NARUSE)
04:54 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
確認しました。
最初の報告にあるような、ウォーニングシステムメッセージは出なくなっています。
クローズお願いします。
metanest (Makoto Kishimoto)
04:45 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
とりあえず今気づきましたというACKだけ。
特に何か「これは困る」というものではないので、
1.9.3へのバックポートは、なしで、私はかまいません。
trunkで問題が起きないことを確認すればいいんですよね?
(さて問題の...
metanest (Makoto Kishimoto)
04:27 PM Feature #5994: Dir.glob without wildcards returns pattern, not filename
Hi Nobu,
I expected:
~~~ruby
p Dir.glob('foO') #=> ["Foo"]
~~~
The current behaviour would be difficult to...
daz (Dave B)
03:31 PM Feature #5994 (Feedback): Dir.glob without wildcards returns pattern, not filename
Dave B wrote:
> ~~~ruby
> p Dir.glob('foO') #=> ["foO"] not wanted
What do you want, an empty array same as cas...
nobu (Nobuyoshi Nakada)
01:23 PM Feature #5994: Dir.glob without wildcards returns pattern, not filename
This *nix behaviour would be fine, for me.
~~~ruby
# ruby 1.8.7p302 (2010-08-16) [i486-linux]
#-----------------...
daz (Dave B)
12:52 PM Feature #5994 (Closed): Dir.glob without wildcards returns pattern, not filename
This is Windows specific, I guess, as filename case doesn't matter there.
Ruby version is not specific to 1.9.3p0 (r...
daz (Dave B)
02:14 PM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
=begin
I propose to call io_advise_internal() in read_all().
It will increase performance.
I created a dummy fil...
Glass_saga (Masaki Matsushita)
09:29 AM Bug #5988: Time class interprets "2012-02-30" as "2012-03-01"
2012/2/10 Yui NARUSE <[email protected]>:

> The time class seems to accept any number from 1-31 as a valid day fo...
akr (Akira Tanaka)
02:26 AM Bug #5988 (Assigned): Time class interprets "2012-02-30" as "2012-03-01"
naruse (Yui NARUSE)
08:28 AM Revision c3e465b5 (git): merge revision(s) 33795,33796:
* lib/set.rb (SortedSet.setup): don't remove old_init. The remove
makes the warning prevention fragile. [...
naruse (Yui NARUSE)
08:02 AM Revision d91a05c8 (git): merge revision(s) 34033: [Backport #5996]
* thread_pthread.c (rb_thread_create_timer_thread): fix memory
leak. [ruby-dev:44904] [Bug #5688]
git-svn...
naruse (Yui NARUSE)
05:29 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
(2/9/12 2:19 PM), U.Nakamura wrote:
> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:45219] Re: [Ruby 1.9-Feature...
kosaki (Motohiro KOSAKI)
04:23 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
こんにちは、なかむら(う)です。

In message "[ruby-dev:45219] Re: [Ruby 1.9-Feature#3946][Open] Array#packのqQ指定子に機種依存サイズフラグ!を追...
usa (Usaku NAKAMURA)
02:53 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
>> > LONG_LONGという言葉を使うとCRuby固有に聞こえますけど、要する
>> > にlong longのデータをどう扱いますか、ということなので、あまり
>> > LONG_LONGという字面にとらわれて考える...
kosaki (Motohiro KOSAKI)
02:29 AM Bug #5920 (Rejected): Encoding.compatible? gives inconsistent results with String vs Encoding arguments
naruse (Yui NARUSE)
02:27 AM Bug #5990 (Feedback): Random Segmentation Fault when running on Linux Fedora
Could you show a small reproducible code? naruse (Yui NARUSE)
02:23 AM Feature #5987 (Assigned): IPAddr#initialize should display the invalid address when raising ArgumentError
naruse (Yui NARUSE)
01:59 AM Bug #5993 (Closed): Thread.new{ Fiber.new { Thread.exit }.resume }.join で例外
以下のように Fiber 内で Thread.exit するとメッセージが空の RuntimeError が発生します。
Thread.new{ Fiber.new { Thread.exit }.resume }.join #...
nagachika (Tomoyuki Chikanaga)
01:50 AM Feature #5992 (Closed): DL and fiddle should support intrinsic types, size_t, ptrdiff_t and intptr_t
=begin
(({size_t})) and (({ptrdiff_t})) can be resulted by built-in operators, so they should be provided as well as...
nobu (Nobuyoshi Nakada)
12:53 AM Bug #5978: YAML.load_stream should process documents as they are read
Cool. trans (Thomas Sawyer)
12:38 AM Bug #5991 (Closed): fiddle/conversion.c ignores unsigned qualifier
=begin
In (({value_to_generic()})), ((|signed_p|)) seems to be ignored except for
(({TYPE_LONG})), and (({NUM2LONG(...
nobu (Nobuyoshi Nakada)

02/09/2012

11:47 PM Feature #5903: Optimize st_table (take 2)
I've updated `table packing` patch to correlate with trunk
https://github.com/ruby/ruby/pull/84
https://github.com/...
funny_falcon (Yura Sokolov)
09:13 PM Revision 513b0988 (git): merge revision(s) 33517:
------------------------------------------------------------------------
r33517 | naruse | 2011-10-24 15:41:57 +0900 ...
naruse (Yui NARUSE)
08:25 PM Revision 4bfa061e (git): Partially revert r27949.
* cont.c (fiber_setcontext): Use longjmp() instead of swapcontext() on
FreeBSD 9. [ruby-dev:41316] [Bug #3295] [Bug...
naruse (Yui NARUSE)
08:13 PM Revision 47bb7f37 (git): merge revision(s) 34277: [Backport #5881]
* object.c: Added examples for Object#is_a? and
Object#instance_of? patcheed from Manoj Kumar.
[B...
naruse (Yui NARUSE)
08:12 PM Revision 36b3d557 (git): merge revision(s) 34409,34412,34417:
* io.c (argf_close): skip stdin, which should be readable again.
[ruby-dev:45160] [Bug #5952]
* io...
naruse (Yui NARUSE)
07:10 PM Bug #5990 (Third Party's Issue): Random Segmentation Fault when running on Linux Fedora
I am parsing a large library of html documents with ruby mechanize/nokogiri. Randomly, I encounter a segmentation fau... blairsilverberg (Blair Silverberg)
06:44 PM Revision 59a13448 (git): * ext/psych/parser.c: removed external encoding setter, allow parser
to be reused.
* ext/psych/lib/psych/parser.rb: added external encoding setter.
* test/psych/test_parser.rb: test pars...
tenderlovemaking (Aaron Patterson)
05:23 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
こんにちは、なかむら(う)です。

In message "[ruby-dev:45216] Re: [Ruby 1.9-Feature#3946][Open] Array#packのqQ指定子に機種依存サイズフラグ!を追...
usa (Usaku NAKAMURA)
05:23 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
2012年2月9日16:47 U.Nakamura <[email protected]>:
>
> 古いチケットですが、r34507でまた踏んだので蒸し返します。
>
> In message "[ruby...
akr (Akira Tanaka)
05:20 PM Revision fada2e46 (git): * 2012-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:20 PM Revision 85fd9aad (git): * backport r34482 from trunk
* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSL
option to prevent BEAST attack. See [Bug #5353]....
MartinBosslet (Martin Bosslet)
05:04 PM Revision 0234bcfd (git): * backport r34482 from trunk
* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSL
option to prevent BEAST attack. See [Bug #5353]....
MartinBosslet (Martin Bosslet)
04:41 PM Revision 14c97cf9 (git): * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:30 PM Revision 96ab3701 (git): * ext/dl/dl.h (ALIGN_OF): use offsetof().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:29 PM Revision 19615115 (git): * ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:47 PM Revision 5ee0135a (git): * test/ruby/envutil.rb (assert_no_memory_leak): new assertion to
check memory leak by invoking child ruby process and watch its
memory size.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
03:16 PM Revision ba89c7d7 (git): * 2012-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:16 PM Revision 4f193625 (git): * 2012-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:15 PM Revision d77b2387 (git): * ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:15 PM Revision 5c99e2f6 (git): * ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:44 PM Revision 42144fc3 (git): * test/pathname/test_pathname.rb (test_binread): add assertion to
check encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagachika (Tomoyuki Chikanaga)
02:18 PM Revision aabd3d0b (git): * ChangeLog: remove duplicated entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
02:15 PM Bug #5989 (Closed): Keyword spash is syntax error when there are no explicit keyword arguments
$ ruby -e 'def a(a:1, **h); p h; end; a(b: 1)'
{:b=>1}
$ ruby -e 'def a(**h); p h; end; a(b: 1)'
-...
funny_falcon (Yura Sokolov)
01:18 PM Revision 3b1276eb (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:23 AM Bug #5978: YAML.load_stream should process documents as they are read
On Thu, Feb 09, 2012 at 03:51:53AM +0900, Thomas Sawyer wrote:
>
> Issue #5978 has been updated by Thomas Sawyer....
Anonymous
03:51 AM Bug #5978: YAML.load_stream should process documents as they are read
Yea, that would suffice. It would still be nice to have a more intuitive/convenient class method though.
What abou...
trans (Thomas Sawyer)
02:23 AM Bug #5978: YAML.load_stream should process documents as they are read
On Wed, Feb 08, 2012 at 01:47:31AM +0900, Thomas Sawyer wrote:
>
> Issue #5978 has been reported by Thomas Sawyer...
Anonymous
10:59 AM Bug #5951 (Assigned): Exported RSA keys allow pass phrases that are too short
Aah, that's bad. You can override the check for four characters by passing the password as an additional parameter (p... MartinBosslet (Martin Bosslet)
09:43 AM Bug #5886 (Closed): OpenSSL ASN.1 time values may not round-trip their type
I checked, it's fine. I was confused, the type information itself is present in the subclass of ASN1Data holding the ... MartinBosslet (Martin Bosslet)
08:08 AM Revision 475f86f4 (git): merge revision(s) 33410:
* cont.c (cont_mark): mark original Thread object from saved_thread.
[ruby-dev:44567] [Bug #5386]
git-svn...
naruse (Yui NARUSE)
08:05 AM Revision 44cf55ac (git): merge revision(s) 32875:
* cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSD
x64 port doesn't have it.
git-svn-id:...
naruse (Yui NARUSE)
07:53 AM Revision c7f16b86 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:48 AM Revision f90f02ab (git): * ext/dl/dl.c (Init_dl): fix mangled documnet.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:43 AM Bug #5986: Segmentation Fault
This simple project fails (and I can share its code), and It makes me wonder if the failure is just that Ruby is allo... levmatta (Luis Matta)
05:43 AM Bug #5986: Segmentation Fault
I can not, no code is running (besides ActiveAdmin Dashboard/Home -- and I have not Customized it), it is my project.... levmatta (Luis Matta)
04:32 AM Bug #5986 (Feedback): Segmentation Fault
Could you make a self-contained small reproducible code? naruse (Yui NARUSE)
04:12 AM Bug #5986 (Closed): Segmentation Fault
Simply trying to render the home page of active-admin.
I have tested this on Ubuntu 10.04 LTS 64bits, using rvm ru...
levmatta (Luis Matta)
07:20 AM Revision b97d91dd (git): merge revision(s) 34504,34506,34507,34508:
* ext/dl/lib/types.rb: Win64 support.
* ext/fiddle/conversions.c (value_to_generic): src is not guranteed as...
naruse (Yui NARUSE)
07:11 AM Revision 71837f62 (git): * test/ruby/memory_status.rb (Memory::Win32): 64bit support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
07:10 AM Revision b2ba3242 (git): * ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):
currenly pack/unpack does not accept "q!" and "Q!".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34507 b2dd03c...
U.Nakamura
07:03 AM Revision da098bd3 (git): * ext/fiddle/conversions.c (value_to_generic): src is not guranteed as
a Bignum if the type is LONG_LONG. it may be a Fixnum if the value
is small.
git-svn-id: svn+ssh://ci.ruby-lang....
U.Nakamura
06:09 AM Bug #5988: Time class interprets "2012-02-30" as "2012-03-01"
=begin
By comparison, the Date class handles this properly:
irb(main):004:0> Date.new 2012, 2, 29
=> #<Date: 2...
dmarkow (Dylan Markow)
06:00 AM Bug #5988 (Rejected): Time class interprets "2012-02-30" as "2012-03-01"
=begin
The time class seems to accept any number from 1-31 as a valid day for any month of the year, even if the mon...
dmarkow (Dylan Markow)
04:24 AM Feature #5987 (Closed): IPAddr#initialize should display the invalid address when raising ArgumentError
I noticed that when IPAddr#initialize raises an ArgumentError on invalid addresses, it does not include the offending... postmodern (Hal Brodigan)
04:05 AM Bug #5985 (Closed): miniruby skews "make benchmark" results
miniruby has fewer objects and a smaller heap than the normal "ruby",
benchmarks that are affected by GC performance...
normalperson (Eric Wong)
03:25 AM Revision c65134a3 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:25 AM Revision 57b21752 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:32 AM Revision 70b504ba (git): * ext/dl/lib/types.rb: Win64 support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:23 AM Revision 8b322b5c (git): merge revision(s) 34338-34340: [Backport #5909]
* test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for
absolute paths and drive letters. [r...
naruse (Yui NARUSE)
02:12 AM Revision 6b3ba691 (git): merge revision(s) 33959,33963,34265:
* ext/dbm/extconf.rb: detect gdbm_version in libgdbm.
* ext/dbm/dbm.c: make DBM::VERSION more informative fo...
naruse (Yui NARUSE)
12:07 AM Bug #5384 (Third Party's Issue): Ruby 1.9.3-RC1 Fails to Compile on Illumos (OpenSolaris)
I think this is a bug of Illumos (OpenSolaris).
In Solaris 11, it was treated as a bug of Solaris 11 and was alrea...
ngoto (Naohisa Goto)

02/08/2012

11:28 PM Feature #4172: Named arguments/parameters support
I wouldn't say this was rejected, but implemented/accepted instead ;) rosenfeld (Rodrigo Rosenfeld Rosas)
05:39 AM Feature #4172 (Rejected): Named arguments/parameters support
Current trunk (for 2.0) has a keyword argument feature. Please look at and give us comments.
Thanks.
kosaki (Motohiro KOSAKI)
10:34 PM Revision e0f8351d (git): merge revision(s) 34236: [Backport #5890]
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
is invalid. [Feature #5855] [Bug #586...
naruse (Yui NARUSE)
10:31 PM Revision 2bd2ea82 (git): merge revision(s) 34499:
* test/pathname/test_pathname.rb: not read but binread.
patched by Benoit Daloze, [ruby-core:42440] [Bug #5...
naruse (Yui NARUSE)
10:14 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Are there any news on this issue?
Manually installing the unreleased gems via somthing like
curl -LO http:/...
janvarwig (Jan Varwig)
07:38 PM Feature #5976: abolition of MD5 calculation in pstore.rb
Benoit Daloze wrote:
> @Yui I guess you meant gsub! ? In that case it indeed breaks.
Ah yes, it's gsub!
naruse (Yui NARUSE)
07:33 PM Feature #5976: abolition of MD5 calculation in pstore.rb
@Yui I guess you meant gsub! ? In that case it indeed breaks. Eregon (Benoit Daloze)
10:00 AM Feature #5976 (Rejected): abolition of MD5 calculation in pstore.rb
It breaks following:
store = PStore.new(file)
store.transaction do
store["hoge"] = "hoge" * 100
end
...
naruse (Yui NARUSE)
07:13 PM Revision 7bde0843 (git): * test/pathname/test_pathname.rb: not read but binread.
patched by Benoit Daloze, [ruby-core:42440] [Bug #5984]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34499 b2dd...
naruse (Yui NARUSE)
06:30 PM Revision 42c62552 (git): merge revision(s) 34497:
------------------------------------------------------------------------
r34497 | naruse | 2012-02-09 03:29:52 +0900 ...
naruse (Yui NARUSE)
06:29 PM Revision 7fa3f1c5 (git): FreeBSD needs multiple -o.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:03 PM Revision ee827e52 (git): eliminate `shadowing outer local variable - name` warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
05:04 PM Feature #4830: Provide Default Variables for Array#each and other iterators
The last example:
some_array.map(&method(:foo)).select(&method(:bar)).each(&method(:bar))
Is no advantage. Fi...
shevegen (Robert A. Heiler)
03:44 PM Revision bbc50e2a (git): * 2012-02-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:44 PM Revision de25f35c (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:38 PM Feature #707: Documentation for Enumerator chaining
I will work on it, thank you. drbrain (Eric Hodel)
03:10 PM Bug #5353: TLS v1.0 and less - Attack on CBC mode
Backported to ruby_1_8 and ruby_1_8_7 by r34485 and r34486 respectively. nahi (Hiroshi Nakamura)
02:30 PM Bug #5353 (Open): TLS v1.0 and less - Attack on CBC mode
Should have written 'See #5353' not 'See [Bug #5353]'. I don't like machinery autoclosing. :( nahi (Hiroshi Nakamura)
02:27 PM Bug #5353 (Closed): TLS v1.0 and less - Attack on CBC mode
This issue was solved with changeset r34482.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
nahi (Hiroshi Nakamura)
01:35 PM Revision c709040b (git): * test/-ext-/string/test_modify_expand.rb: test for r34492.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:35 PM Revision fc018c9b (git): * test/-ext-/string/test_modify_expand.rb: test for r34492.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:30 PM Revision 4e39dc86 (git): * string.c (rb_str_modify_expand): fix memory leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:30 PM Revision 83c7d9df (git): * string.c (rb_str_modify_expand): fix memory leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:19 PM Feature #5787 (Closed): OpenSSL::X509::Name#to_a Improvement (Patch Attached)
This issue was solved with changeset r34481.
Paul, thank you for reporting this issue.
Your contribution to Ruby is g...
Anonymous
11:53 AM Feature #708: Lazy Enumerator#select, Enumerator#map etc.
Konnichiwa matz,

Which term do you prefer for the method #lazy or #defer ?

Also organization (regardless o...
trans (Thomas Sawyer)
11:23 AM Feature #708: Lazy Enumerator#select, Enumerator#map etc.
Hi,

In message "Re: [ruby-core:42411] [ruby-trunk - Feature #708] Lazy Enumerator#select, Enumerator#map etc."
...
matz (Yukihiro Matsumoto)
04:22 AM Feature #708: Lazy Enumerator#select, Enumerator#map etc.
Hello,
I think no one doubt if this feature is useful and actually needed.
In fact, there are some proposals for ...
mame (Yusuke Endoh)
03:37 AM Feature #708: Lazy Enumerator#select, Enumerator#map etc.
There may be easy "first edition" solution to this. Facets has Denunumerable/Denumerator and defer.
* https://gith...
trans (Thomas Sawyer)
03:09 AM Feature #708: Lazy Enumerator#select, Enumerator#map etc.
Can anyone take a feedback? If nothing, I have to close this ticket sadly.
kosaki (Motohiro KOSAKI)
11:47 AM Revision 9a57bc8f (git): merge revision(s) 34490: [Backport #5983]
------------------------------------------------------------------------
r34490 | naruse | 2012-02-08 20:47:00 +0900 ...
naruse (Yui NARUSE)
11:47 AM Revision 54b90b7b (git): Fix condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:07 AM Feature #5974: Access PC_NAME_MAX and PC_PATH_MAX values
The portable way to check the too long filename is just make a file and catch Errno::ENAMETOOLONG.
Unix has many rel...
naruse (Yui NARUSE)
10:03 AM Bug #5972 (Closed): OpenSSL::ASN1::GeneralString - double INT2NUM() results in invalid ASN.1 tag
This issue was solved with changeset r34469.
Mantas, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
09:51 AM Revision ee19d586 (git): merge revision(s) 34481,34488: [Backport #5983]
* ext/openssl/ossl_x509name.c: Use the numerical representation of
unrecognized OIDs instead of the sn "UND...
naruse (Yui NARUSE)
09:49 AM Revision f75a3077 (git): "street" for X509 Name is not supported before 0.9.8m.
It is added openssl/crypto/objects/obj_mac.h 1.83.
http://cvs.openssl.org/rlog?f=openssl/crypto/objects/obj_mac.h
gi...
naruse (Yui NARUSE)
07:11 AM Feature #5980 (Rejected): Trying to Load File When Too Many Files Open Should Raise Something Other Than Plain LoadError
Currently encountering too many open file handles when trying to load/require a file simply raises a LoadError. It's ... rue (Eero Saynatkari)
06:42 AM Revision 9e2e9208 (git): merge revision(s) 34394,34398:
------------------------------------------------------------------------
r34394 | naruse | 2012-01-29 23:24:05 +0900 ...
naruse (Yui NARUSE)
06:09 AM Revision 2cb7a6c0 (git): Backport r34482 from trunk. See #5353
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@34486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
05:57 AM Revision 0dea8a71 (git): Backport r34482 from trunk. See #5353
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
05:51 AM Feature #973: EncDet again
>> 実は当面File.openの機能拡張のみで済んでしまうのではないでしょうか。たとえば、
>>
>> File.open(path, "r:magic-comment")
>> ないし
>> File.open(path,...
kosaki (Motohiro KOSAKI)
05:48 AM Revision 910d475d (git): * 2012-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:48 AM Revision e3f049d2 (git): merge revision(s) 31346,31528:
* ext/openssl/extconf.rb: Should check SSLv2_*method.
openssl compiled with "no-ssl2" the extconf don't fai...
Hiroshi Nakamura
05:43 AM Feature #5979 (Rejected): deprecate Thread#raise
as discussed in ruby-core, we should probably deprecate Thread#raise since it's dangerous.
http://blade.nagaokaut.ac...
rogerdpack (Roger Pack)
05:43 AM Feature #2323: "Z".."Z".succが空
これは勝手には閉じられないなあ。どこかで集中して議論するタイミングが必要かも kosaki (Motohiro KOSAKI)
05:40 AM Feature #3922 (Rejected): Syntax awkwardness
no progress very long time. kosaki (Motohiro KOSAKI)
05:32 AM Feature #839 (Rejected): Add code on each line of a backtrace output to the screen
> I believe there is a gem called 'callsite' which does something like this. Maybe others too.
OK, thank you for g...
kosaki (Motohiro KOSAKI)
05:07 AM Feature #839: Add code on each line of a backtrace output to the screen
If all it is, is to add source code line to backtrace then I don think that's enough.
I think the feature people w...
trans (Thomas Sawyer)
02:59 AM Feature #839: Add code on each line of a backtrace output to the screen
> Matz if you get a chance to look at this patch, it "objectify's" Exception#backtrace which might be nice.
> Thank ...
kosaki (Motohiro KOSAKI)
05:27 AM Revision 3ff2f9f3 (git): * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSL
option to prevent BEAST attack. See [Bug #5353].
In OpenSSL, OP_DONT_INSERT_EMPTY_FRAGMENTS is used to prevent
T...
Hiroshi Nakamura
04:19 AM Revision 45706e70 (git): * ext/openssl/ossl_x509name.c: Use the numerical representation of
unrecognized OIDs instead of the sn "UNDEF".
* test/openssl/test_x509name.rb: Add tests for the fixed behavior.
P...
MartinBosslet (Martin Bosslet)
03:36 AM Feature #1269 (Rejected): warning when Kernel#p is used
これも問答無用で閉じてしまいます。蒸し返したい人がreopenしてください。個人的には 1)pで警告を出したい と 2)パーサーでpを検出したい の間に距離があるので2つの事をパラで議論するチケットになってしまっていて収束する傾向に見... kosaki (Motohiro KOSAKI)
03:29 AM Feature #1211 (Rejected): nested loop construct
三年前の高速化ネタを蒸し返すのも不毛なのでCloseしますね。たぶん今計り直すと全然違う結果が得られる気がするので新チケットで最初から議論しなおしたほうがマシでしょう kosaki (Motohiro KOSAKI)
03:25 AM Feature #4878 (Rejected): CMath に frexp, ldexp, hypot の3関数は不要ではないか
提案者が提案を取り下げているようなのでrejectします kosaki (Motohiro KOSAKI)
03:21 AM Feature #1031 (Rejected): -U オプションの説明が --help にない
非常に感じ悪い事は承知しているけど、長期間進展のない自転車置き場の議論は復活させるのも不毛なので問答無用で閉じます。問題意識のあるひとがパッチと共に新規チケットつくってほしいです。
kosaki (Motohiro KOSAKI)
03:15 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
Matz, should we close this ticket? kosaki (Motohiro KOSAKI)
02:52 AM Feature #490 (Closed): relayouting struct RNode
ええと nd_file を reservedに変える変更はすでに入ってるので、これ閉じていいですよね?
魅力的な新機能を思いついた人がチケットを切り直してください
kosaki (Motohiro KOSAKI)
02:01 AM Revision d66b539d (git): merge revision(s) 34391:
* ext/readline/readline.c (readline_attempted_completion_function):
respect encodings. [Bug #5941]
git-s...
naruse (Yui NARUSE)
01:58 AM Revision 36cfe460 (git): merge revision(s) 34254,34256:
* ext/readline/readline.c (readline_attempted_completion_function):
empty completion result does not mean m...
naruse (Yui NARUSE)
01:55 AM Revision 381821de (git): merge revision(s) 34116:
* ext/readline/readline.c (readline_readline): check if outstream
is closed to get rid of a bug of readline...
naruse (Yui NARUSE)
01:54 AM Revision 4051fadb (git): merge revision(s) 33626:
* ext/readline/readline.c (Init_readline): like r18313, libedit's
replace_history_entry may use offset inst...
naruse (Yui NARUSE)
01:52 AM Revision 1a4d1281 (git): merge revision(s) 33625:
* ext/readline/readline.c (Init_readline): fix wrong condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche...
naruse (Yui NARUSE)
01:50 AM Revision a9500bbc (git): merge revision(s) 33049:
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave pty
should be manipulated because master pt...
naruse (Yui NARUSE)
01:47 AM Bug #5978 (Closed): YAML.load_stream should process documents as they are read
Psych say YAML.load_documents is deprecated and say to use `YAML.load_stream` instead.
Looking at the implementati...
trans (Thomas Sawyer)
01:39 AM Revision d22e2877 (git): merge revision(s) 33934: [Backport #5975]
* Makefile.in (CFLAGS): append ARCH_FLAG.
* configure.in (ARCH_FLAG): exclude from CFLAGS.
git-svn-id: svn...
naruse (Yui NARUSE)
01:38 AM Revision 9da8b416 (git): merge revision(s) 34123,34126,34127,34463: [Backport #5981]
* ext/openssl/ossl_cipher.c: Update and complete documentation.
* ext/openssl/ossl_cipher.c: Add warning abo...
naruse (Yui NARUSE)
01:36 AM Revision a59554c7 (git): merge revision(s) 34469: [Backport #5982]
* ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.
Thanks to Mantas Mikulenas for noticin...
naruse (Yui NARUSE)
01:35 AM Revision e1dabb0f (git): merge revision(s) 34109:
* ext/readline/readline.c (readline_attempted_completion_function):
in Readline module with GNU Readline 6 ...
naruse (Yui NARUSE)
01:20 AM Feature #614 (Assigned): instance_method(ancestor)
Okay, reopened.
In fact, a use case is not necessarily needed.
Ultimately, what you need is an approval from matz...
mame (Yusuke Endoh)
01:04 AM Revision 1a991ffe (git): * tool/merger.rb: don't abort, update first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:03 AM Revision 460c8907 (git): * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.
Thanks to Mantas Mikulenas for noticing and providing a patch!
[ruby-core:42358] [Bug #5972]
git-svn-id: svn+ssh:...
MartinBosslet (Martin Bosslet)
12:48 AM Revision b818c6e1 (git): merge revision(s) 33762:
* test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is too
small for busy environment.
git-svn-...
naruse (Yui NARUSE)
12:46 AM Revision 4e3c9289 (git): merge revision(s) 33673:
* test/dbm/test_dbm.rb: split tests for read only database.
* test/gdbm/test_gdbm.rb: ditto.
git-svn-id: s...
naruse (Yui NARUSE)
12:44 AM Revision 79634569 (git): merge revision(s) 34028,34030:
* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo when
ignore exception under rb_protect().
...
naruse (Yui NARUSE)
12:40 AM Revision b7f40d86 (git): merge revision(s) 33201,33249,33328: [Backport #5564]
* encoding.c (load_encoding): predefined encoding names are safe.
[ruby-dev:44469] [Bug #5279]
* t...
naruse (Yui NARUSE)
12:29 AM Revision 539d6ba2 (git): * 2012-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:29 AM Revision aa3854e3 (git): * ext/openssl/ossl_cipher.c: Add warning about key as IV.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)

02/07/2012

11:55 PM Feature #707: Documentation for Enumerator chaining
Drbrain, could you take over this documentation ticket?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:53 PM Feature #679 (Rejected): Integer#to_s(:step=>3, :sep=>",") が欲しい
長期間進展がみられないので閉じます。[ruby-core:42391] を参照。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:52 PM Feature #615 (Rejected): "with" operator
I'm rejecting this feature ticket because no progress has been made
for a long time. See [ruby-core:42391].
--
...
mame (Yusuke Endoh)
11:38 PM Feature #583 (Rejected): TmpdirとTempfile
長期間進展がみられないので閉じます。[ruby-core:42391] を参照。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:34 PM Feature #614: instance_method(ancestor)
This is a good feature idea. It was even assigned!
The use case is specific b/c it is a specific example of use. ...
trans (Thomas Sawyer)
08:47 PM Feature #614 (Rejected): instance_method(ancestor)
Hello,
I'm rejecting this feature ticket because no progress has been made
for a long time. See [ruby-core:42391...
mame (Yusuke Endoh)
09:38 PM Feature #5977 (Rejected): Remove $, and avoid perlish global variables
Hello,
As I mentioned at RubyConf, I would like the $, global variable to be removed for 2.0.
I would like to a...
Eregon (Benoit Daloze)
09:28 PM Feature #512 (Rejected): String#% behavior
Hello,
I'm rejecting this feature ticket because no progress has been made
for a long time. See [ruby-core:42391...
mame (Yusuke Endoh)
09:05 PM Feature #641 (Rejected): GC patch to cache the most recent heap for is_pointer_to_heap
Hello,
I'm rejecting this feature ticket because no progress has been made
for a long time. See [ruby-core:42391...
mame (Yusuke Endoh)
08:53 PM Feature #546 (Rejected): String#gsub と Strnig#scan のブロックパラメータの一致
遠藤です。
長期間進展がみられないので閉じます。[ruby-core:42391] を参照。
このチケットのように、まつもとさんがなんとなく乗り気になれない提案は、
定期的に忍耐強くまつもとさんに働きかけるなどしないと、...
mame (Yusuke Endoh)
05:41 PM Bug #5973 (Feedback): Bus Error in simple project requiring YARD
Could you try build ruby-1.9.2 with gcc-4.2, or build ruby-1.9.3-head (p26 or later),
and run the test with it?
naruse (Yui NARUSE)
05:37 PM Bug #5973: Bus Error in simple project requiring YARD
How did you install the ruby-1.9.2?
You built it with clang, didn't it?
naruse (Yui NARUSE)
03:37 PM Feature #5053: ruby コマンドと libruby の食い違いチェック
同じソースでもコンパイルオプションを変えれば異なるバイナリが生成される可能性は十分ありますから、ソースの同一性だけでは判定できない気がします。 mrkn (Kenta Murata)
03:33 PM Bug #5971 (Closed): bigdecimal-1.1.0 が rubygems.org 上に無い
mrkn (Kenta Murata)
03:17 PM Bug #5971: bigdecimal-1.1.0 が rubygems.org 上に無い
ごめんなさい。 mrkn (Kenta Murata)
12:00 PM Feature #5976 (Rejected): abolition of MD5 calculation in pstore.rb
=begin
I suggest abolition of MD5 calculation in pstore.rb.
The present pstore.rb reads the whole detabase file to ...
Glass_saga (Masaki Matsushita)
11:13 AM Revision 89a2a105 (git): * error.c (exc_inspect): Fix typo. patch from Trent Ogren
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
10:37 AM Revision 4a43f920 (git): * st.c: refactor packed entries using structs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:27 AM Feature #5974 (Rejected): Access PC_NAME_MAX and PC_PATH_MAX values
Ugh. I didn't know that is the behavior on linux. I agree this would cause confusion, so I will just close it. Tha... tenderlovemaking (Aaron Patterson)
04:53 AM Feature #5974: Access PC_NAME_MAX and PC_PATH_MAX values
> Hi,
>
> In order to construct file names that don't raise Errno::ENAMETOOLONG, I'd like to be able to access P...
kosaki (Motohiro KOSAKI)
04:16 AM Feature #5974 (Rejected): Access PC_NAME_MAX and PC_PATH_MAX values
Hi,
In order to construct file names that don't raise Errno::ENAMETOOLONG, I'd like to be able to access PC_NAME_M...
tenderlovemaking (Aaron Patterson)
05:56 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
Tom Wardrop wrote:
> When designing an API, it's rarely a straight-forward process deciding on whether to use a Stri...
kstephens (Kurt Stephens)
05:52 AM Revision cf1a22fd (git): * st.c (st_update): table can be unpacked in the callback.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:46 AM Revision 911e4ee1 (git): * removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:43 AM Revision af01b0fb (git): * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:43 AM Revision 882dda96 (git): * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:29 AM Revision d82aafd1 (git): * 2012-02-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:29 AM Revision ad40f8a2 (git): * st.c (st_foreach): should not yield same pair when checking
after unpacking.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34456 b2dd03c8-39d4-4d8f-98ff-823f...
nobu (Nobuyoshi Nakada)
05:29 AM Revision 97c3c987 (git): * st.c (st_foreach): should not yield same pair when checking
after unpacking.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:27 AM Bug #5829: /dl/test_cptr.rb Segmentation fault on Ruby 1.9.3 P0
This isn't a backport request. fix it. kosaki (Motohiro KOSAKI)
05:04 AM Revision bdb4fa70 (git): merge revision(s) 34252:
* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
when exception is raised at @tempfil...
ayumin (Ayumu AIZAWA)
05:02 AM Revision b460f884 (git): merge revision(s) 34253:
* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,
test_autoclose_true_closed_by_finalizer): ...
ayumin (Ayumu AIZAWA)
04:59 AM Revision cb94d9df (git): merge revision(s) 34250:
* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignore
an exception under rb_protect(). [ruby-dev:4...
ayumin (Ayumu AIZAWA)
04:56 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
思ったよりもパッチが大きくなったのと元報告者のKishimoto さんからFreeBSDでのフィードバックが得られていないので1.9.3ではrejectにしようかと考えています。ご意見お聞かせください
kosaki (Motohiro KOSAKI)
 

Also available in: Atom