Activity
From 03/27/2009 to 04/02/2009
04/02/2009
-
05:55 PM Bug #1110: encoding warning
- =begin
begin/end で直すのに一票。そういう手があったのには気がつかなかったです。
よろしくお願いします。 Martin.
On 2009/04/01 21:27, Yusuke ENDOH wrot... -
03:36 PM Bug #1343: lib/rdoc/markup/simple_markup/ is empty
- =begin
=end
-
12:24 PM Bug #1348: Crash in library under Ruby 1.9.1
- =begin
Hi,
At Thu, 2 Apr 2009 10:53:11 +0900,
Nate Wiger wrote in [ruby-core:23104]:
> We have a small C librar... -
10:53 AM Bug #1348 (Rejected): Crash in library under Ruby 1.9.1
- =begin
We have a small C library that now crashes under Ruby 1.9.1. It appears to compile cleanly, but gives the fo... -
08:25 AM Bug #1342: signal handling on HP-UX
- =begin
Hi Nakada-san,
I should also say that this problem is worse on HP-UX 11i v3 (version 11.31). When runni... -
08:15 AM Bug #1342: signal handling on HP-UX
- =begin
Hi Nakada-san,
The only other environment I've tried so far is AIX and I haven't seen this issue there a... -
04:17 AM Bug #1342: signal handling on HP-UX
- =begin
Hi,
At Wed, 1 Apr 2009 07:45:15 +0900,
Graham Agnew wrote in [ruby-core:23086]:
> I've been looking thro... -
07:13 AM Revision c5258c5d (git): * test/rss/test_atom.rb (RSS::TestAtomCore::assert_atom_content_inline_other_base64_to_s):
- ditto. [ruby-dev:38248]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23122 b2dd03c8-39d4-4d8f-98... -
07:00 AM Revision 340422dc (git): * test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text):
- newlines are valid for Base64 data. [ruby-dev:38248]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_... -
05:52 AM Revision 12bbcbb3 (git): * lib/getoptlong.rb: remove unused udoc/usage from example.
- [ruby-core:23098]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:22 AM Revision dc7e0e12 (git): merge revision(s) 22910:
- * test/openssl/test_ssl.rb (OpenSSL#test_client_session):
Debian's openssl 0.9.8g-13 failed at assert(ssl.s... -
04:21 AM Bug #1344: sleep(0) sleeps forever on Mac OSX 10.4
- =begin
Hi,
At Wed, 1 Apr 2009 17:33:51 +0900,
Sean O'Halpin wrote in [ruby-core:23094]:
> Instead of not sleepi... -
01:05 AM Feature #1081: add File::write() convenience method
- =begin
> What do you think proper API for combined File.open?
>
> File::write(path, string, mode, opt)
I... -
12:05 AM Bug #1346 (Closed): Linkage errors compiling C++ extension with VC8
- =begin
I've found two problems with extern "C" blocks while compiling some code generated by SWIG (the class example...
04/01/2009
-
10:42 PM Revision b6e82bac (git): * win32/Makefile.sub (config.h): updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:28 PM Bug #1110: encoding warning
- =begin
遠藤です。
2009/2/5 SASADA Koichi <[email protected]>:
> ささだです.
>
> 以下のように,-v や -w 付きの ruby で erb を require すると... -
07:47 PM Bug #1337 (Closed): mkmf.rbが生成したMakefileでmake -j N installに失敗する場合がある
- =begin
Applied in changeset r23114.
=end
-
06:45 PM Bug #1345 (Rejected): Ruby 1.9.1-p0 is incomatible with linux distributions that do not have NPTL thearding enabled.
- =begin
For example older redhat's upto RH enterprise linux 2.1 do not have NPTL.
The symptom is that the ruby just... -
05:34 PM Bug #1344 (Third Party's Issue): sleep(0) sleeps forever on Mac OSX 10.4
- =begin
Instead of not sleeping at all, sleep(0) sleeps forever on Mac OSX 10.4. Multiruby output below:
$ uname... -
03:26 PM Bug #1295: SEGFAULT in RHEL 4
- =begin
Any idea? I've downloaded again the sources and re-installed a few more times, and time after time my install... -
03:12 PM Feature #1193: Justified Error Messages
- =begin
Sorry for a long delay in response. Ryan gave me no reason and directed me at his unit_diff utility from Zen... -
01:57 PM Bug #1338 (Closed): Kernel#select crashes when many files are opened
- =begin
Applied in changeset r23109.
=end
-
11:40 AM Revision 3158c0f6 (git): * configure.in (rb_cv_fork_with_pthread): fail if the child process
- fail.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:46 AM Revision 72c161bb (git): * lib/mkmf.rb (create_makefile): support for parallel make. a
- patch from Takuto Matsuu at [ruby-dev:38220].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23114 b2dd03c8-39d4... -
10:39 AM Revision 48d18d37 (git): * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.
- a patch from Wataru Kimura at [ruby-dev:38225].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23113 b2dd03c8-39... -
09:53 AM Revision 6941189b (git): * vm_dump.c (rb_vm_bugreport): should not #include inside a
- function, since headers may have declarations.
c.f. [ruby-core:23095]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
09:44 AM Revision af9459a4 (git): * mkconfig.rb: ignores version numbers in config.status. replaces
- all $$s in program_transform_name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23111 b2dd03c8-39d4-4d8f-98ff-... -
09:43 AM Bug #1340: Demo
- =begin
Wow! Good work Detective Ballanco :)
=end
-
09:17 AM Bug #1340: Demo
- =begin
I believe this is in reference to _why's "try ruby!" server at http://tryruby.hobix.com/. Perhaps we should g... -
03:26 AM Bug #1340: Demo
- =begin
This works fine for me:
http://www.google.com/search?client=opera&rls=en&q=2+%2B+6
Can you, at least, ... -
12:55 AM Bug #1340 (Third Party's Issue): Demo
- =begin
The demo is broke. When you enter a command it returns HTML but not the appropriate information. For example ... -
09:23 AM Bug #1343 (Closed): lib/rdoc/markup/simple_markup/ is empty
- =begin
While testing YARD with Ruby 1.9.1-p0, I noticed that rdoc/markup/simple_markup was not being loaded. I then ... -
08:47 AM Bug #1342: signal handling on HP-UX
- =begin
Hi Dave,
Granted this won't be available everywhere, however it remains that, setjmp and longjmp are not... -
08:14 AM Bug #1342: signal handling on HP-UX
- =begin
"... since setcontext and getcontext seem to be fairly widely available, shouldn't the source code be switche... -
07:45 AM Bug #1342: signal handling on HP-UX
- =begin
I've been looking through the Ruby source code, specifically the Itanium specific code wrapped in "#ifdef __i... -
02:00 AM Bug #1342 (Rejected): signal handling on HP-UX
- =begin
Whenever I interrupt ruby on HP-UX 11i v2, I get a message from the operating system about an inability to e... -
06:12 AM Revision 3e845f19 (git): * Makefile.in (.c.i): use CPP instead of CC, since gcc -E can't
- work with multiple -arch options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23110 b2dd03c8-39d4-4d8f-98ff-8... -
04:56 AM Revision d98da36b (git): * thread.c (rb_thread_fd_select): new function to call select
- using rb_fdset_t.
* io.c (select_internal): use rb_thread_fd_select instead of
rb_thread_select. based on the pat... -
04:20 AM Revision 9be62b3b (git): * process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 AM Bug #1336: Change in string representation of Floats
- =begin
On Tue, Mar 31, 2009 at 1:32 AM, Ryan Davis <[email protected]> wrote:
>
> On Mar 30, 2009, at 23:58... -
01:52 AM Bug #1341 (Rejected): pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
I have been trying to compile and test 1.9.1-p0 on HP-UX 11i v2. When running the tests, the threads tests ...
03/31/2009
-
10:44 PM Bug #1328: "p eval('0' + '+0.1'*n)" の挙動
- =begin
むらたです。
On 2009/03/30, at 12:47, Nobuyoshi Nakada wrote:
> At Mon, 30 Mar 2009 05:50:40 +0900,
> Kenta ... - 06:49 PM Revision 2fa90ebe (git): * 2009-04-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 PM Revision e2dab32d (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:42 PM Bug #1338 (Closed): Kernel#select crashes when many files are opened
- =begin
以下のコードがクラッシュします。
Process.setrlimit(Process::RLIMIT_NOFILE, 2048)
fd = 2000.times.map { open("/bin/ls")... -
05:36 PM Bug #1335: RubyGems 1.3.1 gem method will load all gems beginning with the given name
- =begin
On Mar 30, 2009, at 22:20 , Hal Brodigan wrote:
> I noticed a strange behaviour while testing my librari... -
02:20 PM Bug #1335 (Rejected): RubyGems 1.3.1 gem method will load all gems beginning with the given name
- =begin
I noticed a strange behaviour while testing my libraries with Ruby 1.9.1-p0. I successfully installed ronin v... -
05:33 PM Bug #1336: Change in string representation of Floats
- =begin
On Mar 30, 2009, at 23:58 , brian ford wrote:
> Where was this discussed and what was the reason for cha... -
03:58 PM Bug #1336: Change in string representation of Floats
- =begin
Hi,
On Mon, Mar 30, 2009 at 10:54 PM, Nobuyoshi Nakada <[email protected]> wrote:
> Hi,
>
> At Tue, 31... -
02:55 PM Bug #1336 (Closed): Change in string representation of Floats
- =begin
=end
-
02:54 PM Bug #1336: Change in string representation of Floats
- =begin
Hi,
At Tue, 31 Mar 2009 14:21:15 +0900,
Brian Ford wrote in [ruby-core:23075]:
> Did the displayed forma... -
02:21 PM Bug #1336 (Closed): Change in string representation of Floats
- =begin
Did the displayed formats of Floats change in 1.9?
There was a thread [ruby-core:22595] on the ML about ... -
04:52 PM Bug #1337 (Closed): mkmf.rbが生成したMakefileでmake -j N installに失敗する場合がある
- =begin
mkmfによって生成されたMakefileがparallel make installに対応していません。
---
install: install-so install-rb
install-so:... -
12:18 PM Bug #1327 (Closed): CSV unit test failures on windows
- =begin
=end
-
08:32 AM Bug #1327: CSV unit test failures on windows
- =begin
Hi James,
> On Mar 29, 2009, at 3:37 PM, Charlie Savage wrote:
>
>> Bug #1327: CSV unit test failures o... -
08:31 AM Bug #1327: CSV unit test failures on windows
- =begin
Fixed by r23099. Can now be closed.
=end
-
09:37 AM Revision ac4da3f2 (git): merge revision(s) 21750:
- * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
09:19 AM Revision eb7f8679 (git): merge revision(s) 21750:
- * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
06:56 AM Bug #1334 (Closed): ruby-1.9.1-p0 cannot install libs to /usr/lib/ruby/1.9 anymore with --program-suffix
- =begin
Changes to configure.in mean that ./configure --program-suffix=19 --ruby-version=minor makes rubylibdir /usr/... -
06:17 AM Revision 0d3bf82f (git): * configure.in: fixed the help strings for the header and library
- dir switches, and updated to use AS_HELP_STRING. patches from
Richard Brown, c.f. [ruby-core:23067].
git-svn-id:... -
01:46 AM Feature #1333 (Rejected): Delegator < BasicObject
- =begin
DelegatorをBasicObjectのサブクラスにすることを提案します。実装がいまより若干簡明になります。
=end
03/30/2009
- 11:20 PM Revision 7fd6fb63 (git): * 2009-03-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:20 PM Revision 8e2eedf4 (git): * test/csv/test_interface.rb, test/csv/test_serialization.rb:
- Trying more fixes some failing tests on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23099 b2dd03c8-... -
03:12 PM Bug #1332 (Closed): Reading file on Windows is 500x slower then with previous Ruby version
- =begin
time = [Time.new]
c = ''
'aaaa'.upto('zzzz') {|e| c << e}
3.times { c << c }
time << Time.new
File.... -
12:47 PM Bug #1328: "p eval('0' + '+0.1'*n)" の挙動
- =begin
なかだです。
At Mon, 30 Mar 2009 05:50:40 +0900,
Kenta Murata wrote in [ruby-dev:38207]:
> "p eval('0'+'+0.1'*... -
05:50 AM Bug #1328 (Closed): "p eval('0' + '+0.1'*n)" の挙動
- =begin
"p eval('0'+'+0.1'*n)" を評価すると、n がある値 N を超えたときに
スタックが溢れますが、バージョン 1.9.2 の N が バージョン 1.9.1 より
小さくなっています。
... -
12:17 PM Bug #1329 (Closed): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
Applied in changeset r23096.
=end
-
10:53 AM Bug #1329: Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
古いリビジョンで試していたことに気付いて、最新のリビジョンでもう一度やってみました。
その結果、以下に示すように、症状は変わっていませんでした。
$ ~/ruby-1.8.8-r23088/bin/r... -
05:58 AM Bug #1329 (Closed): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
"p eval('0' + '+0.1'*n)" を評価すると、
n がある値 N1 を超えたときに TypeError が、
N2 を超えたときに Segmentation Fault が発生します。
... -
10:04 AM Revision 2a58eebd (git): * .gdbinit (rp): show negative fixnum correctly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:39 AM Bug #1326: Failing unit tests on windows
- =begin
Hi James,
> I've tried committing a fix for these. Can you tell me if they run OK
> on Windows now?
... -
05:37 AM Bug #1327 (Closed): CSV unit test failures on windows
- =begin
Thought it might be easier to split the csv failures into a separate ticket (see #1326). After r23094, the n... -
03:12 AM Revision c11f6366 (git): * vm_eval.c (eval_string_with_cref): replaces the message if
- frozen. [ruby-dev:38208]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:12 AM Revision a1b9ce96 (git): * eval.c (rb_eval): checks for interrupt, stack and finalizers too.
- [ruby-dev:38208], [Bug #1329]
* eval.c (eval): replaces the message if frozen.
git-svn-id: svn+ssh://ci.ruby-lang....
03/29/2009
-
04:47 PM Bug #1326 (Rejected): Failing unit tests on windows
- =begin
The good news is that I've finally made it to the point where I can Ruby's test suite on windows (minus the h... -
04:27 PM Bug #1325 (Closed): fiber tests kill windows
- =begin
If run on its own, test_fiber.rb runs fine on windows (VC2008 as compiler). But when run as part of the full... -
04:19 PM Bug #1324 (Rejected): Imap Tests hanging
- =begin
Ruby built with VC2008. Two tests, test_starttls and test_unexpected_eof hang. Tracing through the debugger... -
04:15 PM Bug #1323 (Closed): Sockets broken on windows
- =begin
Ruby built with VC2008. All the socket tests fail.
> ruby socket\test_socket.rb
1) Error:
test... - 04:00 PM Revision c3faa28b (git): * 2009-03-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:00 PM Revision a9b53f63 (git): * test/csv/test_interface.rb: Trying a fix for some failing tests
- on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:24 PM Bug #1322 (Closed): define_method scope bug
- =begin
a = 1
Object.send :define_method, :x do
lambda do
p a
a = 2
p a
end.... -
09:25 AM Bug #1266: relative_path broken on windows
- =begin
Thanks Nobu - looks great. I didn't know about the File::FNM_SYSCASE constant.
=end
-
09:07 AM Bug #1266 (Closed): relative_path broken on windows
- =begin
Applied in changeset r23093.
=end
03/28/2009
-
11:59 PM Revision 896db7d6 (git): * lib/pathname.rb (Pathname#relative_path_from): compares path
- components according to system default case-sensitiveness.
[ruby-core:22829]
git-svn-id: svn+ssh://ci.ruby-lang.o... -
05:38 PM Bug #1266: relative_path broken on windows
- =begin
I was hoping we could raise the priority of this issue. This bug prevents Ruby's test suite from being run a... -
05:36 PM Bug #1135: Problem renaming CMath.hypot in Ruby1.9
- =begin
I wrote an independence version.
It seems to be defference between them evaluaters.
module CMath
... -
05:03 PM Bug #1250: String#to_r and String#to_c with float number
- =begin
It's not a bug.
The parser accepts float form as numerator.
However, denominator is not.
main@191... -
04:40 PM Bug #1320 (Closed): sdbm.c compiler warnings
- =begin
A couple of compiler warnings are still left in sdbm extension:
cl -nologo -I. -I../../.ext/include/i386... -
04:35 PM Bug #1319 (Closed): Fix compiler warnings in file.c
- =begin
Recently the BUFCHECK macro caused a bunch of compiler warnings got introduced into file.c (compiling with -W... -
02:49 PM Revision c79e8ba0 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:18 AM Bug #1318 (Closed): Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__
- =begin
It seems that ri does not find the documentation for three instance methods of BasicObject, namely instance_e... -
02:10 AM Revision f4cecb53 (git): * common.mk (ruby.imp): all symbols in static library need to be
- exported, so that encoding-extensions can be loaded. based on a
patch from Yutaka Kanemoto <kinpoco AT gmail.com> ...
03/27/2009
-
11:49 PM Revision 48379c73 (git): * sprintf.c (rb_str_format): checks if named argument given twice.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:18 PM Revision 456f68f2 (git): * sprintf.c (GETNAMEARG): remembers named arg is used, to get rid
- of too many arguments warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23089 b2dd03c8-39d4-4d8f-98ff-823f... -
07:31 PM Revision 5f79c781 (git): * ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:01 PM Revision b288a9f8 (git): * 2009-03-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:00 PM Revision cc55fb42 (git): * ext/extmk.rb: MINIRUBY is given via make-flag.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:17 PM Revision 72122dd9 (git): * lib/mkmf.rb (link_command, cc_command, cpp_command): should not
- override extout defined in extmk.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23085 b2dd03c8-39d4-4d8f-98f... -
11:06 AM Revision 526286ea (git): merge revision(s) 21749:
- * lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
... -
11:06 AM Revision 7e5e3cb5 (git): merge revision(s) 21749:
- * lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
... -
10:25 AM Revision f46c2605 (git): merge revision(s) 22882,22961,22971:
- * gc.c (run_final): calls free function. [ruby-core:22578]
* gc.c (rb_gc_call_finalizer_at_exit): leave Thre... -
10:21 AM Revision b17c347a (git): merge revision(s) 22882,22961,22971:
- * gc.c (run_final): calls free function. [ruby-core:22578]
* gc.c (rb_gc_call_finalizer_at_exit): leave Thre... -
10:18 AM Bug #1317: Creating a range with strings
- =begin
2009/3/27 Michael Selig <[email protected]>:
> Issue #1317 has been updated by Michael Selig.
>
>
> T... -
07:59 AM Bug #1317: Creating a range with strings
- =begin
> -----Original Message-----
> From: Michael Selig [mailto:[email protected]]
> Sent: Thursday, March... -
07:36 AM Bug #1317: Creating a range with strings
- =begin
This is a (possibly confusing) consequence of the behaviour of String#next.
For most sortable objects, the ... -
06:56 AM Bug #1317 (Rejected): Creating a range with strings
- =begin
irb(main):027:0> Range.new("1", "10").to_a
=> ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
irb(mai... -
03:56 AM Revision a8eaf316 (git): * lib/mkmf.rb (what_type?): checks more restrictively, and
- supports universal binary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23076 b2dd03c8-39d4-4d8f-98ff-823fe69b...
Also available in: Atom