Activity
From 11/10/2011 to 11/16/2011
11/16/2011
-
11:59 PM Bug #3385: ext/dbm: accept various version of db
- 2011年11月12日8:14 Tanaka Akira <[email protected]>:
> ここの部分ですが、have_type("dbm", ["db.h", h], hsearch)} を
> 加えているのはなん... -
02:42 PM Feature #5588: add negation flag (v) to Regexp
- Alright, I have decided that partly negated regexps should behave like Tanaka's 2007 solution. They are easier to re...
-
02:03 PM Feature #5588: add negation flag (v) to Regexp
- I am uncertain whether /(?v:ruby)/ =~ "ruby" should return nil or 1.
What do you think? -
09:31 AM Feature #5588: add negation flag (v) to Regexp
- Hello Naruse,
I have updated my patch to expand /(?v:r)/ into /(?:(?!rN).)/:
https://github.com/sunaku/ruby/compa... -
04:46 AM Feature #5588: add negation flag (v) to Regexp
- I don't have a use case for the current behavior; it was just the
simplest way to remove non-matching input characte... -
09:13 AM Revision 1f86c08f (git): * Makefile.in (LIBRUBY_A): check if generated linked library is
- valid for extconf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:58 AM Bug #5624: Mismatch between code example and its description in text in Regexp documentation
- I committed the change to GitHub and made a pull request, too, as I was not sure which way would work better.
The... - 04:53 AM Revision 4a997526 (git): * bignum.c (rb_big2ulong): need to calc in unsigned long, because
- the range of VALUE is larger than it on LLP64 platform, such as Win64.
this change fixes the failures of test/-ext-... - 03:06 AM Revision 2a445945 (git): * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there are
- no guarantee of existance of RbConfig::CONFIG['LIBPATHENV'].
it only exists in Unix-like environments.
* test/webr... -
02:43 AM Revision ff187b02 (git): Refix r33766.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:36 AM Revision bbe004c1 (git): * io.c (argf_next_argv): wrong timing of setting ecflags.
- fixed the failure of TestArgf#test_textmode introduced at r33662.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
02:12 AM Revision b4664c78 (git): Fix r33766.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:46 AM Revision ce03ef02 (git): * ext/-test-/num2int/num2int.c: remove an unnecessary and wrong decl
- of rb_stdout. it's declared in ruby.h correctly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33768 b2dd03c8-... - 01:27 AM Revision 5db50ed0 (git): * bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 AM Revision 12bde2df (git): * lib/minitest/unit.rb (assert_raises): experimental fix to run
- correctly on chkbuild over 64bit linux. call exception_details only
when the detail is really needed to avoid creat...
11/15/2011
-
10:08 PM Bug #5625: Remove profanity and pejoratives
- Ben Bleything wrote:
> On Sun, Nov 13, 2011 at 2:36 PM, Andrew Grimm <[email protected]> wrote:
> > I was n... -
10:00 PM Bug #5625: Remove profanity and pejoratives
Andrew Grimm wrote:
>
> Did you choose "retarded" deliberately in response to a complaint
> about denigrating a...-
07:53 PM Bug #5625: Remove profanity and pejoratives
- >> Can we get rid of "lame" at least, please?
>
> Dude, that's fucking retarded.
Did you choose "retarded" ... -
10:53 AM Bug #5625: Remove profanity and pejoratives
- On Sun, Nov 13, 2011 at 2:36 PM, Andrew Grimm <[email protected]> wrote:
> I was not aiming to protect chil... -
10:09 AM Bug #5625: Remove profanity and pejoratives
Andrew Grimm wrote:
>
> Can we get rid of "lame" at least, please?
Dude, that's fucking retarded.
http:/...-
08:28 AM Bug #5625: Remove profanity and pejoratives
- Jon Forums wrote:
> On Mon, Nov 14, 2011 at 6:35 AM, Aaron Patterson
> <[email protected]>wrote:
>
> >... -
03:56 AM Bug #5625: Remove profanity and pejoratives
- I like this Russian joke: "Don't swear, you are not in kindergarten". This argument gets entertaining.
-
01:53 AM Bug #5625: Remove profanity and pejoratives
- I'm going to have to side with Aaron on this one. If teachers/parents would
prevent their children from accessing ... -
01:53 AM Bug #5625: Remove profanity and pejoratives
- On Mon, Nov 14, 2011 at 6:35 AM, Aaron Patterson
<[email protected]>wrote:
> On Mon, Nov 14, 2011 at 0... - 09:35 PM Revision efdcaeaf (git): * 2011-11-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 PM Revision 737907b2 (git): * test/ruby/test_thread.rb (test_condvar_timed_wait): use
- assert_operator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:08 PM Feature #5588 (Assigned): add negation flag (v) to Regexp
- Thank you for detailed explanation,
And sorry, [ruby-core:40932] explains it.
I believe this spec is wrong; (?v:foo... -
03:27 PM Feature #5588: add negation flag (v) to Regexp
- Suraj Kurapati wrote:
> Yui NARUSE wrote:
> > irb(main):031:0> /a(?v:b)c/=~"a_bc"
> > => 0
>
> then /(?v:b)/ mat... -
03:17 PM Feature #5588: add negation flag (v) to Regexp
- Hi Naruse,
Thanks for trying my patch and for your questions! :)
Yui NARUSE wrote:
> With your [ruby-core:4104... -
09:45 AM Feature #5588: add negation flag (v) to Regexp
- With your [ruby-core:41040]'s patch, I got following result.
Is this an expected result?
irb(main):029:0> /a(?v:b... -
04:53 PM Bug #5637: warnings of shellescape
- 西山和広です。
redmine の方で書くと消えてしまうようなので、メールで書き直します。
Shellwords.shellescape で警告が出ます。
% ./ruby -v -r shell... -
04:29 PM Bug #5637 (Closed): warnings of shellescape
- \\あ
-
04:13 PM Bug #5244: Continuation causes Bus Error on Debian sparc
- The patch is applied to trunk as r33757, r33758 (and r33760) with little modification.
Backport request to ruby 1.9.... -
01:42 PM Bug #5244 (Closed): Continuation causes Bus Error on Debian sparc
- This issue was solved with changeset r33757.
Lucas, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:55 PM Revision dbb03fdc (git): * ext/openssl/ossl_asn1.c: get rid of potential overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:58 PM Revision 498a6e8a (git): * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is too
- small for busy environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33762 b2dd03c8-39d4-4d8f-98ff-823fe6... -
11:09 AM Revision 3d25acdc (git): * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use
- __linux__ macro for consistency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33761 b2dd03c8-39d4-4d8f-98ff-8... -
10:53 AM Feature #5583: Optionally typing
- Hi,
2011/11/15 Yukihiro Matsumoto <[email protected]>:
> |FYI, Scala supports statically checked duck typing. Â... -
02:29 AM Feature #5583: Optionally typing
- Hi,
In message "Re: [ruby-core:41023] Re: [ruby-trunk - Feature #5583] Optionally typing"
on Tue, 15 Nov ... -
01:20 AM Feature #5583: Optionally typing
- oh, i see what you mean. so in pseudo code:
sig foo(:to_s)
def foo(stringy_thing)
to mean argument must ... -
12:53 AM Feature #5583: Optionally typing
- Hi,
2011/11/15 Thomas Sawyer <[email protected]>:
> (a) plenty of other ways to define syntax. maybe best way ... -
12:30 AM Feature #5583: Optionally typing
- Yukihiro Matsumoto wrote:
> (b) in dynamic language like Ruby, optional typing should honor duck
> typing, I ... -
12:15 AM Feature #5583: Optionally typing
- @matz
(a) plenty of other ways to define syntax. maybe best way is to separate it from def since it is optional, ... -
10:53 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- >> うーん、あんまり凝ったことをするとまた別のOSの制限にひっかかるかもしれないので
>> 255でお願いできるとうれしいなあ。
>
> たしか OpenBSD のデフォルトの file descriptor limi... -
09:23 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- 2011年11月15日1:41 KOSAKI Motohiro <[email protected]>:
> うーん、あんまり凝ったことをするとまた別のOSの制限にひっかかるかもしれないので
> 255... -
02:23 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- 近永さんありがとうございます。
r33753 でなおしておきました。
2011年11月15日1:41 KOSAKI Motohiro <[email protected]>:
> 2011年11月1... -
02:19 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- これでバックポート対象に r33752, r33753 が追加ですね
-
01:53 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- 2011年11月14日11:25 Tomoyuki Chikanaga <[email protected]>:
>
> Issue #5429 has been updated by Tomoyuki Chikan... -
01:25 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- あいざわさんのパッチだと、Tempfile.new がブロックを yield しないので、assert を通っていないだけのようです。
SnowLeopard の man fcntl によると
[EINVAL] ... -
07:04 AM Revision e4081877 (git): * sparc.c: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 AM Feature #5628: Module#basename
- > I would probably be ok with mod.modules.last.name to be honest.
Then might as well add mod.lastname too. If the ... -
05:29 AM Feature #5628: Module#basename
- I would probably be ok with mod.modules.last.name to be honest.
Yehuda Katz
(ph) 718.877.1325
On Mon,... -
12:10 AM Feature #5628: Module#basename
- You're right. File is also Module (subclass of Class). So, yes, another name is needed, or ::File.basename accepted a...
-
05:57 AM Revision fd5a7ee7 (git): * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,
- INT2NUM, UINT2NUM, LONG2NUM, ULONG2NUM, NUM2CHR): wrap by
macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
05:50 AM Bug #5497: Math.log10(10_000) error on HP-UX/PA
- Yui NARUSE wrote:
> The Written Word Inc wrote:
> > ```c
> > $ cat t.c
> > #include <math.h>
> > #include <stdio... -
05:05 AM Revision 3d85b0ff (git): * fix ANSI C compliance of r33757
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 AM Revision fa00b651 (git): * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code
- to a separete file sparc.c for preventing inlining optimization.
Patched by Jurij Smakov. [Bug #5244] [ruby-core:40... -
04:18 AM Revision 9cdd62bd (git): * include/ruby/ruby.h: get rid of gcc specific rb_long2int(),
- NUM2LONG(), NUM2INT(), NUM2SHORT(), NUM2LL(), INT2NUM(),
UINT2NUM(), LONG2NUM(), ULONG2NUM() and NUM2CHR()
implem... -
01:41 AM Revision d020fb15 (git): * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD test
- failure. [ruby-dev:44872]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33755 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
01:12 AM Bug #5633 (Closed): Suppress output during Engine cipher test
- While running the tests for OpenSSL::Engine in test_engine.rb,
test_openssl_engine_cipher_rc4 emits a message that ... -
12:51 AM Revision 16b663db (git): * regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTION
- children bug. patched by Suraj Kurapati. [ruby-core:40964]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33754 b... -
12:38 AM Feature #5632 (Closed): Attempt to open included class shades it instead.
- ```
# Hello everyone. I'm not a very advanced ruby user, and I
# would like to provide and outsider report on certa...
11/14/2011
-
11:59 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- あいざわです
r33720で追加されたテストケースが Mac OSX SnowLeopardで失敗します。
以下のパッチ動くようにはなりますが、これってTempfile#openのバグなんでしょうか?
---... -
11:53 PM Feature #5628: Module#basename
- On 14 November 2011 12:58, Thomas Sawyer <[email protected]> wrote:
>
> Issue #5628 has been updated by Thomas... -
08:58 PM Feature #5628: Module#basename
- @Andrew File::basename is a class method, where as Module#basename is an instance method, so there isn't really any "...
-
07:59 PM Feature #5628: Module#basename
- On 14/11/11 10:19, Benoit Daloze wrote:
> On 14 November 2011 07:32, Andrew Grimm <[email protected]> wrote... -
07:23 PM Feature #5628: Module#basename
- On 14 November 2011 07:32, Andrew Grimm <[email protected]> wrote:
>
> Issue #5628 has been updated by An... -
03:32 PM Feature #5628: Module#basename
- I'm not sure about the method name. What should happen with File::basename ? Should it call super when there's no arg...
-
02:53 PM Feature #5628: Module#basename
- Totally agreed. This pattern is fairly common. It would also be nice to
have Module#modules or something, such tha... -
11:17 AM Feature #5628 (Feedback): Module#basename
- Something I use fairly often:
some_module.name.split("::").last
It's useful for things like factory methods... -
10:48 PM Bug #5619: Segfault on OS X
- I verified the segmentation fault on the same version of OS X with ruby 1.9.3. I am attaching the crash report from O...
-
01:53 AM Bug #5619: Segfault on OS X
- > File valgrind-log.txt added
>
> Here's what I get running valgrind. Let me know if I should enable some extra ... -
08:53 PM Bug #5625: Remove profanity and pejoratives
- On Mon, Nov 14, 2011 at 07:36:58AM +0900, Andrew Grimm wrote:
> I was not aiming to protect children from the f-wor... -
05:09 PM Bug #5625: Remove profanity and pejoratives
- Attached is the files with profanity, and the word "lame", and how to grep for them.
The words are in rubygems, ps... -
03:59 PM Bug #5625: Remove profanity and pejoratives
- What words, and where?
-
07:59 AM Bug #5625: Remove profanity and pejoratives
- For the Japanese developers, the brothers Grimm would be more likely
known as the brothers グリム (Gurimu), unless th... -
07:53 AM Bug #5625: Remove profanity and pejoratives
- I was not aiming to protect children from the f-word. My intention was
to ensure that parents or teachers would be ... -
07:38 AM Bug #5625: Remove profanity and pejoratives
Alexey Muranov wrote:
>
> I think this comment is off-topic.
It did, however, produce the best fit of surpris...-
06:05 AM Bug #5625 (Third Party's Issue): Remove profanity and pejoratives
- Parenting is outside the scope of ruby source code. Offensive words are contextual, and only a parent can teach thei...
-
03:16 AM Bug #5625: Remove profanity and pejoratives
- Excuse me for commenting on a comment (double-commenting?) second time (doubly double-commenting?), but i think the i...
-
01:56 AM Bug #5625: Remove profanity and pejoratives
- If a child is intelligent enough to read and understand advanced C code in the Ruby interpreter, then shouldn't he/sh...
-
01:54 AM Bug #5625: Remove profanity and pejoratives
- Nikolai Weibull wrote:
> On Sun, Nov 13, 2011 at 13:54, Andrew Grimm <[email protected]> wrote:
> >
> > I... -
08:05 PM Feature #5630 (Rejected): Missing custom transfer modes in Net::FTP
- Net::FTP supports binary and text transfer modes only but some systems support another modes. For example, EBCDIC mod...
-
05:02 PM Revision 66f8e8bb (git): revert r33752 and fix test case based [ruby-dev:44866].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 PM Revision 40ca7a22 (git): * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error on
- SnowLeopard.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:00 PM Revision e1440769 (git): * 2011-11-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 61fe9d5c (git): added a description of NUM2SHORT() to NEWS
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Feature #5583: Optionally typing
- Hi,
In message "Re: [ruby-core:41006] [ruby-trunk - Feature #5583] Optionally typing"
on Mon, 14 Nov 2011... -
02:42 PM Feature #5583 (Open): Optionally typing
- Let's continue this discussion as not a joke.
-
02:23 PM Feature #5583: Optionally typing
- I like this idea, and I cannot think this is a joke.
I believe Ruby should have optional typing system in the future... -
12:34 PM Feature #5583: Optionally typing
- I don't think it's dull. Actually I think it is obvious future direction. Type information can be very useful for mis...
-
10:24 AM Feature #5583 (Rejected): Optionally typing
- No one comments on this issue for a week so that this is rejected. I'm sorry for proposing a dull issue and I'll be ...
-
01:06 PM Revision b848d4f9 (git): * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-exec
- flag.
* ext/openssl/ossl_x509cert.c (rb_fd_fix_cloexec): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
11:22 AM Revision 158a828c (git): add comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:20 AM Feature #5588: add negation flag (v) to Regexp
- I have explained this implementation in more detail on my blog:
http://snk.tuxfamily.org/log/oniguruma-negated-reg... -
06:27 AM Feature #5588: add negation flag (v) to Regexp
- I beautified my patches so they are easier to understand (especially the additions to test_regexp.rb in Ruby's test s...
-
08:17 AM Revision 958caf18 (git): * ext/-test-/num2int/num2int.c: should return valid values.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:32 AM Bug #5627 (Closed): [ASYNC BUG] thread_timer: select
- Here is a link to a video for the bug: http://www.youtube.com/watch?v=T9-zLOThxds
--------------------------------... -
05:56 AM Revision ed681d3a (git): * bignum.c (rb_big2ull): fix 32bit platform breakage. we must
- not assume sizeof(VALUE) == sizeof(LONG_LONG).
* test/-ext-/num2int/test_num2int.rb (class TestNum2int):
fix false ... -
05:53 AM Revision 302220a8 (git): * numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()
- instead of num2uint().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:50 AM Bug #5626 (Closed): io/console: Cannot disable raw mode
- There doesn't seem to be a way to disable tty raw mode from within a Ruby script. The tty can be stuck in raw mode on...
-
05:38 AM Bug #5244: Continuation causes Bus Error on Debian sparc
- Does it work if you replace ("flushw" : : : "%o7") with just ("flushw")? If it is, then it just has to be protected b...
-
03:55 AM Revision 9debadd9 (git): * include/ruby/ruby.h: add #ifdef comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 AM Revision b2a2ba11 (git): * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.
- * numeric.c: ditto.
* test/-ext-/num2int/test_num2int.rb: add testcases for NUM2SHORT().
* ext/-test-/num2int/num2in... -
03:51 AM Revision d3437b7c (git): * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.
- * test/-ext-/num2int/test_num2int.rb (class TestNum2int):
fix a testcase too.
git-svn-id: svn+ssh://ci.ruby-lang... -
03:47 AM Revision 11137bed (git): * test/-ext-/num2int/test_num2int.rb (class TestNum2int):
- add FIXNUM tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:45 AM Revision 15102dac (git): * 2011-11-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:45 AM Revision 74a13c76 (git): * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
- * bignum.c (rb_big2ulong): fix off-by-one bug of NUM2ULONG.
* test/-ext-/num2int/test_num2int.rb: add a testcase for...
11/13/2011
-
10:23 PM Bug #5625: Remove profanity and pejoratives
- On Sun, Nov 13, 2011 at 13:54, Andrew Grimm <[email protected]> wrote:
>
> Issue #5625 has been reported by... -
10:13 PM Bug #5625 (Assigned): Remove profanity and pejoratives
-
09:54 PM Bug #5625 (Third Party's Issue): Remove profanity and pejoratives
- There are currently 6 lines with the f-word, 4 lines with "wtf" that weren't just random combinations of letters, and...
-
08:27 PM Bug #5619: Segfault on OS X
- Here's what I get running valgrind. Let me know if I should enable some extra checks.
-
07:52 PM Feature #5555: rename #include? to #includes?
- Andrew Grimm wrote:
> The spelling chosen was deliberate, according to this 2001 email http://blade.nagaokaut.ac.jp/c... -
07:23 AM Feature #5555: rename #include? to #includes?
- > ----------------------------------------
> Feature #5555: rename #include? to #includes?
My personal prefer... -
12:53 AM Feature #5555: rename #include? to #includes?
- I agree.
Michel Demazure (French)
[email protected]
De : Yehuda Katz [mailto:[email protected]] ... -
12:23 AM Feature #5555: rename #include? to #includes?
- I'm personally willing to accept the "no third person singular" rule at
this point, given the history.
Yehuda... -
06:59 PM Feature #5588: add negation flag (v) to Regexp
- I fixed the 'v' flag parsing in literal regexps: the problem was the value of ONIG_OPTION_NEGATE that I chose (0x100...
-
03:14 PM Bug #5244: Continuation causes Bus Error on Debian sparc
- In Solaris10, with Sun Studio 11 cc, with 64-bit compile option -xarch=v9, compile error occur with the patch.
co... -
02:47 PM Revision 416778c5 (git): * ext/dbm/extconf.rb: use convertible_int.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:46 PM Revision a0146d1e (git): * lib/mkmf.rb (checking_for): should not modify the result.
- * lib/mkmf.rb (have_struct_member): accept compiler opttions.
* lib/mkmf.rb (convertible_int): add restricted support... -
02:22 PM Revision 4b01d611 (git): * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag after
- gdbm_reorganize(). gdbm_reorganize() opens a new database internally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
12:32 PM Revision abe61eb0 (git): update comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:58 AM Revision bfed16a2 (git): * ext/dbm/extconf.rb: rollback for each headers for each libraries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:02 AM Bug #5624 (Closed): Mismatch between code example and its description in text in Regexp documentation
- I found that in Regexp.html (doc/re.rdoc) under the heading Performance there is the description:
"Consider a ... -
07:25 AM Revision e8ca9cc3 (git): * ext/dbm/extconf.rb: treat libc as a choice for a library which
- provide ndbm API.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:41 AM Revision 3e5bff7e (git): * ext/dbm/extconf.rb: duplicate $libs and $defs when save them.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:09 AM Feature #5578 (Rejected): Embedded YAML for Ruby 2.0
-
03:47 AM Revision 2b2ef5cf (git): * ext/dbm/extconf.rb: rollback $libs and $defs when db detection is
- failed. It fixes -lgdbm -lqdbm when the system has qdbm and gdbm
without gdbm_compat.
git-svn-id: svn+ssh://ci.... -
03:03 AM Bug #5135 (Closed): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- This issue was solved with changeset r33730.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
02:43 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- Chikanaga さんのレビューコメントを反映し、r33728 をコミットしました。
11/12/2011
-
11:44 PM Feature #5623 (Closed): [PATCH] Update documentation for Complex
- Add documentation to Complex
-
11:23 PM Feature #5622 (Closed): [PATCH] Update documentation for BigDecimal
- Adding documentation for BigDecimal::INFINITY, BigDecimal::Nan, BigDecimal#hash, BigDecimal#-@ and BigDecimal#+@
-
09:14 PM Feature #5555: rename #include? to #includes?
- The spelling chosen was deliberate, according to this 2001 email http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ru...
-
08:04 PM Feature #5578: Embedded YAML for Ruby 2.0
- > Does YAML end by "..." in middle of a line?
No. It only ends when flush left.
-
05:51 PM Feature #5578: Embedded YAML for Ruby 2.0
- Does YAML end by "..." in middle of a line?
-
03:54 PM Feature #5578: Embedded YAML for Ruby 2.0
- Hi Thomas, this is a stunning idea for me! I attached my patches of bad quality to add the yaml literal to ruby1.9.3...
-
06:50 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- なかださんがミスを直してくれました。
r33724, r33727 も追加で。
-
11:35 AM Bug #5429 (Assigned): 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- r33711 - r33721 のバックポートを依頼します
-
11:24 AM Bug #5429 (Closed): 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- This issue was solved with changeset r33716.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is... -
06:26 PM Feature #5588: add negation flag (v) to Regexp
- The double-printing of ENCLOSE_OPTION node was a bug in Oniguruma 5.9.2 and not in my code, for once! ;) I have subm...
-
05:31 PM Feature #5588: add negation flag (v) to Regexp
- I have updated my patch to emit a single OP_NEGATE opcode after the negated embedded regexp (?v:...). This opcode do...
-
06:03 PM Revision d3fc4ae7 (git): * test/webrick/test_cgi.rb (class TestWEBrickCGI): respect
- RbConfig::CONFIG["LIBPATHENV"]. [Bug #5135] [ruby-core:38653]
* test/webrick/test_filehandler.rb (class WEBrick): dit... -
05:50 PM Feature #5562: Improvement of Windows IO performance
- I found that TestOpen3#test_capture3_flip error goes away by below hack.
I think this hack is not so dangerous becau... - 05:43 PM Revision d956e6db (git): * 2011-11-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:42 PM Revision 3aaf92b5 (git): * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFD
- is not defined. Pointed out by CHIKANAGA Tomoyuki. Thanks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33728... -
05:40 PM Bug #5619: Segfault on OS X
- Seems libxml related finalizer issue.
-
03:06 AM Bug #5619: Segfault on OS X
- Seems memory curruption issue.
Can you try valgrind or other memory error detection tools?
-
01:37 PM Feature #5612 (Closed): bootstraptestをCtrl-Cで止まるようにしたい
- This issue was solved with changeset r33722.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ... -
11:08 AM Bug #5244: Continuation causes Bus Error on Debian sparc
- Sorry for delay. I'll try on it Solaris10 with SUN cc, Fujitsu fcc and gcc, with 32 and 64-bit compiler options.
-
06:34 AM Bug #5244 (Assigned): Continuation causes Bus Error on Debian sparc
- Goto-san, ping?
-
03:10 AM Bug #5244: Continuation causes Bus Error on Debian sparc
- Dear Ruby developers,
Could you follow up on this issue?
The fix that was commited is not correct, as explained i... -
09:47 AM Bug #5556: SIGHUP no longer ignored when sent to process group from a subprocess
- Apparently, I don't have a "practical and real world usecase" as a change in the behavior of running RubySpec doesn't...
-
08:26 AM Revision 80c32b23 (git): * io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): use
- ioctl_req_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:23 AM Bug #3385: ext/dbm: accept various version of db
- 2010年6月3日23:38 Takahiro Kambe <[email protected]>:
> Bug #3385: ext/dbm: accept various version of db
> http... -
08:01 AM Revision 521f420a (git): * ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:50 AM Revision 0eb08aa0 (git): update comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:49 AM Revision 99985789 (git): * ChangeLog, io.c: whitespace-cleanup.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Revision df2e1f85 (git): * ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbm
- implementation. If it is not available, it is caused by
header/library mismatch such that Berkeley DB header & gdb... -
04:37 AM Revision 5c29d116 (git): * bootstraptest/runner.rb: don't suppress SIGINT.
- [Feature #5612] [ruby-dev:44856]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33722 b2dd03c8-39d4-4d8f-98ff-8... -
04:02 AM Feature #5607 (Feedback): Inconsistent reaction in Range of String
- Ruby classes often play several roles, for example, Array can be array, stack or queue, according to usage of methods...
-
02:48 AM Bug #5135 (Assigned): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- > Sorry, didn't notice I can use that, here is the proposed patch: https://gist.github.com/1357452
If nobody put o... -
02:33 AM Revision 33817fbc (git): * io.c (fcntl_narg_len): introduce narg calculation for fcntl instead
- of hard coded 256.
* io.c (setup_narg): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33721 b2dd03c8-39... -
02:32 AM Revision 632652a2 (git): * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:31 AM Revision f2708ce3 (git): * test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcase
- of fcntl lock for freebsd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33719 b2dd03c8-39d4-4d8f-98ff-823fe69... -
02:29 AM Revision 791f5449 (git): * io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, but
- has _IOC_SIZE. support it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33718 b2dd03c8-39d4-4d8f-98ff-823fe69... -
02:27 AM Revision b3027d59 (git): * io.c (rb_ioctl): don't expose our sanity check value to ruby script.
- It may change string value meaning if the value is string.
(e.g. MacOS X has F_GETPATH ioctl)
* io.c (rb_fcntl): d... -
02:24 AM Revision 7e2f0491 (git): * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.
- Moreover almost all linux ioctl can't be represented by 32bit integer
(i.e. MSB is 1). We need wrap ioctl argument ... -
02:17 AM Revision fc7bb927 (git): * io.c (struct io_cntl_arg): remove io_p member.
- * io.c (nogvl_fcntl, do_fcntl, rb_fcntl): separated from ioctl functions.
* io.c (nogvl_io_cntl): remove fcntl depend... -
02:12 AM Revision f13d10a0 (git): * io.c (setup_narg): fix off by one bug.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 AM Revision eec252e2 (git): * io.c (+setup_narg): factor out length calculation logic.
- * io.c (rb_io_ctl): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33713 b2dd03c8-39d4-4d8f-98ff-823fe69... - 02:06 AM Revision 6ed2a4df (git): * 2011-11-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:06 AM Revision 9d16ad63 (git): * io.c (+ioctl_narg_len) new helper function.
- * io.c (rb_io_ctl): don't use ioctl specific length check
if caller is fcntl.
git-svn-id: svn+ssh://ci.ruby-lang... -
01:20 AM Bug #5620 (Closed): (Net::IMAP::ResponseParseError) unexpected token LBRA (expected SPACE)
- We have a found an issue with one of the IMAP servers ( IMAP4rev1) we connect to:
(Net::IMAP::ResponseParseError) ...
11/11/2011
-
11:18 PM Bug #5619 (Closed): Segfault on OS X
- When I run 'roadie' gem specs on OS X, Ruby 1.9.3p0 segfaults.
Here's how to reproduce:
$ rvm use 1.9.3
$ git ... -
10:49 PM Bug #5618 (Closed): Exceptions cause DRb connection to be closed
- If an exception is thrown in a DRb server of a class that is not defined in the client process, the DRb connection is...
-
10:12 PM Feature #5617 (Assigned): Allow install RubyGems into dediceted directory
- Hello,
I would like to propose my patch, which allows to optionally install RubyGems library into dedicated direct... -
07:51 PM Feature #5534: Redefine Range class and introduce RelativeNumeric and RelativeRange
- I have just discovered that there is Range#cover? method which works how i would expect Range#include? to work. ...
-
06:38 PM Feature #5607: Inconsistent reaction in Range of String
- Anonymous wrote:
> Yes, but if "X < AB" is false, "X" should not be *between* "A" and "AB".
>
> _md
I agree. `(... -
04:23 AM Feature #5607: Inconsistent reaction in Range of String
- Yes, but if "X < AB" is false, "X" should not be *between* "A" and "AB".
_md
-----Message d'origine-----
De ... -
02:14 AM Feature #5607: Inconsistent reaction in Range of String
- This behavior of range seems consistent with
"X"<"AB" # => false
in Ruby 1.9.3. -
06:33 PM Bug #5616 (Closed): * /lib/net/imap.rb exception in IMAP.new when get_response returns nil
- The error occurred in ruby 1.8.7 when connecting to a buggy IMAP server. The error message was: Undefined method 'nam...
-
05:02 PM Bug #5615 (Rejected): A memory leak in hash.c on Solaris (and every environment which defines __sun)
- putenv(3)は引数で与えたポインタをそのまま使うので、この時点では解放することができません。
ちなみに、該当部分の少し上で(現時点のtrunkなら2297行目)
if (!in_origenv(str)) free... -
02:56 PM Bug #5615 (Rejected): A memory leak in hash.c on Solaris (and every environment which defines __sun)
- Reproducing steps: I didn't test the patch. Please do.
Result of `ruby -v`: ruby 2.0.0dev (2011-11-11 trunk 33704) [... -
04:50 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- Nobuyoshi Nakada wrote:
> You should use RbConfig::CONFIG["LIBPATHENV"] instead of hardcoded "LD_LIBRARY_PATH".
S... -
02:24 AM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- You should use RbConfig::CONFIG["LIBPATHENV"] instead of hardcoded "LD_LIBRARY_PATH".
-
02:17 PM Bug #5614 (Closed): Proc#source_location & #inspect shows wrong line number when chained
- When procs are chained, the line number for each proc is mis-calculated to be the 1st proc's line-number.
Eg.
... -
02:01 PM Revision db48bbdf (git): * ext/dbm/extconf.rb: db_prefix is not required now.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 PM Feature #5613 (Closed): Signal.termsigname メソッドの追加
- 現状、$?.termsigでシグナル番号が得られますが番号なんかもらってもちっとも嬉しくなく、
(シグナル番号はポータブルじゃないから)結局
signame = Signal.list.invert[$?.termsig]
... -
01:12 PM Feature #5612: bootstraptestをCtrl-Cで止まるようにしたい
- バグってた。こうかな?
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index df58ca5..eaed292 100755
--- a/b... -
11:07 AM Feature #5612 (Closed): bootstraptestをCtrl-Cで止まるようにしたい
- タイトルのとおりですが、make test が途中でやめたくなっても(テストを始めた所でバグに気づくとかよくありますよね?)
Ctrl-Cが効かなくてイライラします。
ようするにSEGVを 'E' にするために、握りつぶしてる... -
12:14 PM Revision 268f6c36 (git): * ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 PM Revision 266d0983 (git): * ext/dbm/extconf.rb: fix dbm_pagfno and dbm_dirfno detection with
- Berkeley DB. Macro definitions needs arguments to detect correctly.
SIZEOF_DSIZE needs -DDB_DBM_HSEARCH because db... -
11:08 AM Feature #5562: Improvement of Windows IO performance
- > I checked "make test". It passed with no fails.
Good.
> Although I don't understand I/O canceling support mec... -
10:48 AM Feature #5562: Improvement of Windows IO performance
- > # BTW, did you check "make test"?
> # especially, bootstaptest/test_io.rb
I checked "make test". It passed wit... -
10:12 AM Feature #5562 (Assigned): Improvement of Windows IO performance
- Since this patch should repeal the existing I/O canceling support mechanism,
I am anxious about influence unexpected... -
04:16 AM Feature #5562: Improvement of Windows IO performance
- Hiroshi Shirosaki wrote:
> I'm not sure how to do with test-all. mingw ruby seems not to pass all tests.
That is ... -
01:23 AM Feature #5562: Improvement of Windows IO performance
- I'm not sure how to do with test-all. mingw ruby seems not to pass all tests.
Anyway I tried to make test-all.
If r... -
09:42 AM Revision 6cedbce8 (git): * process.c (proc_seteuid): separate an internal wrapper function
- from the method implementation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33707 b2dd03c8-39d4-4d8f-98ff-823f... -
09:00 AM Feature #5588: add negation flag (v) to Regexp
- Allow me to explain the current embedded negated regexp implementation.
When parsing an embedded negated regexp (?... -
08:38 AM Feature #5588: add negation flag (v) to Regexp
- I did it! ^_^ Please take a look:
https://github.com/sunaku/ruby/compare/5588_regexp_v
There are a few issues ... -
08:40 AM Feature #5610: Allow strings as input for Process.uid=
- The request looks make sense to me.
-
06:20 AM Feature #5610: Allow strings as input for Process.uid=
- Oops, sorry. Not a bug, but a feature request. Hmm not sure how to change it ...
-
06:19 AM Feature #5610 (Closed): Allow strings as input for Process.uid=
- On my unix system I often have a "debug" user account, belonging to the "debug" group.
With:
Process.euid
... -
08:21 AM Revision 214fd6ce (git): * lib/mkmf.rb (have_library, find_library, have_func): allow
- arguments of function to be checked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33706 b2dd03c8-39d4-4d8f-98f... -
08:09 AM Revision 05e73548 (git): * vm_dump.c (HAVE_BACKTRACE): fallback to 0.
- * vm_dump.c (rb_vm_bugreport): show "Other runtime information"
header only when available.
* vm_dump.c (rb_vm_bugr... -
07:19 AM Bug #5611 (Closed): Segfault in net/http.rb
- =begin
Running a rails app with ruby 1.9.3, rails 3.1.1, with omniauth 1.0.0 and omniauth-facebook 1.0.0, I get th... -
03:41 AM Revision 0d746627 (git): * io.c (pipe_open): Remove fflush(stdin). it's no effect.
- Pointed out by Ikegami Daisuke <[email protected]>.
Thank you.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
03:35 AM Revision 688e1b34 (git): add comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/10/2011
-
11:44 PM Feature #5562: Improvement of Windows IO performance
- Thank you and I will try `make test-all TESTS='-v'`
From my perspective, our challenge is to prove the patch works... -
03:24 PM Feature #5562: Improvement of Windows IO performance
- Jon, thank you for your work.
I have same difficulty. I have two error dialogs while 'make test-all'. I have to clic... -
06:52 AM Feature #5562: Improvement of Windows IO performance
- I'm having a very difficult time getting you `make test-all` comparisons because of these types of failures
http... - 11:35 PM Revision da7cefb0 (git): * 2011-11-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:35 PM Revision 661a936e (git): * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys instead
- of string keys to avoid duplicating parameters in
OpenSSL::SSL:SSLContext#set_params.
git-svn-id: svn+ssh://ci.ru... -
10:35 PM Bug #5608 (Open): make -j 16 sometimes fail
-
07:55 PM Bug #5608 (Assigned): make -j 16 sometimes fail
-
07:41 PM Bug #5608 (Closed): make -j 16 sometimes fail
- configureの後make -j 大きい数字でコンパイルすると時々失敗するようです。
make -j 16で3回やって2回失敗でした。
(試行の度にrm -fr ruby-1.9.3-p0して再度展開しています)
2回目... -
09:53 PM Feature #5607: Inconsistent reaction in Range of String
- See #2323. In particular, in note 2, Matz acknowledges that the situation is muddled when it comes to Ranges specifie...
-
09:23 PM Feature #5607: Inconsistent reaction in Range of String
- It should be forbidden to have a Class (here Range) whose instance
methods are linked by variable axiomatic relati... -
08:12 PM Feature #5607: Inconsistent reaction in Range of String
- Hi,
This is indeed surprising.
Range#to_a is calling Range#each which has a special case for Strings to call Stri... -
06:46 PM Feature #5607 (Closed): Inconsistent reaction in Range of String
- =begin
When I tried to access excel file, I found some inconsistent behavior about range of string.
ruby-1.9.3-p... -
05:37 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- Bohuslav Kabrda wrote:
> I believe that I have found a solution to this problem. The proposed patch is in the attach... -
05:19 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
- Vit Ondruch wrote:
> Motohiro KOSAKI wrote:
> > > Actually I am building Ruby 1.9.3 from SRPM [1] in mock, i.e. usi... -
05:19 PM Feature #5606: String#each_match(regexp)
- 長い配列中のモチーフの存在位置のリストを作りたいので、位置(offset)が必要です。
String#scan ではダメかというと
longstring.scan(regex) do |matchstr|
m... -
02:48 PM Feature #5606: String#each_match(regexp)
- String#scan ではダメな理由を、ユースケースを添えて示す必要があると思います。
-
02:36 PM Feature #5606 (Feedback): String#each_match(regexp)
- 文字列上の正規表現に一致する場所のoffsetを順に処理できるような
イテレータが欲しかったのですが、
ざっと検索すると1996年
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/rub... -
01:08 PM Bug #5591: Windows bug when using "shortcut" syntax with output redirection
- I can reproduce this issue with trunk on Windows XP.
The changeset r33692 solves this bug too.
On Windows XP, f... -
12:46 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- よく見たら、fcntlのときに IOCPARM_LEN を呼んでるのはバグですね。ioctlのcmdしか IOCPARM_LEN でデコードできません。これが動くのはfcntlの引数にstring渡す人が一人もいなかったからでしょうね。
-
08:10 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- fcntl は全プラットフォーム int のようである。めでたい
== Linux
int fcntl(int fd, int cmd, ... /* arg */ );
https://www.kernel.org/doc... -
07:37 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- 途中までやってみましたが、ioctlはunsigned longでもfcntl はintなので、もうちょっと工夫がいりますね。
-
12:29 PM Feature #5605: [PATCH] net/http: use IO.copy_stream for requests using body_stream
- Eric Hodel <[email protected]> wrote:
> For the chunked? half, would looping over
> (({IO.copy_stream f, sock... -
10:47 AM Feature #5605: [PATCH] net/http: use IO.copy_stream for requests using body_stream
- =begin
For the chunked? half, would looping over (({IO.copy_stream f, sock.io, 1024})) be faster?
=end
-
09:55 AM Feature #5605 (Closed): [PATCH] net/http: use IO.copy_stream for requests using body_stream
- This significantly reduces both user and system CPU usage in the
client while making uploads. When using plain HTTP... -
11:39 AM Revision e68f4ac7 (git): add comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Bug #5556: SIGHUP no longer ignored when sent to process group from a subprocess
- > The use case is any reason someone would send a signal to the process group but not want the parent process to abo...
-
03:27 AM Bug #5556: SIGHUP no longer ignored when sent to process group from a subprocess
- The use case is any reason someone would send a signal to the process group but not want the parent process to abort....
-
02:21 AM Bug #5556: SIGHUP no longer ignored when sent to process group from a subprocess
- In addition, signal handler is per-process resource. iow, changing sighandler is thread unsafe. then, we don't want u...
-
02:20 AM Bug #5556 (Feedback): SIGHUP no longer ignored when sent to process group from a subprocess
-
02:19 AM Bug #5556: SIGHUP no longer ignored when sent to process group from a subprocess
- > Is this change intentional? I discovered it running RubySpec, where there are specs for the behavior of sending SIG...
-
11:23 AM Feature #5341: Add SSL session reuse to Net::HTTP
- On Oct 26, 2011, at 6:06 AM, Hiroshi Nakamura wrote:
> On 10/26/2011 11:39 AM, Eric Hodel wrote:
>> Net::HTTP obje... -
10:32 AM Feature #5588: add negation flag (v) to Regexp
- Alas, I was unable to resist the lure of implementing this, so I'm back to give this another try.
My current appro... -
09:46 AM Feature #5588: add negation flag (v) to Regexp
- After several deep excursions into the regexp codebase, I've had enough. :)
As Tanaka(!) showed in 2007, negative ... -
08:37 AM Bug #5604 (Closed): Remove extra ":" in errors created by ossl_raise
- Callers of ossl_raise do not need to provide a ":" at the end of the error string because ossl_raise calls ossl_make_...
-
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron Patterson <[email protected]> wrote:
> I spoke with matz about this issue at RubyConf. I *think* he ... -
06:43 AM Revision 6c9a2359 (git): * ext/dbm/extconf.rb: set DB_DBM_HSEARCH macro to check dbm_pagfno and
- dbm_dirfno on older Debian.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33699 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
06:43 AM Revision fb1836ab (git): * ext/dbm/extconf.rb: check for dsize as LONG_LONG.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:13 AM Revision fc5f37f0 (git): * lib/mkmf.rb (try_func): ignore empty opts.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:02 AM Revision cfe220d8 (git): * lib/mkmf.rb (have_library, have_func, have_var, have_header):
- add compiler option parameter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33696 b2dd03c8-39d4-4d8f-98ff-823fe... -
05:56 AM Bug #5493: Commit r33357 breaks build on Debian/sparc
- I've noticed that a failure to create a timer thread causes the following to appear in dmesg:
[ 2047.656289] FAULT... -
02:22 AM Bug #5082 (Closed): test_context_switch(TestMarshal) was failed on OS X 10.7 (Lion)
- llvm-gcc はサポートしないと決定されたほうですので、closeします
Also available in: Atom