Project

General

Profile

Activity

From 02/24/2009 to 03/02/2009

03/02/2009

10:08 PM Feature #1218: New method needed to set and get the current recursion limit
=begin
@Austin Ziegler - I was able to change these limits within Python using FreeBSD, Linux, and Mac OS X operatin...
Anonymous
06:01 PM Feature #1218: New method needed to set and get the current recursion limit
=begin
Hi,

At Mon, 2 Mar 2009 17:41:03 +0900,
Brent Roman wrote in [ruby-core:22619]:
> Ruby 1.9 seems complete...
nobu (Nobuyoshi Nakada)
05:42 PM Feature #1218: New method needed to set and get the current recursion limit
=begin

setrlimit(RLIMIT_STACK, size_in_bytes)
*should* do what you want under a POSIX compliant OS.

See the m...
brent (Brent Roman)
07:47 PM Bug #1237 (Closed): URI.decodeが期待した値を返さない
=begin
Applied in changeset r22706.
=end
nobu (Nobuyoshi Nakada)
06:52 PM Bug #1237 (Closed): URI.decodeが期待した値を返さない
=begin
1.9.1p0で、URI.decodeが期待した値を返しません。

$ /usr/local/bin/ruby18 -ruri -ve 'puts URI.decode("%e3%81%93%e3%81%a1%...
mura-masa (Kazuhiko ISOBE)
04:56 PM Revision 8dba4cdf (git): * 2009-03-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:56 PM Revision 1c2005fb (git): * lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:53 PM Bug #1236 (Rejected): RUBY_VERSION not defined
=begin

=end
nobu (Nobuyoshi Nakada)
02:52 PM Bug #1236: RUBY_VERSION not defined
=begin
Hi,

At Mon, 2 Mar 2009 08:51:07 +0900,
Charlie Savage wrote in [ruby-core:22614]:
> ruby/config.h is gen...
nobu (Nobuyoshi Nakada)
10:05 AM Bug #1236: RUBY_VERSION not defined
=begin
Actually, the code would be more like this:

#if RUBY_VERSION_MAJOR == 1 && RUBY_VERSION_MINOR < 9
#inc...
cfis (Charlie Savage)
08:52 AM Bug #1236 (Rejected): RUBY_VERSION not defined
=begin
Building from trunk with MSVC 2008.

ruby/config.h is generated with this line:

#define RUBY_LIB_VER...
cfis (Charlie Savage)
02:49 PM Bug #1230: ESP Stack Corruption on Windows
=begin
Hi,

At Mon, 2 Mar 2009 03:58:32 +0900,
Charlie Savage wrote in [ruby-core:22613]:
> But looking at Win32...
nobu (Nobuyoshi Nakada)
03:59 AM Bug #1230: ESP Stack Corruption on Windows
=begin
Hi Nobu,

Thanks for applying the patch. Two comments though.

First, you changed:

SHGetFolderP...
cfis (Charlie Savage)
12:39 PM Revision 557359d1 (git): * ext/socket/sockport.h (SS_LEN): defined unconditionally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:27 PM Revision 8a00868c (git): * ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:14 PM Revision fb5d4ecf (git): * ext/socket/ancdata.c (rsock_discard_cmsg_resource): defined
unconditionally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
12:13 PM Revision a36ea435 (git): forgot to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:07 PM Revision 344dcc25 (git): * ext/socket/raddrinfo.c (addrinfo_mload): don't use "sun" variable
for Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
12:02 PM Revision 27475f4d (git): * file.c: include fcntl.h for O_RDONLY on Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:43 AM Revision 3f0060c0 (git): * lib/uri/common.rb (URI::Parser#escape): escaped string is ascii
only.
* lib/uri/common.rb (URI::Parser#unescape): converts bytewise.
[ruby-dev:38005], [ruby-dev:38110]
git-svn-...
nobu (Nobuyoshi Nakada)
07:40 AM Revision 5b35cbf5 (git): * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:22 AM Revision a8c4a7e4 (git): * win32/win32.c (init_env): keeps wide chars as wide chars.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:01 AM Revision 033bed37 (git): * ext/dl/dl.h (dlerror): fixed on Windows.
* ext/dl/handle.c (rb_dlhandle_initialize): returns handle to
libruby if nil is given on Windows as dlopen.
git-s...
nobu (Nobuyoshi Nakada)
01:50 AM Revision 46e06b57 (git): * ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,
and try ASCII WINAPI versions too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22702 b2dd03c8-39d4-4d8f-98ff-...
nobu (Nobuyoshi Nakada)
01:29 AM Revision 9fb56049 (git): * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixed
prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:07 AM Bug #1220 (Closed): DRb::Observable notify_observers
=begin
Applied in changeset r22699.
=end
seki (Masatoshi Seki)

03/01/2009

11:23 PM Feature #1218: New method needed to set and get the current recursion limit
=begin
On Sat, Feb 28, 2009 at 7:26 AM, Conrad Taylor <[email protected]> wrote:
> Issue #1218 has been updated...
austin (Austin Ziegler)
09:03 PM Bug #1234 (Closed): RDoc failure in benchmark/bm_so_meteor_contest.rb at or around line 542 column
=begin
Making documents fails with the following error:

% ./miniruby -I./lib -I.ext/common -I./- -r./ext/pureli...
daigo (daigo moriwaki)
07:47 PM Bug #1233 (Closed): Zlib - Run Time Check Failure #3 (unitialized variable)
=begin
Applied in changeset r22693.
=end
nobu (Nobuyoshi Nakada)
07:17 PM Bug #1233 (Closed): Zlib - Run Time Check Failure #3 (unitialized variable)
=begin
Build and install Ruby 1.9.1 with -RTC1 with VC2008.

Then at the command prompt:

gem install libxml...
cfis (Charlie Savage)
07:17 PM Bug #1231 (Closed): YACC Make Rule Fails when building from source with nmake
=begin
Applied in changeset r22691.
=end
nobu (Nobuyoshi Nakada)
05:21 PM Bug #1231 (Closed): YACC Make Rule Fails when building from source with nmake
=begin
Check out Ruby from svn. Build it using VC2008 and nmake.

nmake will try to compile .y files to .c file...
cfis (Charlie Savage)
07:07 PM Bug #1230 (Closed): ESP Stack Corruption on Windows
=begin
Applied in changeset r22690.
=end
nobu (Nobuyoshi Nakada)
05:17 PM Bug #1230 (Closed): ESP Stack Corruption on Windows
=begin
Build Ruby with -RTC1 flag on Windows with VC2008 (same issues will also apply with Mingw).

You'll almos...
cfis (Charlie Savage)
05:37 PM Bug #1229 (Closed): Bigdecimal extension does not compile with debug build
=begin
Applied in changeset r22689.
=end
nobu (Nobuyoshi Nakada)
05:15 PM Bug #1229 (Closed): Bigdecimal extension does not compile with debug build
=begin
Building bigdecimal with _DEBUG set fails because gfDebug is commented out (this is with VC2008).

This p...
cfis (Charlie Savage)
03:57 PM Revision d6802f03 (git): * 2009-03-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:57 PM Revision 4104010c (git): merged a patch from Alessandro Di Maria in [ruby-core:22560].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masatoshi SEKI
02:00 PM Revision d79dc0f6 (git): * ext/socket/raddrinfo.c: suppress warnings.
* ext/socket/socket.c: ditto.
* ext/socket/unixsocket.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
akr (Akira Tanaka)
12:59 PM Revision 4ca8057c (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:58 AM Revision aa2b22bb (git): * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:52 AM Revision 895b3f6e (git): * ext/dl/win32/lib/Win32API.rb (initialize): passes rest
arguments to DL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:41 AM Revision 64603725 (git): * util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru...
nobu (Nobuyoshi Nakada)
10:39 AM Revision 2f3c15cb (git): * ext/zlib/zlib.c (zstream_run): suppress a warning. a patch from
Charlie Savage at [ruby-core:22607].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22693 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
10:36 AM Revision cbeec456 (git): * util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22692...
nobu (Nobuyoshi Nakada)
10:11 AM Revision a6c52eec (git): * common.mk (.y.c): removed extra backslash. [ruby-core:22602]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:02 AM Revision 3465e37e (git): * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
argument numbers. [ruby-core:22601]
* ext/dl/dl.h (DLSTACK_PROTO0_): added.
* ext/dl/mkcallback.rb (gencallback, g...
nobu (Nobuyoshi Nakada)
08:27 AM Revision 643bfbb4 (git): * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22689 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
08:27 AM Revision 0fee78a1 (git): * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:15 AM Revision da9ffe37 (git): * process.c (rb_waitpid): use wait_each() on no waitpid platforms.
[ruby-dev:38054]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:01 AM Revision 135930e9 (git): * process.c (proc_daemon): stops and restarts timer thread because
daemon(3) implies fork(2). [ruby-dev:38055]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22687 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
06:48 AM Revision 172d2087 (git): * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.
(rsock_addrinfo): renamed from sock_addrinfo.
(rsock_getaddrinfo): renamed from sock_getaddrinfo.
(rsock_socket):...
akr (Akira Tanaka)
06:33 AM Revision a6274c1e (git): add a space.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:30 AM Revision c49f05dd (git): * ext/socket: add rsock_prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:16 AM Revision e70e2c93 (git): * test/ruby/test_path.rb (test_extname): test for r19596.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:16 AM Revision faabbf23 (git): * test/ruby/test_path.rb (test_extname): test for r19596.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:10 AM Revision fe017d14 (git): * 2009-03-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:10 AM Revision ab8c535e (git): * test/ruby/test_path.rb (test_basename): test for r19595.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:10 AM Revision d988d094 (git): * test/ruby/test_path.rb (test_basename): test for r19595.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:01 AM Bug #1227 (Third Party's Issue): [BUG] object allocation during garbage collection phase
=begin
I'm trying to profile sections of a large application (taskjuggler) with ruby-prof. As soon as I hit the Ruby...
orem (Chris Schlaeger)
12:54 AM Bug #1225: Curses::getmouse
=begin
Sandor Szücs schrieb:
> Bug #1225: Curses::getmouse
> http://redmine.ruby-lang.org/issues/show/1225
>
> ...
ba (Alexander Beisig)

02/28/2009

10:06 PM Bug #1225 (Closed): Curses::getmouse
=begin
Hi Core!

To reproduce, try:
$ ruby19 -rcurses -e 'Curses::getmouse'

Command output is attached.
...
sz (Sandor Szücs)
09:27 PM Feature #1218: New method needed to set and get the current recursion limit
=begin
Hi Dave, thanks for responding to the post. However, this doesn't resolve the issue that I'm seeing after in...
Anonymous
06:38 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
=begin
Hi Nobu,

Sorry, I've been out the last few days.

> You are wrong about -RTC1. It does emit checkin...
cfis (Charlie Savage)
06:27 PM Bug #1224 (Assigned): Can't install 1.9.1-p0
=begin
Already fixed in the trunk. Thank you.
=end
nobu (Nobuyoshi Nakada)
05:33 PM Bug #1224 (Closed): Can't install 1.9.1-p0
=begin
I am trying to install 1.9.1-p0 on CENTOS Linux 5.2.
I get the following error during "make".
I looked in...
danbaron (Dan Baron)
06:12 PM Revision 61cf551c (git): * 2009-03-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:12 PM Revision 5f7992aa (git): * class.c (rb_singleton_class_clone): Qnil must be used for a null
class reference when we use NIL_P() to check class reference
validity. The bug was exposed by the spec test of Seq...
Akinori MUSHA
02:58 PM Bug #1142: /opt/ruby19/lib/ruby19/1.9.1/openssl/ssl.rb:31: [BUG] Bus Error
=begin
I was able to trigger the same bus error with ruby-1.9.1p1.

/opt/local/lib/ruby/1.9.1/openssl/ssl.rb:3...
rick (Rick Lloyd)
12:56 PM Revision 3888bfec (git): * vm_eval.c (rb_iterate): use volatile to suppress warnings.
* eval.c (ruby_cleanup): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22678 b2dd03c8-39d4-4d8f-98ff-82...
akr (Akira Tanaka)
11:12 AM Revision cfe9dcb8 (git): * eval_error.c (error_print): use volatile to suppress warnings.
* vm_eval.c (eval_string_with_cref): ditto.
* thread.c (rb_exec_recursive): ditto.
* eval_jump.c (rb_exec_end_proc)...
akr (Akira Tanaka)
09:29 AM Revision 2ba6eec1 (git): * ext/socket/ancdata.c (ancillary_unix_rights): check message type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:06 AM Revision 65564041 (git): * 2009-02-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:05 AM Revision 1bcfe8bb (git): * eval.c (rb_eval): needs to guard intermediate string objects.
based on a patch from Brent Roman <brent AT mbari.org> at
[ruby-core:22584].
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
07:19 AM Revision 8746e342 (git): * lib/net/http.rb: suppress warnings of non-existing instance variable
access for SSL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
06:05 AM Revision 54cd7ea1 (git): * ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1
if the address is IPv4-mapped IPv6 address for 0.0.0.0 for MacOS X.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
akr (Akira Tanaka)
05:43 AM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
=begin
今日は。Ubuntuで日本語を使えるようにしたので、日本語で行きます。

示していただいたパッチでクラッシュは解消しました。似たようなコード(ruby_stack_length(), stack_check()...
hsugawar (hiro sugawara)
05:21 AM Bug #1214: Build issues
=begin
今日は。Ubuntuで日本語を使えるようにしたので日本語で行きます。

バックスラッシュの件、有難うございました。

ライブラリの件は、ruby全体をダイナミックでリンクしようとすると
-l$(RU...
hsugawar (hiro sugawara)

02/27/2009

07:54 PM Feature #1211: nested loop construct
=begin
須藤です。

In <[email protected]>
"[ruby-dev:38095] Re: [Feature:trunk] nested loop construct" on ...
kou (Kouhei Sutou)
07:51 PM Revision 2f83f7a7 (git): update doc (add Pathname#binread)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
06:37 PM Bug #1209 (Closed): duplicate when clauses raise strange exception
=begin
Applied in changeset r22662.
=end
nobu (Nobuyoshi Nakada)
06:07 PM Bug #1205 (Closed): SET_STACK_END crashes due to uninitialized ruby_current_thread
=begin
Applied in changeset r22659.
=end
nobu (Nobuyoshi Nakada)
06:01 PM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
=begin

=end
nobu (Nobuyoshi Nakada)
05:58 PM Bug #1214 (Feedback): Build issues
=begin

=end
nobu (Nobuyoshi Nakada)
05:12 PM Revision 8e8e5e77 (git): s/extention/extension/g
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:21 PM Revision 40126724 (git): * 2009-02-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 5fb1faf2 (git): * ext/socket/raddrinfo.c: suppress strict-aliasing warning with
gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha.
* ext/socket/socket.c: ditto.
* ext/socket/unix...
akr (Akira Tanaka)
02:27 PM Bug #1219 (Closed): ostruct freeze still not stable
=begin
Applied in changeset r22652.
=end
nobu (Nobuyoshi Nakada)
06:46 AM Bug #1219: ostruct freeze still not stable
=begin
Forget this patch it is a pain, and way to complicated. Your approach was fine, all we have to do is the foll...
RobertDober (Robert Dober)
06:11 AM Bug #1219 (Closed): ostruct freeze still not stable
=begin
Freezing an ostruct still does not inhibit modification as can be seen in the attached test file and in the f...
RobertDober (Robert Dober)
02:23 PM Revision d8c66c43 (git): * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed by
SCM_RIGHTS unless :scm_rights=>true is given.
(discard_cmsg): extracted from rsock_discard_cmsg_resource.
git-sv...
akr (Akira Tanaka)
01:15 PM Revision a7d581fa (git): * ext/openssl/lib/openssl/buffering.rb: define Buffering module under
OpenSSL. [ruby-dev:37906]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22666 b2dd03c8-39d4-4d8f-98ff-823fe69b...
akr (Akira Tanaka)
01:10 PM Revision 7f247b9d (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:10 PM Revision 0f82f65c (git): * lib/test/unit/assertions.rb: don't define assert_not_* if already
overridden.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:05 PM Revision f2526338 (git): * util.c: fix SEGV by test_time.rb with
gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
akr (Akira Tanaka)
09:30 AM Revision 506af65d (git): * compile.c (cdhash_type, iseq_set_sequence): should not call
methods of the argument of case, to keep the semantics of
case/when. [ruby-dev:38079]
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
09:14 AM Revision 01d5de86 (git): * file.c (file_load_ok): cygwin allows to open directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:14 AM Revision 88d63339 (git): * file.c (file_load_ok): cygwin allows to open directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:14 AM Revision 752b91f1 (git): * file.c (file_load_ok): cygwin allows to open directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:14 AM Revision 8d325b6b (git): * file.c (file_load_ok): cygwin allows to open directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:01 AM Revision be767930 (git): * gc.c (ruby_get_stack_grow_direction): no needs to use thread
here, and not initialized yet. [ruby-core:22439]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22659 b2dd03c8-...
nobu (Nobuyoshi Nakada)
08:45 AM Revision cbf43696 (git): * file.c (file_load_ok): checks if regular file, except for the
platform disallows to open directories, e.g. cygwin.
[ruby-dev:38097], [Bug #1221]
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
08:45 AM Revision 12331d49 (git): * file.c (file_load_ok): checks if regular file, except for the
platform disallows to open directories, e.g. cygwin.
[ruby-dev:38097], [Bug #1221]
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
08:41 AM Revision fe853837 (git): Rephrase a confusing entry and fix a minor nit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
08:35 AM Revision c660a9c4 (git): * include/ruby/intern.h (rb_io_get_io): added prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:49 AM Revision e2355867 (git): * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:49 AM Revision 5f47ed9b (git): * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:11 AM Bug #1220 (Closed): DRb::Observable notify_observers
=begin
The module oberservable uses now a hash to store listeners.
The notify_observers method of DRb::Observer th...
Alessandro (Alessandro Di Maria)
05:42 AM Revision c691d55b (git): * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revert
isnan() checks for VC++6.
* insns.def (opt_lt, opt_gt): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
U.Nakamura
05:23 AM Revision 6792751d (git): * 2009-02-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:23 AM Revision 1942710d (git): * lib/ostruct.rb (modifiable): check if really frozen.
[ruby-core:22559]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:32 AM Feature #1218: New method needed to set and get the current recursion limit
=begin

> -----Original Message-----
> From: Dave B [mailto:[email protected]]
> Sent: Thursday, February 26,...
jredville (Jim Deville)
12:33 AM Feature #1218: New method needed to set and get the current recursion limit
=begin
See if this post helps:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/89931
=end
daz (Dave B)
12:13 AM Feature #1218 (Rejected): New method needed to set and get the current recursion limit
=begin
Hi, I would like to propose the addition of two methods for setting and getting the recursion limit:

re...
Anonymous

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.

...
bascule (Tony Arcieri)
02:53 PM Feature #1211: nested loop construct
=begin
Yuguiです。

On 2/26/09 3:33 AM, Yukihiro Matsumoto wrote:
> 検討事項は
> * 名前。今回はnested loopということでnloopという名前で実...
yugui (Yuki Sonoda)
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...
matz (Yukihiro Matsumoto)
05:17 AM Feature #1211: nested loop construct
=begin
Yukihiro Matsumoto wrote::
> def nloop(*args, &block)
> helper = ->(args, buf, offset, block) {
> li...
ko1 (Koichi Sasada)
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...
matz (Yukihiro Matsumoto)
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...
matz (Yukihiro Matsumoto)
03:44 AM Feature #1211: nested loop construct
=begin
 ささだです.

Yukihiro Matsumoto wrote::
> 最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
> 実行時間の1/3はGC...
ko1 (Koichi Sasada)
03:34 AM Feature #1211 (Rejected): nested loop construct
=begin
まつもと ゆきひろです

最近、AO Benchを見ています。http://lucille.atso-net.jp/aobench/
実行時間の1/3はGCが消費していて涙目。

それはそれとして...
matz (Yukihiro Matsumoto)
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 akr (Akira Tanaka)
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 akr (Akira Tanaka)
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 節を重複させると、...
nobu (Nobuyoshi Nakada)
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...
mame (Yusuke Endoh)
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...
nobu (Nobuyoshi Nakada)
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.

...
hsugawar (hiro sugawara)
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...
nobu (Nobuyoshi Nakada)
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 akr (Akira Tanaka)
10:54 AM Bug #1163: gem_prelude raise NoMethodError if require uninsalled gem with version.
=begin
+1 for this patch.
同じ問題でハマりました。もろはしさんの提案どおりの仕様でよいと思います。
=end
matsuda (Akira Matsuda)
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"
...
matz (Yukihiro Matsumoto)
10:38 AM Bug #1215 (Rejected): irb doesn't finish evaluate on !false => false
=begin

=end
matz (Yukihiro Matsumoto)
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]"
...
no6v (Nobuhiro IMAI)
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 nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
shugo (Shugo Maeda)
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 Akinori MUSHA
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 Akinori MUSHA
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 U.Nakamura
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 U.Nakamura
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...
Florent2 (Florent Guilleux)
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
U.Nakamura
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 nobu (Nobuyoshi Nakada)
03:44 AM Feature #802: IO.open optional argument to properly handle BOMs
=begin

=end
shyouhei (Shyouhei Urabe)
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 svn[bot]
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...
Akinori MUSHA
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...
U.Nakamura

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...
hramrach (Michal Suchanek)
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 akr (Akira Tanaka)
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 svn[bot]
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...
akr (Akira Tanaka)
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...
akr (Akira Tanaka)
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...
akr (Akira Tanaka)
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 akr (Akira Tanaka)
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...
akr (Akira Tanaka)
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 ...
U.Nakamura
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 svn[bot]
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...
U.Nakamura
12:37 PM Bug #1204 (Closed): Bug in String#force_encoding?
=begin
Applied in changeset r22611.
=end
nobu (Nobuyoshi Nakada)
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...
ba (Alexander Beisig)
12:07 PM Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
=begin
Applied in changeset r22610.
=end
nobu (Nobuyoshi Nakada)
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...
mike (Michael Selig)
11:48 AM Bug #1202 (Third Party's Issue): mongrel-1.1.5-x86-mswin32-60 error
=begin

=end
nobu (Nobuyoshi Nakada)
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...
luislavena (Luis Lavena)
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 ...
timka (Vladimir Tkach)
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 ...
hsugawar (hiro sugawara)
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...
U.Nakamura
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...
shyouhei (Shyouhei Urabe)
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...
shyouhei (Shyouhei Urabe)
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 ...
U.Nakamura
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...
shyouhei (Shyouhei Urabe)
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...
shyouhei (Shyouhei Urabe)
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...
shyouhei (Shyouhei Urabe)
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...
shyouhei (Shyouhei Urabe)
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 nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
02:37 AM Bug #1199 (Closed): wrong coderange in multiple String methods
=begin
Applied in changeset r22608.
=end
nobu (Nobuyoshi Nakada)
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...
do1 (Do One)
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
WoNaDo (Wolfgang Nádasi-Donner)
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...
WoNaDo (Wolfgang Nádasi-Donner)
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...
WoNaDo (Wolfgang Nádasi-Donner)

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 akr (Akira Tanaka)
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...
hramrach (Michal Suchanek)
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...
duerst (Martin Dürst)
07:56 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
=begin

=end
knu (Akinori MUSHA)
07:54 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
=begin
ただ、この場合分けは1.9で整理した単値・多値の扱いの一貫性を崩すことにもなるので
もう少し考えた方がいいと思います。

with_index-compat.patch の通り、1.8では、

- yield...
knu (Akinori MUSHA)
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""
...
matz (Yukihiro Matsumoto)
07:30 PM Bug #1198: corrupted iteratoin during "enum_for :inject"
=begin
振る舞いが違うのは (each_)with_index の方です。
1.9では、イテレータ関数の第一引数には最初の引数だけが渡るようになり、
多値を取りたければ第三第四引数でargc/argvを見る必要がありま...
knu (Akinori MUSHA)
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 ...
shyouhei (Shyouhei Urabe)
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...
matz (Yukihiro Matsumoto)
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
nobu (Nobuyoshi Nakada)
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 akr (Akira Tanaka)
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
nobu (Nobuyoshi Nakada)
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 akr (Akira Tanaka)
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 matz (Yukihiro Matsumoto)
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 ...
Akinori MUSHA
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:...
matz (Yukihiro Matsumoto)
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: ...
Akinori MUSHA
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 svn[bot]
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...
Akinori MUSHA
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 akr (Akira Tanaka)
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 akr (Akira Tanaka)
12:08 PM Revision 7e20506e (git): reordered.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
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 akr (Akira Tanaka)
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 akr (Akira Tanaka)
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 akr (Akira Tanaka)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
01:27 AM Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
=begin
Applied in changeset r22577.
=end
mame (Yusuke Endoh)
01:09 AM Feature #1159 (Feedback): StringScanner に文字ベースでのインデックスを返すメソッドがほしい
=begin

=end
naruse (Yui NARUSE)
 

Also available in: Atom