[前][次][番号順一覧][上]
ruby-cvs:25201-25300
25201 2008-07-10 03:05 [svn ruby-lang.org ] Ruby:r17982 (trunk): * 2008-07-10
25202 2008-07-10 10:20 [nobu ruby-lang.org ] Ruby:r17983 (ruby_1_8): * test/ruby/test_string.rb (test_succ, test_succ!): reverted stale
25203 2008-07-10 12:10 [nobu ruby-lang.org ] Ruby:r17985 (trunk): * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c
25204 2008-07-10 12:09 [nobu ruby-lang.org ] Ruby:r17984 (trunk): * thread.c (rb_thread_wait_for): wait until timed out only when
25205 2008-07-10 12:42 [nobu ruby-lang.org ] Ruby:r17986 (trunk): * thread.c (rb_thread_wait_for): fixed variable name.
25206 2008-07-10 13:52 [shyouhei ruby-lang.o] Ruby:r17987 (ruby_1_8_6): merge revision(s) 17842:
25207 2008-07-10 13:52 [shyouhei ruby-lang.o] Ruby:r17988: add tag v1_8_6_270
25208 2008-07-10 13:54 [shyouhei ruby-lang.o] Ruby:r17989 (ruby_1_8_7): merge revision(s) 17842:
25209 2008-07-10 13:55 [shyouhei ruby-lang.o] Ruby:r17990: add tag v1_8_7_51
25210 2008-07-10 14:09 [nobu ruby-lang.org ] Ruby:r17991 (trunk): * ext/coverage/coverage.c (rb_coverage_start): return nil.
25211 2008-07-10 17:22 [usa ruby-lang.org ] Ruby:r17992 (trunk): * win32/win32.c (insert): follow recent changes of globbing.
25212 2008-07-10 18:31 [wanabe ruby-lang.org] Ruby:r17993 (trunk): * test/ruby/envutil.rb (assert_normal_exit): finish writing script
25213 2008-07-10 18:36 [shyouhei ruby-lang.o] Ruby:r17994 (ruby_1_8_6): merge revision(s) 17849:
25214 2008-07-10 18:36 [shyouhei ruby-lang.o] Ruby:r17995: add tag v1_8_6_271
25215 2008-07-10 18:38 [shyouhei ruby-lang.o] Ruby:r17996 (ruby_1_8_7): merge revision(s) 17849:
25216 2008-07-10 18:38 [shyouhei ruby-lang.o] Ruby:r17997: add tag v1_8_7_52
25217 2008-07-10 18:39 [shyouhei ruby-lang.o] Ruby:r17998 (ruby_1_8_6): merge revision(s) 17868:
25218 2008-07-10 18:39 [shyouhei ruby-lang.o] Ruby:r17999: add tag v1_8_6_272
25219 2008-07-10 18:40 [shyouhei ruby-lang.o] Ruby:r18000 (ruby_1_8_7): merge revision(s) 17868:
25220 2008-07-10 18:40 [shyouhei ruby-lang.o] Ruby:r18001: add tag v1_8_7_53
25221 2008-07-10 18:43 [shyouhei ruby-lang.o] Ruby:r18002 (ruby_1_8_7): merge revision(s) 17881:
25222 2008-07-10 18:43 [shyouhei ruby-lang.o] Ruby:r18003: add tag v1_8_7_54
25223 2008-07-10 18:45 [shyouhei ruby-lang.o] Ruby:r18004 (ruby_1_8_6): merge revision(s) 17916:
25224 2008-07-10 18:46 [shyouhei ruby-lang.o] Ruby:r18005: add tag v1_8_6_273
25225 2008-07-10 18:47 [shyouhei ruby-lang.o] Ruby:r18006 (ruby_1_8_7): merge revision(s) 17916:
25226 2008-07-10 18:47 [shyouhei ruby-lang.o] Ruby:r18007: add tag v1_8_7_55
25227 2008-07-10 18:57 [shyouhei ruby-lang.o] Ruby:r18008 (ruby_1_8_7): merge revision(s) 16765:
25228 2008-07-10 18:57 [shyouhei ruby-lang.o] Ruby:r18009: add tag v1_8_7_56
25229 2008-07-10 19:45 [wanabe ruby-lang.org] Ruby:r18010 (trunk): * test/ruby/envutil.rb (assert_normal_exit): r17993 revert.
25230 2008-07-10 21:22 [suke ruby-lang.org ] Ruby:r18011 (trunk): * test/win32ole/test_win32ole_typelib.rb: add some illegal argument test.
25231 2008-07-10 22:06 [nobu ruby-lang.org ] Ruby:r18012 (trunk): * lib/pstore.rb (PStore#transaction): return the result from the
25232 2008-07-10 23:52 [akr ruby-lang.org ] Ruby:r18013 (trunk): add ML ref.
25233 2008-07-11 00:58 [ko1 ruby-lang.org ] Ruby:r18014 (trunk): * thread.c (thread_create_core): fix GC problem.
25234 2008-07-11 05:09 [usa ruby-lang.org ] Ruby:r18015 (trunk): * include/ruby/win32.h (pipe): prohibit inheritance.
25235 2008-07-11 06:16 [nobu ruby-lang.org ] Ruby:r18016 (trunk): * common.mk (process.o): depends on util.h.
25236 2008-07-11 06:25 [nobu ruby-lang.org ] Ruby:r18017 (mvm): * merged from trunk r17977:18016.
25237 2008-07-11 06:26 [nobu ruby-lang.org ] Ruby:r18018 (mvm): * thread.c (rb_get_coverages): return VM specific data instead of the
25238 2008-07-11 06:27 [nobu ruby-lang.org ] Ruby:r18019 (mvm): * thread.c (rb_get_coverages): return VM specific data instead of the
25239 2008-07-11 06:44 [nobu ruby-lang.org ] Ruby:r18020 (mvm): * dir.c (fcntl.h): needed for AT_FDCWD.
25240 2008-07-11 06:45 [nobu ruby-lang.org ] Ruby:r18021 (mvm): * vm_core.h (rb_thread_t): per-thread cwd support. [EXPERIMENTAL]
25241 2008-07-11 14:43 [usa ruby-lang.org ] Ruby:r18022 (trunk): * win32/win32.c (CreateChild): the measures for Vista is no longer
25242 2008-07-11 15:01 [nobu ruby-lang.org ] Ruby:r18023 (mvm): * process.c (rb_run_exec_options): default to thread cwd.
25243 2008-07-11 16:18 [usa ruby-lang.org ] Ruby:r18024 (trunk): * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):
25244 2008-07-11 16:45 [nobu ruby-lang.org ] Ruby:r18025 (mvm): * Makefile.in (gvar): make global/static variables list.
25245 2008-07-11 16:46 [nobu ruby-lang.org ] Ruby:r18026 (mvm): * merged from trunk r18016:18025.
25246 2008-07-11 20:51 [nobu ruby-lang.org ] Ruby:r18027 (trunk): * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the file
25247 2008-07-11 22:10 [usa ruby-lang.org ] Ruby:r18028 (trunk): * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM)
25248 2008-07-11 22:59 [mame ruby-lang.org ] Ruby:r18029 (trunk): * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.
25249 2008-07-11 23:06 [mame ruby-lang.org ] Ruby:r18030 (trunk): * test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.
25250 2008-07-11 23:51 [mame ruby-lang.org ] Ruby:r18031 (ruby_1_8): * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. [ruby-core:17713]
25251 2008-07-11 23:51 [svn ruby-lang.org ] Ruby:r18032 (ruby_1_8): * 2008-07-11
25252 2008-07-12 01:55 [svn ruby-lang.org ] Ruby:r18034 (trunk): * 2008-07-12
25253 2008-07-12 01:55 [usa ruby-lang.org ] Ruby:r18033 (trunk): * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle to
25254 2008-07-12 09:31 [suke ruby-lang.org ] Ruby:r18035 (trunk): * test/win32ole/test_win32ole_event.rb: add test
25255 2008-07-12 16:02 [nobu ruby-lang.org ] Ruby:r18036 (trunk, ruby_1_8): * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires
25256 2008-07-12 16:02 [svn ruby-lang.org ] Ruby:r18037 (ruby_1_8): * 2008-07-12
25257 2008-07-12 22:17 [nobu ruby-lang.org ] Ruby:r18038 (trunk): * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.
25258 2008-07-12 22:30 [nobu ruby-lang.org ] Ruby:r18039 (trunk): * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that
25259 2008-07-12 22:41 [nobu ruby-lang.org ] Ruby:r18040 (trunk): * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.
25260 2008-07-12 23:25 [akr ruby-lang.org ] Ruby:r18041 (trunk): * ext/socket/socket.c: use PRIuSIZE.
25261 2008-07-12 23:58 [usa ruby-lang.org ] Ruby:r18042 (trunk): * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which created
25262 2008-07-13 00:03 [shyouhei ruby-lang.o] Ruby:r18043 (ruby_1_8_6): merge revision(s) 17841,17845,17858:
25263 2008-07-13 00:03 [shyouhei ruby-lang.o] Ruby:r18044: add tag v1_8_6_274
25264 2008-07-13 00:06 [shyouhei ruby-lang.o] Ruby:r18045 (ruby_1_8_7): merge revision(s) 17841,17845,17858:
25265 2008-07-13 00:06 [shyouhei ruby-lang.o] Ruby:r18046: add tag v1_8_7_57
25266 2008-07-13 00:07 [shyouhei ruby-lang.o] Ruby:r18047 (ruby_1_8_6): merge revision(s) 17940:
25267 2008-07-13 00:07 [shyouhei ruby-lang.o] Ruby:r18048: add tag v1_8_6_275
25268 2008-07-13 00:08 [shyouhei ruby-lang.o] Ruby:r18049 (ruby_1_8_7): merge revision(s) 17940:
25269 2008-07-13 00:08 [shyouhei ruby-lang.o] Ruby:r18050: add tag v1_8_7_58
25270 2008-07-13 05:39 [usa ruby-lang.org ] Ruby:r18051 (trunk): * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.
25271 2008-07-13 05:39 [svn ruby-lang.org ] Ruby:r18052 (trunk): * 2008-07-13
25272 2008-07-13 06:57 [nobu ruby-lang.org ] Ruby:r18053 (ruby_1_8, trunk): * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):
25273 2008-07-13 06:57 [svn ruby-lang.org ] Ruby:r18054 (ruby_1_8): * 2008-07-13
25274 2008-07-13 21:36 [suke ruby-lang.org ] Ruby:r18055 (trunk): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hash
25275 2008-07-14 05:09 [nobu ruby-lang.org ] Ruby:r18056 (ruby_1_8): * bignum.c (big2ulong, big2ull): constified.
25276 2008-07-14 05:09 [svn ruby-lang.org ] Ruby:r18057 (ruby_1_8): * 2008-07-14
25277 2008-07-14 06:02 [svn ruby-lang.org ] Ruby:r18059 (trunk): * 2008-07-14
25278 2008-07-14 06:02 [nobu ruby-lang.org ] Ruby:r18058 (ruby_1_8, trunk): * lib/optparse.rb (OptionParser#environment): requires shellwords.
25279 2008-07-14 13:37 [usa ruby-lang.org ] Ruby:r18060 (trunk): * ext/socket/extconf.rb: initialize winsock on win32 to avoid error
25280 2008-07-14 15:17 [kazu ruby-lang.org ] Ruby:r18061 (trunk): * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test of $0.
25281 2008-07-14 15:27 [naruse ruby-lang.org] Ruby:r18062 (trunk): * transcode.c (get_replacement_character): temporary function,
25282 2008-07-14 17:40 [kazu ruby-lang.org ] Ruby:r18063 (trunk): * test/ruby/test_time.rb (TestTime#test_time_interval): add timeout
25284 2008-07-14 18:16 [svn ruby-lang.org ] Ruby:r18065 (mvm): * 2008-07-14
25285 2008-07-14 18:47 [nobu ruby-lang.org ] Ruby:r18066 (trunk): * transcode.c (transcode_loop): constified.
25286 2008-07-14 20:38 [suke ruby-lang.org ] Ruby:r18067 (trunk): * test/win32ole/test_win32ole_event.rb (teardown): fix typo.
25287 2008-07-15 18:14 [usa ruby-lang.org ] Ruby:r18068 (trunk): * thread_win32.c (ubf_handle): cancel blocking IO if it can (only
25288 2008-07-15 18:14 [svn ruby-lang.org ] Ruby:r18069 (trunk): * 2008-07-15
25289 2008-07-15 18:17 [usa ruby-lang.org ] Ruby:r18070 (trunk): * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by
25290 2008-07-15 18:26 [usa ruby-lang.org ] Ruby:r18071 (trunk): * ChangeLog: type.
25291 2008-07-15 21:33 [knu ruby-lang.org ] Ruby:r18072 (trunk): * configure.in (--with-ruby-version): Add a new option to specify
25292 2008-07-15 21:34 [usa ruby-lang.org ] Ruby:r18073 (trunk): * ext/socket/socket.c (ruby_connect, s_accept): came back blocking
25293 2008-07-15 21:43 [knu ruby-lang.org ] Ruby:r18074 (ruby_1_8): * configure.in (--with-ruby-version): Add a new option to specify
25294 2008-07-15 21:43 [svn ruby-lang.org ] Ruby:r18075 (ruby_1_8): * 2008-07-15
25295 2008-07-15 21:48 [knu ruby-lang.org ] Ruby:r18076 (trunk): * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do
25296 2008-07-15 21:49 [knu ruby-lang.org ] Ruby:r18077 (ruby_1_8): * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do
25297 2008-07-15 21:50 [knu ruby-lang.org ] Ruby:r18078 (ruby_1_8): Add a comment.
25298 2008-07-15 21:58 [nobu ruby-lang.org ] Ruby:r18079 (ruby_1_8, trunk): * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be
25299 2008-07-15 22:34 [usa ruby-lang.org ] Ruby:r18080 (trunk): * win32/Makefile.sub (ruby_version): follow changes in configure.in.
25300 2008-07-15 23:03 [usa ruby-lang.org ] Ruby:r18081 (ruby_1_8): * {bcc32,win32}/Makefile.sub (ruby_version): follow changes in
[前][次][番号順一覧][上]