Project

General

Profile

Activity

From 01/13/2009 to 01/19/2009

01/19/2009

09:47 PM Revision cab67c31 (git): * array.c (take_items), enum.c (enum_zip): tries to convert to
array first. [ruby-core:21442]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21678 b2dd03c8-39d4-4d8f-98ff-823...
nobu (Nobuyoshi Nakada)
07:01 PM Revision 0e3ef036 (git): * node.h (rb_thread_raised_clear): should not clear flags other than
raised flags. a patch by Tomoyuki Chikanaga <chikanag AT
nippon-control-system.co.jp> at [ruby-dev:37794]. [ruby-...
nobu (Nobuyoshi Nakada)
06:52 PM Revision 13313688 (git): * ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.
revert -s meaning as Shift_JIS, etc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21676 b2dd03c8-39d4-4d8f-98ff...
naruse (Yui NARUSE)
06:42 PM Revision d66c0cf3 (git): * string.c (hash): fixed typo. [ruby-dev:37791]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:39 PM Feature #1022: backlog option for TCPServer and UNIXServer
=begin
なかだです。

At Mon, 19 Jan 2009 10:06:10 +0900,
Tanaka Akira wrote in [ruby-dev:37785]:
> > 以前からときおり要望のあったので、...
nobu (Nobuyoshi Nakada)
05:03 AM Feature #1022 (Rejected): backlog option for TCPServer and UNIXServer
=begin
なかだです。

以前からときおり要望のあったので、{TCP,UNIX}Server.newで
listen()するbacklogの数を指定できるようにしてみました。

# [ruby-dev:353...
nobu (Nobuyoshi Nakada)
04:16 PM Revision 108377fc (git): * 2009-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:16 PM Revision 6d39bc31 (git): * ext/socket/mkconstants.rb (SOMAXCONN): defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:25 PM Bug #935 (Closed): child process forked from child thread does not call ruby_cleanup
=begin
closed by r21592.
=end
ko1 (Koichi Sasada)
01:47 PM Bug #1021 (Closed): irb/xmp with empty input aborts
=begin
Applied in changeset r21661.
=end
ko1 (Koichi Sasada)
01:32 PM Revision b1956f05 (git): * ext/socket/mkconstants.rb: use erb for generating code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:25 AM Revision 5f5fe8a1 (git): merge revision(s) 18664:
* configure.in (rb_cv_broken_glibc_ia64_erfc): renamed from
rb_broken_glibc_ia64_erfc.
[ruby-core...
shyouhei (Shyouhei Urabe)
09:24 AM Revision 9bde13e7 (git): merge revision(s) 18664:
* configure.in (rb_cv_broken_glibc_ia64_erfc): renamed from
rb_broken_glibc_ia64_erfc.
[ruby-core...
shyouhei (Shyouhei Urabe)
08:32 AM Revision 42d9223a (git): * string.c (hash): defaulted to MurmurHash 2.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:28 AM Revision 4e6ad7d9 (git): * include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:24 AM Revision 49e685a0 (git): * include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:22 AM Revision c872df9e (git): * vm_dump.c (vm_stack_dump_each): used only if debug mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:32 AM Revision 768988f9 (git): * string.c (hash): added MurmurHash 2.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:22 AM Bug #907: Various system() and backticks problems on Windows
=begin
COMSPEC is still cmd by default. Win7 doesn't change that even though Powershell is in the box. Installing Po...
jredville (Jim Deville)
05:45 AM Bug #907: Various system() and backticks problems on Windows
=begin
Hi,

At Tue, 6 Jan 2009 22:31:49 +0900,
James M. Lawrence wrote in [ruby-core:21167]:
> Latest trunk pass...
nobu (Nobuyoshi Nakada)
05:32 AM Revision 4c4aef3b (git): * thread.c (rb_thread_execute_interrupts): needs
rb_signal_buff_size to be declared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21662 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
04:41 AM Revision d31e1d4a (git): * ruby.c (require_libraries): reset th->parse_in_eval while
loading libraries. fixes [ruby-dev:37780]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21661 b2dd03c8-39d4-4...
ko1 (Koichi Sasada)
03:03 AM Revision 9b520ddc (git): * vm_eval.c, eval.c (rb_f_block_given_p): move definition of
"iterator?" and "block_given?" to make static.
* vm.c (vm_get_ruby_level_caller_cfp): make it static.
* eval_intern.h...
ko1 (Koichi Sasada)
02:38 AM Revision cf23d0f0 (git): * vm.c: add a prefix "rb_" to exposed functions
vm_get_ruby_level_next_cfp(), rb_vm_make_env_object(),
vm_stack_to_heap(), vm_make_proc(), vm_invoke_proc(),
vm_g...
ko1 (Koichi Sasada)
02:22 AM Revision 2aa6644a (git): * ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),
(unixpath, unixaddr): UNIX domain sockets depend on sys/un.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@216...
nobu (Nobuyoshi Nakada)
02:09 AM Revision 651f0e48 (git): * vm_dump.c: add a prefix "rb_vmdebug_" to
vm_stack_dump_raw(), vm_stack_dump_raw_current(),
vm_env_dump_raw(), vm_proc_dump_raw(), vm_stack_dump_th(),
vm_d...
ko1 (Koichi Sasada)
02:00 AM Revision fb4bea8a (git): * ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only when
defined, as well as addrinfo_ipv6_p().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21656 b2dd03c8-39d4-4d8f-9...
nobu (Nobuyoshi Nakada)
01:44 AM Revision 7d431933 (git): * gc.c (garbage_collect_with_gvl): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
01:35 AM Revision f14e2a07 (git): * ext/socket/depend: workaround for nmake. files in depend without
paths should converted by RULE_SUBST, but mkmf.rb cannot recognize
macros currently.
git-svn-id: svn+ssh...
U.Nakamura
01:06 AM Revision c4c3f238 (git): * iseq.c:
rename ruby_iseq_disasm_insn() -> rb_iseq_disasm_insn().
rename ruby_iseq_disasm() -> rb_iseq_disasm().
* compile.c...
ko1 (Koichi Sasada)
12:23 AM Revision 80980a98 (git): * ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): support
UNIX socket only on platforms which support it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21652 b2dd03c8-3...
U.Nakamura
12:13 AM Revision 4316e4d9 (git): * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.c
to vm_eval.c because vm_collect_local_variables_in_heap() should
be static function.
* vm.c (vm_collect_local_varia...
ko1 (Koichi Sasada)

01/18/2009

10:53 PM Feature #971: Reinstate RubyVM::InstructionSequence::load
=begin
SASADA Koichi wrote::
> You can write an extension in C with "ruby_iseq_load()".

...

Why "ruby_" inste...
ko1 (Koichi Sasada)
10:46 PM Feature #971: Reinstate RubyVM::InstructionSequence::load
=begin
Alexander Staubo wrote::
> Currently the definition of the load method in iseq.c is commented out "because t...
ko1 (Koichi Sasada)
10:32 PM Feature #971: Reinstate RubyVM::InstructionSequence::load
=begin
Here's the patch that would make me happy.
=end
lobster_johnson (Alexander Staubo)
07:05 PM Revision b96f428e (git): * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is
for C extensions or the ruby core. [ruby-core:21407]

Index: compile.c
============================================...
nobu (Nobuyoshi Nakada)
06:32 PM Revision 69ee4246 (git): * transcode.c (str_transcode0): fix: :xml option doesn't
work on str.encode([options]) form without default_internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21649...
naruse (Yui NARUSE)
08:03 AM Revision db881044 (git): * ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): new
method AddrInfo#inspect_sockaddr.
(inspect_sockaddr): extracted from addrinfo_inspect.
(addrinfo_inspect): use in...
akr (Akira Tanaka)
07:47 AM Revision d620500d (git): * ext/socket/raddrinfo.c (addrinfo_ip_address): new method
AddrInfo#ip_address.
(addrinfo_ip_port): new method AddrInfo#ip_port.
(Init_addrinfo): define the methods above.
...
akr (Akira Tanaka)
05:30 AM Revision 55bf8fa1 (git): * ext/socket/unixsocket.c: redandant #ifdef removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:12 AM Bug #1016: Raises LocalJump exception in MiniTest::Unit.autorun.
=begin

On Jan 15, 2009, at 02:29 , Takao Kouji wrote:

> If $! is not nil, returns in the block of the at_exit m...
zenspider (Ryan Davis)
04:01 AM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
> Is the fix for this problem
> d704fbeecad3fb02ca4a7f88ba21976f9d4d7f0e..5ace1fd87ab4a51a79e4599693ce6b081...
quix (James M. Lawrence)
01:06 AM Bug #1019: irb/xmp fails because StringInputMethod doesn't support #encoding
=begin

On Jan 17, 2009, at 3:05 AM, Yuki Sonoda wrote:

> Issue #1019 has been updated by Yuki Sonoda.
>
> Sta...
pragdave (Dave Thomas)

01/17/2009

09:52 PM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
Is the fix for this problem d704fbeecad3fb02ca4a7f88ba21976f9d4d7f0e..5ace1fd87ab4a51a79e4599693ce6b081b1b3ae...
yugui (Yuki Sonoda)
08:17 PM Revision 464efd97 (git): Fixed LocalJumpError
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
06:37 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
>MSYS is a official package on top of MinGW, but not required. You can build a
>MinGW version of ruby usi...
Chauk-Mean (Chauk-Mean Proum)
06:35 PM Revision ec52a637 (git): * ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.
(addrinfo_mload): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
06:14 PM Revision 86aa5043 (git): * ext/socket/raddrinfo.c (addrinfo_mdump): new method.
(addrinfo_mload): new method.
(Init_addrinfo): define the method above.
* ext/socket/constants.c (constant_arg): s...
akr (Akira Tanaka)
06:07 PM Bug #1019 (Closed): irb/xmp fails because StringInputMethod doesn't support #encoding
=begin
Applied in changeset r21625.
=end
yugui (Yuki Sonoda)
03:47 AM Bug #1019 (Closed): irb/xmp fails because StringInputMethod doesn't support #encoding
=begin
% ruby -v -r irb/xmp -e 'xmp("1+2")'

ruby 1.9.1p5000 (2009-01-16 trunk 21610) [i386-darwin9.6.0]

/u...
pragdave (Dave Thomas)
05:01 PM Bug #1021 (Closed): irb/xmp with empty input aborts
=begin
Yuguiです。次のようにすると[BUG]が出ます。

% ruby-1.9.1 -rirb/xmp < /dev/null
/Users/yugui/local/lib/ruby-1.9.1/1.9.1/irb...
yugui (Yuki Sonoda)
04:46 PM Revision 75e0fde3 (git): updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:39 PM Revision e2f88006 (git): * ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.
* ext/socket/raddrinfo.c (rb_check_sockaddr_string_type): defined.
* ext/socket/rubysocket.h (rb_check_sockaddr_stri...
akr (Akira Tanaka)
03:43 PM Revision 858987b0 (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:40 PM Revision 81732537 (git): * 2009-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:40 PM Revision d4510f59 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:09 PM Revision e5dc3a3c (git): set property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:04 PM Revision 52152a63 (git): * ext/socket/lib/socket.rb: new file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:20 PM Revision 9b6c8a5b (git): * lib/erb.rb: changes style of the rdoc for suppressing
warning. [ruby-core:21117]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21635 b2dd03c8-39d4-4d8f-...
yugui (Yuki Sonoda)
12:20 PM Revision 90ea30a3 (git): merges r21628 from trunk into ruby_1_9_1.
* configure.in (darwin): get rid of strange settings issue of
apple gcc port, which searches /usr/local/include alw...
yugui (Yuki Sonoda)
12:19 PM Revision 83a2a2ac (git): merges r21625 from trunk into ruby_1_9_1.
* lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.
[ruby-core:21383].
git-svn-id: svn+ssh://ci.ruby-lang.o...
yugui (Yuki Sonoda)
12:19 PM Revision 1b517144 (git): merges r21611 from trunk into ruby_1_9_1.
* vm_dump.c (vm_stack_dump_each): initialized at declarations.
* vm_dump.c (rb_vm_bugreport): constified to suppress...
yugui (Yuki Sonoda)
12:19 PM Revision 09622228 (git): merges r21602, r21603, r21607 and r21630 from trunk into ruby_1_9_1.
* configure.in (Makefile): set VCS and VCSUP to support `git svn' and git.
* Ma...
yugui (Yuki Sonoda)
10:40 AM Revision fe011304 (git): * configure.in (VCSUP): fixed the cases for git-svn or git.
* win32/Makefile.sub (VCSUP): ditto.
* Makefile.in (up): `cd' is necessary for git and git-svn.
git-svn-id: svn+ssh...
yugui (Yuki Sonoda)
10:26 AM Revision cfa14a55 (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:20 AM Revision 67da4aeb (git): * configure.in (darwin): get rid of strange settings issue of
apple gcc port, which searches /usr/local/include always but
/usr/local/lib not.
* ext/readline/readline.c (Init_r...
nobu (Nobuyoshi Nakada)
10:19 AM Revision 28028fc2 (git): * ext/socket/mkconstants.rb: generate a header file for generated
functions.
* ext/socket/rubysocket.h: include constdefs.h. don't declare
generated functions.
* ext/socket/const...
akr (Akira Tanaka)
09:39 AM Revision 29aff19f (git): extract TestBasicSocket from test_socket.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:59 AM Revision fa1bec36 (git): * lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.
[ruby-core:21383].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
06:39 AM Revision f1211dd4 (git): * 2009-01-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:38 AM Revision 8475b6c3 (git): merges r21179 from trunk into ruby_1_9_1.
* pack.c (pack_pack): template f should not accept non float
values. [ruby-dev:37656]
git-svn-id: svn+ssh://ci.ru...
yugui (Yuki Sonoda)
06:06 AM Bug #1020 (Closed): Matrix#rank loops in some circumstances
=begin
$ ruby -v -r matrix -e 'p Matrix[ [1,2,3], [4,5,6], [7,8,9] ].rank'
ruby 1.9.1p5000 (2009-01-16 trunk 21610...
pragdave (Dave Thomas)
06:03 AM Revision 9cd0874f (git): * ext/socket/raddrinfo.c (make_inspectname): add a res argument to
suppress numeric inspectname.
(init_addrinfo_getaddrinfo): call make_inspectname here.
(addrinfo_firstonly_new): ...
akr (Akira Tanaka)
05:53 AM Revision 32bbcc6d (git): * ext/socket/mkconstants.rb: don't cause an error for duplicate names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:52 AM Revision 3f9d4f1f (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:11 AM Revision 97cbab78 (git): * ext/socket: split files for each class.
* ext/socket/rubysocket.h: common header.
* ext/socket/basicsocket.c: new file for BasicSocket.
* ext/socket/ipsock...
akr (Akira Tanaka)
03:18 AM Revision 0452ea2c (git): merge revision(s) 18509:
* array.c (rb_ary_sample): rename #choice to #sample. in
addition, sample takes optional argument, a la #f...
shyouhei (Shyouhei Urabe)
03:15 AM Revision 912904e4 (git): merge revision(s) 18509:
* array.c (rb_ary_sample): rename #choice to #sample. in
addition, sample takes optional argument, a la #f...
shyouhei (Shyouhei Urabe)
03:11 AM Revision 09992441 (git): merge revision(s) 16602:
* marshal.c (dump_ensure, load_ensure): should return values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
shyouhei (Shyouhei Urabe)
02:11 AM Revision 8ae8afa6 (git): * cont.c (cont_restore_0): padding size doesn't need to be large
if alloca is used. suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21612 b2dd03c8-39d4-4d8f-9...
nobu (Nobuyoshi Nakada)
02:11 AM Revision f09bcbf9 (git): * vm_dump.c (vm_stack_dump_each): initialized at declarations.
* vm_dump.c (rb_vm_bugreport): constified to suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)

01/16/2009

08:29 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
> > (1) As far as I understand MinGW do not have a shell (apart from cmd.exe).
> > So installing shell scr...
shyouhei (Shyouhei Urabe)
06:48 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
> (1) As far as I understand MinGW do not have a shell (apart from cmd.exe).
> So installing shell scripts...
Chauk-Mean (Chauk-Mean Proum)
06:11 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
(1) As far as I understand MinGW do not have a shell (apart from cmd.exe). So installing
shell scripts...
shyouhei (Shyouhei Urabe)
05:42 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
> shell version of those commands confuse windows users who does not have sh.
I'm sorry but I really don't ...
Chauk-Mean (Chauk-Mean Proum)
02:02 PM Bug #1008 (Rejected): Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
shell version of those commands confuse windows users who does not have sh. By default, Ruby does not install...
yugui (Yuki Sonoda)
07:16 PM Bug #1018 (Closed): return in an eigenclass definition
=begin
Hi,

return in an eigenclass definition causes compile error on Ruby 1.9.

$ cat /tmp/t.rb
class Ob...
shugo (Shugo Maeda)
02:06 PM Bug #984 (Closed): Test::Unit::Assertions#assert_match double counts number of assertions
=begin
applied in r21599.
=end
yugui (Yuki Sonoda)
02:01 PM Bug #1017 (Rejected): Curly braces {...} and do ... end
=begin

=end
shyouhei (Shyouhei Urabe)
01:26 PM Bug #1017: Curly braces {...} and do ... end
=begin
They aren't actually supposed to work the same. do/end and {/} differ in binding precedence. Your code is the...
austin (Austin Ziegler)
12:23 PM Bug #1017 (Rejected): Curly braces {...} and do ... end
=begin
I gather that curly braces and do..end are supposed to work the same, why then is this ok

def save_bloc...
einarmagnus (Einar Boson)
01:41 PM Bug #948: dl: cannot pass double value correctly on all x86_64 systems
=begin

=end
yugui (Yuki Sonoda)
01:31 PM Revision 6184d1d5 (git): * ext/socket/socket.c: move addrinfo code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:14 PM Revision 95b06408 (git): merges r21606 from trunk into ruby_1_9_1.
* tool/make-snapshot (package): includes all rules and expand
configured values from the environment to create *.in...
yugui (Yuki Sonoda)
12:14 PM Revision 9790f364 (git): merges r21521 and r21601 from trunk into ruby_1_9_1.
* LEGAL: Added information for missing/langinfo.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21...
yugui (Yuki Sonoda)
09:53 AM Revision 75412a43 (git): * win32/Makefile.sub (up): tell nmake that need to run command via
shell.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
09:42 AM Revision afba3249 (git): * tool/make-snapshot (package): includes all rules and expand
configured values from the environment to create *.inc, sets RM
for ripper.c, and needs chdir if absolute path is g...
nobu (Nobuyoshi Nakada)
09:31 AM Revision 99e9aca0 (git): * include/ruby/ruby.h (VALUE): use unsigned long or long long
instead of uintptr_t, since many %lx and so on are still used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21...
nobu (Nobuyoshi Nakada)
09:25 AM Revision f53ead0d (git): * include/ruby/ruby.h (VALUE): use unsigned long or long long
instead of uintptr_t, since many %lx and so on are still used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21...
nobu (Nobuyoshi Nakada)
09:18 AM Revision cb57ec83 (git): * configure.in (Makefile): set VCS and VCSUP to support `git svn'
and git.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:33 AM Revision 72aa4a8c (git): * configure.in (Makefile): set VCS and VCSUP.
* Makefile.in, win32/Makefile.sub (up): split from common.mk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@216...
nobu (Nobuyoshi Nakada)
05:12 AM Revision 0be9fb8c (git): Commit miss at r21521, poited out by Yugui.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
04:58 AM Revision 051f55ad (git): * test/minitest/unit.rb: temporarily merges Kouji's patch without
maintainer's permission in order to release 1.9.1 RC2.
[ruby-core:21364] .
Patch by Takao Kouji <kouji AT takao7....
yugui (Yuki Sonoda)
04:57 AM Revision 5924d856 (git): * test/minitest/test_mini_test.rb: the number of assertions must be
exactly equal to the number of assertion method calls that the end-user
would write. [ruby-dev:37703]
* test/minit...
yugui (Yuki Sonoda)
04:57 AM Revision 739ad75f (git): * test/minitest/test_mini_test.rb: the number of assertions must be
exactly equal to the number of assertion method calls that the end-user
would write. [ruby-dev:37703]
* lib/minite...
yugui (Yuki Sonoda)
04:07 AM Revision 8801fecb (git): merges r21592 from trunk into ruby_1_9_1.
* thread.c (thread_start_func_2): call ruby_cleanup() if thread is
main thread. [ruby-dev:37624]
git-svn-id: svn+...
yugui (Yuki Sonoda)
04:07 AM Revision 575e4dfc (git): merges r21591 from trunk into ruby_1_9_1.
* win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
miniprelude.c, newline.c): if dependencies...
yugui (Yuki Sonoda)
04:07 AM Revision ba7c2f1e (git): merges r21588 from trunk into ruby_1_9_1.
* parse.y (rb_parse_in_main): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21595 b2dd...
yugui (Yuki Sonoda)
04:07 AM Revision 566072ec (git): merges r21582 from trunk into ruby_1_9_1.
* thread.c (rb_thread_execute_interrupts): if signal is already
buffered, main thread should wait until timer threa...
yugui (Yuki Sonoda)
04:06 AM Revision 36c95beb (git): merges r21578 from trunk into ruby_1_9_1.
* thread.c (call_trace_proc): as Matz said ([ruby-core:21183]),
should skip rb_str_new2() if rb_sourcefile() return...
yugui (Yuki Sonoda)
03:42 AM Revision a04df27e (git): * thread.c (thread_start_func_2): call ruby_cleanup() if thread is
main thread. [ruby-dev:37624]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21592 b2dd03c8-39d4-4d8f-98ff-823...
ko1 (Koichi Sasada)
03:38 AM Revision c68fdad4 (git): * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
miniprelude.c, newline.c): if dependencies is newer than targets or
targets don't exist, try to create targ...
U.Nakamura
03:18 AM Revision f1e87dd9 (git): * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.
if not, cause compile error in using PRI?VALUE.
* win32/Makefile.sub (config.h): add SIZEOF_INTPTR_T and
...
U.Nakamura
02:51 AM Revision 0be71623 (git): * symbian/pre-build (COMSPEC): should not overridden.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:47 AM Revision 8b392f4d (git): * parse.y (rb_parse_in_main): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:41 AM Revision 5b6a1927 (git): * configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixed
name if no default type is given.
* configure.in (RUBY_DEFINT): checks size.
* include/ruby/ruby.h (VALUE): use uin...
nobu (Nobuyoshi Nakada)
02:37 AM Bug #968 (Closed): trap may fail to handle signals
=begin
Applied in changeset r21582.
=end
mame (Yusuke Endoh)
02:00 AM Revision 78c5478a (git): merge revision(s) 18485:
* class.c (clone_method): should copy cbase in cref as well.
[ruby-dev:35116]
* node.h (NEW_CREF): ...
shyouhei (Shyouhei Urabe)
01:58 AM Revision bc413e84 (git): merge revision(s) 18485:
* class.c (clone_method): should copy cbase in cref as well.
[ruby-dev:35116]
* node.h (NEW_CREF): ...
shyouhei (Shyouhei Urabe)
01:47 AM Bug #985 (Closed): profile lib + iterator => 'NULL pointer given' (ArgumentError)
=begin
Applied in changeset r21578.
=end
ko1 (Koichi Sasada)
01:30 AM Bug #957 (Rejected): Cannot build in OSX 10.5.6 using gcc4.0.1 or gcc4.2 due to issue with readline.h
=begin
because we cannot reproduce
=end
yugui (Yuki Sonoda)
01:28 AM Bug #947: Signal handler block is never called when the program is too short
=begin

=end
yugui (Yuki Sonoda)
01:26 AM Bug #1004 (Rejected): Encoding related test failure on OpenSolaris
=begin

=end
yugui (Yuki Sonoda)
01:17 AM Bug #848 (Closed): debug.rb doesn't have access to the source file under test until it has run
=begin
Applied in changeset r21571.
=end
ko1 (Koichi Sasada)
01:09 AM Bug #616: instance_eval and Module#to_s
=begin

=end
yugui (Yuki Sonoda)
01:08 AM Bug #886 (Closed): GC from blocking region
=begin

=end
yugui (Yuki Sonoda)
01:07 AM Bug #847 (Closed): debug.rb reports extraneous information
=begin
Applied in changeset r21570.
=end
ko1 (Koichi Sasada)
12:37 AM Bug #967 (Closed): Results of const_missing are being cached incorrectly
=begin
Applied in changeset r21536.
=end
ko1 (Koichi Sasada)

01/15/2009

07:31 PM Bug #1016 (Closed): Raises LocalJump exception in MiniTest::Unit.autorun.
=begin
Hi Ryan,

If $! is not nil, returns in the block of the at_exit method in
MiniTest::Unit.autorun. Then ...
kouji (Kouji Takao)
06:34 PM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin

Following the thread on the rake mailing list (http://rubyforge.org/pipermail/rake-devel/2008-November/000...
Chauk-Mean (Chauk-Mean Proum)
05:27 PM Revision 3e7c3414 (git): * thread.c (rb_thread_execute_interrupts): if signal is already
buffered, main thread should wait until timer thread delivers it.
* thread.c (timer_thread_function): should defer d...
mame (Yusuke Endoh)
05:21 PM Revision de0297f5 (git): sorry, revert a mistake
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:10 PM Revision 7e7504dd (git): fix typos and cleanup some spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:06 PM Revision aaddab6d (git): * ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:45 PM Revision d9395fc4 (git): * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]),
should skip rb_str_new2() if rb_sourcefile() returns NULL.
rb_sourcefile() returns NULL if frame is toplevel of Fib...
ko1 (Koichi Sasada)
04:33 PM Revision 33d1cbe9 (git): merges r21405 from trunk into ruby_1_9_1.
* common.mk (test-sample), rubytest.rb: use runruby.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9...
yugui (Yuki Sonoda)
04:33 PM Revision 1bf3fe1d (git): merges r21571 from trunk into ruby_1_9_1.
* ruby.c (process_options): decrement parse_in_eval to recognize
parsing main or normal eval script.
* compile.c (r...
yugui (Yuki Sonoda)
04:32 PM Revision ed844782 (git): merges r21570 from trunk into ruby_1_9_1.
* lib/debug.rb: as wanabe-san pointed out,
set_trace_func should be completely final task in debug.rb.
Bug #847 [...
yugui (Yuki Sonoda)
04:32 PM Revision c923eaf1 (git): merges r21536 from trunk into ruby_1_9_1.
* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):
added.
* vm_insnhelper.h: ditto.
* variable.c ...
yugui (Yuki Sonoda)
04:32 PM Revision 5c65dc7a (git): merges r21535 from trunk into ruby_1_9_1.
* common.mk: btest-ruby should receive option with OPTS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1...
yugui (Yuki Sonoda)
04:32 PM Revision f6edc70d (git): merges r21534 from trunk into ruby_1_9_1.
* win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
miniprelude.c, newline.c): shoudn't copy w...
yugui (Yuki Sonoda)
04:14 PM Revision e4092873 (git): * ruby.c (process_options): decrement parse_in_eval to recognize
parsing main or normal eval script.
* compile.c (rb_parse_in_main): return 1 if parsing main script.
(if parse_in_e...
ko1 (Koichi Sasada)
04:07 PM Bug #981 (Closed): String#encode() keeps invalid bytes when converting to US-ASCII
=begin
Applied in changeset r21528.
=end
matz (Yukihiro Matsumoto)
02:16 PM Bug #981: String#encode() keeps invalid bytes when converting to US-ASCII
=begin
この挙動は String#encode が直接の原因ではなく、Encoding.default_internal 側が原因です。
% ruby19 -E:us-ascii -e'p Encoding.default...
naruse (Yui NARUSE)
03:59 PM Revision e317b934 (git): * lib/debug.rb: as wanabe-san pointed out,
set_trace_func should be completely final task in debug.rb.
Bug #847 [ruby-core:20449]
git-svn-id: svn+ssh://ci....
ko1 (Koichi Sasada)
03:40 PM Revision fb117753 (git): merges r21533 from trunk into ruby_1_9_1.
* gc.c (gc_with_gvl): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21569 b2dd0...
yugui (Yuki Sonoda)
03:40 PM Revision b371ce9d (git): merges r21532 from trunk into ruby_1_9_1.
Add rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
03:40 PM Revision 905114d6 (git): merges r21529 from trunk into ruby_1_9_1.
* tool/file2lastrev.rb: RUBY_REVISION must be an integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
yugui (Yuki Sonoda)
03:40 PM Revision e1ccf269 (git): merges r21528 from trunk into ruby_1_9_1.
* encoding.c (enc_set_default_encoding): should not treat US-ASCII
special here. a patch from Yui NARUSE in [ruby-...
yugui (Yuki Sonoda)
03:39 PM Revision 2f2497ee (git): merges r21517 and r21519 from trunk into ruby_1_9_1.
* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw
and mswin.
* encoding.c (rb_locale_charmap):...
yugui (Yuki Sonoda)
03:39 PM Revision 2a71b1ca (git): merges r21516 from trunk into ruby_1_9_1.
* win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
miniprelude.c, newline.c): copy only when ...
yugui (Yuki Sonoda)
03:39 PM Revision 2ea541a8 (git): merges r21511 from trunk into ruby_1_9_1.
* encoding.c (rb_locale_charmap): fallback to codepage if no
locale is found. [ruby-core:21110]
* missing/langinf...
yugui (Yuki Sonoda)
03:39 PM Revision 98f51045 (git): merges r21510 from trunk into ruby_1_9_1.
* gc.c (negative_size_allocation_error_with_gvl): abolish a warning.
(negative_size_allocation_error): ditto.
* ex...
yugui (Yuki Sonoda)
03:39 PM Revision cac78c3c (git): merges r21518 from trunk into ruby_1_9_1.
* win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r...
yugui (Yuki Sonoda)
03:39 PM Revision d68854c0 (git): merges r21509 and r21512 from trunk into ruby_1_9_1.
* enc/trans/gb18030.trans, gb18030-tbl.rb:
new Chinese GB18030 transcoding (from Yoshihiro Kambayashi)
* test/ruby...
yugui (Yuki Sonoda)
03:38 PM Revision 6e6adcca (git): merges r21508 from trunk into ruby_1_9_1.
* ext/curses/extconf.rb: check ncursesw earlier than ncurses to
support UTF-8 strings. non UTF-8 strings should b...
yugui (Yuki Sonoda)
03:38 PM Revision b7220edc (git): merges r21505 from trunk into ruby_1_9_1.
* ext/socket/extconf.rb (gai_strerror): checks if available and if
returns const pointer.
* ext/socket/getaddrinfo...
yugui (Yuki Sonoda)
03:38 PM Revision fea523c1 (git): merges r21504 from trunk into ruby_1_9_1.
* io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
yugui (Yuki Sonoda)
03:38 PM Revision a0eb50c4 (git): merges r21503 from trunk into ruby_1_9_!.
* io.c (appendline): reformed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21556 b2dd03c8-39d4-4...
yugui (Yuki Sonoda)
03:38 PM Revision d5159dde (git): merges r21496 from trunk into ruby_1_9_1.
* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
...
yugui (Yuki Sonoda)
03:37 PM Revision 03d1b314 (git): merges r21493 from trunk into ruby_1_9_1.
* object.c (rb_obj_not_match): rdoc.
Patch by Kornelius Kalnbach.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran...
yugui (Yuki Sonoda)
03:37 PM Revision 12e5996d (git): merges r21492 and r21495 from trunk into ruby_1_9_1.
* io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of
fptr_finalize() because the fptr has specia...
yugui (Yuki Sonoda)
03:37 PM Revision 298efbfa (git): merges r21491 from trunk into ruby_1_9_1.
* io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]
(also see [ruby-dev:37721])
git-svn-id...
yugui (Yuki Sonoda)
03:37 PM Revision 9d4b47c6 (git): merges r21490 from trunk into ruby_1_9_1.
* template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb and
enc/trans/make_transdb.rb using tool/generic_erb.rb....
yugui (Yuki Sonoda)
03:37 PM Revision d87e1f76 (git): merges r21489 from trunk into ruby_1_9_1.
* enc/trans/make_transdb.rb (converters): should not depend on the
hash order for cross compile.
git-svn-id: svn+s...
yugui (Yuki Sonoda)
03:37 PM Revision 62278169 (git): merges r21487 from trunk into ruby_1_9_1.
* include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,
rb_fd_init, rb_fd_term, rb_fd_zero, rb_f...
yugui (Yuki Sonoda)
03:37 PM Revision d5251e8d (git): merges r21488 from trunk into ruby_1_9_1.
Add dummy definition for fake rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21548 b2dd03c8-3...
yugui (Yuki Sonoda)
03:37 PM Revision ab820621 (git): merges r21486 from trunk into ruby_1_9_1.
* tool/file2lastrev.rb (get_revisions): fixes problem with
svn on cygwin. [ruby-dev:37702].
Patch by Kouhei Sutou...
yugui (Yuki Sonoda)
03:36 PM Revision a597ab25 (git): merges r21485 from trunk into ruby_1_9_1.
* lib/irb/input-method.rb: IRB did not prompt for MSwin32.
[ruby-dev:37686].
Patch by arton <artonx AT yahoo.co.j...
yugui (Yuki Sonoda)
03:36 PM Revision 336f9968 (git): merges r21484 from trunk into ruby_1_9_1.
* ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h
on Windows.
git-svn-id: svn+ssh://ci....
yugui (Yuki Sonoda)
03:36 PM Revision 2c8f90e0 (git): merges r21477 from trunk into ruby_1_9_1.
* instruby.rb: require "tool/mdoc2man.rb" before chdir if needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch...
yugui (Yuki Sonoda)
03:36 PM Revision 9f1df8dd (git): merges r21476 from trunk into ruby_1_9_1.
* ext/socket/extconf.rb: use headers instead of "netdb.h" in checking
getnameinfo() and getaddrinfo() becau...
yugui (Yuki Sonoda)
03:36 PM Revision 881c0581 (git): merges r21475 from trunk into ruby_1_9_1.
describe Encoding.find("locale") in rdoc of Encoding.locale_charmap.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra...
yugui (Yuki Sonoda)
03:36 PM Revision ce3002de (git): merges r21506 from trunk into ruby_1_9_1.
* win32/win32.c (rb_w32_aspawn): should not escape with carret
unless using cmd.exe.
git-svn-id: svn+ssh://ci.ruby...
yugui (Yuki Sonoda)
03:36 PM Revision b60f93b9 (git): merges r21473 from trunk into ruby_1_9_1.
* win32/win32.c (internal_cmd_match): extracted from
is_internal_cmd.
* win32/win32.c (argv_size, join_argv): esca...
yugui (Yuki Sonoda)
03:35 PM Revision 61b62586 (git): merges r21472 from trunk into ruby_1_9_1.
* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of
Encoding.locale_charmap
git-svn-id: svn+ssh://ci.ruby-l...
yugui (Yuki Sonoda)
03:35 PM Revision f035560f (git): * 2009-01-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision fd705262 (git): merges r21469 from trunk into ruby_1_9_1.
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short
sockaddr.
(sock_s_unpack_sockaddr_un): ditto.
...
yugui (Yuki Sonoda)
03:31 PM Revision a3a45faf (git): * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):
added.
* vm_insnhelper.h: ditto.
* variable.c (rb_const_get_0), insns.def: Constants should not be
cached if const_...
ko1 (Koichi Sasada)
03:27 PM Revision e39bd711 (git): * common.mk: btest-ruby should receive option with OPTS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
03:23 PM Revision a9cd6cc0 (git): * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
miniprelude.c, newline.c): shoudn't copy when $(srcdir) != ".", too.
(this is a workaround. we need more s...
U.Nakamura
03:21 PM Revision b5cd33a4 (git): * gc.c (gc_with_gvl): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
02:44 PM Bug #956 (Closed): Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin

=end
duerst (Martin Dürst)
02:43 PM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
Hello Nobu,

Many thanks for fixing it. I'm going to add some text from
missing/langinfo.c to LICENSE (any...
duerst (Martin Dürst)
11:04 AM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
Hi,

At Wed, 14 Jan 2009 18:11:36 +0900,
Martin Duerst wrote in [ruby-core:21341]:
> >At Sat, 10 Jan 2009...
nobu (Nobuyoshi Nakada)
01:47 PM Revision 81bdf8a1 (git): Add rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:45 PM Revision c1575836 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:05 PM Revision 3f479966 (git): merges r21467 from trunk into ruby_1_9_1.
* enc/trans: ignore files generated in build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21530...
yugui (Yuki Sonoda)
11:45 AM Revision 1084032f (git): * tool/file2lastrev.rb: RUBY_REVISION must be an integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:43 AM Bug #1002: r21312 causes test failures on RubyGems
=begin

=end
naruse (Yui NARUSE)
10:37 AM Bug #1004 (Assigned): Encoding related test failure on OpenSolaris
=begin
Since miniruby can't load extension libraries and encodings, it is the expected result.
Use `make test'.
...
nobu (Nobuyoshi Nakada)
10:35 AM Bug #1011: Chinese GB18030 transcoding is breaking build at r21509
=begin
Hello Nobu, Luis,

Many thanks for detecting and fixing this bug.
(I removed the ID from the subject becau...
duerst (Martin Dürst)
12:07 AM Bug #1011 (Closed): Chinese GB18030 transcoding is breaking build at r21509
=begin
Applied in changeset r21512.
=end
nobu (Nobuyoshi Nakada)
09:07 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
Please cross-reference to GEM bug:

[#23515] gem install not working with ... ruby-1.9.1-preview1-i386...
william (William Mason)
06:57 AM Revision 80088a55 (git): * encoding.c (enc_set_default_encoding): should not treat US-ASCII
special here. a patch from Yui NARUSE in [ruby-dev:37769].
[ruby-dev:37699]
git-svn-id: svn+ssh://ci.ruby-lang.or...
matz (Yukihiro Matsumoto)
06:06 AM Revision 2a0b6280 (git): * parse.y (command): moved return/break/next from command_call for
better error message.
* parse.y (call_args): void value check added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
matz (Yukihiro Matsumoto)
05:45 AM Revision db39c1bd (git): missing ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
05:40 AM Revision 3c848f79 (git): merge revision(s) 18463:
* gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.
[ruby-core:18207]
git-svn-id: svn+ssh://ci.r...
shyouhei (Shyouhei Urabe)
05:33 AM Revision c0a73502 (git): merge revision(s) 18463:
* gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.
[ruby-core:18207]
git-svn-id: svn+ssh://ci.r...
shyouhei (Shyouhei Urabe)
05:28 AM Revision 0149e451 (git): * LEGAL: Added information for missing/langinfo.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
05:23 AM Revision 1fc5fb2b (git): * parse.y (stmt): explicit error for "Object::Far += foo 1" just
as "Object::Far += 1".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
04:21 AM Revision 994293bc (git): * encoding.c (rb_locale_charmap): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:14 AM Revision ec033198 (git): * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:10 AM Revision ece0628e (git): * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw
and mswin.
* encoding.c (rb_locale_charmap): use environments on mingw and mswin.
* missing/langinfo.c (nl_langinfo...
nobu (Nobuyoshi Nakada)
03:11 AM Revision 9e99ce38 (git): * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
miniprelude.c, newline.c): copy only when $(srcdir) != pwd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2151...
U.Nakamura
02:41 AM Revision 4430438c (git): * io.c (pipe_open): revert a part of previous commit. it may be a
mistake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:55 AM Revision 5932de49 (git): * symbian/README.SYMBIAN: symbian support added. great appreciate
to <alexandre.zavorine at symbian.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21514 b2dd03c8-39d4-4d8f-...
matz (Yukihiro Matsumoto)
01:53 AM Revision c6af6b1b (git): * symbian/README.SYMBIAN: symbian support added. great appreciate
to <alexandre.zavorine at symbian.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21513 b2dd03c8-39d4-4d8f-9...
matz (Yukihiro Matsumoto)

01/14/2009

11:04 PM Bug #1011 (Closed): Chinese GB18030 transcoding is breaking build at r21509
=begin
While building from sources, revision r21509 introduced the following problem:

...
luislavena (Luis Lavena)
07:29 PM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
Yes, this is already been discussed in Rake mailing list and a workaround the broken system() call was addres...
luislavena (Luis Lavena)
05:56 PM Bug #1010 (Closed): Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
Hi,

I'm reporting this issue in Rake as rake is now part of Ruby-1.9 and this problem affects only Ruby-...
Chauk-Mean (Chauk-Mean Proum)
06:12 PM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
At 03:11 09/01/13, you wrote:
>Hi,
>
>At Sat, 10 Jan 2009 02:35:50 +0900,
>Tom Link wrote in [ruby-core:2...
duerst (Martin Dürst)
04:27 PM Bug #975 (Closed): ruby curses extension does not support multibyte characters
=begin
Applied in changeset r21508.
=end
matz (Yukihiro Matsumoto)
03:06 PM Revision e24346d6 (git): * enc/trans/gb18030.trans: get rid of a 1.9 feature for cross
compile. [ruby-core:21345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21512 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
02:57 PM Revision 22e711c4 (git): * encoding.c (rb_locale_charmap): fallback to codepage if no
locale is found. [ruby-core:21110]
* missing/langinfo.c (nl_langinfo_codeset): returns NULL if no
locale is found...
nobu (Nobuyoshi Nakada)
01:39 PM Revision 3d829c86 (git): * gc.c (negative_size_allocation_error_with_gvl): abolish a warning.
(negative_size_allocation_error): ditto.
* ext/openssl/ossl.c (ossl_raise): ditto.
git-svn-id: svn+ssh://ci.ruby-...
akr (Akira Tanaka)
11:15 AM Bug #998: Cross compile 1.9.1 snapshot fails building socket
=begin
I'm updating this, since seems didn't complete fixing:

...
luislavena (Luis Lavena)
11:12 AM Revision 82c673d3 (git): * enc/trans/gb18030.trans, gb18030-tbl.rb:
new Chinese GB18030 transcoding (from Yoshihiro Kambayashi)
* test/ruby/test_transcode.rb: added tests for the above...
duerst (Martin Dürst)
10:46 AM Bug #848: debug.rb doesn't have access to the source file under test until it has run
=begin
Found a patch that fixes this bug, not sure if it's correct. The problem is the compile_for_eval is always 1 ...
wsobel (William Sobel)
10:40 AM Bug #942 (Closed): Build fails on IA-32 Linux with gcc 4.3.2
=begin

=end
matz (Yukihiro Matsumoto)
09:08 AM Bug #942: Build fails on IA-32 Linux with gcc 4.3.2
=begin
It is resolved now and can be closed, thank you.
=end
antares (Michael Klishin)
07:19 AM Revision b949be82 (git): * ext/curses/extconf.rb: check ncursesw earlier than ncurses to
support UTF-8 strings. non UTF-8 strings should be converted
explicitly. [ruby-core:21094]
git-svn-id: svn+ssh...
matz (Yukihiro Matsumoto)
05:43 AM Revision aa87e280 (git): * cont.c: fix prototype declare of register_stack_extend
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e takano32 (Mitsuhiro TAKANO)
04:19 AM Revision 2717a2eb (git): * win32/win32.c (rb_w32_aspawn): should not escape with carret
unless using cmd.exe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:09 AM Revision 32dd2c47 (git): * ext/socket/extconf.rb (gai_strerror): checks if available and if
returns const pointer.
* ext/socket/getaddrinfo.c (gai_strerror): defines only if non
available. [ruby-core:21328...
nobu (Nobuyoshi Nakada)
04:09 AM Revision f188bf2a (git): * ext/socket/extconf.rb (gai_strerror): checks if available and if
returns const pointer.
* ext/socket/getaddrinfo.c (gai_strerror): defines only if non
available. [ruby-core:21328...
nobu (Nobuyoshi Nakada)
03:39 AM Revision 96a49b1a (git): * io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:38 AM Revision ff80e84d (git): * io.c (appendline): reformed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:35 AM Revision d4beba3f (git): * io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:42 AM Revision 5d3598a1 (git): merge revision(s) 18450:
* stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalid
preprocessor directives. a patch from...
shyouhei (Shyouhei Urabe)
01:39 AM Revision 8453350c (git): merge revision(s) 18450:
* stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalid
preprocessor directives. a patch from...
shyouhei (Shyouhei Urabe)
12:32 AM Bug #1009: shadowing outer local variable in test/unit
=begin
Forgot a "...not." ^^
=end
murphy (Kornelius Kalnbach)
12:31 AM Bug #1009 (Closed): shadowing outer local variable in test/unit
=begin
trunk 21466 gives me:

/usr/local/lib/ruby19/1.9.1/test/unit/assertions.rb:31: warning: shadowing outer ...
murphy (Kornelius Kalnbach)

01/13/2009

11:52 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
On 1.8, the only that bring basic ruby scripts into the plate was One-Click Installer.

By default, Ruby ...
luislavena (Luis Lavena)
11:26 PM Bug #1008 (Rejected): Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
For MinGW, only Windows batch script (.bat) of commands like gem, rake, ri ... are installed.
Consequently,...
Chauk-Mean (Chauk-Mean Proum)
09:31 PM Bug #952 (Closed): rb_obj_not_match documentation is buggy
=begin
applied in r21493.
=end
yugui (Yuki Sonoda)
09:13 PM Bug #995: CONFIG['topdir'] defined '1.9.1' instead of '1.9'
=begin
Thank you for your reply.

This will require me keep a separate recipe for building 1.9 in a different wa...
luislavena (Luis Lavena)
09:07 PM Bug #995 (Rejected): CONFIG['topdir'] defined '1.9.1' instead of '1.9'
=begin
This is intentional. CONFIG['topdir'] will change when binary compatibility is broken in a future version.
=...
yugui (Yuki Sonoda)
09:10 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin

=end
yugui (Yuki Sonoda)
09:08 PM Bug #996 (Closed): IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
applied in r21485
=end
yugui (Yuki Sonoda)
08:59 PM Bug #980: Requiring erb produces two warnings in 1.9.1-RC1
=begin

=end
yugui (Yuki Sonoda)
12:05 PM Bug #980: Requiring erb produces two warnings in 1.9.1-RC1
=begin

=end
yugui (Yuki Sonoda)
08:55 PM Feature #971: Reinstate RubyVM::InstructionSequence::load
=begin

=end
yugui (Yuki Sonoda)
08:25 PM Bug #940 (Rejected): ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
=begin

=end
yugui (Yuki Sonoda)
08:20 PM Bug #924: encoding for stdio's
=begin

=end
yugui (Yuki Sonoda)
04:57 PM Bug #755 (Closed): select in windows errantly accepts too many fd's
=begin
Applied in changeset r21487.
=end
usa (Usaku NAKAMURA)
04:56 PM Bug #970: Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * thread.c (rb_thread_blocking_region): add a comment.
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:37761] Re: [BUG:trunk] Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * ...
usa (Usaku NAKAMURA)
01:57 PM Revision badd4484 (git): * ext/socket/addrinfo.h (AI_NUMERICSERV): defined.
(AI_MASK): add AI_NUMERICSERV.
* ext/socket/getaddrinfo.c (getaddrinfo): support AI_NUMERICSERV.
git-svn-id: svn+...
akr (Akira Tanaka)
12:52 PM Revision ed154227 (git): * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
* test/ostruct/test_ostruct.rb: test for inspect.
Patch by Kornel...
yugui (Yuki Sonoda)
12:47 PM Bug #983 (Closed): tool/file2lastrev.rb の文字コードの問題
=begin
Applied in changeset r21486.
=end
yugui (Yuki Sonoda)
12:08 PM Bug #983: tool/file2lastrev.rb の文字コードの問題
=begin

=end
yugui (Yuki Sonoda)
12:45 PM Revision be551172 (git): * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_list
when copying pipe fptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:41 PM Revision 84775721 (git): * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL if
getaddrinfo.c/getnameinfo.c is used. They are not thread safe
because gethostbyname/gethostbyaddr is used.
(rb_g...
akr (Akira Tanaka)
12:29 PM Revision e1809a0c (git): * object.c (rb_obj_not_match): rdoc.
Patch by Kornelius Kalnbach.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21493 b2dd03c8-39d4-4d8f-98ff-823fe69...
yugui (Yuki Sonoda)
12:09 PM Bug #981: String#encode() keeps invalid bytes when converting to US-ASCII
=begin

=end
yugui (Yuki Sonoda)
12:07 PM Bug #985: profile lib + iterator => 'NULL pointer given' (ArgumentError)
=begin

=end
yugui (Yuki Sonoda)
12:07 PM Bug #984: Test::Unit::Assertions#assert_match double counts number of assertions
=begin

=end
yugui (Yuki Sonoda)
12:01 PM Bug #886: GC from blocking region
=begin

=end
yugui (Yuki Sonoda)
11:53 AM Bug #1003: autoload test failed on OpenSolaris
=begin

=end
yugui (Yuki Sonoda)
03:29 AM Bug #1003: autoload test failed on OpenSolaris
=begin
Hi,

At Mon, 12 Jan 2009 12:21:11 +0900,
Dae San Hwang wrote in [ruby-core:21267]:
> Following test faile...
nobu (Nobuyoshi Nakada)
09:23 AM Revision c4554d20 (git): * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of
fptr_finalize() because the fptr has special finalizser if it is a
pipe. [ruby-dev:37757] (3)
git-svn-i...
U.Nakamura
09:21 AM Revision fbc4429d (git): * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]
(also see [ruby-dev:37721])
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21491 b2dd03c8-39d4-4d8f-98ff-823fe6...
U.Nakamura
09:05 AM Revision e668e36b (git): * template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb and
enc/trans/make_transdb.rb using tool/generic_erb.rb.
* common.mk (encdb.h, transdb.h): generates from avobe template...
nobu (Nobuyoshi Nakada)
08:28 AM Revision 4cb8d331 (git): * enc/trans/make_transdb.rb (converters): should not depend on the
hash order for cross compile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21489 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
08:18 AM Revision 7371086f (git): Add dummy definition for fake rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:52 AM Revision 50258b19 (git): * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,
rb_fd_init, rb_fd_term, rb_fd_zero, rb_fd_set, rb_fd_clr, rb_fd_isset,
rb_fd_select, rb_fd_ptr, rb_fd_max, ...
U.Nakamura
03:37 AM Revision e41bd618 (git): * tool/file2lastrev.rb (get_revisions): fixes problem with
svn on cygwin. [ruby-dev:37702].
Patch by Kouhei Sutou.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21486 b2...
yugui (Yuki Sonoda)
03:37 AM Revision a5fdc9de (git): * lib/irb/input-method.rb: IRB did not prompt for MSwin32.
[ruby-dev:37686].
Patch by arton <artonx AT yahoo.co.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21485 ...
yugui (Yuki Sonoda)
03:30 AM Bug #1004: Encoding related test failure on OpenSolaris
=begin
Hi,

At Mon, 12 Jan 2009 12:21:32 +0900,
Dae San Hwang wrote in [ruby-core:21268]:
> Following test faile...
nobu (Nobuyoshi Nakada)
03:13 AM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
Hi,

At Sat, 10 Jan 2009 02:35:50 +0900,
Tom Link wrote in [ruby-core:21239]:
> A proper solution should ...
nobu (Nobuyoshi Nakada)
03:11 AM Revision fc8835a5 (git): * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h
on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:55 AM Revision 654e94e1 (git): Commit miss in previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
12:49 AM Revision c2cc750d (git): ext/socket/socket.c: removed warning about unused variable 'rai'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
 

Also available in: Atom