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

ruby-cvs:18201-18300

  18201 2006-09-19 01:28 [aamine at ruby-lang.] ruby, ruby/lib: * lib/fileutils.rb: backport from HEAD (rev 1.71).
  18202 2006-09-20 09:28 [matz at ruby-lang.or] ruby, ruby, ruby/ext/gdbm: * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter
  18203 2006-09-20 09:30 [matz at ruby-lang.or] ruby, ruby, ruby/ext/gdbm: * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter
  18204 2006-09-20 09:45 [shugo at ruby-lang.o] ruby/lib/net: * lib/net/imap.rb: allow extra spaces in responses.
  18205 2006-09-20 09:46 [shugo at ruby-lang.o] ruby, ruby/lib/net: * lib/net/imap.rb: allow extra spaces in responses.
  18206 2006-09-20 09:50 [usa at ruby-lang.org] ruby, ruby/bcc32, ruby/win32, ruby/wince: * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define
  18207 2006-09-20 09:54 [usa at ruby-lang.org] ruby, ruby/bcc32, ruby/win32, ruby/wince: * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define
  18208 2006-09-20 10:36 [shugo at ruby-lang.o] ruby: * forgot to commit ChangeLog. Sorry.
  18209 2006-09-20 10:42 [shugo at ruby-lang.o] ruby: * swapped ChangeLog entries. Sorry....
  18210 2006-09-20 13:18 [matz at ruby-lang.or] ruby, ruby/lib: * string.c (sym_eql): fail early to gain performance.
  18211 2006-09-20 22:41 [nobu at ruby-lang.or] ruby: * numeric.c (fix_mul): typo again.  patch from Tadashi Saito
  18212 2006-09-20 23:17 [nobu at ruby-lang.or] ruby, ruby/lib: * common.mk (pre-install-doc): create data directory before install.
  18213 2006-09-20 23:18 [nobu at ruby-lang.or] ruby, ruby/lib: * common.mk (pre-install-doc): create data directory before install.
  18214 2006-09-21 01:42 [matz at ruby-lang.or] ruby, ruby: * string.c (rb_str_partition): a new method to separate the string
  18215 2006-09-21 09:43 [matz at ruby-lang.or] ruby: * string.c (rb_str_lines): new method to split a string into lines.
  18216 2006-09-21 10:10 [matz at ruby-lang.or] ruby: * string.c (rb_str_partition): RDoc typo fixed.  [ruby-core:08898]
  18217 2006-09-21 14:07 [matz at ruby-lang.or] ruby, ruby, ruby/ext/etc: * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in
  18218 2006-09-21 14:12 [matz at ruby-lang.or] ruby, ruby/ext/etc: * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in
  18219 2006-09-21 14:57 [matz at ruby-lang.or] ruby: * string.c (Init_String): Strings are no longer Enumerable.  use
  18220 2006-09-21 15:09 [matz at ruby-lang.or] ruby: * numeric.c (int_odd_p): a new method to check even or odd.
  18221 2006-09-21 16:29 [eban at ruby-lang.or] ruby: * rubytest.rb: use each_line instead of each.
  18222 2006-09-21 17:47 [matz at ruby-lang.or] ruby: * string.c (rb_str_startwith): a new method to check if a string
  18223 2006-09-21 22:56 [nobu at ruby-lang.or] ruby, ruby/ext: * common.mk (no-install): not install rdoc actually.
  18224 2006-09-21 22:58 [nobu at ruby-lang.or] ruby, ruby/ext: * common.mk (no-install): not install rdoc actually.
  18225 2006-09-22 00:36 [nobu at ruby-lang.or] ruby, ruby: * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum.
  18226 2006-09-22 01:36 [nobu at ruby-lang.or] ruby: * instruby.rb: include FileUtils unconditionally.
  18227 2006-09-22 01:37 [nobu at ruby-lang.or] ruby, ruby: * instruby.rb: include FileUtils unconditionally.
  18228 2006-09-22 02:06 [nobu at ruby-lang.or] ruby: * .cvsignore: ignore timestamp files and installed list file.
  18229 2006-09-22 02:06 [nobu at ruby-lang.or] ruby: * .cvsignore: ignore timestamp files and installed list file.
  18230 2006-09-22 07:50 [matz at ruby-lang.or] ruby: * string.c (str_new3): embed shorter strings more eagerly.
  18231 2006-09-22 07:52 [matz at ruby-lang.or] ruby: * bignum.c (rb_big_hash): use rb_memhash().
  18232 2006-09-22 17:36 [matz at ruby-lang.or] ruby: * hash.c (rb_hash_eql): new method to be used by Hash.
  18233 2006-09-22 18:09 [matz at ruby-lang.or] ruby: * string.c (rb_str_partition): no need to call rb_call_super(),
  18234 2006-09-23 01:04 [tadf at ruby-lang.or] ruby, ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.2.
  18235 2006-09-23 01:05 [tadf at ruby-lang.or] ruby, ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.2.
  18236 2006-09-23 08:39 [matz at ruby-lang.or] ruby, ruby/lib/rdoc/ri: * lib/rdoc/ri/ri_options.rb: prevent NameError.  [ruby-dev:29597]
  18237 2006-09-23 08:41 [matz at ruby-lang.or] ruby, ruby/lib/rdoc/ri: * lib/rdoc/ri/ri_options.rb: prevent NameError.  [ruby-dev:29597]
  18238 2006-09-23 21:02 [kosako at ruby-lang.] ruby: merge Oniguruma 4.4.4             
  18239 2006-09-23 21:43 [matz at ruby-lang.or] ruby, ruby/lib: * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content
  18240 2006-09-23 21:47 [matz at ruby-lang.or] ruby, ruby/lib: * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content
  18241 2006-09-23 23:39 [why at ruby-lang.org] ruby: * eval.c (rb_thread_save_context, rb_thread_restore_context):
  18242 2006-09-24 06:29 [why at ruby-lang.org] ruby, ruby: * eval.c (rb_thread_save_context, rb_thread_restore_context):
  18243 2006-09-24 06:55 [nobu at ruby-lang.or] ruby: * io.c (rb_io_print): no special handling for nil as well as puts.
  18244 2006-09-24 12:10 [tadf at ruby-lang.or] ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.3.
  18245 2006-09-24 12:11 [tadf at ruby-lang.or] ruby, ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.3.
  18246 2006-09-24 15:01 [akr at ruby-lang.org] ruby: * node.h (struct thread): ia64 support is broken by sandbox patch.
  18247 2006-09-24 22:28 [nobu at ruby-lang.or] ruby: * runruby.rb: extension library scripts moved into common directory.
  18248 2006-09-24 22:28 [nobu at ruby-lang.or] ruby: * runruby.rb: extension library scripts moved into common directory.
  18249 2006-09-24 23:29 [matz at ruby-lang.or] ruby: * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.
  18250 2006-09-24 23:47 [matz at ruby-lang.or] ruby: * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.
  18251 2006-09-24 23:50 [matz at ruby-lang.or] ruby: add ML entry                      
  18252 2006-09-24 23:51 [matz at ruby-lang.or] ruby: add ML entry                      
  18253 2006-09-25 00:15 [matz at ruby-lang.or] ruby, ruby: * gc.c (gc_mark_children): revert last change that for 1.9
  18254 2006-09-25 05:47 [ryan at ruby-lang.or] ruby: Minor rdoc fix                    
  18255 2006-09-25 08:12 [matz at ruby-lang.or] ruby: * random.c (rb_f_rand): RDoc typo fix.  a patch from Frederick
  18256 2006-09-25 08:14 [matz at ruby-lang.or] ruby, ruby: * random.c (rb_f_rand): RDoc typo fix.  a patch from Frederick
  18257 2006-09-25 08:16 [matz at ruby-lang.or] ruby: * array.c (rb_ary_shift): should clear shifting top element.
  18258 2006-09-25 08:17 [matz at ruby-lang.or] ruby: * array.c (rb_ary_shift): should clear shifting top element.
  18259 2006-09-25 09:59 [matz at ruby-lang.or] ruby: array.c (rb_ary_shift): small bug fix
  18260 2006-09-25 14:57 [matz at ruby-lang.or] ruby: * hash.c (recursive_hash): remove unused local variable.
  18261 2006-09-25 15:07 [matz at ruby-lang.or] ruby, ruby/sample, ruby/test/ruby: * sample/test.rb: "print nil" now prints empty string.
  18262 2006-09-25 21:25 [nobu at ruby-lang.or] ruby: * file.c (rb_path_end): skip root directory.  fixed: [ruby-core:08913]
  18263 2006-09-25 21:25 [nobu at ruby-lang.or] ruby: * file.c (rb_path_end): skip root directory.  fixed: [ruby-core:08913]
  18264 2006-09-25 21:51 [nobu at ruby-lang.or] Re: ruby: * hash.c (recursive_hash): remove unused local variable.
  18265 2006-09-25 22:26 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (rm_f): get rid of NUL.
  18266 2006-09-25 22:27 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (init_mkmf): set default $LDFLAGS.  Patch by Michal
  18267 2006-09-25 23:19 [matz at ruby-lang.or] ruby: * dir.c (rb_push_glob): need not to check by FilePathValue().
  18268 2006-09-26 07:58 [matz at ruby-lang.or] ruby, ruby: * array.c (rb_ary_shift): should not move memory region if array
  18269 2006-09-26 15:30 [usa at ruby-lang.org] ruby, ruby/win32: * win32/Makefile.sub (CPP): check predefined value.
  18270 2006-09-26 15:32 [usa at ruby-lang.org] ruby, ruby, ruby/win32: * win32/Makefile.sub (CPP): check predefined value.
  18271 2006-09-26 15:33 [usa at ruby-lang.org] ruby, ruby/wince: * {win32,wince}/Makefile.sub (CPP): check predefined value.
  18272 2006-09-26 15:34 [usa at ruby-lang.org] ruby, ruby/wince: * {win32,wince}/Makefile.sub (CPP): check predefined value.
  18273 2006-09-26 23:57 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (OptionParser#getopts): use strings as key.
  18274 2006-09-26 23:57 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (OptionParser#getopts): use strings as key.
  18275 2006-09-26 23:59 [nobu at ruby-lang.or] ruby/test/optparse: * test/optparse/test_getopts.rb: added.
  18276 2006-09-27 00:20 [nobu at ruby-lang.or] ruby, ruby/test/optparse: * test/optparse/test_getopts.rb: added short and long tests.
  18277 2006-09-27 00:25 [nobu at ruby-lang.or] ruby, ruby/test/optparse: * test/optparse/test_getopts.rb: added short and long tests.
  18278 2006-09-27 00:49 [nobu at ruby-lang.or] ruby/lib: * lib/optparse.rb (OptionParser#parse_in_order): wrong splat for
  18279 2006-09-27 00:49 [nobu at ruby-lang.or] ruby/lib: * lib/optparse.rb (OptionParser#parse_in_order): wrong splat for
  18280 2006-09-27 01:05 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (try_func): check function pointer first and macro next.
  18281 2006-09-27 01:05 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (try_func): check function pointer first and macro next.
  18282 2006-09-27 07:46 [matz at ruby-lang.or] ruby: * array.c (rb_ary_shift): shift/unshift performance boost patch,
  18283 2006-09-27 08:31 [matz at ruby-lang.or] ruby/ext/socket: socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>
  18284 2006-09-27 08:31 [matz at ruby-lang.or] ruby/ext/socket: socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>
  18285 2006-09-27 17:37 [matz at ruby-lang.or] ruby, ruby/lib: * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s by
  18286 2006-09-27 21:45 [matz at ruby-lang.or] ruby: * string.c (rb_str_startwith): rename startwith? to start_with?,
  18287 2006-09-27 23:34 [knu at ruby-lang.org] ruby/ext/digest/md5, ruby/ext/digest/rmd160, ruby/ext/digest/sha1, ruby/ext/digest/sha2, ruby: * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,
  18288 2006-09-28 20:50 [usa at ruby-lang.org] ruby, ruby: * lib/tmpdir.rb: use return value of getdir.call for length.
  18289 2006-09-28 20:54 [usa at ruby-lang.org] ruby, ruby, ruby/lib: * lib/tmpdir.rb: use return value of getdir.call for length.
  18290 2006-09-28 20:54 [usa at ruby-lang.org] ruby/lib: * lib/tmpdir.rb: use return value of getdir.call for length.
  18291 2006-09-29 00:00 [nobu at ruby-lang.or] ruby, ruby: * node.h (struct thread): declare win32_exception_list on cygwin and
  18292 2006-09-29 00:01 [nobu at ruby-lang.or] ruby, ruby: * node.h (struct thread): declare win32_exception_list on cygwin and
  18293 2006-09-29 09:30 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (parse_in_order): splat arguments to callback block.
  18294 2006-09-29 09:30 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (parse_in_order): splat arguments to callback block.
  18295 2006-09-29 09:36 [nobu at ruby-lang.or] ruby, ruby/ext: * ext/extmk.rb: extout is needed for also clean.
  18296 2006-09-29 09:37 [nobu at ruby-lang.or] ruby, ruby/ext: * ext/extmk.rb: extout is needed for also clean.
  18297 2006-09-29 09:57 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by
  18298 2006-09-29 09:57 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by
  18299 2006-09-29 11:05 [eban at ruby-lang.or] ruby, ruby/lib: * lib/jcode.rb: need to initialize SUCC['n'].
  18300 2006-09-29 11:44 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (try_func): revert fallback checking undeclared function.

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