[前][次][スレッド一覧][上]

ruby-cvs:17001-17100

  17001 2006-06-25 22:38 [akr at ruby-lang.org] ruby/ext/tk/tkutil: new file.           
  17002 2006-06-25 23:02 [nobu at ruby-lang.or] ruby: * Makefile.in, mkconfig.rb: catch-up for latest autoconf.
  17003 2006-06-25 23:03 [nobu at ruby-lang.or] ruby: * Makefile.in, mkconfig.rb: catch-up for latest autoconf.
  17004 2006-06-26 09:57 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified.
  17005 2006-06-26 09:57 [usa at ruby-lang.org] ruby: * 2006-06-26                      
  17006 2006-06-26 16:23 [matz at ruby-lang.or] ruby: * io.c (pipe_open): avoid closing uninitialized file descriptors.
  17007 2006-06-26 18:40 [nagai at ruby-lang.o] ruby, ruby/ext/tk: * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted
  17008 2006-06-26 18:41 [nagai at ruby-lang.o] ruby, ruby/ext/tk: * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted
  17009 2006-06-26 23:15 [matz at ruby-lang.or] ruby/ext/socket, ruby/ext/ripper, ruby: * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of
  17010 2006-06-26 23:43 [nobu at ruby-lang.or] ruby: * eval.c (call_trace_func): no check for argument number of the
  17011 2006-06-27 00:09 [akr at ruby-lang.org] ruby/ext/socket, ruby/test/socket: revert sock_sysaccept addition to [ruby-dev:28861].
  17012 2006-06-27 00:52 [nobu at ruby-lang.or] ruby, ruby/ext/ripper: * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not
  17013 2006-06-27 00:54 [nobu at ruby-lang.or] ruby: * util.c (powersOf10): constified.
  17014 2006-06-27 01:02 [eban at ruby-lang.or] ruby: * 2006-06-27                      
  17015 2006-06-27 01:05 [eban at ruby-lang.or] ruby: * 2006-06-27                      
  17016 2006-06-27 01:40 [akr at ruby-lang.org] ruby, ruby/ext/socket, ruby/test/socket: * ext/socket/socket.c (bsock_recv_nonblock): new method
  17017 2006-06-27 03:10 [drbrain at ruby-lang] ruby, ruby/lib/rdoc/ri: Add --system, --site, --home and --gems to limit ri search path.
  17018 2006-06-27 05:44 [drbrain at ruby-lang] ruby, ruby/lib/rdoc, ruby/lib/rdoc/generators, ruby/lib/rdoc/markup/simple_markup, ruby/lib/rdoc/parsers, ruby/lib/rdoc/ri: Merge from HEAD.
  17019 2006-06-27 10:24 [drbrain at ruby-lang] ruby/lib/rdoc/ri: Remove duplicated require
  17020 2006-06-27 10:48 [akr at ruby-lang.org] ruby: * eval.c (rb_yield_0): avoid core dump.  [ruby-dev:28840]
  17021 2006-06-27 11:36 [nobu at ruby-lang.or] ruby, ruby/ext/etc: * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and
  17022 2006-06-27 11:37 [nobu at ruby-lang.or] ruby, ruby/ext/etc: * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and
  17023 2006-06-27 16:20 [eban at ruby-lang.or] ruby, ruby/win32: * win32/win32.h: define isascii on MinGW for msvcrt compatibility.
  17024 2006-06-27 16:21 [eban at ruby-lang.or] ruby, ruby/win32: * win32/win32.h: define isascii on MinGW for msvcrt compatibility.
  17025 2006-06-27 22:51 [nagai at ruby-lang.o] ruby, ruby/ext/tk, ruby/ext/tk/lib: * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
  17026 2006-06-27 22:51 [nagai at ruby-lang.o] ruby, ruby/ext/tk, ruby/ext/tk/lib: * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
  17027 2006-06-27 23:14 [matz at ruby-lang.or] ruby, ruby/ext/socket: * string.c: RDoc update for =~ method.  a patch from Alex Young
  17028 2006-06-27 23:15 [matz at ruby-lang.or] ruby: * string.c: RDoc update for =~ method.  a patch from Alex Young
  17029 2006-06-28 01:15 [matz at ruby-lang.or] ruby, ruby: * object.c (rb_cstr_to_dbl): should not skip '_' at the beginning
  17030 2006-06-28 01:51 [matz at ruby-lang.or] ruby: * eval.c (rb_eval): support splat in when expression list.
  17031 2006-06-28 08:13 [matz at ruby-lang.or] ruby: * eval.c (rb_eval): problem to handle else part.  [ruby-dev:28873]
  17032 2006-06-28 09:24 [matz at ruby-lang.or] ruby: * parse.y (primary): remove meaningless else-only case statement
  17033 2006-06-28 13:51 [nobu at ruby-lang.or] ruby: * eval.c (when_check): arbitrary values are allowed after splats.
  17034 2006-06-28 19:06 [akr at ruby-lang.org] ruby, ruby/test/socket: * test/socket/test_unix.rb: test_seqpacket_pair removed.
  17035 2006-06-28 19:07 [akr at ruby-lang.org] ruby, ruby, ruby/test/socket: * test/socket/test_unix.rb: test_seqpacket_pair removed.
  17036 2006-06-28 23:28 [matz at ruby-lang.or] ruby: * object.c (rb_cstr_to_dbl): underscores should appear only
  17037 2006-06-29 06:56 [drbrain at ruby-lang] ruby, ruby, ruby/lib: RDoc patch by Robin Stocker <robin at nibor.org>
  17038 2006-06-29 07:27 [drbrain at ruby-lang] ruby/lib: Add optparse.rb to .document. 
  17039 2006-06-29 07:49 [drbrain at ruby-lang] ruby, ruby, ruby/lib: RDoc patch by Robin Stocker <robin at nibor.org>
  17040 2006-06-29 18:09 [matz at ruby-lang.or] ruby: * ext/bigdecimal/bigdecimal.c: add RDoc document.  a patch from
  17041 2006-06-29 18:09 [matz at ruby-lang.or] ruby, ruby/ext/bigdecimal, ruby/ext/bigdecimal/lib/bigdecimal: * ext/bigdecimal/bigdecimal.c: add RDoc document.  a patch from
  17042 2006-06-29 19:00 [matz at ruby-lang.or] ruby, ruby/ext/bigdecimal: * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
  17043 2006-06-29 19:03 [matz at ruby-lang.or] ruby, ruby/ext/bigdecimal: * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
  17044 2006-06-29 22:49 [akr at ruby-lang.org] ruby: * eval.c (SETUP_ARGS0): avoid GC problem.
  17045 2006-06-29 23:05 [matz at ruby-lang.or] ruby: * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much
  17046 2006-06-29 23:57 [matz at ruby-lang.or] ruby: * gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.
  17047 2006-06-30 19:46 [gotoyuzo at ruby-lan] ruby, ruby, ruby/lib/webrick: * lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): should
  17048 2006-06-30 23:49 [matz at ruby-lang.or] ruby, ruby: * configure.in: should test isinf for Solaris with GCC compiler.
  17049 2006-06-30 23:50 [matz at ruby-lang.or] ruby: * configure.in: should test isinf for Solaris with GCC compiler.
  17050 2006-07-01 00:15 [matz at ruby-lang.or] ruby, ruby: * configure.in: should test isinf for Solaris with GCC compiler.
  17051 2006-07-01 03:05 [ttate at ruby-lang.o] ruby, ruby/ext/dl, ruby/ext/dl/lib/dl, ruby/ext/dl/test: fixed the alignment problems discussed in [ruby-dev:28667].
  17052 2006-07-01 15:23 [akr at ruby-lang.org] ruby, ruby/test/socket: * test/socket/test_nonblock.rb: add timeout to send/receive
  17053 2006-07-01 15:26 [akr at ruby-lang.org] ruby, ruby/test/socket: * test/socket/test_nonblock.rb: add timeout to send/receive
  17054 2006-07-01 16:27 [akr at ruby-lang.org] ruby/test/socket: add a note for cygwin empty UDP packet problem.
  17055 2006-07-01 16:27 [akr at ruby-lang.org] ruby/test/socket: add a note for cygwin empty UDP packet problem.
  17056 2006-07-02 01:40 [matz at ruby-lang.or] ruby, ruby: * eval.c (PUSH_FRAME): initialize frame->self.  [ruby-dev:28911]
  17057 2006-07-02 11:25 [akr at ruby-lang.org] ruby: * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.
  17058 2006-07-02 18:43 [aamine at ruby-lang.] ruby, ruby/ext/racc/cparse: * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.
  17059 2006-07-02 19:04 [aamine at ruby-lang.] ruby, ruby/ext/racc/cparse: * ext/racc/cparse/cparse.c: sync with original code, rev 1.7.
  17060 2006-07-02 19:19 [aamine at ruby-lang.] ruby, ruby, ruby/ext/racc/cparse: * ext/racc/cparse/cparse.c: sync with original code (rev 1.7).
  17061 2006-07-02 23:32 [tadf at ruby-lang.or] ruby/lib: cancelled r1.25               
  17062 2006-07-03 01:18 [matz at ruby-lang.or] ruby, ruby: * string.c (rb_str_inspect): encode \b (\010) for escape.
  17063 2006-07-03 01:20 [matz at ruby-lang.or] ruby, ruby: * string.c (rb_str_inspect): encode \b (\010) for escape.
  17064 2006-07-03 05:17 [gotoyuzo at ruby-lan] ruby, ruby/test/openssl: * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.
  17065 2006-07-03 10:44 [nobu at ruby-lang.or] ruby: * io.c (popen_exec): close file descriptors other than standard I/Os.
  17066 2006-07-03 14:42 [nobu at ruby-lang.or] ruby, ruby/ext/etc: * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
  17067 2006-07-03 14:42 [nobu at ruby-lang.or] ruby, ruby/ext/etc: * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
  17068 2006-07-03 17:48 [akr at ruby-lang.org] ruby: fix typos.                        
  17069 2006-07-03 17:55 [akr at ruby-lang.org] ruby: fix typos.                        
  17070 2006-07-03 19:07 [nagai at ruby-lang.o] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu
  17071 2006-07-03 19:08 [nagai at ruby-lang.o] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu
  17072 2006-07-04 05:00 [matz at ruby-lang.or] ruby, ruby: * ChangeLog: remove some direct reference to mail addresses
  17073 2006-07-04 05:06 [matz at ruby-lang.or] ruby, ruby/ext/dl: * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from
  17074 2006-07-04 05:07 [matz at ruby-lang.or] ruby: * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from
  17075 2006-07-04 15:22 [matz at ruby-lang.or] ruby: * eval.c (rb_call): should not set prot_tag->blkid since it would
  17076 2006-07-04 21:50 [usa at ruby-lang.org] ruby: * ruby.c (proc_options): supress warning on DOSISH.
  17077 2006-07-05 03:09 [matz at ruby-lang.or] ruby, ruby/test/ruby: * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
  17078 2006-07-05 03:10 [matz at ruby-lang.or] ruby: * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
  17079 2006-07-06 21:50 [aamine at ruby-lang.] ruby, ruby, ruby/lib/racc, ruby/ext/racc/cparse: * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.
  17080 2006-07-06 22:18 [aamine at ruby-lang.] ruby, ruby, ruby/lib/racc, ruby/ext/racc/cparse: * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.
  17081 2006-07-06 22:22 [nobu at ruby-lang.or] ruby: * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to
  17082 2006-07-06 23:30 [nobu at ruby-lang.or] ruby: * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to
  17083 2006-07-07 00:34 [matz at ruby-lang.or] ruby, ruby: * time.c (time_mload): a patch from Daniel Berger
  17084 2006-07-07 00:44 [matz at ruby-lang.or] ruby: * hash.c (rb_hash_default): should not call default procedure if
  17085 2006-07-07 04:59 [ttate at ruby-lang.o] ruby, ruby/ext/dl, ruby/ext/dl/test: conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].
  17086 2006-07-07 14:08 [usa at ruby-lang.org] ruby, ruby/win32: * win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.
  17087 2006-07-07 17:49 [nobu at ruby-lang.or] ruby, ruby/lib: * string.c (rb_str_ord): extract lower byte.  fixed: [ruby-dev:28980]
  17088 2006-07-07 23:19 [ttate at ruby-lang.o] ruby/ext/dl: should define FUNC_CDECL/STDCALL if the macros are not defined.
  17089 2006-07-08 07:16 [suke at ruby-lang.or] ruby, ruby/ext/win32ole/tests: Test class name should not be duplicated.
  17090 2006-07-08 07:19 [suke at ruby-lang.or] ruby, ruby/test/win32ole: Test class name should not be duplicated.
  17091 2006-07-08 17:56 [akr at ruby-lang.org] ruby/lib: update doc.                   
  17092 2006-07-08 17:57 [akr at ruby-lang.org] ruby/lib: update doc.                   
  17093 2006-07-09 00:54 [nobu at ruby-lang.or] ruby, ruby: * eval.c (next_jump): deal with destination of next.
  17094 2006-07-09 00:55 [nobu at ruby-lang.or] ruby, ruby: * eval.c (next_jump): deal with destination of next.
  17095 2006-07-09 07:25 [ryan at ruby-lang.or] ruby/lib/rdoc/parsers: Massive rdoc for fortran overhaul from Yasuhiro Morikawa
  17096 2006-07-09 08:17 [ryan at ruby-lang.or] ruby, ruby/lib, ruby/lib/irb, ruby/lib/rdoc, ruby/lib/rdoc/generators, ruby/lib/rdoc/parsers: cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb and pp.rb
  17097 2006-07-09 18:04 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.
  17098 2006-07-09 18:05 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.
  17099 2006-07-09 18:07 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): prevent substitution of macro
  17100 2006-07-09 18:07 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): prevent substitution of macro

[前][次][スレッド一覧][上]