[前][次][スレッド一覧][上]
ruby-cvs:19501-19600
19501 2007-05-09 13:11 [nobu at ruby-lang.or] Ruby:r12265: * numeric.c: purged trailing spaces.
19502 2007-05-10 10:12 [nobu at ruby-lang.or] Ruby:r12266: * thread.c (rb_thread_priority): rdoc fix; the initial value is
19503 2007-05-10 10:13 [nobu at ruby-lang.or] Ruby:r12267: * eval.c (rb_thread_priority): rdoc fix; the initial value is
19504 2007-05-10 15:08 [nobu at ruby-lang.or] Ruby:r12268: * parse.y (POINTER_P): pointer may be larger than long.
19505 2007-05-10 15:13 [usa at ruby-lang.org] Ruby:r12269: * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
19506 2007-05-10 15:17 [usa at ruby-lang.org] Ruby:r12270: * test/ruby/test_super.rb: add tests.
19507 2007-05-10 15:20 [usa at ruby-lang.org] Ruby:r12271: * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
19509 2007-05-11 15:26 [nobu at ruby-lang.or] Ruby:r12273: * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.
19510 2007-05-12 18:25 [aamine at ruby-lang.] Ruby:r12274: * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]
19511 2007-05-12 18:29 [eban at ruby-lang.or] Ruby:r12275: * 2007-05-12
19512 2007-05-14 01:54 [matz at ruby-lang.or] Ruby:r12276: * array.c (rb_ary_choice): should return nil when the array is
19513 2007-05-14 02:15 [matz at ruby-lang.or] Ruby:r12277: * array.c (rb_ary_zip): a.zip(b,c) should return an array, not
19514 2007-05-14 13:27 [nobu at ruby-lang.or] Ruby:r12278: * ext/thread/thread.c (wait_list): supress a warning.
19515 2007-05-15 14:55 [usa at ruby-lang.org] Ruby:r12279: * win32/win32.c (init_stdhandle): stderr should be without buffering,
19516 2007-05-15 14:55 [usa at ruby-lang.org] Ruby:r12280: * ChangeLog: orz
19517 2007-05-15 15:00 [usa at ruby-lang.org] Ruby:r12281: * 2007-05-15
19518 2007-05-15 15:01 [usa at ruby-lang.org] Ruby:r12282: * win32/win32.c (init_stdhandle): stderr should be without buffering,
19519 2007-05-15 16:39 [nobu at ruby-lang.or] Ruby:r12283: * test/ruby/test_beginendblock.rb (test_endblockwarn): now parser
19520 2007-05-16 21:52 [nahi at ruby-lang.or] Ruby:r12284: * lib/logger.rb (Logger::Application): remove meaningless logdev
19521 2007-05-17 13:00 [ko1 at ruby-lang.org] Ruby:r12285: * debug.c (ruby_debug_node): fix to show node line.
19522 2007-05-17 13:04 [ko1 at ruby-lang.org] Ruby:r12286: * iseq.c (ruby_iseq_disasm): fix to show post arg info.
19523 2007-05-17 13:25 [ko1 at ruby-lang.org] Ruby:r12287: * parse.y, compile.c (set_arguments): fix to support in-paren
19524 2007-05-17 13:31 [matz at ruby-lang.or] Ruby:r12288: * parse.y (f_arg): remove typo from ripper description.
19525 2007-05-17 17:02 [nobu at ruby-lang.or] Ruby:r12289: * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.
19526 2007-05-18 03:01 [nobu at ruby-lang.or] Ruby:r12290: * win32/mkexports.rb: preserve prefixed underscores for WINAPI
19527 2007-05-18 11:11 [nobu at ruby-lang.or] Ruby:r12291: * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given
19528 2007-05-18 16:57 [matz at ruby-lang.or] Ruby:r12292: * file.c (Init_File): add to_path method to File objects.
19529 2007-05-18 17:09 [nobu at ruby-lang.or] Ruby:r12293: * win32/win32.c (move_to_next_entry): loc also must move forward.
19530 2007-05-18 23:10 [matz at ruby-lang.or] Ruby:r12294: * array.c (rb_ary_first): call rb_ary_subseq() instead of pushing
19531 2007-05-18 23:18 [matz at ruby-lang.or] Ruby:r12295: * array.c (rb_ary_first): add negative length check.
19532 2007-05-19 01:04 [nobu at ruby-lang.or] Ruby:r12296: * file.c (Init_File): method definition mismatch.
19533 2007-05-19 01:10 [matz at ruby-lang.or] Ruby:r12297: * enum.c (enum_inject): it is now can work without block. you
19534 2007-05-19 03:06 [nobu at ruby-lang.or] Ruby:r12298: * enum.c (enum_inject): minor improvement. [ruby-dev:30792]
19535 2007-05-19 10:27 [tadf at ruby-lang.or] Ruby:r12299: * lib/date/format.rb (Date._parse): detects some OFX dates
19536 2007-05-19 10:29 [tadf at ruby-lang.or] Ruby:r12300: * lib/date/format.rb (Date._parse): detects some OFX dates
19537 2007-05-19 10:41 [tadf at ruby-lang.or] Ruby:r12301: typo
19538 2007-05-19 10:41 [tadf at ruby-lang.or] Ruby:r12302: typo
19539 2007-05-21 03:33 [aamine at ruby-lang.] Ruby:r12303: * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]
19540 2007-05-21 13:46 [ko1 at ruby-lang.org] Ruby:r12304: * compile.c, vm_macro.def: support tail call optimization
19541 2007-05-22 16:38 [matz at ruby-lang.or] Ruby:r12305: * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch from
19542 2007-05-22 21:02 [shyouhei at ruby-lan] Ruby:r12306: merge -c 12113
19543 2007-05-22 21:36 [shyouhei at ruby-lan] Ruby:r12307: merge -c 12116
19544 2007-05-22 23:19 [shyouhei at ruby-lan] Ruby:r12308: merge -c 12123
19545 2007-05-22 23:41 [shyouhei at ruby-lan] Ruby:r12309: merge -c 12126
19546 2007-05-23 00:01 [shyouhei at ruby-lan] Ruby:r12310: merge -c 12127
19547 2007-05-23 00:08 [shyouhei at ruby-lan] Ruby:r12311: merge -c 12137
19548 2007-05-23 00:14 [shyouhei at ruby-lan] Ruby:r12312: merge -c 12137
19549 2007-05-23 01:28 [shyouhei at ruby-lan] Ruby:r12313: merge -r 12143:12147
19550 2007-05-23 01:28 [shyouhei at ruby-lan] Ruby:r12314: merge -r 12143:12147
19551 2007-05-23 01:44 [shyouhei at ruby-lan] Ruby:r12315: merge -c 12158
19552 2007-05-23 01:45 [shyouhei at ruby-lan] Ruby:r12316: merge -c 12158
19553 2007-05-23 02:00 [shyouhei at ruby-lan] Ruby:r12317: merge -r 12165:12168
19554 2007-05-23 02:01 [shyouhei at ruby-lan] Ruby:r12318: merge -r 12165:12168
19555 2007-05-23 02:16 [shyouhei at ruby-lan] Ruby:r12319: merge -c 12187
19556 2007-05-23 02:16 [shyouhei at ruby-lan] Ruby:r12320: merge -c 12187
19557 2007-05-23 02:32 [shyouhei at ruby-lan] Ruby:r12321: merge -c 12189
19558 2007-05-23 03:19 [shyouhei at ruby-lan] Ruby:r12322: merge -c 12190
19559 2007-05-23 03:25 [shyouhei at ruby-lan] Ruby:r12323: merge -c 12192
19560 2007-05-23 03:25 [shyouhei at ruby-lan] Ruby:r12324: merge -c 12192
19561 2007-05-23 03:26 [shyouhei at ruby-lan] Ruby:r12325: patchlevel 45
19562 2007-05-23 03:35 [shyouhei at ruby-lan] Ruby:r12326: merge -c 12193
19563 2007-05-23 03:35 [shyouhei at ruby-lan] Ruby:r12327: merge -c 12193
19564 2007-05-23 03:53 [shyouhei at ruby-lan] Ruby:r12328: merge -c 12206
19565 2007-05-23 04:22 [shyouhei at ruby-lan] Ruby:r12329: merge -c 12210
19566 2007-05-23 05:14 [shyouhei at ruby-lan] Ruby:r12330: merge -c 12267
19567 2007-05-23 05:19 [shyouhei at ruby-lan] Ruby:r12331: merge -c 12272
19568 2007-05-23 05:37 [shyouhei at ruby-lan] Ruby:r12332: merge -c 12224
19569 2007-05-23 05:48 [nobu at ruby-lang.or] Ruby:r12333: * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear default
19570 2007-05-23 05:56 [shyouhei at ruby-lan] Ruby:r12334: merge -r 12278:12280
19571 2007-05-23 05:56 [shyouhei at ruby-lan] Ruby:r12335: merge -r 12278:12280
19572 2007-05-23 06:09 [nobu at ruby-lang.or] Ruby:r12336: * ext/purelib.rb: commit miss.
19573 2007-05-23 06:16 [shyouhei at ruby-lan] Ruby:r12337: merge -c 12293
19574 2007-05-23 06:16 [shyouhei at ruby-lan] Ruby:r12338: merge -c 12293
19575 2007-05-23 06:37 [shyouhei at ruby-lan] Ruby:r12339: merge -r 12332:12336
19576 2007-05-23 06:58 [shyouhei at ruby-lan] Ruby:r12340: * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.
19577 2007-05-23 07:00 [shyouhei at ruby-lan] Ruby:r12341: * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.
19578 2007-05-23 07:02 [shyouhei at ruby-lan] Ruby:r12342: * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.
19579 2007-05-23 07:32 [shyouhei at ruby-lan] Ruby:r12343: * process.c (proc_exec_v): terminate timer thread in advance.
19580 2007-05-23 07:39 [shyouhei at ruby-lan] Ruby:r12344: add tag v1_8_5_40
19581 2007-05-23 07:39 [shyouhei at ruby-lan] Ruby:r12345: add tag v1_8_5_41
19582 2007-05-23 07:39 [shyouhei at ruby-lan] Ruby:r12347: add tag v1_8_5_43
19583 2007-05-23 07:40 [shyouhei at ruby-lan] Ruby:r12348: add tag v1_8_5_44
19584 2007-05-23 07:40 [shyouhei at ruby-lan] Ruby:r12349: add tag v1_8_5_45
19585 2007-05-23 07:39 [shyouhei at ruby-lan] Ruby:r12346: add tag v1_8_5_42
19586 2007-05-23 07:40 [shyouhei at ruby-lan] Ruby:r12350: add tag v1_8_5_46
19587 2007-05-23 07:40 [shyouhei at ruby-lan] Ruby:r12351: add tag v1_8_5_47
19588 2007-05-23 07:40 [shyouhei at ruby-lan] Ruby:r12353: add tag v1_8_5_49
19589 2007-05-23 07:40 [shyouhei at ruby-lan] Ruby:r12352: add tag v1_8_5_48
19590 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12354: add tag v1_8_6_5
19591 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12355: add tag v1_8_6_6
19592 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12356: add tag v1_8_6_7
19593 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12357: add tag v1_8_6_8
19594 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12358: add tag v1_8_6_9
19595 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12359: add tag v1_8_6_10
19596 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12360: add tag v1_8_6_12
19597 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12363: add tag v1_8_6_15
19598 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12361: add tag v1_8_6_13
19599 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12365: add tag v1_8_6_17
19600 2007-05-23 07:43 [shyouhei at ruby-lan] Ruby:r12366: add tag v1_8_6_18
[前][次][スレッド一覧][上]