[前][次][スレッド一覧][上]
ruby-cvs:23201-23300
23201 2008-04-10 20:39 [knu at ruby-lang.org] Ruby:r15961 (ruby_1_8): Mention the ruby-debug project at RubyForge in README.
23202 2008-04-10 20:39 [knu at ruby-lang.org] Ruby:r15962 (trunk): Add a bug#.
23203 2008-04-10 22:41 [matz at ruby-lang.or] Ruby:r15963 (trunk): * test/test_generator.rb: removed as well. [ruby-dev:34306]
23204 2008-04-10 23:10 [matz at ruby-lang.or] Ruby:r15964 (trunk): * lib/pstore.rb (PStore::dump, PStore::load): allow subclass
23205 2008-04-11 08:09 [matz at ruby-lang.or] Ruby:r15965 (ruby_1_8): * marshal.c (w_object): add volatile to avoid potential GC bug. a
23206 2008-04-11 08:10 [matz at ruby-lang.or] Ruby:r15966 (trunk): * marshal.c (w_object): add volatile to avoid potential GC bug. a
23207 2008-04-11 10:23 [nagai at ruby-lang.o] Ruby:r15967 (ruby_1_8): * ext/tk/lib/tkextlib/tile.rb:
23208 2008-04-11 10:55 [ser at ruby-lang.org] Ruby:r15968: Finally migrating the REXML test suite into the main Ruby test suite. This
23209 2008-04-11 12:45 [nagai at ruby-lang.o] Ruby:r15969 (ruby_1_8): * ext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb,
23210 2008-04-11 16:43 [matz at ruby-lang.or] Ruby:r15970 (trunk): * lib/yaml/store.rb (YAML::load): modified to support empty
23211 2008-04-11 16:56 [nobu at ruby-lang.or] Ruby:r15971 (trunk): * test/test_pstore.rb, test/yaml/test_yamlstore.rb: properties.
23212 2008-04-11 16:58 [knu at ruby-lang.org] Ruby:r15972 (trunk): * enum.c (enum_find_index): Add support for find_index(obj);
23213 2008-04-11 17:06 [matz at ruby-lang.or] Ruby:r15973 (trunk): * enum.c (find_index_i): modified to shut warning up.
23214 2008-04-11 17:26 [knu at ruby-lang.org] Ruby:r15974 (trunk): * enum.c (count_i, count_iter_i, enum_count, enum_find_index):
23215 2008-04-11 17:36 [matz at ruby-lang.or] Ruby:r15975 (trunk): * enum.c (count_i): modified to shut warning up.
23216 2008-04-11 19:09 [kazu at ruby-lang.or] Ruby:r15976 (ruby_1_8): * process.c: new method Process.exec; backported from 1.9. bug#19006
23217 2008-04-11 19:18 [kazu at ruby-lang.or] Ruby:r15977 (ruby_1_8): * object.c (rb_obj_tap): new method Object#tap; backported from 1.9. bug#19008
23218 2008-04-12 03:12 [nobu at ruby-lang.or] Ruby:r15978 (trunk): * file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname):
23219 2008-04-12 03:13 [nobu at ruby-lang.or] Ruby:r15979 (trunk): * file.c (file_expand_path): set external encoding.
23220 2008-04-12 05:57 [drbrain at ruby-lang] Ruby:r15980 (trunk): Update to RubyGems 1.1.1 r1701.
23221 2008-04-12 11:30 [ser at ruby-lang.org] Ruby:r15981 (rexml_adds_tests): Copies REXML's unit tests into the Ruby branch; a following change will rename them so they run.
23222 2008-04-12 12:17 [ser at ruby-lang.org] Ruby:r15982 (rexml_adds_tests): Moving stuff around to get the tests running with the standard ruby make
23223 2008-04-12 12:41 [nobu at ruby-lang.or] Ruby:r15983 (trunk): * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):
23224 2008-04-12 12:42 [ser at ruby-lang.org] Ruby:r15984 (rexml_adds_tests): Final cleanup; this should be ready to merge with the trunk.
23225 2008-04-12 23:50 [matz at ruby-lang.or] Ruby:r15985 (trunk): * prelude.rb (require_relative): move require_relative from
23226 2008-04-12 23:51 [matz at ruby-lang.or] Ruby:r15986 (trunk): bootstraptest/test_knownbug.rb: add tests
23227 2008-04-13 16:02 [kazu at ruby-lang.or] Ruby:r15987 (ruby_1_8): * object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug#19012
23228 2008-04-13 16:09 [kazu at ruby-lang.or] Ruby:r15988 (ruby_1_8): should use K&R style function definitions. [ruby-dev:34354]
23229 2008-04-13 16:10 [kazu at ruby-lang.or] Ruby:r15989 (ruby_1_8): update NEWS
23230 2008-04-13 18:52 [nobu at ruby-lang.or] Ruby:r15990 (trunk): * thread_pthread.c (lock_func): should not check interrupts in
23231 2008-04-13 23:59 [knu at ruby-lang.org] Ruby:r15991 (trunk): * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop when
23232 2008-04-14 00:52 [mame at ruby-lang.or] Ruby:r15992 (trunk): * test/ruby/test_parse.rb: add tests to achieve over 95% test coverage
23233 2008-04-14 11:20 [matz at ruby-lang.or] Ruby:r15993 (trunk): bootstraptest/test_knownbug.rb: wrong condition
23234 2008-04-14 12:44 [nobu at ruby-lang.or] Ruby:r15994 (trunk): * gc.c (finalizers): removed. [ruby-dev:34349]
23235 2008-04-14 12:47 [nobu at ruby-lang.or] Ruby:r15995 (trunk): * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348]
23236 2008-04-14 12:52 [nobu at ruby-lang.or] Ruby:r15996 (trunk): * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]
23237 2008-04-14 12:58 [matz at ruby-lang.or] Ruby:r15997 (trunk): * array.c (ary_new): new integer overflow check condition.
23238 2008-04-14 13:16 [knu at ruby-lang.org] Ruby:r15998 (ruby_1_8): * string.c (rb_str_partition, rb_str_rpartition,
23239 2008-04-14 13:22 [knu at ruby-lang.org] Ruby:r15999 (ruby_1_8): * range.c (range_each, range_step): Return an enumerator if no
23240 2008-04-14 13:44 [knu at ruby-lang.org] Ruby:r16000 (ruby_1_8): * string.c (rb_str_each_line, rb_str_each_byte): Reflect
23241 2008-04-14 14:01 [knu at ruby-lang.org] Ruby:r16001 (ruby_1_8): * string.c (rb_str_each_char): New methods: String#chars and
23242 2008-04-14 14:18 [usa at ruby-lang.org] Ruby:r16002 (ruby_1_8): * enumerator.c (enumerator_mark, enumerator_iter_i, enumerator_each_i,
23243 2008-04-14 14:34 [nobu at ruby-lang.or] Ruby:r16003 (trunk): * compile.c, compile.h (compile_debug): made runtime option.
23244 2008-04-14 16:04 [knu at ruby-lang.org] Ruby:r16004 (ruby_1_8): * enum.c (enum_count, enum_find_index): New methods:
23245 2008-04-14 16:43 [knu at ruby-lang.org] Ruby:r16005 (ruby_1_8): * ruby.h (rb_block_call_func): Fix prototype.
23246 2008-04-14 17:31 [knu at ruby-lang.org] Ruby:r16006 (trunk): * hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if,
23247 2008-04-14 17:37 [knu at ruby-lang.org] Ruby:r16007 (ruby_1_8): fix a typo
23248 2008-04-14 17:57 [knu at ruby-lang.org] Ruby:r16008 (ruby_1_8): * array.c (rb_ary_collect_bang, rb_ary_select): Return an
23249 2008-04-14 18:10 [usa at ruby-lang.org] Ruby:r16009 (ruby_1_8): * enum.c (find_index_i, find_index_iter_i): add prototype for VC.
23250 2008-04-14 18:19 [knu at ruby-lang.org] Ruby:r16010 (ruby_1_8): * enum.c (enum_find, enum_reject): Return an enumerator if no
23251 2008-04-14 19:00 [knu at ruby-lang.org] Ruby:r16011 (ruby_1_8): * enum.c: New methods: Enumerable#one?, #none?, #minmax, #min_by,
23252 2008-04-14 19:12 [knu at ruby-lang.org] Ruby:r16012 (ruby_1_8): * enum.c New methods: Enumerable#take, #take_while, #drop and
23253 2008-04-14 19:19 [usa at ruby-lang.org] Ruby:r16013 (ruby_1_8): * enum.c (inject_i, inject_op_i): prototype.
23254 2008-04-14 19:52 [knu at ruby-lang.org] Ruby:r16014 (ruby_1_8): * random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export.
23255 2008-04-14 19:53 [knu at ruby-lang.org] Ruby:r16015 (ruby_1_8): * ruby.h: New macro: RB_GC_GUARD().
23256 2008-04-14 20:03 [knu at ruby-lang.org] Ruby:r16016 (ruby_1_8): * array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optional
23257 2008-04-14 20:08 [knu at ruby-lang.org] Ruby:r16017 (ruby_1_8): Add notes about {Array,Enumerable}#{map,collect}, which still return
23258 2008-04-14 22:45 [matz at ruby-lang.or] Ruby:r16018 (trunk): * file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() on
23259 2008-04-14 23:26 [mame at ruby-lang.or] Ruby:r16019 (trunk): * test/ruby/test_objectspace.rb: add a test for
23260 2008-04-15 00:17 [nagai at ruby-lang.o] Ruby:r16020 (ruby_1_8): * ext/tk/lib/tk/text.rb: typo. call a wrong method.
23261 2008-04-15 00:47 [matz at ruby-lang.or] Ruby:r16021 (trunk): * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]
23262 2008-04-15 07:30 [tadf at ruby-lang.or] Ruby:r16022 (trunk): * complex.c (nucomp_div): [ruby-dev:34357]
23263 2008-04-15 07:33 [tadf at ruby-lang.or] Ruby:r16023 (trunk): typo
23264 2008-04-15 10:41 [nobu at ruby-lang.or] Ruby:r16024 (ruby_1_8): * test/ruby/test_enum.rb: property.
23265 2008-04-15 12:35 [nobu at ruby-lang.or] Ruby:r16025 (ruby_1_8): * rubyio.h (rb_io_t): renamed from OpenFile.
23266 2008-04-15 13:29 [nobu at ruby-lang.or] Ruby:r16026 (trunk, ruby_1_8): * array.c (rb_ary_take_while, rb_ary_drop_while): removed unused
23267 2008-04-15 14:10 [nobu at ruby-lang.or] Ruby:r16027 (ruby_1_8): * 2008-04-15
23268 2008-04-15 15:38 [nobu at ruby-lang.or] Ruby:r16028 (trunk): * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for older
23269 2008-04-15 16:46 [kazu at ruby-lang.or] Ruby:r16029 (trunk): * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.
23270 2008-04-15 16:54 [kazu at ruby-lang.or] Ruby:r16030 (ruby_1_8): * signal.c, gc.c: New methods: GC.stress, GC.stress=;
23271 2008-04-15 16:59 [nagai at ruby-lang.o] Ruby:r16031 (ruby_1_8): * ext/tk/lib/tk/menuspec.rb: option check will fail when
23272 2008-04-15 17:06 [kazu at ruby-lang.or] Ruby:r16032 (ruby_1_8): * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.
23273 2008-04-15 17:12 [kazu at ruby-lang.or] Ruby:r16033 (trunk): * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese documents.
23274 2008-04-15 17:50 [kazu at ruby-lang.or] Ruby:r16034 (ruby_1_8): * lib/net/smtp.rb: backported from 1.9. bug#19003
23275 2008-04-15 17:54 [kazu at ruby-lang.or] Ruby:r16035 (ruby_1_8): update NEWS
23276 2008-04-15 17:55 [nobu at ruby-lang.or] Ruby:r16036 (trunk): * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ]
23277 2008-04-15 18:02 [nobu at ruby-lang.or] Ruby:r16037 (trunk): * include/ruby/intern.h (rb_argv): replaced with rb_get_argv().
23278 2008-04-15 18:41 [kazu at ruby-lang.or] Ruby:r16038 (ruby_1_8): * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS scheme; backported from 1.9. bug#19015, [ruby-dev:31896]
23279 2008-04-15 19:08 [kazu at ruby-lang.or] Ruby:r16039 (ruby_1_8): * eval.c (method_receiver, method_name, method_owner): New
23280 2008-04-15 19:21 [matz at ruby-lang.or] Ruby:r16040 (trunk): * io.c: #undef rb_argv moved before #define.
23281 2008-04-15 20:45 [akr at ruby-lang.org] Ruby:r16041 (ruby_1_8): * re.c (match_inspect): backported from 1.9.
23282 2008-04-15 23:10 [kou at ruby-lang.org] Ruby:r16042 (trunk): * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
23283 2008-04-15 23:21 [kou at ruby-lang.org] Ruby:r16043 (trunk): * test/xmlrpc/test_cookie.rb: set svn:eol-style.
23284 2008-04-15 23:42 [knu at ruby-lang.org] Ruby:r16044 (ruby_1_8): * ext/syck/rubyext.c (rb_syck_mktime): Avoid buffer overflow.
23285 2008-04-15 23:48 [knu at ruby-lang.org] Ruby:r16045: Fork a branch for the 1.8.7 release off from ruby_1_8.
23286 2008-04-16 00:07 [knu at ruby-lang.org] Ruby:r16046 (ruby_1_8_7): Begin the 1.8.7 series.
23287 2008-04-16 02:10 [knu at ruby-lang.org] Ruby:r16047 (ruby_1_8): * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
23288 2008-04-16 02:11 [knu at ruby-lang.org] Ruby:r16048 (ruby_1_8_7): * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
23289 2008-04-16 02:26 [nobu at ruby-lang.or] Ruby:r16049 (trunk): * ruby.c (process_options): dln_find_file returns the pointer to a
23290 2008-04-16 02:40 [nobu at ruby-lang.or] Ruby:r16050 (trunk): * ruby.c (process_options): preludes and parser need to run in safe
23291 2008-04-16 04:02 [knu at ruby-lang.org] Ruby:r16051 (ruby_1_8): * version.h: Welcome to the post-1.8.7 world. Radical changes are
23292 2008-04-16 04:07 [knu at ruby-lang.org] Ruby:r16052 (ruby_1_8_7): Add an entry for the 1.8.7 branch point.
23293 2008-04-16 04:08 [knu at ruby-lang.org] Ruby:r16053 (ruby_1_8_7): typo
23294 2008-04-16 05:03 [knu at ruby-lang.org] Ruby:r16054: Tag for 1.8.7-preview1.
23295 2008-04-16 06:11 [knu at ruby-lang.org] Ruby:r16055 (ruby_1_8): * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):
23296 2008-04-16 06:12 [knu at ruby-lang.org] Ruby:r16056 (ruby_1_8_7): * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):
23297 2008-04-17 00:48 [mame at ruby-lang.or] Ruby:r16057 (trunk): * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE
23298 2008-04-17 16:07 [nobu at ruby-lang.or] Ruby:r16058 (trunk): * test/ruby/test_rubyoptions.rb (ruby): run in C locale.
23299 2008-04-17 20:13 [mame at ruby-lang.or] Ruby:r16059 (trunk): * test/ruby/test_rubyoptions.rb (test_search): enable some assertions.
23300 2008-04-17 22:05 [akira at ruby-lang.o] Ruby:r16060 (ruby_1_8): * lib/uri/ftp.rb, lib/uri/generic.rb, test/uri/test_common.rb,
[前][次][スレッド一覧][上]