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

ruby-cvs:18001-18100

  18001 2006-08-30 18:46 [matz at ruby-lang.or] ruby/lib: * object.c (rb_Integer): Integer(nil) should raise TypeError.
  18002 2006-08-30 18:46 [matz at ruby-lang.or] ruby: * object.c (rb_Integer): Integer(nil) should raise TypeError.
  18003 2006-08-30 18:49 [matz at ruby-lang.or] ruby: * gc.c (gc_sweep): typo fixed.    
  18004 2006-08-31 12:52 [why at ruby-lang.org] ruby, ruby: * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,
  18005 2006-08-31 13:14 [why at ruby-lang.org] ruby, ruby: * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,
  18006 2006-08-31 14:57 [nagai at ruby-lang.o] ruby/ext/tk/lib/tkextlib, ruby/ext/tk: * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work
  18007 2006-08-31 14:58 [nagai at ruby-lang.o] ruby/ext/tk/lib/tkextlib, ruby/ext/tk: * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work
  18008 2006-08-31 17:20 [matz at ruby-lang.or] ruby: * array.c (rb_ary_shuffle_bang): new method.
  18009 2006-08-31 17:24 [matz at ruby-lang.or] ruby: * array.c (rb_ary_shuffle_bang): new method.
  18010 2006-08-31 19:17 [matz at ruby-lang.or] ruby/ext/zlib: * ruby.h (struct RString): embed small strings.
  18011 2006-08-31 19:17 [matz at ruby-lang.or] ruby/ext/syslog: * ruby.h (struct RString): embed small strings.
  18012 2006-08-31 19:21 [matz at ruby-lang.or] ruby/ext/syck: * ruby.h (struct RString): embed small strings.
  18013 2006-08-31 19:22 [matz at ruby-lang.or] ruby/ext/strscan: * ruby.h (struct RString): embed small strings.
  18014 2006-08-31 19:23 [matz at ruby-lang.or] ruby/ext/stringio: * ruby.h (struct RString): embed small strings.
  18015 2006-08-31 19:25 [matz at ruby-lang.or] ruby/ext/socket: * ruby.h (struct RString): embed small strings.
  18016 2006-08-31 19:25 [matz at ruby-lang.or] ruby/ext/sdbm: * ruby.h (struct RString): embed small strings.
  18017 2006-08-31 19:26 [matz at ruby-lang.or] ruby/ext/readline: * ruby.h (struct RString): embed small strings.
  18018 2006-08-31 19:27 [matz at ruby-lang.or] ruby/ext/openssl: * ruby.h (struct RString): embed small strings.
  18019 2006-08-31 19:28 [matz at ruby-lang.or] ruby/ext/nkf: * ruby.h (struct RString): embed small strings.
  18020 2006-08-31 19:28 [matz at ruby-lang.or] ruby/ext/iconv: * ruby.h (struct RString): embed small strings.
  18021 2006-08-31 19:28 [matz at ruby-lang.or] ruby/ext/gdbm: * ruby.h (struct RString): embed small strings.
  18022 2006-08-31 19:29 [matz at ruby-lang.or] ruby/ext/etc: * ruby.h (struct RString): embed small strings.
  18023 2006-08-31 19:29 [matz at ruby-lang.or] ruby/ext/digest: * ruby.h (struct RString): embed small strings.
  18024 2006-08-31 19:29 [matz at ruby-lang.or] ruby/ext/dbm: * ruby.h (struct RString): embed small strings.
  18025 2006-08-31 19:30 [matz at ruby-lang.or] ruby/ext/bigdecimal: * ruby.h (struct RString): embed small strings.
  18026 2006-08-31 19:30 [matz at ruby-lang.or] ruby/ext: * ruby.h (struct RString): embed small strings.
  18027 2006-08-31 19:47 [matz at ruby-lang.or] ruby: * ruby.h (struct RString): embed small strings.
  18028 2006-08-31 20:24 [usa at ruby-lang.org] ruby: * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and
  18029 2006-08-31 20:56 [usa at ruby-lang.org] ruby, ruby/ext/Win32API, ruby/lib, ruby/win32, ruby/ext/tk, ruby/ext/tk/tkutil, ruby/ext/win32ole: * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and
  18030 2006-08-31 21:10 [usa at ruby-lang.org] ruby, ruby/ext/dl, ruby/ext/openssl, ruby/ext/syck: * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.
  18031 2006-08-31 23:59 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (configuration): follow nil.to_s.
  18032 2006-09-01 13:15 [matz at ruby-lang.or] ruby, ruby, ruby/lib/irb: * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil into
  18033 2006-09-01 14:00 [nagai at ruby-lang.o] ruby/ext/tk/lib/tk, ruby/ext/tk/lib, ruby: * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.
  18034 2006-09-01 14:09 [nagai at ruby-lang.o] ruby, ruby: * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.
  18035 2006-09-01 14:24 [eban at ruby-lang.or] ruby: * array.c (rb_ary_shuffle): RDoc fixed.
  18036 2006-09-01 21:45 [matz at ruby-lang.or] ruby, ruby/ext/socket: * ext/socket/socket.c (socks_init): typo fixed.  a patch from Sven
  18037 2006-09-01 22:07 [matz at ruby-lang.or] ruby: * string.c (rb_str_resize): should copy embedded string to
  18038 2006-09-01 22:08 [matz at ruby-lang.or] ruby: * ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bit
  18039 2006-09-01 22:11 [matz at ruby-lang.or] ruby: string.c (rb_str_resize): typo fixed
  18040 2006-09-02 02:26 [akr at ruby-lang.org] ruby, ruby: update modified time.       
  18041 2006-09-02 02:27 [akr at ruby-lang.org] ruby, ruby: update modified time.       
  18042 2006-09-02 03:47 [akr at ruby-lang.org] ruby: * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,
  18043 2006-09-02 03:58 [akr at ruby-lang.org] ruby: fix previous change.              
  18044 2006-09-02 12:06 [nahi at ruby-lang.or] ruby, ruby/lib: * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)
  18045 2006-09-02 12:11 [nahi at ruby-lang.or] ruby, ruby/lib/soap: * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dump
  18046 2006-09-02 13:26 [akr at ruby-lang.org] ruby: * common.mk (ia64.o): use the compiler driver to assemble ia64.s
  18047 2006-09-02 13:26 [akr at ruby-lang.org] ruby: * common.mk (ia64.o): use the compiler driver to assemble ia64.s
  18048 2006-09-02 23:36 [matz at ruby-lang.or] ruby: * eval.c (rb_eval): should handle when in else clause.  a patch
  18049 2006-09-02 23:39 [matz at ruby-lang.or] ruby/ext/win32ole: * ruby.h (struct RArray): embed small arrays.
  18050 2006-09-02 23:39 [matz at ruby-lang.or] ruby/ext/tk: * ruby.h (struct RArray): embed small arrays.
  18051 2006-09-02 23:39 [matz at ruby-lang.or] ruby/ext/syck: * ruby.h (struct RArray): embed small arrays.
  18052 2006-09-02 23:39 [matz at ruby-lang.or] ruby/ext/socket: * ruby.h (struct RArray): embed small arrays.
  18053 2006-09-02 23:40 [matz at ruby-lang.or] ruby/ext/sdbm: * ruby.h (struct RArray): embed small arrays.
  18054 2006-09-02 23:40 [matz at ruby-lang.or] ruby/ext/readline: * ruby.h (struct RArray): embed small arrays.
  18055 2006-09-02 23:40 [matz at ruby-lang.or] ruby/ext/racc/cparse: * ruby.h (struct RArray): embed small arrays.
  18056 2006-09-02 23:40 [matz at ruby-lang.or] ruby/ext/openssl: * ruby.h (struct RArray): embed small arrays.
  18057 2006-09-02 23:40 [matz at ruby-lang.or] ruby/ext/iconv: * ruby.h (struct RArray): embed small arrays.
  18058 2006-09-02 23:41 [matz at ruby-lang.or] ruby/ext/gdbm: * ruby.h (struct RArray): embed small arrays.
  18059 2006-09-02 23:41 [matz at ruby-lang.or] ruby/ext/dl: * ruby.h (struct RArray): embed small arrays.
  18060 2006-09-02 23:41 [matz at ruby-lang.or] ruby/ext/dbm: * ruby.h (struct RArray): embed small arrays.
  18061 2006-09-02 23:41 [matz at ruby-lang.or] ruby/ext/Win32API: * ruby.h (struct RArray): embed small arrays.
  18062 2006-09-02 23:42 [matz at ruby-lang.or] ruby: * ruby.h (struct RArray): embed small arrays.
  18063 2006-09-03 00:05 [matz at ruby-lang.or] ruby, ruby: * object.c (Init_Object): move symbol related code to string.c
  18064 2006-09-03 00:13 [matz at ruby-lang.or] ruby: * string.c (str_to_id): a bug caused by premature optimization.
  18065 2006-09-03 00:20 [matz at ruby-lang.or] ruby: * string.c (Init_String): undef Symbol#new.
  18066 2006-09-03 01:50 [seki at ruby-lang.or] ruby, ruby/lib/drb: examine whether '*' is included before IPAddr.new. [ruby-dev:29406]
  18067 2006-09-03 01:51 [seki at ruby-lang.or] ruby: examine whether '*' is included before IPAddr.new. [ruby-dev:29406]
  18068 2006-09-03 02:39 [seki at ruby-lang.or] ruby, ruby/lib/drb: don't get path if client mode.  [ruby-dev:29417]
  18069 2006-09-03 04:09 [akr at ruby-lang.org] ruby, ruby/ext/curses: * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.
  18070 2006-09-03 04:09 [akr at ruby-lang.org] ruby, ruby/ext/curses: * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.
  18071 2006-09-03 04:44 [akr at ruby-lang.org] ruby, ruby/ext/socket: * ext/socket/extconf.rb: check arpa/inet.h for ntohs.
  18072 2006-09-03 04:44 [akr at ruby-lang.org] ruby, ruby/ext/socket: * ext/socket/extconf.rb: check arpa/inet.h for ntohs.
  18074 2006-09-03 06:27 [akr at ruby-lang.org] ruby, ruby/ext/socket: * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.
  18075 2006-09-03 07:22 [akr at ruby-lang.org] ruby, ruby/ext/curses: revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.
  18076 2006-09-03 07:23 [akr at ruby-lang.org] ruby, ruby/ext/curses: revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.
  18077 2006-09-03 15:33 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb: get rid of nil.to_s.
  18078 2006-09-03 15:34 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb: get rid of nil.to_s.
  18079 2006-09-03 20:47 [nobu at ruby-lang.or] ruby: * ruby.h (SYMBOL_P): Qnil and Qfalse are not Symbol.
  18080 2006-09-04 14:46 [matz at ruby-lang.or] ruby, ruby: * eval.c (rb_f_local_variables): list symbols.
  18081 2006-09-04 14:57 [matz at ruby-lang.or] ruby: * parse.y (rb_id2sym): intern if id is attrset_id.
  18082 2006-09-04 16:27 [matz at ruby-lang.or] ruby, ruby: * io.c (pipe_open): command name should not contain null bytes.
  18083 2006-09-04 16:36 [matz at ruby-lang.or] ruby/lib: * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.
  18084 2006-09-04 16:37 [matz at ruby-lang.or] ruby: * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.
  18085 2006-09-04 16:40 [matz at ruby-lang.or] ruby, ruby/ext/dbm, ruby/lib: * lib/cgi.rb (CGI::out): specify -x option for nkf.
  18086 2006-09-04 16:42 [matz at ruby-lang.or] ruby: enum.c: revert last changes       
  18087 2006-09-04 21:14 [nobu at ruby-lang.or] ruby: * time.c (time_strftime): include nul character.  fixed: [ruby-dev:29422]
  18088 2006-09-04 21:14 [nobu at ruby-lang.or] ruby: * time.c (time_strftime): include nul character.  fixed: [ruby-dev:29422]
  18089 2006-09-04 21:40 [tadf at ruby-lang.or] ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.
  18090 2006-09-04 21:43 [tadf at ruby-lang.or] ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.
  18091 2006-09-04 21:44 [nobu at ruby-lang.or] ruby, ruby/ext/dbm: * ext/dbm/extconf.rb: create makefile according to the result of check
  18092 2006-09-04 21:44 [nobu at ruby-lang.or] ruby, ruby/ext/dbm: * ext/dbm/extconf.rb: create makefile according to the result of check
  18093 2006-09-05 02:21 [matz at ruby-lang.or] ruby, ruby: * time.c (time_to_s): make it conform to RFC2822 date format.
  18094 2006-09-05 02:32 [matz at ruby-lang.or] ruby, ruby: * time.c (time_to_s): make it conform to RFC2822 date format.
  18095 2006-09-05 05:10 [matz at ruby-lang.or] ruby: * numeric.c (fix_plus): addition in Fixnum will never overflow
  18096 2006-09-05 05:49 [nobu at ruby-lang.or] ruby: * file.c (path_check_0): check if sticky bit is set on parent
  18097 2006-09-05 05:50 [nobu at ruby-lang.or] ruby: * file.c (path_check_0): check if sticky bit is set on parent
  18098 2006-09-05 05:57 [nobu at ruby-lang.or] ruby: * numeric.c (flo_hash): improve collision.  fixed: [ruby-dev:29352]
  18099 2006-09-05 06:47 [nobu at ruby-lang.or] ruby: * time.c (time_to_s): variable declaration after an execution
  18100 2006-09-05 06:48 [nobu at ruby-lang.or] ruby: * time.c (time_to_s): variable declaration after an execution

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