27965-30914
27751-28017 subjects 28177-29876
^ swallowed exception in eval
27965 [rogerdpack2 ] My apologies if this has been discussed before, but here's the situation...
+ 27995 [rogerdpack2 ] Should this be classified as a bug?
+ 28004 [matz ruby-la] It's known issue, that should be fixed soon.
^ [feature:trunk] RCR: allow {select, collect, map} to accept symbol argument
27967 [yugui yugui.] This reply registers the suggestion by Roger to the redmine.
+ 27972 [mame tsg.ne.] While I agree with Yugui, Array#inject accepts a Symbol.
+ 27987 [ryand-ruby z] I completely agree on this point. I want something explicit, not magic.
27988 [rick.denatal] I agree as well. -1 on Roger's suggestion.
^ [Bug #1392] Object#extend leaks memory on Ruby 1.9.1
27968 [redmine ruby] Issue #1392 has been updated by Jason Earl.
^ [Bug #2692] Ruby hangs after returning from rescue clause inside the block
27969 [redmine ruby] Bug #2692: Ruby hangs after returning from rescue clause inside the block
^ [Bug #2319] gethostbyname fails in windows
27970 [redmine ruby] Issue #2319 has been updated by Vladimir Sizikov.
^ [Backport #2473] Handle leak in TCPServer on Windows
27971 [redmine ruby] Issue #2473 has been updated by Yuki Sonoda.
^ [Bug #2692] Ruby hangs after returning from rescue clause inside the block
27973 [redmine ruby] Issue #2692 has been updated by Yusuke Endoh.
^ [Bug #2694] rake db:migrate -> error query not connected
27974 [redmine ruby] Bug #2694: rake db:migrate -> error query not connected
^ [Bug #2694] rake db:migrate -> error query not connected
27975 [redmine ruby] Issue #2694 has been updated by John Bernard Abella.
^ [Bug #2694] rake db:migrate -> error query not connected
27976 [redmine ruby] Issue #2694 has been updated by Luis Lavena.
^ [Bug #2641] Seg fault running miniruby during ruby build on Haiku
27977 [redmine ruby] Issue #2641 has been updated by Alexander von Gluck.
^ [Bug:trunk] [#19058] [PATCH] Fix duplicate XMLDecls and bad DocTypes in REXML::Document
27979 [mame tsg.ne.] This is a copy of ticket in the rubyforge tracker. Federico Builes is
^ [Bug #1392](Closed) Object#extend leaks memory on Ruby 1.9.1
27980 [redmine ruby] Issue #1392 has been updated by _ wanabe.
^ [Bug #2495](Rejected) Matrix: Vector#each2 should check its argument
27981 [redmine ruby] Issue #2495 has been updated by Yusuke Endoh.
^ [Bug #2692] Ruby hangs after returning from rescue clause inside the block
27983 [redmine ruby] Issue #2692 has been updated by Ilya Lopatkin.
^ [Backport #2473] Handle leak in TCPServer on Windows
27984 [redmine ruby] Issue #2473 has been updated by Usaku NAKAMURA.
^ [Bug #2702] Enumerator#to_a and #to_set yield inconsistent results
27985 [redmine ruby] Bug #2702: Enumerator#to_a and #to_set yield inconsistent results
^ [Feature #1371] FTPS Implicit
27989 [redmine ruby] Issue #1371 has been updated by Shugo Maeda.
^ [Bug #2419](Closed) super call may use wrong receiver object
27990 [redmine ruby] Issue #2419 has been updated by Nobuyoshi Nakada.
^ [Bug #2685](Closed) Wrong call sequence example for RDoc of method flo_minus in numeric.c
27994 [redmine ruby] Issue #2685 has been updated by Yui NARUSE.
^ [Bug #2690] IO#select unable to select for < 0.015s
27996 [redmine ruby] Issue #2690 has been updated by Roger Pack.
^ downloads page doesn't link to other versions?
27997 [rogerdpack2 ] Currently if I want to install 1.8.6 from source, I navigate to
^ [Bug #1392] Object#extend leaks memory on Ruby 1.9.1
27998 [redmine ruby] Issue #1392 has been updated by Roger Pack.
^ [Bug #2495](Open) Matrix: Vector#each2 should check its argument
28002 [redmine ruby] Issue #2495 has been updated by Marc-Andre Lafortune.
28003 [mame tsg.ne.] but to achieve it, I guess that very many type checks will be needed,
^ [Bug #2705] rjust, ljust, and center don't behave properly in ruby 1.9.1p376 with utf-8 padstring
28005 [redmine ruby] Bug #2705: rjust, ljust, and center don't behave properly in ruby 1.9.1p376 with utf-8 padstring
^ [Feature #1811](Closed) Default BasicSocket.do_not_reverse_lookup to true
28006 [redmine ruby] Issue #1811 has been updated by Nobuyoshi Nakada.
28013 [rogerdpack2 ] Thanks for doing that!
^ [Feature:trunk] optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
28007 [nobu ruby-la] I propose adding an optional argument to enable/disable reverse
+ 28014 [rogerdpack2 ] +1 from me.
+ 28023 [matz ruby-la] +1, but the document should mention the default value more clearly.
28027 [nobu ruby-la] Any other suggestions?
28033 [matz ruby-la] Seems fine for me. The English speaker would improve the expression.
^ [Backport #2705] rjust, ljust, and center don't behave properly in ruby 1.9.1p376 with utf-8 padstring
28008 [redmine ruby] Issue #2705 has been updated by Nobuyoshi Nakada.
^ [Bug #2707] Denial of Service with Date>> operator for large numbers of n
28011 [redmine ruby] Bug #2707: Denial of Service with Date>> operator for large numbers of n
^ RCR: RUBY_VERSION_INT
28015 [rogerdpack2 ] Currently in a .rb file, to determine if you're on 1.9 versus 1.8 is
+ 28016 [halostatue g] For the 1.x series of Ruby releases (which can't have Ruby 1.10 per
+ 28018 [ shot hot.pl] Ummm=E2=80=A6?
| + 28021 [hgs dmu.ac.u] Having a Version class would solve this
| | + 28024 [ks kurtsteph] I have a Version class that implements Debian version strings.
| | + 28026 [ shot hot.pl] precisely why it was
| | + 28035 [jim.weirich ] $ ruby -ve 'p Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("1.9")'
| + 28136 [rogerdpack2 ] as
| 28150 [ shot hot.pl] precisely why it was
| 28169 [rogerdpack2 ] The gotcha (for me) was
| 28171 [ shot hot.pl] Ah, this makes more sense =E2=80=93 as in, the more I think about it, the m=
+ 28020 [nobu ruby-la] -1.
+ 28025 [brixen gmail] I have a method of comparing version strings in MSpec for the RubySpec
+ 28040 [rogerdpack2 ] I need to require 'faster_rubygems' (gem prelude) only on 1.8, not on
^ [Bug #2682] Undefined method join for String (erb.rb)
28019 [redmine ruby] Issue #2682 has been updated by awk wood.
^ [Bug #948](Closed) dl: cannot pass double value correctly on all x86_64 systems
28022 [redmine ruby] Issue #948 has been updated by Aaron Patterson.
^ [Bug #2708] NoMethodError exception generated when using net/http
28028 [redmine ruby] Bug #2708: NoMethodError exception generated when using net/http
^ [Bug #2709] $VERBOSE, $DEBUG and Kernel#sprintf
28029 [redmine ruby] Bug #2709: $VERBOSE, $DEBUG and Kernel#sprintf
28121 [matz ruby-la] We don't accept any proposal with the POLS reason by default, since
28123 [shyouhei rub] This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
^ [Bug #2709] $VERBOSE, $DEBUG and Kernel#sprintf
28030 [redmine ruby] Issue #2709 has been updated by Shyouhei Urabe.
^ [Bug #2708](Closed) NoMethodError exception generated when using net/http
28031 [redmine ruby] Issue #2708 has been updated by Nobuyoshi Nakada.
^ [Bug #2709] $VERBOSE, $DEBUG and Kernel#sprintf
28032 [redmine ruby] Issue #2709 has been updated by Patrik Wenger.
^ [Backport #1743](Closed) r23201 should be backported to 1.8.6
28034 [redmine ruby] Issue #1743 has been updated by Kirk Haines.
^ [Bug #2710] Kernel#load loads a relative path
28036 [redmine ruby] Bug #2710: Kernel#load loads a relative path
28041 [rogerdpack2 ] ative path because of a security issue (http://blade.nagaokaut.ac.jp/cgi-bi=
^ Floating Point Bug in 1.8.6-p398
28037 [halostatue g] Doing some quick testing with multiruby on something, I see that every
+ 28038 [wyhaines gma] On what platform? I can't replicate that on any platforms that I have
+ 28039 [rogerdpack2 ] I saw something like this that ended up being caused by a bug in GCC
28042 [phasis gmail] I guess you saw
28053 [halostatue g] 351c/3e6d8056c734f19a
28055 [luislavena g] I've ended installing 4.3 and set gcc and g++ alternatives
^ [Feature #2639] ifdef References to __BEOS__ should be changed to also include __HAIKU__
28043 [redmine ruby] Issue #2639 has been updated by Chris Roberts.
^ [Backport #2475](Closed) InstructionSequence#to_a fails for duparray
28044 [redmine ruby] Issue #2475 has been updated by Yuki Sonoda.
^ [Backport #2633](Rejected) warning
28045 [redmine ruby] Issue #2633 has been updated by Yuki Sonoda.
^ [Backport #2633] warning
28046 [redmine ruby] Issue #2633 has been updated by Kornelius Kalnbach.
^ [Bug #2564] [patch] re-initialize timer_thread_{lock,cond} after fork
28047 [redmine ruby] Issue #2564 has been updated by Aliaksey Kandratsenka.
^ [Bug #1820] Always spawns a thread that loops on the futex syscall
28048 [redmine ruby] Issue #1820 has been updated by Maximilian Gass.
^ [Bug #2564] [patch] re-initialize timer_thread_{lock,cond} after fork
28049 [redmine ruby] Issue #2564 has been updated by Yui NARUSE.
^ [Bug #2641] Seg fault running miniruby during ruby build on Haiku
28050 [redmine ruby] Issue #2641 has been updated by Yui NARUSE.
^ [Feature #2639] ifdef References to __BEOS__ should be changed to also include __HAIKU__
28051 [redmine ruby] Issue #2639 has been updated by Yui NARUSE.
^ [Bug:trunk] invalid yaml emitted for Struct
28052 [mame tsg.ne.] $ ./ruby -ryaml -e '
28056 [aaron tender] I believe this is actually valid YAML, but the behavior in 1.9 is not
^ [Feature #2639] ifdef References to __BEOS__ should be changed to also include __HAIKU__
28054 [redmine ruby] Issue #2639 has been updated by Alexander von Gluck.
^ [Bug #2711](Closed) invalid yaml emitted for Struct
28057 [redmine ruby] Issue #2711 has been updated by Anonymous.
^ [Bug #1820] Always spawns a thread that loops on the futex syscall
28058 [redmine ruby] Issue #1820 has been updated by Roger Pack.
^ Re: [Bug #2559](Closed) IO#write raises
28059 [normalperson] This affects a FreeBSD user on 1.8.7-p248. Can somebody please backport
^ [Bug #2713] Rdoc: rdoc/usage missing in Ruby 1.9
28060 [redmine ruby] Bug #2713: Rdoc: rdoc/usage missing in Ruby 1.9
^ Is there way to iterate over RubyVM::InstructionSequence's ?
28061 [rockyb rubyf] For an experimental Ruby 1.9 debugger it would be convenient to be able to
^ [Bug #1820] Always spawns a thread that loops on the futex syscall
28062 [redmine ruby] Issue #1820 has been updated by Maximilian Gass.
^ [Feature #2022] Patch for openssl-1.0
28063 [redmine ruby] Issue #2022 has been updated by Motohiro KOSAKI.
^ [Feature #2561](Closed) 1.8.7 Patch reduces time cost of Rational operations by 50%.
28064 [redmine ruby] Issue #2561 has been updated by Akinori MUSHA.
^ [Bug #1890](Feedback) Segmentation fault
28065 [redmine ruby] Issue #1890 has been updated by Akinori MUSHA.
^ [Bug #2714] Interpreter deadlock when using ::Socket.pair
28066 [redmine ruby] Bug #2714: Interpreter deadlock when using ::Socket.pair
^ [Bug #2468](Closed) Array expansion inside case/when gives unexpected results
28067 [redmine ruby] Issue #2468 has been updated by Akinori MUSHA.
^ interrupted system calls aren't interrupted?
28068 [rogerdpack2 ] Sorry if this is a repeat...
28073 [nobu ruby-la] Expected. Timeout.timeout dones't know the child process. You
30914 [rogerdpack2 ] I wonder how that would be possible seeing as $? is not set to its pid
^ [Bug #1820](Open) Always spawns a thread that loops on the futex syscall
28069 [redmine ruby] Issue #1820 has been updated by Roger Pack.
^ [Bug #2714] Interpreter deadlock when using ::Socket.pair
28070 [redmine ruby] Issue #2714 has been updated by Roger Pack.
^ [Bug #2714] Interpreter deadlock when using ::Socket.pair
28071 [redmine ruby] Issue #2714 has been updated by s f.
^ [Bug #2715] Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
28072 [redmine ruby] Bug #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
28074 [nobu ruby-la] What's that you want to do? In 1.9, the former returns nil,
28076 [akr fsij.org] I guess he want to print the error message.
^ [Feature #2706](Closed) optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
28075 [redmine ruby] Issue #2706 has been updated by Nobuyoshi Nakada.
^ Re: [ruby-cvs:33755] Ruby:r26540 (trunk): * enum.c (enum_each_entry): new method #each_entry to pack values
28077 [knu iDaemons] Was the name discussed somewhere? I think it is a bad name that can
28078 [matz ruby-la] The name #each_entry corresponds to the existing method #entries.
28088 [knu iDaemons] I don't think #entries is a good name by now either, since we only use
^ [Bug #2683](Closed) IMAP hangs when receiving an unexpected "BYE" during login
28079 [redmine ruby] Issue #2683 has been updated by Shugo Maeda.
^ [Bug #2670] Net::IMAP parser problem
28080 [redmine ruby] Issue #2670 has been updated by Shugo Maeda.
^ [Bug #2476](Third Party's Issue) instance_eval ArgumentError
28081 [redmine ruby] Issue #2476 has been updated by Shugo Maeda.
^ [Feature #2666](Closed) ext/curses: improved structure for view2
28082 [redmine ruby] Issue #2666 has been updated by Shugo Maeda.
^ [Bug #2717] Requiring rubygems/specification causes tons of warnings for NoMethodError
28086 [redmine ruby] Bug #2717: Requiring rubygems/specification causes tons of warnings for NoMethodError
^ [Bug #2717] Requiring rubygems/specification causes tons of warnings for NoMethodError
28087 [redmine ruby] Issue #2717 has been updated by Sakuro OZAWA.
^ [Bug #2718] DRb mixing up function return values between PIDs after fork()
28089 [redmine ruby] Bug #2718: DRb mixing up function return values between PIDs after fork()
^ [Bug #1332] Reading file on Windows is 500x slower then with previous Ruby version
28090 [redmine ruby] Issue #1332 has been updated by Roger Pack.
^ [Bug #2670] Net::IMAP parser problem
28091 [redmine ruby] Issue #2670 has been updated by Tristan Seligmann.
^ [Bug #2555] "case n when *VALID" Broken in Ruby 1.8.8; affects Ruby on Rails
28092 [redmine ruby] Issue #2555 has been updated by Sam Ruby.
^ [Bug #2551] case/when matches literal *[1,2,3] but not variable *ary
28093 [redmine ruby] Issue #2551 has been updated by Jeremy Kemper.
^ [Bug #2555] "case n when *VALID" Broken in Ruby 1.8.8; affects Ruby on Rails
28094 [redmine ruby] Issue #2555 has been updated by Akinori MUSHA.
^ [Bug #2719] Segfault during multiple calls to C embedded Ruby interpreter through dlopen
28095 [redmine ruby] Bug #2719: Segfault during multiple calls to C embedded Ruby interpreter through dlopen
^ [Bug #2720] Segfault during multiple calls to C embedded Ruby wrapped with dl library
28096 [redmine ruby] Bug #2720: Segfault during multiple calls to C embedded Ruby wrapped with dl library
^ [Bug #2719] Segfault during multiple calls to C embedded Ruby interpreter through dlopen
28097 [redmine ruby] Issue #2719 has been updated by David MARCHALAND.
^ [Bug #2720] Segfault during multiple calls to C embedded Ruby wrapped with dl library
28098 [redmine ruby] Issue #2720 has been updated by David MARCHALAND.
^ [Bug #2670] Net::IMAP parser problem
28099 [redmine ruby] Issue #2670 has been updated by Ryan Grove.
^ [Bug #2721] OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
28100 [redmine ruby] Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
^ [Bug #2721] OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
28101 [redmine ruby] Issue #2721 has been updated by Yui NARUSE.
^ [Bug #2721] OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
28102 [redmine ruby] Issue #2721 has been updated by Greg Hazel.
^ [Bug #2722] gets on a large file takes a very very long time
28103 [redmine ruby] Bug #2722: gets on a large file takes a very very long time
28114 [matz ruby-la] I could reproduce the problem on 1.9, but not on 1.8. 1.9 has been
28138 [rogerdpack2 ] Hmm.
28139 [matz ruby-la] gets need to scan for the newline. Here's my numbers
28148 [rogerdpack2 ] Oh ok.
^ [Bug #2644] memory over-allocation with regexp
28104 [redmine ruby] Issue #2644 has been updated by Greg Hazel.
+ 28105 [matz ruby-la] I don't know any other regex implementation that allows the current
| 28108 [naruse airem] Current Ruby 1.9 can run the script,
+ 28106 [murphy rubyc] I have a nicer workaround, see below.
| 28107 [murphy rubyc] Sorry, this one doesn't work in JRuby and Ruby 1.9.
+ 28111 [mame tsg.ne.] I agree. Could you please give us a patch? :-P
28126 [matz ruby-la] Can you check in? If something bad happens, we can always revert the
^ [Bug #670] select doesn't handle fd's > FD_SETSIZE very well
28109 [redmine ruby] Issue #670 has been updated by Roger Pack.
^ [Bug #2384] mkmf find_executable doesn't find batch files in doze
28110 [redmine ruby] Issue #2384 has been updated by Roger Pack.
^ [Bug #2721] OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
28112 [redmine ruby] Issue #2721 has been updated by Roger Pack.
^ [Bug #2723] $: length affects re-require time of already loaded files
28113 [redmine ruby] Bug #2723: $: length affects re-require time of already loaded files
28227 [rogerdpack2 ] already appears in $"."'. However, re-requiring the same file still scans =
^ [Bug #2721] OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
28115 [redmine ruby] Issue #2721 has been updated by Greg Hazel.
28124 [nakahiro gma] Search 'openssl rand_poll heap32nex' and check if your environment
^ [Bug #2725] Return values of Array#compact! and delete: rdoc improvement.
28116 [redmine ruby] Bug #2725: Return values of Array#compact! and delete: rdoc improvement.
28122 [matz ruby-la] Basically agree with your doc patch, but the word "informative" is a
^ [Feature #2022] Patch for openssl-1.0
28117 [redmine ruby] Issue #2022 has been updated by Yui NARUSE.
28508 [nakahiro gma] Here's a topic branch for ruby_1_8(1.8.8dev).
28540 [nakahiro gma] Merged to ruby_1_8. Following commits should be applied to the trunk.
^ [Bug #2726] udp socket send and receive leak handles on windows
28118 [redmine ruby] Bug #2726: udp socket send and receive leak handles on windows
^ [Bug #2723] $: length affects re-require time of already loaded files
28119 [redmine ruby] Issue #2723 has been updated by Greg Hazel.
^ [Feature #2709] $VERBOSE, $DEBUG and Kernel#sprintf
28120 [redmine ruby] Issue #2709 has been updated by Patrik Wenger.
^ [Bug #2725] Return values of Array#compact! and delete: rdoc improvement.
28125 [redmine ruby] Issue #2725 has been updated by Hugh Sasse.
^ [Backport #2597] Crash in p248 while installing gem
28127 [redmine ruby] Issue #2597 has been updated by Hendrik Volkmer.
^ [Bug #2725] Return values of Array#compact! and delete: rdoc improvement.
28128 [redmine ruby] Issue #2725 has been updated by Hugh Sasse.
^ [Bug #2728] ruby segfaults returning from dynamically defined method in ensure block
28129 [redmine ruby] Bug #2728: ruby segfaults returning from dynamically defined method in ensure block
^ [Feature #2709] $VERBOSE, $DEBUG and Kernel#sprintf
28130 [redmine ruby] Issue #2709 has been updated by Patrik Wenger.
28164 [matz ruby-la] OK, I am happy to know what you want. Could you explain why you want?
^ [Bug #2728] ruby segfaults returning from dynamically defined method in ensure block
28131 [redmine ruby] Issue #2728 has been updated by Ivan Samsonov.
^ [Bug #2729] `unexpected break' occurs when a proc is called in ensure
28132 [redmine ruby] Bug #2729: `unexpected break' occurs when a proc is called in ensure
28133 [nobu ruby-la] Test case.
^ [Bug #2728](Closed) ruby segfaults returning from dynamically defined method in ensure block
28134 [redmine ruby] Issue #2728 has been updated by Nobuyoshi Nakada.
^ [Bug #2714] Interpreter deadlock when using ::Socket.pair
28135 [redmine ruby] Issue #2714 has been updated by Roger Pack.
^ [Bug #2726] udp socket send and receive leak handles on windows
28137 [redmine ruby] Issue #2726 has been updated by Roger Pack.
^ [Bug #2730] Some methods still failing to raise RuntimeError when a frozen object would not be modified
28140 [redmine ruby] Bug #2730: Some methods still failing to raise RuntimeError when a frozen object would not be modified
^ [Bug #2731] FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
28141 [redmine ruby] Bug #2731: FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
^ [Bug #2730](Closed) Some methods still failing to raise RuntimeError when a frozen object would not be modified
28142 [redmine ruby] Issue #2730 has been updated by Nobuyoshi Nakada.
^ [Backport #2728] ruby segfaults returning from dynamically defined method in ensure block
28143 [redmine ruby] Issue #2728 has been updated by Yusuke Endoh.
^ [Bug #2734] UnconnectedUDP in resolv.rb does not handle IPv6
28144 [redmine ruby] Bug #2734: UnconnectedUDP in resolv.rb does not handle IPv6
^ [Bug #2734] UnconnectedUDP in resolv.rb does not handle IPv6
28145 [redmine ruby] Issue #2734 has been updated by Hans de Graaff.
^ [Bug #2734](Closed) UnconnectedUDP in resolv.rb does not handle IPv6
28146 [redmine ruby] Issue #2734 has been updated by Akira Tanaka.
^ [Bug #2737] StringConstant +"string literal" (unspaced) raises exception
28147 [redmine ruby] Bug #2737: StringConstant +"string literal" (unspaced) raises exception
^ [Bug #2738] Segmentation fault - rake test
28149 [redmine ruby] Bug #2738: Segmentation fault - rake test
^ [Bug #2739] ruby 1.8.7 built with pthreads hangs under some circumstances
28151 [redmine ruby] Bug #2739: ruby 1.8.7 built with pthreads hangs under some circumstances
^ [Bug #2737](Rejected) StringConstant +"string literal" (unspaced) raises exception
28152 [redmine ruby] Issue #2737 has been updated by Nobuyoshi Nakada.
^ make test errors on ruby 1.8.8dev
28153 [sam.overdorf] None of the tar balls for the year 2010 will pass the "make test".
^ [Bug #2740] Extend const_missing to pass in the nesting
28154 [redmine ruby] Bug #2740: Extend const_missing to pass in the nesting
28165 [nobu ruby-la] I don't think you can distinguish the latter from the following.
^ [Bug #2719](Rejected) Segfault during multiple calls to C embedded Ruby interpreter through dlopen
28155 [redmine ruby] Issue #2719 has been updated by Yui NARUSE.
^ [Bug #2715] Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
28156 [redmine ruby] Issue #2715 has been updated by Tomasz Wegrzanowski.
^ [Feature #2740] Extend const_missing to pass in the nesting
28157 [redmine ruby] Issue #2740 has been updated by Kornelius Kalnbach.
^ Documentation for const_missing
28158 [murphy rubyc] This is a multi-part message in MIME format.
^ [Bug #2723] $: length affects re-require time of already loaded files
28159 [redmine ruby] Issue #2723 has been updated by Greg Hazel.
^ [Bug #2741] gets with large file is slow in windoze
28160 [redmine ruby] Bug #2741: gets with large file is slow in windoze
^ [Feature #2740] Extend const_missing to pass in the nesting
28161 [redmine ruby] Issue #2740 has been updated by Yehuda Katz.
28167 [mame tsg.ne.] It's ugly. The core should avoid such a dirty hack when possible.
^ [Bug #2742] IO#read/gets can be very slow in doze
28162 [redmine ruby] Bug #2742: IO#read/gets can be very slow in doze
^ [Bug #2742] IO#read/gets can be very slow in doze
28163 [redmine ruby] Issue #2742 has been updated by Roger Pack.
^ Improved Matrix Determinant
28166 [noagony gmai] I have an idea on the stability and performance of matrix determinant.
^ [Bug #2667] Segmentation fault error
28168 [redmine ruby] Issue #2667 has been updated by Philippe Latulippe.
^ [Bug #2667] Segmentation fault error
28170 [redmine ruby] Issue #2667 has been updated by Roger Pack.
^ [Bug #2745] iseq_set_sequence: adjust bug (next inside begin...rescue)
28172 [redmine ruby] Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
^ [Bug #2745] iseq_set_sequence: adjust bug (next inside begin...rescue)
28173 [redmine ruby] Issue #2745 has been updated by Kornelius Kalnbach.
^ [Bug #2745] iseq_set_sequence: adjust bug (next inside begin...rescue)
28174 [redmine ruby] Issue #2745 has been updated by Kornelius Kalnbach.
^ [Bug #2723] $: length affects re-require time of already loaded files
28175 [redmine ruby] Issue #2723 has been updated by Shyouhei Urabe.
^ [Bug #1131] String#unpack("V") does not work correctly is linux on s390x
28176 [redmine ruby] Issue #1131 has been updated by Marcus Rückert.
28181 [matz ruby-la] ork correctly is linux on s390x"
28187 [darix opensu] 04/16/2009 03:41 PM - Ittay Dror
threads.html
top