[前][次][スレッド一覧][上]
ruby-cvs:19201-19300
19201 2007-03-03 16:30 [knu at ruby-lang.org] Ruby:r11965: * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a
19202 2007-03-03 18:37 [knu at ruby-lang.org] Ruby:r11966: * eval.c (rb_provided): return true only for features loaded from
19203 2007-03-03 18:55 [knu at ruby-lang.org] Ruby:r11967: * NEWS: Add a note for String#intern.
19204 2007-03-03 18:57 [knu at ruby-lang.org] Ruby:r11968: * NEWS: Add a note for String#intern.
19205 2007-03-03 19:06 [knu at ruby-lang.org] Ruby:r11969: * ext/thread/thread.c (push_list): Use ALLOC().
19206 2007-03-03 19:08 [knu at ruby-lang.org] Ruby:r11970: * ext/thread/thread.c (push_list): Use ALLOC().
19207 2007-03-03 21:40 [knu at ruby-lang.org] Ruby:r11971: * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;
19208 2007-03-03 21:41 [knu at ruby-lang.org] Ruby:r11972: * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;
19209 2007-03-03 22:37 [nobu at ruby-lang.or] Ruby:r11973: * file.c (rb_file_s_utime): allow nil to set the current time.
19210 2007-03-03 22:53 [aamine at ruby-lang.] Ruby:r11974: * lib/fileutils.rb (mv): could not move directory between different file systems. [ruby-dev:30411]
19211 2007-03-03 22:54 [aamine at ruby-lang.] Ruby:r11975: * lib/fileutils.rb (touch): last #touch change causes error when :mtime option was not given.
19212 2007-03-03 22:57 [aamine at ruby-lang.] Ruby:r11976: * lib/fileutils.rb (touch): last commit causes error if :mtime option was not given.
19213 2007-03-03 23:01 [aamine at ruby-lang.] Ruby:r11977: * lib/fileutils.rb (mv): could not move a directory between different filesystems. [ruby-dev:30411]
19214 2007-03-04 01:04 [knu at ruby-lang.org] Ruby:r11978: * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods
19215 2007-03-04 01:06 [knu at ruby-lang.org] Ruby:r11979: * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods
19216 2007-03-04 01:06 [knu at ruby-lang.org] Ruby:r11980: * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods
19217 2007-03-04 14:51 [eban at ruby-lang.or] Ruby:r11981: * util.c (push_element): should return a int value.
19218 2007-03-04 14:52 [eban at ruby-lang.or] Ruby:r11982: * util.c (push_element): should return a int value.
19219 2007-03-04 23:20 [knu at ruby-lang.org] Ruby:r11983: * util.c (push_element): should return a int value.
19220 2007-03-04 23:27 [knu at ruby-lang.org] Ruby:r11984: 20070304
19221 2007-03-04 23:38 [nobu at ruby-lang.or] Ruby:r11985: * file.c (rb_stat_s_utime): fixed a commit miss for the platforms
19222 2007-03-04 23:41 [nobu at ruby-lang.or] Ruby:r11986: * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t and
19223 2007-03-04 23:51 [knu at ruby-lang.org] Ruby:r11987: * file.c (rb_file_s_utime): allow nil to set the current time.
19224 2007-03-04 23:53 [knu at ruby-lang.org] Ruby:r11988: * lib/fileutils.rb (mv): could not move a directory between
19225 2007-03-05 00:03 [knu at ruby-lang.org] Ruby:r11989: merge a cosmetic change
19226 2007-03-05 00:04 [knu at ruby-lang.org] Ruby:r11990: 20070305
19227 2007-03-05 00:20 [knu at ruby-lang.org] Ruby:r11991: Tag for 1.8.6-preview3.
19228 2007-03-05 01:36 [nobu at ruby-lang.or] Ruby:r11992: * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed
19229 2007-03-05 07:14 [aamine at ruby-lang.] Ruby:r11993: * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is incompatible from current 1.9 interface at all.
19230 2007-03-05 09:20 [aamine at ruby-lang.] Ruby:r11995: * lib/timeout.rb (Timeout.timeout): should return the block value always.
19231 2007-03-05 09:18 [aamine at ruby-lang.] Ruby:r11994: * lib/net/smtp.rb: support automatic STARTTLS.
19232 2007-03-05 20:22 [knu at ruby-lang.org] Ruby:r11996: * time.c (time_to_s): Correct the wrong format which did
19233 2007-03-05 21:50 [knu at ruby-lang.org] Ruby:r11997: * time.c (time_to_s): Correct the wrong format which did
19234 2007-03-05 23:29 [nagai at ruby-lang.o] Ruby:r11998: * NEWS: add entries about
19235 2007-03-06 10:21 [nobu at ruby-lang.or] Ruby:r11999: * runruby.rb: added --pure (turned on by default) and
19236 2007-03-06 10:23 [nobu at ruby-lang.or] Ruby:r12000: * ChangeLog: commit
19237 2007-03-06 11:55 [nagai at ruby-lang.o] Ruby:r12001: * ext/tk/sample/irbtkw.rbw: fails to exit
19238 2007-03-06 11:56 [nagai at ruby-lang.o] Ruby:r12002: * ext/tk/sample/irbtkw.rbw: fails to exit
19239 2007-03-06 17:50 [keiju at ruby-lang.o] Ruby:r12003: * lib/shell/process-controller.rb: fix thread synchronization problem for
19240 2007-03-06 18:36 [knu at ruby-lang.org] Ruby:r12004: * time.c (time_to_s): Back out the format changes;
19241 2007-03-06 18:55 [knu at ruby-lang.org] Ruby:r12005: * ext/digest/lib/md5.rb (MD5::md5): Catch up with Digest's
19242 2007-03-06 18:59 [knu at ruby-lang.org] Ruby:r12006: * lib/shell/process-controller.rb: fix thread
19243 2007-03-06 19:09 [knu at ruby-lang.org] Ruby:r12007: * ext/digest/lib/md5.rb (MD5::new, MD5::md5): Do not
19244 2007-03-06 19:12 [knu at ruby-lang.org] Ruby:r12008: Merge changes from
19245 2007-03-08 06:30 [aamine at ruby-lang.] Ruby:r12009: * parse.y (opt_bv_decl): resolve type crash by declarating type of bv_decls, opt_bv_decl,
19246 2007-03-08 09:23 [aamine at ruby-lang.] Ruby:r12010: * compile.c: iseq_compile ->
19247 2007-03-08 17:30 [shyouhei at ruby-lan] Ruby:r12011: * merge -c
19248 2007-03-08 17:30 [shyouhei at ruby-lan] Ruby:r12012: * add tag
19249 2007-03-08 17:34 [shyouhei at ruby-lan] Ruby:r12013: * merge -c
19250 2007-03-08 17:34 [shyouhei at ruby-lan] Ruby:r12014: patchlevel
19251 2007-03-08 17:35 [shyouhei at ruby-lan] Ruby:r12015: * add tag
19252 2007-03-08 17:38 [shyouhei at ruby-lan] Ruby:r12016: * merge -c
19253 2007-03-08 17:39 [shyouhei at ruby-lan] Ruby:r12017: * add tag
19254 2007-03-08 17:46 [shyouhei at ruby-lan] Ruby:r12018: * merge -c
19255 2007-03-08 17:46 [shyouhei at ruby-lan] Ruby:r12019: * add tag
19256 2007-03-08 17:52 [shyouhei at ruby-lan] Ruby:r12020: * merge -c
19257 2007-03-08 17:52 [shyouhei at ruby-lan] Ruby:r12021: * add tag
19258 2007-03-10 07:21 [suke at ruby-lang.or] Ruby:r12022: * ext/win32ole/win32ole.c: add
19259 2007-03-11 05:52 [knu at ruby-lang.org] Ruby:r12023: * misc/README, misc/rdebug.el: Add rdebug.el, Emacs
19260 2007-03-11 09:40 [nobu at ruby-lang.or] Ruby:r12024: * ChangeLog: correct ML number.
19261 2007-03-11 12:09 [nobu at ruby-lang.or] Ruby:r12025: * eval.c (error_handle): no message when exiting by
19262 2007-03-11 12:13 [eban at ruby-lang.or] Ruby:r12026: *
19263 2007-03-11 17:31 [knu at ruby-lang.org] Ruby:r12027: * eval.c (error_handle): no message when exiting by
19264 2007-03-11 17:51 [knu at ruby-lang.org] Ruby:r12028: * ext/dl/mkcallback.rb (mkfunc): Make sure that a
19265 2007-03-11 17:51 [knu at ruby-lang.org] Ruby:r12029: * ext/dl/mkcallback.rb (mkfunc): Make sure that a
19266 2007-03-11 18:46 [knu at ruby-lang.org] Ruby:r12030: * misc/ruby-mode.el (ruby-block-end-re): Support for
19267 2007-03-11 19:01 [knu at ruby-lang.org] Ruby:r12031: Synchronize with
19268 2007-03-11 19:05 [knu at ruby-lang.org] Ruby:r12032: * misc/README: Add a note about ruby-electric.el.
19269 2007-03-12 00:01 [shyouhei at ruby-lan] Ruby:r12033: * merge -c
19270 2007-03-12 00:02 [shyouhei at ruby-lan] Ruby:r12034: * add tag
19271 2007-03-12 00:34 [shyouhei at ruby-lan] Ruby:r12035: * merge -c
19272 2007-03-12 00:35 [shyouhei at ruby-lan] Ruby:r12036: * add tag
19273 2007-03-12 01:01 [knu at ruby-lang.org] Ruby:r12037: * ext/dl/lib/dl/import.rb
19274 2007-03-12 01:09 [knu at ruby-lang.org] Ruby:r12038: * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for
19275 2007-03-12 01:24 [knu at ruby-lang.org] Ruby:r12039: * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for
19276 2007-03-12 11:01 [knu at ruby-lang.org] Ruby:r12040: * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know
19277 2007-03-12 13:04 [knu at ruby-lang.org] Ruby:r12041:
19278 2007-03-12 13:07 [knu at ruby-lang.org] Ruby:r12042: * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know
19279 2007-03-12 13:12 [knu at ruby-lang.org] Ruby:r12043: * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know
19280 2007-03-12 16:16 [shyouhei at ruby-lan] Ruby:r12044: *merge -c
19281 2007-03-12 16:16 [shyouhei at ruby-lan] Ruby:r12045: * add tag
19282 2007-03-12 17:30 [shyouhei at ruby-lan] Ruby:r12046: * lib/fileutils.rb (FileUtils::mv): fix incomplete backport
19283 2007-03-12 17:30 [shyouhei at ruby-lan] Ruby:r12047: * add tag
19284 2007-03-13 02:48 [knu at ruby-lang.org] Ruby:r12048: * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the
19285 2007-03-13 02:54 [knu at ruby-lang.org] Ruby:r12049: * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the
19286 2007-03-13 02:55 [knu at ruby-lang.org] Ruby:r12050: * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the
19287 2007-03-13 03:10 [knu at ruby-lang.org] Ruby:r12051: Tag for
19288 2007-03-13 03:23 [nobu at ruby-lang.or] Ruby:r12052: * runruby.rb: added --pure (turned on by default) and
19289 2007-03-13 04:07 [knu at ruby-lang.org] Ruby:r12053: * stable version 1.8.6
19290 2007-03-13 04:08 [knu at ruby-lang.org] Ruby:r12054: Undo v1_8_6 (just) for a ChangeLog
19291 2007-03-13 04:15 [knu at ruby-lang.org] Ruby:r12055: Redo: Tag for
19292 2007-03-13 06:05 [knu at ruby-lang.org] Ruby:r12056: * stable version 1.8.6 released from the ruby_1_8_6
19293 2007-03-13 06:41 [knu at ruby-lang.org] Ruby:r12057: * NEWS: Reword and improve
19294 2007-03-13 07:24 [shugo at ruby-lang.o] Ruby:r12058: * lib/monitor.rb (mon_try_enter): call
19295 2007-03-13 09:24 [nobu at ruby-lang.or] Ruby:r12059: * common.mk (clear-installed-list): separated from
19296 2007-03-13 14:47 [shyouhei at ruby-lan] Ruby:r12060: * test/fileutils/fileasserts.rb: Fix wrong error
19297 2007-03-13 14:48 [shyouhei at ruby-lan] Ruby:r12061: * add tag
19298 2007-03-13 17:33 [shyouhei at ruby-lan] Ruby:r12062: * stable version 1.8.5-p35
19299 2007-03-13 17:34 [shyouhei at ruby-lan] Ruby:r12063: * add tag
19300 2007-03-13 19:13 [keiju at ruby-lang.o] Ruby:r12064: * lib/sync.rb: support for ruby 1.9(YARV) thread
[前][次][スレッド一覧][上]