Activity
From 02/20/2009 to 02/26/2009
02/26/2009
-
04:20 PM Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
For the record, I don't think either of these patches addresses the requirements of non-blocking OpenSSL.
... -
02:53 PM Feature #1211: nested loop construct
- =begin
Yuguiです。
On 2/26/09 3:33 AM, Yukihiro Matsumoto wrote:
> 検討事項は
> * 名前。今回はnested loopということでnloopという名前で実... -
02:05 PM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38085] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
05:17 AM Feature #1211: nested loop construct
- =begin
Yukihiro Matsumoto wrote::
> def nloop(*args, &block)
> helper = ->(args, buf, offset, block) {
> li... -
04:44 AM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38083] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
04:01 AM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38081] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
03:44 AM Feature #1211: nested loop construct
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> 最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
> 実行時間の1/3はGC... -
03:34 AM Feature #1211 (Rejected): nested loop construct
- =begin
まつもと ゆきひろです
最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
実行時間の1/3はGCが消費していて涙目。
それはそれとして... -
02:39 PM Revision 770f8541 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:18 PM Revision 7f44badc (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:16 PM Bug #1209: duplicate when clauses raise strange exception
- =begin
なかだです。
At Thu, 26 Feb 2009 00:17:40 +0900,
Yusuke ENDOH wrote in [ruby-dev:38079]:
> 文字列の when 節を重複させると、... -
12:18 AM Bug #1209 (Closed): duplicate when clauses raise strange exception
- =begin
遠藤です。
文字列の when 節を重複させると、怪しい例外があがります。
$ ruby19 -e 'case "x"; when "x"; when "x"; end'
ruby19: method... -
02:16 PM Bug #1214: Build issues
- =begin
Hi,
At Thu, 26 Feb 2009 07:21:54 +0900,
hiro sugawara wrote in [ruby-core:22520]:
> - More backslashes t... -
07:22 AM Bug #1214 (Rejected): Build issues
- =begin
I attempted to build "full" (not mini) ruby for Android and found the following patches were necessary.
... -
02:15 PM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
Hi,
At Wed, 25 Feb 2009 09:37:32 +0900,
hiro sugawara wrote in [ruby-core:22439]:
> The executable crash... -
02:15 PM Revision ecb22ce2 (git): * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:54 AM Bug #1163: gem_prelude raise NoMethodError if require uninsalled gem with version.
- =begin
+1 for this patch.
同じ問題でハマりました。もろはしさんの提案どおりの仕様でよいと思います。
=end
-
10:38 AM Bug #1215: irb doesn't finish evaluate on !false => false
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38087] [Bug #1215] irb doesn't finish evaluate on !false => false"
... -
10:38 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
- =begin
=end
-
10:03 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
- =begin
$ irb1.9 -f
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.2dev (2009-02-25 trunk 22626) [i686-linux]"
... -
10:29 AM Revision cbc7f1b8 (git): * hash.c (hash_foreach_iter): fix for prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:36 AM Revision 25d66aeb (git): * common.mk (INSNS, newline.c, miniprelude.c, prelude.c),
- (node_name.inc, known_errors.inc): unified from Makefile.in and
win32/Makefile.sub.
git-svn-id: svn+ssh://ci.ruby... -
05:32 AM Revision 151527ce (git): * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify
- returns positive value on success, not non-zero. [ruby-core:21762]
backported r22440 from trunk.
git-svn-id: svn... - 05:15 AM Revision 1663e2d3 (git): Use tabs for indentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:13 AM Revision ca952b1b (git): Remove an unrelevant reference from the previous commit message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:02 AM Revision 41760517 (git): * test_fork.rb: no need to test if fork(2) is not implemented.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:01 AM Revision 3eff6d39 (git): * test_thread.rb: broken test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:54 AM Feature #1212 (Closed): doc for Array#fill misses indication about negative value for the start argument
- =begin
The doc for Array#fill misses indication about negative value for the start argument. For instance Array#fetc... - 04:31 AM Revision 5fb7052b (git): * util.c (valid_filename): use our own implementation of open(),
- close() and unlink().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:23 AM Revision 905c1579 (git): * iseq.c (cdhash_each): resurrects internal literals.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 AM Feature #802: IO.open optional argument to properly handle BOMs
- =begin
=end
- 03:37 AM Revision 3aedd1fb (git): * 2009-02-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:37 AM Revision 8a919dcb (git): * lib/generator.rb (Enumerator#__generator): Remove next() before
- overriding it to avoid a awarning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22638 b2dd03c8-3... - 01:58 AM Revision 2c288bf9 (git): * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.
- * io.c (rb_sysopen_internal): shouldn't replace undefined chars in this
case.
git-svn-id: svn+ssh://ci.r...
02/25/2009
-
10:54 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/24 Michael Selig <[email protected]>:
> Hi Michal,
>
> On Wed, 25 Feb 2009 00:20:52 +1100, Mi... -
04:35 PM Revision 2276b2f9 (git): * ext/socket/mkconstants.rb: more MSG_* constants.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:26 PM Revision 20bb7abc (git): * 2009-02-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision e6f0b1de (git): * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.
- (sockopt_optname): extracted from sockopt_optname_m.
(sockopt_data): apply StringValue.
(sockopt_s_linger): new m... -
02:39 PM Revision 52a6728b (git): * ext/socket/socket.c (unix_recv_io): prevent FD leak when 2 fd is
- sent on LP64 platform.
(rsock_discard_cmsg_resource): new function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... -
02:24 PM Revision 1ff020df (git): * ext/socket/ancdata.c (ancillary_unix_rights): raise
- NotImplementedError if no fd passing feature.
(ancillary_timestamp): raise NotImplementedError if no timestamp
fe... -
02:19 PM Revision 56c52c1d (git): * ext/socket/ancdata.c (ancillary_s_unix_rights): new method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:03 PM Revision c17b915e (git): * ext/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd is
- sent on LP64 platform.
* ext/socket/rubysocket.h (rsock_discard_cmsg_resource): declared.
* ext/socket/ancdata.c (r... - 01:54 PM Revision 5f305864 (git): * win32/Makefile.sub (config.status): use un.rb as cp instead of
- cmd.exe's copy command.
* lib/mkmf.rb (create_makefile): no longer need to convert path
separator ... - 01:54 PM Revision 00f53c1e (git): * 2009-02-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:54 PM Revision 5a31cfc8 (git): * eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check
- with another method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22627 b2dd03c8-39d4-4d8f-98ff-8... -
12:37 PM Bug #1204 (Closed): Bug in String#force_encoding?
- =begin
Applied in changeset r22611.
=end
-
08:20 AM Bug #1204 (Closed): Bug in String#force_encoding?
- =begin
Running the attached test program (on UTF-8 terminal):
$ ruby test.rb
#<Encoding:ASCII-8BIT> "\xC3\xB6... -
12:07 PM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
Applied in changeset r22610.
=end
-
08:00 AM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
According to the doc f.gets(nil) returns the rest of the file. This works fine. But the doc also says that "l... -
11:48 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
- =begin
=end
-
07:08 AM Bug #1202: mongrel-1.1.5-x86-mswin32-60 error
- =begin
On Tue, Feb 24, 2009 at 4:54 PM, Vladimir Tkach <[email protected]> wrote:
> Bug #1202: mongrel-1.1.5-x8... -
06:54 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
- =begin
C:/ruby/lib/ruby/gems/1.9.1/gems/mongrel-1.1.5-x86-mswin32-60/lib/http11.so: [BUG] Segmentation fault
ruby ... -
09:38 AM Bug #1205 (Closed): SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
I ported ruby-1.9.1-p0 to Android. It built fine with a few patches and a custom Android.mk with a target of ... - 08:36 AM Revision a898f0fb (git): * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open file
- by UTF-16'ed filename on Windows.
* io.c (rb_file_open_generic, rb_io_s_sysopen, rb_io_reopen,
arg... -
06:15 AM Revision 732f1795 (git): merge revision(s) 21677:
- * node.h (rb_thread_raised_clear): should not clear flags other than
raised flags. a patch by Tomoyuki Chi... -
06:15 AM Revision b5956395 (git): merge revision(s) 21677:
- * node.h (rb_thread_raised_clear): should not clear flags other than
raised flags. a patch by Tomoyuki Chi... - 06:07 AM Revision 3540727a (git): * win32/Makefile.sub (config.status): use un.rb as cp instead of
- cmd.exe's copy command.
* lib/mkmf.rb (create_makefile): no longer need to convert path
separator ... -
06:06 AM Revision c5ffd3b2 (git): merge revision(s) 21505:
- * ext/socket/extconf.rb (gai_strerror): checks if available and if
returns const pointer.
* ext/soc... -
06:05 AM Revision 145f9e6f (git): merge revision(s) 21505:
- * ext/socket/extconf.rb (gai_strerror): checks if available and if
returns const pointer.
* ext/soc... -
05:57 AM Revision c7b60068 (git): merge revision(s) 21447:
- * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.
* win32/win32.c (winnt_stat): gets rid of s... -
05:56 AM Revision 6eda1948 (git): merge revision(s) 21447:
- * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.
* win32/win32.c (winnt_stat): gets rid of s... -
03:29 AM Revision dd43561f (git): * string.c (rb_str_each_line): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:28 AM Revision 43b96849 (git): * string.c (rb_str_force_encoding): should clear coderange at changing
- encoding. [ruby-core:22437]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22611 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:06 AM Revision ac9d09ba (git): * io.c (rb_io_getline_1): enables limit even if rs is given.
- [ruby-core:22434]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 AM Bug #1199 (Closed): wrong coderange in multiple String methods
- =begin
Applied in changeset r22608.
=end
-
12:54 AM Bug #1199 (Closed): wrong coderange in multiple String methods
- =begin
Sumilar to Bug #1192 [ruby-core:22326]
$ ruby -e 'p "a".hash,"a\u0101".chomp("\u0101").hash'
85701248... -
01:18 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
Typo: I've written "[0-9}+" instead of "[0-9]+" several times, sorry.
=end
-
01:14 AM Feature #1200 (Rejected): Possibility for using named and normal groups together in regular expressions
- =begin
It should be possible to use named and normal groups together in ane regular expression.
Reason: The ne... -
01:16 AM Feature #1201 (Closed): Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
It should be possible to use relative group references in back reference with nest level.
Reason: As na...
02/24/2009
-
11:46 PM Revision 9594c893 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:21 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/24 Michael Selig <[email protected]>:
> On Mon, 23 Feb 2009 21:35:30 +1100, Michal Suchanek <hr... -
10:07 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:02 09/02/23, Michal Suchanek wrote:
>Theoretically if separate (combining) character accents are con... -
07:56 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
=end
-
07:54 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
ただ、この場合分けは1.9で整理した単値・多値の扱いの一貫性を崩すことにもなるので
もう少し考えた方がいいと思います。
with_index-compat.patch の通り、1.8では、
- yield... -
07:39 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38076] [Bug #1198] corrupted iteratoin during "enum_for :inject""
... -
07:30 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
- =begin
振る舞いが違うのは (each_)with_index の方です。
1.9では、イテレータ関数の第一引数には最初の引数だけが渡るようになり、
多値を取りたければ第三第四引数でargc/argvを見る必要がありま... -
05:13 PM Bug #1198 (Closed): corrupted iteratoin during "enum_for :inject"
- =begin
以下のように、1.8と1.9でenum_for(:inject)したときの振る舞いが違うようです。
zsh % ruby -ve '[:x].enum_for(:inject, :y).with_index ... -
07:08 PM Feature #1193: Justified Error Messages
- =begin
Hi,
In message "Re: [ruby-core:22333] [Feature #1193] Justified Error Messages"
on Mon, 23 Feb 2009 0... -
05:28 PM Revision 6dd93885 (git): * string.c (rb_str_chomp_bang): coderange may change.
- [ruby-core:22414]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:18 PM Revision 01e9a7be (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:17 PM Revision 42eeb2c1 (git): * string.c (rb_str_delete_bang): should recalculate coderange.
- [ruby-talk:329267]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:07 PM Revision 4b265d3e (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:45 PM Revision 8428347e (git): * file.c (rb_file_size): new method added. [ruby-core:22088]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:41 PM Revision 400ded93 (git): * class.c (rb_scan_args): Allow specifying the number of trailing
- mandatory arguments right after the number of optional arguments
only if the number of leading mandatory arguments ... -
03:19 PM Revision 02316f11 (git): * ext/curses/curses.c (curses_colors): new method added. a patch
- from Alexander Beisig in [ruby-core:22331].
* ext/curses/curses.c (curses_color_pairs): ditto.
git-svn-id: svn+ssh:... - 03:15 PM Revision ca292099 (git): * class.c (rb_scan_args): Revamp rb_scan_args() to compute the
- number of required and optional arguments precisely to prepare
for a more informative error message.
git-svn-id: ... - 03:02 PM Revision d91f52ae (git): * 2009-02-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:02 PM Revision 0d0d5e9f (git): * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that a
- given block is unused when an argument is specified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22599 b2dd03... -
01:19 PM Revision 47010386 (git): add comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:02 PM Revision 0ae09794 (git): * ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 PM Revision 7e20506e (git): reordered.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:00 AM Revision 62b787b5 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:56 AM Revision e137e939 (git): * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:45 AM Revision b404c651 (git): * ext/socket/ancdata.c (ancillary_timestamp): new method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:01 AM Revision cb7bc8db (git): * common.mk (main): split from exts and makes main program after
- building exts with miniruby, to get rid of overwriting running
program. [ruby-core:22339]
* Makefile.in, win32/Ma... -
10:01 AM Revision 96322412 (git): * common.mk (main): split from exts and makes main program after
- building exts with miniruby, to get rid of overwriting running
program. [ruby-core:22339]
* Makefile.in, win32/Ma... -
08:58 AM Revision ff9bfed8 (git): * common.mk (ripper.c): exec can't work on Windows.
- * ext/ripper/depend (.SUFFIXES): nmake doesn't have .y by default.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
08:54 AM Revision 11abc445 (git): * Makefile.in (id.h): overwrites unconditinally.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:13 AM Revision 5028921a (git): * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than
- long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:21 AM Revision 6bdeed2b (git): * signal.c (rb_disable_interrupt, rb_enable_interrupt): see
- USE_TRAP_MASK.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:49 AM Revision 85034513 (git): * process.c (rb_waitpid): last argument was missing.
- * process.c (waitall_each): fixed typo. a patch from shinichiro.h
<shinichiro.hamaji AT gmail.com> at [ruby-dev:38... -
01:27 AM Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Applied in changeset r22577.
=end
-
01:09 AM Feature #1159 (Feedback): StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
=end
02/23/2009
- 10:11 PM Revision 6836882a (git): * 2009-02-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:11 PM Revision 168aacde (git): * regex.c (re_compile_pattern): \s should include \v too.
- a patch from Masahiro Tomita. [ruby-dev:38070]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22585 ... -
07:36 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/23 Michal Suchanek <[email protected]>:
> 2009/2/22 Michael Selig <[email protected]>:
>> On... -
07:02 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
2009/2/22 Michael Selig <[email protected]>:
> On Mon, 23 Feb 2009 03:00:41 +1100, Tanaka Akira <akr@f... -
05:34 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 01:00 09/02/23, Tanaka Akira wrote:
>In article <6.0.0.20.2.20090220134502.0823ee98@localhost>,
> Marti... -
05:44 PM Revision c3e9fe6a (git): merge revision(s) 21432:
- * lib/erb.rb (PercentScanner): remove PercentScanner. fixed % after
%> bug. [ruby-dev:37751] [Bug #997]
... -
05:43 PM Revision 3435f0c1 (git): merge revision(s) 21432:
- * lib/erb.rb (PercentScanner): remove PercentScanner. fixed % after
%> bug. [ruby-dev:37751] [Bug #997]
... -
05:40 PM Revision f9593a4f (git): merge revision(s) 21423:
- * hash.c (rb_hash_s_create): set nil as the value if assoc length
is not enough. [ruby-core:21249]
git-s... -
05:23 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
Hi,
At Mon, 23 Feb 2009 12:44:32 +0900,
Charlie Savage wrote in [ruby-core:22345]:
> >It is a compile ti... -
12:45 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
>It is a compile time flag and irrelevant to debug built msvcrt.
Not sure what you mean. VC2008 (and ea... -
12:01 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
Hi,
At Mon, 16 Feb 2009 07:40:51 +0900,
Charlie Savage wrote in [ruby-core:22170]:
> The other problem w... -
05:15 PM Revision 60e8b398 (git): * numeric.c (flo_eq): remove unnecessary NaN check using isnan().
- comparison regarding NaN is false anyway.
* numeric.c (flo_gt, flo_ge, flo_lt, flo_le, flo_eql): ditto.
git-svn-id:... -
04:57 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Hi,
In message "Re: [ruby-core:22292] Re: [Bug #1181] [BUG] thread_free: keeping_mutexes must be NULL"
... -
04:35 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
I can confirm that your patch fixes the problem. Thanks for your quick help!
Chris
=end
-
04:24 PM Revision c43236ea (git): * bootstraptest/test_thread.rb: fix for environment where fork is not
- available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:20 PM Revision c55dd9b7 (git): * thread.c (thread_cleanup_func): unlock all locked mutexes even when
- forking. [ruby-core:22269]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22577 b2dd03c8-39d4-4d8f-98ff-823fe69... -
04:12 PM Revision 70191870 (git): * insns.def (opt_minus): inline float operation.
- * insns.def (opt_lt, opt_gt): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22576 b2dd03c8-39d4-4d8f-98ff... -
03:51 PM Revision 0b586758 (git): * math.c (Need_Float): call rb_to_float() only when it is really
- needed. small performance improvement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22575 b2dd03c8-39d4-4d8f-9... -
03:46 PM Revision e69f2129 (git): * range.c (range_each): check #succ only when it is really
- needed. small performance improvement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22574 b2dd03c8-39d4-4d8f-9... - 03:20 PM Revision 20f46281 (git): * 2009-02-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 PM Revision b47b9fbb (git): * lib/pathname.rb (Pathname#foreachline): removed wrongly
- resurrected method. [ruby-dev:38065]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22572 b2dd03c8-39d4-4d8f-98f... -
11:41 AM Revision 605cd659 (git): * ext/socket/ancdata.c (inspect_timespec_as_abstime): new function to
- show struct timespec.
(ancillary_inspect): use it for SCM_TIMESTAMPNS on GNU/Linux.
git-svn-id: svn+ssh://ci.rub... -
11:32 AM Revision 23e286f3 (git): * ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to
- show struct bintime.
(ancillary_inspect): use it for SCM_BINTIME on FreeBSD.
* ext/socket/mkconstants.rb: define S... -
11:21 AM Revision a0e3e8e4 (git): * ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_t
- variable to avoid a warning on environments which use long as
tv_sec as NetBSD.
git-svn-id: svn+ssh://ci.ruby-lan... - 06:54 AM Revision 1a1990df (git): * array.c (rb_ary_index, rb_ary_rindex): We know that argc is not
- zero when we reach here.
* array.c (rb_ary_initialize, rb_ary_index): Shrink a double
space. (NFC)
git-svn-id: ... -
05:47 AM Revision b080500c (git): * lib/fileutils.rb (mv): added description for the case of
- different partitions. [ruby-talk:329072]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22567 b2dd0... -
05:47 AM Revision bcf6fd2c (git): * lib/fileutils.rb (mv): added description for the case of
- different partitions. [ruby-talk:329072]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22567 b2dd03c8-39d4-4d8... -
01:45 AM Feature #1193 (Closed): Justified Error Messages
- =begin
One nice thing about Test::Unit output is that failures are justified making string comparisons easier.
... -
01:19 AM Revision 15700ff0 (git): * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,
- #singleton_methods and so on return Symbols. [ruby-talk:328775]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
01:15 AM Revision 7e162b15 (git): * README.EXT, README.EXT.ja: added macros for the Compatibilities.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 AM Revision 02bfe1f6 (git): typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/22/2009
-
10:47 PM Bug #1192 (Closed): encoding problem with tr() and hash keys 1.9.1
- =begin
Applied in changeset r22547.
=end
-
09:45 PM Bug #1192 (Open): encoding problem with tr() and hash keys 1.9.1
- =begin
Hi,
The fix in r22525 seems to be incomplete:
$ ruby19 -ve 'p ["a".hash, "a".tr("a", "\u0101").tr("... -
07:27 PM Bug #1192 (Closed): encoding problem with tr() and hash keys 1.9.1
- =begin
Applied in changeset r22525.
=end
-
06:33 PM Bug #1192 (Closed): encoding problem with tr() and hash keys 1.9.1
- =begin
In utf-8 environment I do:
irb(main):121:0> h = {"a" => 1, "\u0101" => 2}
=> {"a"=>1, "ā"=>2}
irb(ma... -
08:36 PM Bug #1177 (Feedback): eof for socket block script
- =begin
=end
-
06:20 PM Revision 97ef9728 (git): * ext/socket/mkconstants.rb: define SO_TIMESTAMPNS and SCM_TIMESTAMPNS
- if available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:14 PM Revision decee680 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 PM Revision b7fe0657 (git): * ext/socket/ancdata.c (ancillary_inspect): use SCM_TIMESTAMP instead
- of SO_TIMESTAMP. SCM_TIMESTAMP != SO_TIMESTAMP on MacOS X.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2256... -
05:46 PM Revision 475a350d (git): * ext/socket/ancdata.c (inspect_timeval_as_abstime): new function.
- (ancillary_inspect): use it for SO_TIMESTAMP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22560 b2dd03c8-39d4... -
05:27 PM Revision 0c95958c (git): * ext/socket/option.c (inspect_timeval_as_interval): renamed from
- inspect_timeval.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:10 PM Revision cdca4e19 (git): * ext/socket/option.c (inspect_timeval): fix the size test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 PM Revision e5dd6a79 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:22 PM Revision 5a980f59 (git): * 2009-02-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Revision 2e0a20d3 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 PM Revision a384273d (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision 83930529 (git): stripped trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:23 PM Revision 12d2c8ba (git): stripped trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision 41031667 (git): merges r22494 and r22495 from trunk into ruby_1_9_1.
- * vm_eval.c (method_missing): should not pop cfp if missing method
is method_missing. [ruby-core:22298]
* vm_eval... -
02:05 PM Revision 5fd244b4 (git): merges r22471 from trunk into ruby_1_9_1.
- * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because
couldn't free the returned pointer ... -
02:05 PM Revision 82d36b59 (git): merges r22440 from trunk into ruby_1_9_1.
- * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify
returns positive value on success, not non-zero... -
02:05 PM Revision c19edf67 (git): merges r22393 from trunk into ruby_1_9_1.
- * file.c (rb_file_s_extname): fix for spaces before extention.
[ruby-dev:38044]
git-svn-id: svn+ssh://ci.ruby-lang... -
01:42 PM Revision 624d07b0 (git): * string.c (tr_trans): should recalculate coderange.
- [ruby-core:22326] (reopened at [ruby-core:22328])
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22547 b2dd03c8-... -
01:38 PM Revision 7b1bbd59 (git): * test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 PM Revision ebe322b1 (git): merge revision(s) 21354:
- * eval.c (stack_extend): streamlined rb_thread_restore_context()
to ensure O(1) time. based on a patch by ... -
01:08 PM Revision 214d80f8 (git): merge revision(s) 21354:
- * eval.c (stack_extend): streamlined rb_thread_restore_context()
to ensure O(1) time. based on a patch by ... -
01:04 PM Revision cb016e32 (git): merge revision(s) 21353:
- * eval.c (cc_mark): frees the continuation's stack if its thread
is dead to avoid recursive gc that segfaul... -
01:01 PM Revision 935b0347 (git): merge revision(s) 21353:
- * eval.c (cc_mark): frees the continuation's stack if its thread
is dead to avoid recursive gc that segfaul... -
12:49 PM Revision 7fa70202 (git): merges r22389 from trunk into ruby_1_9_1.
- * thread.c (thread_start_func_2): do not delete main thread from
living_threads. [ruby-core:19385], [ruby-core:221... -
12:49 PM Revision 4a3765a2 (git): merges r22363 from trunk into ruby_1_9_1.
- * compile.c: fix to add "ensure" codes across "while" clause
before "return" expression. [ruby-dev:37967]
* bootst... -
12:49 PM Revision 8335857e (git): merges r22322 from trunk into ruby_1_9_1.
- * variable.c (rb_define_hooked_variable): suppress false assertion
with VC9. [ruby-core:22115]
git-svn-id: svn+ss... -
12:49 PM Revision 174eed35 (git): merges r22275 from trunk into ruby_1_9_1.
- * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()
instead of vm_get_ruby_level_caller_cfp().... -
12:49 PM Revision c7782f91 (git): merges r22259 from trunk into ruby_1_9_1.
- * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch
from nagachika <nagachika00 AT gmail.com> at [r... -
12:49 PM Revision f08b595a (git): merges r22255 from trunk into ruby_1_9_1.
- * compile.c (compile_array_, defined_expr, iseq_compile_each): hide
and freeze internal literal objects, to prevent... -
12:49 PM Revision 1efaf20e (git): merges r22253 from trunk into ruby_1_9_1.
- * ext/stringio/stringio.c (strio_ungetc): calculates new position
before reallocation. [Bug#1099]
git-svn-id: svn... -
12:49 PM Revision 3c9aa0e6 (git): merges r22247 from trunk into ruby_1_9_1.
- update rdoc [ruby-core:20407] #835
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22530 b2dd03c8-39... -
12:43 PM Revision 6cec6748 (git): merge revision(s) 21298:
- * numeric.c (ruby_float_step): extracted from num_step().
* range.c (range_step): uses ruby_float_step() for ... -
11:09 AM Revision 80d230c3 (git): * ext/socket/option.c (inspect_linger): message refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:47 AM Bug #1185 (Closed): Segfault after removal of method_missing
- =begin
Applied in changeset r22494.
=end
-
10:28 AM Revision 22cef963 (git): * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable after
- recvfrom.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:23 AM Revision ec5d31b3 (git): * ChangeLog: [ruby-core:22326] has been fixed at r22505.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 AM Revision bdc75418 (git): merges r22180 from trunk into ruby_1_9_1.
- * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the
case IMultiLanguage is not available. [ruby-dev... -
09:48 AM Revision 6ac1783d (git): merges r22146 from trunk into ruby_1_9_1.
- * io.c (io_encoding_set): ignore second argument when external and
internal are same. [ruby-dev:37939]
git-svn-id:... -
09:48 AM Revision bb8f8db5 (git): merges r22132 from trunk into ruby_1_9_1.
- * include/ruby/st.h, st.c: order entries by a linked list instead of
a loop to fix iteration miss when hash is modi... -
09:48 AM Revision b80b04fe (git): merges r22130 from trunk into ruby_1_9_1.
- * include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),
(rb_thread_blocking_region_end): marked as dep... -
09:48 AM Revision 70b3d782 (git): merges r22123 from trunk into ruby_1_9_1.
- * include/ruby/backward/rubysig.h: extern "C" was missing.
[ruby-core:21929]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
09:48 AM Revision b08d687d (git): merges r22121 from trunk into ruby_1_9_1.
- * io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
09:48 AM Revision 930729e6 (git): merges r22099 from trunk into ruby_1_9_1.
- * io.c (io_fread): use rb_io_wait_readable for retry
avoid Errno::EINTR on ruby -e 'trap(:CHLD) {}; spawn("sleep 1"... -
09:48 AM Revision c6b4cb12 (git): merges r22091 from trunk into ruby_1_9_1.
- * signal.c (register_sigaltstack): ignore sigaltstack error.
It fails on OpenBSD 4.4 when pthread library is linked... -
09:48 AM Revision 051558c9 (git): merges r22085 from trunk into ruby_1_9_1.
- * ruby.c (process_options): -K and -E in shebang should be reflect to
default_external. [ruby-dev:37920]
g... -
09:47 AM Revision 81e2c9e1 (git): merges r22083 from trunk into ruby_1_9_1.
- * string.c (rb_str_each_codepoint): update RDoc for
String#codepoints. a patch from Radoslaw Bulat in
[ruby-core... -
09:47 AM Revision 32c10534 (git): merges r22081 from trunk into ruby_1_9_1.
- * cont.c (cont_mark, cont_capture, cont_restore_1): use #else instead
of #elif. a patch from NISHIMATSU Takeshi <t... -
09:47 AM Revision 71a800a5 (git): merges r22054 and r22055 from trunk into ruby_1_9_1.
- * ext/readline/readline.c (Init_readline): entry may be NULL.
[ruby-dev:37891]
--
change from assigned variable to ... -
09:47 AM Revision 083d726b (git): merges r22053 from trunk into ruby_1_9_1.
- * time.c (LOCALTIME): should call tzset() before localtime_r().
[ruby-dev:37896]
git-svn-id: svn+ssh://ci.ruby-lan... -
09:47 AM Revision 0cc6f32d (git): merges r22037 from trunk into ruby_1_9_1.
- rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:47 AM Revision de16edce (git): merges r22025 from trunk into ruby_1_9_1.
- * win32/mkexports.rb: shouldn't export DllMain.
reported at http://pc11.2ch.net/test/read.cgi/tech/12336860... -
09:47 AM Revision 441746f4 (git): merges r22024 from trunk into ruby_1_9_1.
- * missing/vsnprintf.c (BSD_vfprintf): should support 't' format
modifier to handle PRIdPTRDIFF. thanks for the inf... -
09:47 AM Revision 9a62ed56 (git): gets rid of ^D^D to quit script from stdin.
- merges r22017 from trunk into ruby_1_9_1.
* ruby.c (load_file_internal): resets EOF flag after parse.
git-svn-id: sv... -
09:40 AM Revision c160c6e5 (git): * ext/socket/option.c (inspect_errno): new function.
- (sockopt_inspect): use inspect_errno for SO_ERROR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22507 b2dd03c8... -
06:12 AM Revision af7d8584 (git): * re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:33 AM Revision bc59123d (git): * string.c (tr_trans): should not be affected by the encoding of
- replacement unless actually modified. [ruby-talk:328967]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22505 b... -
04:38 AM Revision 0ec57a60 (git): * ext/socket/init.c (s_recvfrom_nonblock): handles EAGAIN too.
- * ext/socket/init.c (s_accept_nonblock): ditto, and EPROTO depends
on platforms.
git-svn-id: svn+ssh://ci.ruby-la... -
04:37 AM Feature #1133 (Closed): Pathname.binread
- =begin
Applied in changeset r22493.
=end
-
04:30 AM Revision 898d3136 (git): merges r21998 from trunk into ruby_1_9_1.
- * lib/net/imap.rb: validate data before sending to a server.
[ruby-core:20320]
git-svn-id: svn+ssh://ci.ruby-lang.... -
04:30 AM Revision 0d1513fa (git): merges r21996 from trunk into ruby_1_9_1.
- * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
code from the one-character string.
git-svn-id: s... - 04:30 AM Revision 759ab70c (git): * 2009-02-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 AM Revision abc40f03 (git): merges r21917, r21955 and r21974 from trunk into ruby_1_9_1.
- * load.c (rb_require_safe): raises when the path to be loaded is
tainted. [ruby-dev:37843]
---
* file.c (rb_find_f... -
04:06 AM Revision 88860a06 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:04 AM Revision 5c94b5d1 (git): * eval.c (ruby_options): evaluator now expects iseq instead of tree.
- * ruby.c (ruby_process_options): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22498 b2dd03c8-39d4-4d8f-9... -
04:03 AM Revision e99fb316 (git): * Makefile.in (configure): unset PWD to use symlink to building
- directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:03 AM Revision 510f34d6 (git): * Makefile.in (configure): unset PWD to use symlink to building
- directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:56 AM Revision 70946fb3 (git): * Makefile.in (up): cd doesn't need LC_TIME, VCS needs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:47 AM Revision 1e51a7b2 (git): * vm_eval.c (method_missing): should not pop cfp if missing method
- is method_missing. [ruby-core:22298]
* vm_eval.c (rb_raise_method_missing): new function to directly
raise NoMeth... -
01:43 AM Revision 19bbab61 (git): * vm_eval.c (method_missing): should not pop cfp if missing method
- is method_missing. [ruby-core:22298]
* vm_eval.c (rb_raise_method_missing): new function to directly
raise NoMeth... -
12:39 AM Feature #1122: request for: Object#try
- =begin
On 21/02/2009, Roger Pack <[email protected]> wrote:
...
>
> > The other thing I occasionally do and w... -
12:15 AM Bug #1190 (Closed): irb's "help" command errs in 1.9
- =begin
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mingw32]"
irb(main):...
02/21/2009
-
11:56 PM Bug #1186 (Rejected): :method_missing not shown as an instance_method of BasicObject
- =begin
=end
-
03:06 PM Bug #1186: :method_missing not shown as an instance_method of BasicObject
- =begin
It's private.
> ruby1.9 -v -e 'p BasicObject.private_instance_methods'
ruby 1.9.1p0 (2009-01-30 revisi... -
04:57 AM Bug #1186 (Rejected): :method_missing not shown as an instance_method of BasicObject
- =begin
Although BasicObject seems to implement :method_missing...
------------------------------------------------... -
07:32 PM Revision 3b39217f (git): * lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:16 PM Revision 47c6ecfa (git): * ext/socket/ancdata.c (bsock_recvmsg_internal): handle EMSGSIZE as
- well.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:04 PM Revision 6b0f5967 (git): * ext/socket/ancdata.c (bsock_recvmsg_internal): check max length
- overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:54 PM Revision ce1f8cfd (git): * 2009-02-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:54 PM Revision ac896ee3 (git): * Makefile.in (update-rubyspec, test-rubyspec): Catch up to
- rubyspec merge. A patch by Brian Ford at [ruby-core:21032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
04:53 PM Revision 60f2cec6 (git): * ext/socket/ancdata.c (bsock_recvmsg_internal): don't call
- discard_cmsg_resource when EMFILE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22488 b2dd03c8-39d4-4d8f-98ff-... -
04:49 PM Revision ad2f293d (git): * ext/socket/ancdata.c (bsock_recvmsg_internal): gc when SCM_RIGHTS
- hit the file descriptor limit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22487 b2dd03c8-39d4-4d8f-98ff-823f... -
03:57 PM Revision 9cfe35ad (git): * io.c (io_getpartial): error message describes what should be
- waited after nonblocking error.
(rb_io_write_nonblock): ditto.
* ext/socket/init.c (s_recvfrom_nonblock): ditto.
... -
03:50 PM Revision 6d55a704 (git): merge revision(s) 21297:
- * ext/extmk.rb (extmake): does not use both of makefile.rb and
extconf.rb at the same time.
* lib/m... -
03:49 PM Revision 2af8e54e (git): merge revision(s) 21297:
- * ext/extmk.rb (extmake): does not use both of makefile.rb and
extconf.rb at the same time.
* lib/m... - 03:32 PM Revision 6adda037 (git): * 2009-02-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 PM Revision d227ca29 (git): * ext/socket/ancdata.c (bsock_recvmsg_internal): check recvmsg error
- earlier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:19 PM Revision d842d1bc (git): merge revision(s) 21165:
- * eval.c (rb_thread_schedule): Don't change status of threads which
don't run next even if select notify re... -
03:18 PM Revision f87b1a53 (git): merge revision(s) 21165:
- * eval.c (rb_thread_schedule): Don't change status of threads which
don't run next even if select notify re... -
02:05 PM Revision 90fc8d84 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:50 AM Bug #1185 (Closed): Segfault after removal of method_missing
- =begin
After removing method_missing from BasicObject, ruby bombs on a missing method
----------------------------... - 02:22 AM Revision ca38e81f (git): * 2009-02-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 AM Revision ab1a639c (git): mention the platform which causes cmsg_len > msg_controllen.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/20/2009
-
11:37 PM Bug #1164 (Closed): 1.9/windows memroy leak with rand() AND inspect
- =begin
Applied in changeset r22471.
=end
-
09:10 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
Hi,
2009/2/20 Yusuke ENDOH <[email protected]>:
> HI,
>
> 2009/2/20 Chris Schlaeger <[email protected]... -
12:45 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
=end
-
12:39 PM Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
- =begin
HI,
2009/2/20 Chris Schlaeger <[email protected]>:
> I've tried to run taskjuggler with ruby 1.9 CVS ... -
05:10 AM Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
- =begin
I've tried to run taskjuggler with ruby 1.9 CVS from today and got internal error messages. The applications ... -
08:51 PM Bug #1180: gethostbyname
- =begin
Hi,
At Fri, 20 Feb 2009 01:32:06 +0900,
Oleg Puchinin wrote in [ruby-core:22261]:
> where is "getnamebyh... -
12:14 PM Bug #1180 (Feedback): gethostbyname
- =begin
What do you mean?
$ dig www.example.com | grep -w IN
;www.example.com. IN A
www.example.com. 80 IN ... -
01:32 AM Bug #1180 (Rejected): gethostbyname
- =begin
Socket.gethostbyname("192.0.34.166")
return ["192.0.34.166", [], 2, "\xC0\x00\"\xA6"],
not ["www.examp... -
02:59 PM Bug #1177: eof for socket block script
- =begin
Hi,
At Thu, 19 Feb 2009 23:23:23 +0900,
Oleg Puchinin wrote in [ruby-core:22258]:
> eof and eof? run awh... - 02:29 PM Revision 6ccdc76f (git): * 2009-02-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:29 PM Revision 8563b285 (git): * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because
- couldn't free the returned pointer from ruby_dtoa().
* missing/vsnprintf.c (cvt): receive buffer and use/ret... -
01:51 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:00 09/02/19, Tanaka Akira wrote:
>It seems the number, 40, is a number for "big enough for
>names".... -
01:51 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
At 19:59 09/02/19, Michael Selig wrote:
>Also there are reports reading the data which expect the data to ... -
12:02 PM Bug #1178 (Feedback): circular dependency on missing ffi
- =begin
I couldn't reproduce it, with or without sudo.
$ gem19 install ffi
WARNING: Installing to ~/.gem sinc... -
01:25 AM Bug #1178 (Rejected): circular dependency on missing ffi
- =begin
On Linux version 2.6.27.10-desktop-1mnb ([email protected]) (gcc version 4.3.2 (GCC) ) #1 SMP Thu Jan... -
11:43 AM Revision 28d53ca8 (git): merge revision(s) 21066:
- * lib/optparse.rb (OptionParser::List#summarize): gives priority
to latter switches. [ruby-dev:36692]
... -
11:42 AM Revision 54b82ec9 (git): merge revision(s) 21066:
- * lib/optparse.rb (OptionParser::List#summarize): gives priority
to latter switches. [ruby-dev:36692]
... -
10:35 AM Revision bffc1805 (git): merge revision(s) 20884:
- * lib/cgi/session.rb: ignore session_id options fixed.[Bug #605]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
10:34 AM Revision b0fc5e54 (git): merge revision(s) 20884:
- * lib/cgi/session.rb: ignore session_id options fixed.[Bug #605]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
09:06 AM Revision 4d17c733 (git): merge revision(s) 20855:
- Merged 20854 from trunk.
* lib/xmlrpc/server.rb: Restricting method inspection to show only
non-in... -
09:06 AM Revision c1009be7 (git): merge revision(s) 20855:
- Merged 20854 from trunk.
* lib/xmlrpc/server.rb: Restricting method inspection to show only
non-in... -
04:49 AM Feature #1122: request for: Object#try
- =begin
2009/2/19 Radosław Bułat <[email protected]>:
>
> It doesn't convince me. It can lead to bad programmin... -
01:08 AM Feature #1122: request for: Object#try
- =begin
On Thu, Feb 19, 2009 at 2:55 PM, Michal Suchanek <[email protected]> wrote:
> I think you are off the trac...
Also available in: Atom