Activity
From 04/03/2009 to 04/09/2009
04/09/2009
-
11:44 AM Bug #1370 (Closed): in `glob': invalid byte sequence in UTF-8
- =begin
Code page is CP949 and file name is "\xC7\xD1.exe"
Here is sample code:
# encoding: UTF-8
a = Dir.gl... -
11:28 AM Bug #1366 (Assigned): Pathname#relative_path_from should handle the scenario where the argument uses a different case for the Windows drive letter
- =begin
Already fixed in r23093, and would be backported by the next patch release.
=end
-
02:40 AM Bug #1366 (Closed): Pathname#relative_path_from should handle the scenario where the argument uses a different case for the Windows drive letter
- =begin
On Windows, the case of the drive letter can be either upper case or lower case (eg, "C:" or "c:") on the sam... -
09:04 AM Bug #1368 (Closed): ruby19 trunk (svn revision 23160) build fails compiling dl ext on win32
- =begin
Hi,
In attempting to build from the current svn trunk (revision 23160)
on win32, I'm getting a failure... -
08:01 AM Bug #1367 (Closed): flatten(0) is not consistent with flatten(), flatten(1), etc.
- =begin
> a = [1, 2]
> a2 = a.flatten
> a2 << :a
> a2
=> [1, 2, :a]
> a
=> [1, 2]
> b = [3, 4]
> b... -
03:56 AM Feature #578: add method to disassemble Proc objects
- =begin
Any progress on this? any way I can help?
Thanks!
-=r
=end
04/08/2009
-
10:07 PM Bug #1365 (Closed): String#dump with non-ascii-compatible string provides invalid code
- =begin
Applied in changeset r23160.
=end
-
09:58 PM Bug #1365 (Closed): String#dump with non-ascii-compatible string provides invalid code
- =begin
遠藤です。
アスキー非互換な文字列を String#dump すると eval できない文字列が
得られました。
$ ./ruby -e 'p "\u3042".encode("UTF-16LE").du... -
09:59 PM Bug #1342: signal handling on HP-UX
- =begin
OK, so the problem with Segmentation faults was related to the previous changes I had made to use getcontext/... -
08:59 PM Bug #1342: signal handling on HP-UX
- =begin
Some progress on this:
In the HP-UX documentation it says that on Itanium, PTHREAD_STACK_MIN is 256KB. ... -
08:23 PM Bug #1364 (Closed): /usr/local/lib/ruby/1.9.1/rexml/text.rb:375: [BUG] Segmentation fault
- =begin
ruby 1.9.1p0 with mysql-ruby-2.8.1 running on SuSE Linux Enterprise Server 10 SP1 running Ruby program oddbod... -
02:38 PM Bug #1363 (Rejected): Wrong value for Hash of NaN
- =begin
Ruby cannot handle NaN as a unique key of Hash.
Here is an example:
irb(main):001:0> h = {}
=> {}... -
10:00 AM Bug #1361: Configure fails to recognize the absence of bison
- =begin
Hi,
At Wed, 8 Apr 2009 06:16:43 +0900,
Wesha the Leopard wrote in [ruby-core:23148]:
> Bison is NOT inst... -
06:16 AM Bug #1361 (Rejected): Configure fails to recognize the absence of bison
- =begin
There is a line "YACC = bison" in Makefile.in; but configure fails to recognize the absence of bison
Bis... -
01:42 AM Bug #1357: Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
- =begin
Hi,
At Mon, 6 Apr 2009 19:38:09 +0900,
Ollivier Robert wrote in [ruby-core:23137]:
> clang uses __clang_...
04/06/2009
-
09:11 PM Bug #1353: io does not convert str when ext == intern
- =begin
成瀬です。
sheepman wrote:
>> 内部エンコーディングの設定は、書き込み時のエンコーディング変換には影響しません。
>> またdefault_externalも、書き込み時のエンコーディング変... -
09:09 PM Feature #1358: net/http has no TRACK method - here's a patch
- =begin
what you get for posting patches in ruby-forum.com and only adding them here 3 days later... :)
http://w... -
09:00 PM Feature #1358: net/http has no TRACK method - here's a patch
- =begin
Very similar to http://redmine.ruby-lang.org/issues/show/1352 :)
=end
-
08:50 PM Feature #1358 (Rejected): net/http has no TRACK method - here's a patch
- =begin
net/http has no TRACK method - I found it useful and trivial to add, so here is my patch for it. It is not pa... -
08:17 PM Bug #1355 (Closed): -O3 deemed uncessary
- =begin
Applied in changeset r23142.
=end
-
07:12 PM Bug #1355: -O3 deemed uncessary
- =begin
There are not that many differences between -O2 and -O3 (mainly -finline-functions IIRC) so I'm a bit surpris... -
06:41 PM Bug #1355: -O3 deemed uncessary
- =begin
The real point? gcc -O2 was a crap. We've recieved many "bug" reports that ruby cannot compile.
If you ... -
05:29 PM Bug #1355 (Closed): -O3 deemed uncessary
- =begin
I do not see the real point in forcing all compilation with -O3 and it makes overriding the optimization leve... -
07:45 PM Feature #1045: nicer icon for ruby.exe
- =begin
Luis Lavena wrote:
>
> Something like the RubyInstaller icon?
>
> http://blog.mmediasys.com/2008/03/2... -
07:38 PM Bug #1357: Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
- =begin
clang uses __clang__ as main #define. It also aims to support most GNUC constructs & defines.
=end
-
07:23 PM Bug #1357: Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
- =begin
Hi,
At Mon, 6 Apr 2009 17:43:20 +0900,
Ollivier Robert wrote in [ruby-core:23132]:
> As a side-effect, i... -
05:43 PM Bug #1357 (Closed): Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
- =begin
I do not think that fixing specific variable into CPU registers is really reflected in performance gains (ben... -
05:36 PM Bug #1356 (Third Party's Issue): Be consistent in function declarations
- =begin
When compiling with clang, prototypes for two OpenSSL functions are found to be mismatched with respect to "c... -
12:51 PM Bug #1336: Change in string representation of Floats
- =begin
I agree with Brian.
I think it is a spec for Ruby 1.8 and 1.9 to fail to round-trip,
even if it may be in... -
03:24 AM Bug #1336: Change in string representation of Floats
- =begin
I have to agree with Brian on this.
A quick, informal survey of various other languages shows that, by d... -
05:06 AM Bug #1350: gem method with version dependency fails
- =begin
Good to know,
I did a search before submitting this patch but seems Redmine search is not indexing prop... -
04:56 AM Bug #1350: gem method with version dependency fails
- =begin
This is probably the same issue as Bug #1163 - which has a patch that works for me.
=end
04/05/2009
-
11:20 PM Bug #1353: io does not convert str when ext == intern
- =begin
こんばんは sheepman です。
On Sun, 5 Apr 2009 22:08:19 +0900
"NARUSE, Yui" <[email protected]> wrote:
> 内部エンコー... -
10:09 PM Bug #1353: io does not convert str when ext == intern
- =begin
成瀬です。
とりあえず先にこちらを。
sheepman wrote:
> こんばんは sheepman です。
>
> IO の外部エンコーディングと内部エンコーディングが等しい場合に、
> 変換... -
09:11 PM Bug #1353 (Closed): io does not convert str when ext == intern
- =begin
こんばんは sheepman です。
IO の外部エンコーディングと内部エンコーディングが等しい場合に、
変換が必要な場合でも、変換が起きません。
$ cat t.rb
# encoding... -
04:57 PM Bug #1336: Change in string representation of Floats
- =begin
brian ford wrote:
> So, this decision takes a marginal case for which a perfectly good
> mechanism already ... -
02:51 AM Bug #1336: Change in string representation of Floats
- =begin
On Fri, Apr 3, 2009 at 11:49 PM, Roger Pack <[email protected]> wrote:
> Issue #1336 has been updated by...
04/04/2009
-
03:49 PM Bug #1336: Change in string representation of Floats
- =begin
>> * numeric.c (flo_to_s): keeps enough precision for round trip.
One possibility would be to allow Floa... -
01:24 PM Bug #1351 (Closed): Net::HTTP - set_form_data no longer allows symbols as keys.
- =begin
ruby-1.8 allowed symbols as keys in set_form_data. ruby-1.9.x does not.
for example:
require "net/h... -
11:15 AM Bug #1342: signal handling on HP-UX
- =begin
Hi Nakada-san,
I have modified my 1.9.1-p0 such that getcontext/setcontext would be used, but it hasn't ... -
05:55 AM Bug #1350 (Closed): gem method with version dependency fails
- =begin
Been trying to use 1.9.1 with certain gems, but it seems that the gem command is broken when a version depend... -
03:55 AM Feature #1349 (Rejected): Net::SMTP open_message and send_message always require from_addr, *to_addrs
- =begin
The open_message and send_message methods for Net::SMTP each require a from_addr argument and at least one to...
04/03/2009
-
07:22 AM Bug #1348 (Rejected): Crash in library under Ruby 1.9.1
- =begin
=end
-
02:52 AM Bug #1348: Crash in library under Ruby 1.9.1
- =begin
A make clean fixed it, thank you. You can close this ticket as invalid.
=end
Also available in: Atom