[前][次][番号順一覧][上]

ruby-changes:3001-3100

   3001 2007-12-23 00:24 [ko1@a...            ] akr -  Ruby:r14493 (trunk): document updated.
   3002 2007-12-23 00:25 [ko1@a...            ] nobu -  Ruby:r14494 (trunk): * transcode_data_japanese.c: set properties.
   3003 2007-12-23 00:31 [ko1@a...            ] akr -  Ruby:r14495: ignore enc.mk and revision.h.
   3004 2007-12-23 00:50 [ko1@a...            ] shugo -  Ruby:r14496 (trunk): * test/net/imap/test_imap.rb: added tests for SSL.
   3005 2007-12-23 01:21 [ko1@a...            ] davidflanagan -  Ruby:r14497 (trunk): * io.c, io.h: temporary patch to partially implement transcode-on-read and transcode-on-write
   3006 2007-12-23 02:28 [ko1@a...            ] matz -  Ruby:r14498 (trunk): * io.c (rb_io_mode_enc): do not set encoding unless explicitly
   3007 2007-12-23 02:47 [ko1@a...            ] nobu -  Ruby:r14499 (trunk): * test/net/imap/{cacert.pem,server.{crt,key}}: set properties.
   3008 2007-12-23 03:19 [ko1@a...            ] nobu -  Ruby:r14500 (trunk): * common.mk (encs, ext/ripper/ripper.c): MAKEFLAGS needs -.
   3009 2007-12-23 03:22 [ko1@a...            ] nobu -  Ruby:r14501 (trunk): * common.mk (srcs): new target to generated sources.
   3010 2007-12-23 03:27 [ko1@a...            ] nobu -  Ruby:r14502 (trunk): * version.h: use patchlevel if revision is not set.
   3011 2007-12-23 03:36 [ko1@a...            ] nobu -  Ruby:r14503 (trunk): * enc/depend, enc/make_encmake.rb: use erb.
   3012 2007-12-23 08:47 [ko1@a...            ] akr -  Ruby:r14504 (trunk): * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,
   3013 2007-12-23 09:08 [ko1@a...            ] akr -  Ruby:r14505 (trunk): ext/nkf/nkf.c follow previous rb_ascii_encoding renaming.
   3014 2007-12-23 09:15 [ko1@a...            ] akr -  Ruby:r14506 (trunk): add a test for .
   3015 2007-12-23 10:24 [ko1@a...            ] duerst -  Ruby:r14507 (trunk): Sun Dec 23 10:23:23 2007  Martin Duerst  <duerst@it.aoyama.ac.jp>
   3016 2007-12-23 10:37 [ko1@a...            ] akr -  Ruby:r14508 (trunk): add a test for .
   3017 2007-12-23 11:01 [ko1@a...            ] nobu -  Ruby:r14509 (trunk): * io.c (rb_io_binmode_m): removed C99ism.
   3018 2007-12-23 11:22 [ko1@a...            ] akr -  Ruby:r14510 (trunk): add a test for  reported by Keita Yamaguchi.
   3019 2007-12-23 11:27 [ko1@a...            ] nobu -  Ruby:r14511 (trunk): * string.c (sym_call): use exact argument array interface.
   3020 2007-12-23 14:45 [ko1@a...            ] drbrain -  Ruby:r14512 (trunk): Use require to load rubygems.rb in gem_prelude.rb so the correct path is in  on RubyGems upgrade.
   3022 2007-12-23 15:57 [ko1@a...            ] akr -  Ruby:r14514 (trunk): add a test for .
   3023 2007-12-23 16:13 [ko1@a...            ] drbrain -  Ruby:r14515 (trunk): Fix 1.9 warnings in RDoc
   3024 2007-12-23 17:04 [ko1@a...            ] akr -  Ruby:r14516 (trunk): * lib/time.rb (Time.httpdate): use Time.utc for
   3025 2007-12-23 17:40 [ko1@a...            ] akr -  Ruby:r14517 (trunk): * encoding.c (rb_enc_init): add eucJP as an alias of EUC-JP.
   3026 2007-12-23 17:55 [ko1@a...            ] akr -  Ruby:r14518 (trunk): add a comment for eucJP.
   3027 2007-12-23 18:07 [ko1@a...            ] drbrain -  Ruby:r14519 (trunk): Fix version check
   3028 2007-12-23 18:38 [ko1@a...            ] naruse -  Ruby:r14520 (trunk): * ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding.
   3029 2007-12-23 19:36 [ko1@a...            ] drbrain -  Ruby:r14521 (trunk): Fix method redefined warning in open-uri.rb.  .
   3030 2007-12-23 19:49 [ko1@a...            ] akr -  Ruby:r14522 (trunk): * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.
   3031 2007-12-23 20:16 [ko1@a...            ] akr -  Ruby:r14523 (trunk): add tests for warning of none encoding regexps.
   3032 2007-12-23 23:06 [ko1@a...            ] akr -  Ruby:r14524 (trunk): * encoding.c (rb_enc_codepoint): implemented to raise invalid
   3033 2007-12-24 00:06 [ko1@a...            ] akr -  Ruby:r14525 (trunk): move the test for .
   3034 2007-12-24 00:19 [ko1@a...            ] akr -  Ruby:r14526 (trunk): comment updated.
   3035 2007-12-24 00:36 [ko1@a...            ] akr -  Ruby:r14527 (trunk): Proc#lambda? documented.
   3036 2007-12-24 00:39 [ko1@a...            ] akr -  Ruby:r14528 (trunk): enable document of Kernel#system.
   3037 2007-12-24 00:43 [ko1@a...            ] akr -  Ruby:r14529 (trunk): enable documents for raise and local_variables.
   3038 2007-12-24 00:48 [ko1@a...            ] matz -  Ruby:r14530 (trunk): * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn):
   3039 2007-12-24 00:56 [ko1@a...            ] matz -  Ruby:r14531 (trunk): * io.c (rb_io_s_read): encoding argument reverted.
   3040 2007-12-24 01:03 [ko1@a...            ] matz -  Ruby:r14532 (trunk): * io.c (open_key_args): IO direct methods (foreach, readlines,
   3041 2007-12-24 01:07 [ko1@a...            ] matz -  Ruby:r14533 (trunk): * string.c (rb_str_comparable): comparison including broken
   3042 2007-12-24 01:10 [ko1@a...            ] akr -  Ruby:r14534 (trunk): more IO m17n tests.
   3043 2007-12-24 01:25 [ko1@a...            ] akr -  Ruby:r14535 (trunk): add assertion messages.
   3044 2007-12-24 01:35 [ko1@a...            ] akr -  Ruby:r14536 (trunk): add tests.  
   3045 2007-12-24 01:48 [ko1@a...            ] matz -  Ruby:r14537 (trunk): * io.c (rb_io_s_pipe): allow specifying read-side encoding.
   3046 2007-12-24 02:05 [ko1@a...            ] akr -  Ruby:r14538 (trunk): add test for IO.pipe.
   3047 2007-12-24 02:13 [ko1@a...            ] akr -  Ruby:r14539 (trunk): update tests.
   3048 2007-12-24 02:13 [ko1@a...            ] matz -  Ruby:r14540 (trunk): * io.c (rb_f_open): documentation update.
   3049 2007-12-24 02:31 [ko1@a...            ] akr -  Ruby:r14541 (trunk): add assertions.
   3050 2007-12-24 02:39 [ko1@a...            ] matz -  Ruby:r14542 (trunk): * io.c (rb_io_external_encoding): should return the encoding of
   3051 2007-12-24 03:01 [ko1@a...            ] matz -  Ruby:r14543 (trunk): * io.c (rb_io_check_readable): should not fill fptr->enc always.
   3052 2007-12-24 03:12 [ko1@a...            ] matz -  Ruby:r14544 (trunk): * io.c (prepare_getline_args): convert RS to external encoding.
   3053 2007-12-24 03:23 [ko1@a...            ] akr -  Ruby:r14545 (trunk): add tests.  
   3054 2007-12-24 03:41 [ko1@a...            ] ko1 -  Ruby:r14546 (trunk): * common.mk: remove additional "-".
   3055 2007-12-24 03:54 [ko1@a...            ] akr -  Ruby:r14547 (trunk): test reflexive, symmetric and transitive relation of String#==.
   3056 2007-12-24 03:58 [ko1@a...            ] matz -  Ruby:r14548 (trunk): * string.c (str_new_shared): was setting embedding flag of wrong
   3057 2007-12-24 04:00 [ko1@a...            ] akr -  Ruby:r14549 (trunk): add ML ref. 
   3058 2007-12-24 04:03 [ko1@a...            ] ko1 -  Ruby:r14550 (trunk): * cont.c, vm.h: fix to support sparc machine.
   3059 2007-12-24 04:06 [ko1@a...            ] gotoyuzo -  Ruby:r14551 (trunk): * test/net/http/test_https.rb: should rescue LoadError.
   3060 2007-12-24 04:15 [ko1@a...            ] akr -  Ruby:r14552 (trunk): add test.   
   3061 2007-12-24 04:29 [ko1@a...            ] matz -  Ruby:r14553 (trunk): * io.c (io_enc_str): should preserve default_external encoding.
   3062 2007-12-24 04:55 [ko1@a...            ] matz -  Ruby:r14554 (trunk): * io.c (appendline): should do multibyte aware RS search.
   3063 2007-12-24 05:14 [ko1@a...            ] matz -  Ruby:r14555 (trunk): * string.c (tr_trans): should associate new encoding if modified.
   3064 2007-12-24 05:35 [ko1@a...            ] matz -  Ruby:r14556 (trunk): * enum.c (enum_inject): updated documentation.  a patch from Keita
   3065 2007-12-24 06:01 [ko1@a...            ] matz -  Ruby:r14557 (trunk): * README.EXT: updated.  a patch from Keita Yamaguchi
   3066 2007-12-24 06:34 [ko1@a...            ] matz -  Ruby:r14558 (trunk): ChangeLog: wrong name checked in. sorry. 
   3067 2007-12-24 06:37 [ko1@a...            ] matz -  Ruby:r14559 (trunk): * array.c (rb_ary_at): updated documentation. a patch from Tadashi
   3068 2007-12-24 08:57 [ko1@a...            ] akr -  Ruby:r14560 (trunk): add some tests on conversion for pipe.
   3069 2007-12-24 09:47 [ko1@a...            ] duerst -  Ruby:r14561 (trunk): Mon Dec 24 09:45:45 2007  Martin Duerst  <duerst@it.aoyama.ac.jp>
   3070 2007-12-24 09:55 [ko1@a...            ] akr -  Ruby:r14562 (trunk): add a test for String#hash.
   3071 2007-12-24 10:09 [ko1@a...            ] akr -  Ruby:r14563 (trunk): add a test. 
   3072 2007-12-24 10:38 [ko1@a...            ] drbrain -  Ruby:r14564 (trunk): Remove methods from Gem, not QuickLoader, to fix warnings
   3073 2007-12-24 10:52 [ko1@a...            ] drbrain -  Ruby:r14565 (trunk): Fix Regexp warnings in lib/uri.  Patch #16524 by Kornelius Kalnbach.
   3074 2007-12-24 11:11 [ko1@a...            ] nobu -  Ruby:r14566 (trunk): * rb test/ruby/test_io_m17n.rb: set properties.
   3075 2007-12-24 11:25 [ko1@a...            ] drbrain -  Ruby:r14567 (trunk): Fix display of GEMDIRS, make command command examples match ri's name.
   3076 2007-12-24 11:41 [ko1@a...            ] matz -  Ruby:r14568 (trunk): * string.c (rb_str_comparable): fixed to keep transitivity.
   3077 2007-12-24 11:44 [ko1@a...            ] drbrain -  Ruby:r14569 (trunk): Fix formatting of multiple paths
   3078 2007-12-24 11:56 [ko1@a...            ] nobu -  Ruby:r14570 (trunk, ruby_1_8): * common.mk: should not pass MAKEFLAGS to recursive make.
   3079 2007-12-24 12:11 [ko1@a...            ] drbrain -  Ruby:r14571 (trunk): Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.
   3080 2007-12-24 12:35 [ko1@a...            ] nobu -  Ruby:r14572 (trunk, ruby_1_8): * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.
   3081 2007-12-24 12:50 [ko1@a...            ] nobu -  Ruby:r14573 (trunk): * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specify
   3082 2007-12-24 13:44 [ko1@a...            ] nobu -  Ruby:r14574 (trunk): * thread.c (rb_thread_atfork): should not leave living_threads
   3083 2007-12-24 13:55 [ko1@a...            ] nobu -  Ruby:r14575 (trunk): * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.
   3084 2007-12-24 14:31 [ko1@a...            ] nobu -  Ruby:r14576: * enc/trans: added 
   3085 2007-12-24 15:30 [ko1@a...            ] akr -  Ruby:r14577 (trunk): * tool/serb.rb: removed.
   3086 2007-12-24 15:42 [ko1@a...            ] nobu -  Ruby:r14578 (trunk): * configure.in, cygwin/GNUmakefile.in, */Makefile.sub,
   3087 2007-12-24 15:56 [ko1@a...            ] akr -  Ruby:r14579 (trunk): update Proc#lambda? doc.
   3088 2007-12-24 16:06 [ko1@a...            ] ko1 -  Ruby:r14580 (trunk): * tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.
   3089 2007-12-24 16:21 [ko1@a...            ] ko1 -  Ruby:r14581 (trunk): * mkconfig.rb: add teeny to CONFIG['ruby_version'].
   3090 2007-12-24 16:22 [ko1@a...            ] drbrain -  Ruby:r14582 (ruby_1_8): Merge r14565 and r14567 from trunk
   3091 2007-12-24 16:31 [ko1@a...            ] gotoyuzo -  Ruby:r14583 (trunk): * sample/openssl: reviewed and remove dependency on getopts.rb.
   3092 2007-12-24 16:52 [ko1@a...            ] akr -  Ruby:r14584 (trunk): enable several rdoc.
   3093 2007-12-24 16:54 [ko1@a...            ] nobu -  Ruby:r14585 (trunk): * load.c (rb_feature_p): returns loading path name too.
   3094 2007-12-24 17:06 [ko1@a...            ] nobu -  Ruby:r14586 (trunk): * load.c (rb_feature_p): returns loading path name too.
   3095 2007-12-24 17:15 [ko1@a...            ] nahi -  Ruby:r14587 (trunk): Mon Dec 24 17:06:37 2007  NAKAMURA, Hiroshi  <nahi@ruby-lang.org>
   3096 2007-12-24 17:19 [ko1@a...            ] akr -  Ruby:r14588 (trunk): * include/ruby/intern.h, random.c, array.c:
   3097 2007-12-24 17:23 [ko1@a...            ] nahi -  Ruby:r14589 (trunk): Mon Dec 24 17:20:34 2007  NAKAMURA, Hiroshi  <nahi@ruby-lang.org>
   3098 2007-12-24 17:41 [ko1@a...            ] nobu -  Ruby:r14590 (trunk): * common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannot
   3099 2007-12-24 17:52 [ko1@a...            ] akr -  Ruby:r14591 (trunk): * eval.c (function_call_may_return_twice_jmp_buf): removed.
   3100 2007-12-24 17:57 [ko1@a...            ] akr -  Ruby:r14592 (trunk): refine a test.

[前][次][番号順一覧][上]