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

ruby-changes:2901-3000

   2901 2007-12-21 13:03 [ko1@a...            ] matz -  Ruby:r14392 (trunk): * string.c (rb_str_chomp_bang): avoid unnecessary loop using
   2902 2007-12-21 13:05 [ko1@a...            ] matz -  Ruby:r14393 (trunk): ChangeLog updated
   2903 2007-12-21 13:09 [ko1@a...            ] akr -  Ruby:r14394 (trunk): * encoding.c (rb_locale_charmap): return nil if no locale information.
   2904 2007-12-21 13:17 [ko1@a...            ] akr -  Ruby:r14395 (trunk): fix typo.   
   2905 2007-12-21 13:23 [ko1@a...            ] akr -  Ruby:r14396 (trunk): fix previous locale_encoding change.
   2906 2007-12-21 13:27 [ko1@a...            ] matz -  Ruby:r14397 (trunk): * io.c (rb_io_external_encoding): new method.
   2907 2007-12-21 13:33 [ko1@a...            ] matz -  Ruby:r14398 (trunk): * io.c (rb_io_external_encoding): should fill delayed
   2908 2007-12-21 13:40 [ko1@a...            ] nobu -  Ruby:r14399 (trunk): * encoding.c (rb_enc_register): set encoding constant.
   2909 2007-12-21 13:47 [ko1@a...            ] nobu -  Ruby:r14400 (trunk): * encoding.c (rb_enc_find_index): extension libraries have lower case
   2910 2007-12-21 13:55 [ko1@a...            ] akr -  Ruby:r14401 (trunk): * re.c: change "character encodings differ" error messages.
   2912 2007-12-21 14:47 [ko1@a...            ] akr -  Ruby:r14403 (trunk): * io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist.
   2913 2007-12-21 14:59 [ko1@a...            ] matz -  Ruby:r14404 (trunk): * enumerator.c (enumerator_init_copy): prohibit cloning of
   2914 2007-12-21 15:16 [ko1@a...            ] nobu -  Ruby:r14405 (trunk): * encoding.c (rb_to_encoding_index): should return error instead of
   2915 2007-12-21 15:17 [ko1@a...            ] akr -  Ruby:r14406 (trunk): * gc.c (rb_garbage_collect): new function for debugging.
   2916 2007-12-21 15:18 [ko1@a...            ] matz -  Ruby:r14407 (trunk): * enumerator.c (enumerator_init_copy): typo fixed.
   2917 2007-12-21 15:34 [ko1@a...            ] shugo -  Ruby:r14408 (trunk): * lib/net/imap.rb (initialize): accept service name.  changed
   2918 2007-12-21 15:38 [ko1@a...            ] akr -  Ruby:r14409 (trunk): add test for .
   2919 2007-12-21 15:59 [ko1@a...            ] nobu -  Ruby:r14410 (trunk): * encoding.c (rb_enc_init): use enc_register_at() directly.
   2920 2007-12-21 16:03 [ko1@a...            ] matz -  Ruby:r14411 (trunk): * io.c (rb_io_s_read): allow specifying encoding explicitly.
   2921 2007-12-21 16:07 [ko1@a...            ] akr -  Ruby:r14412 (trunk): * re.c (append_utf8): use rb_utf8_encoding() instead of
   2922 2007-12-21 16:09 [ko1@a...            ] akr -  Ruby:r14413 (trunk): add a test. 
   2923 2007-12-21 16:14 [ko1@a...            ] matz -  Ruby:r14414 (trunk): * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
   2924 2007-12-21 16:24 [ko1@a...            ] duerst -  Ruby:r14415 (trunk): Fri Dec 21 16:25:25 2007  Martin Duerst  <duerst@it.aoyama.ac.jp>
   2925 2007-12-21 16:33 [ko1@a...            ] nobu -  Ruby:r14416 (trunk): * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.
   2926 2007-12-21 16:50 [ko1@a...            ] naruse -  Ruby:r14417 (trunk): * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):
   2927 2007-12-21 16:52 [ko1@a...            ] akr -  Ruby:r14418 (trunk): * encoding.c (Init_Encoding): use enc_name as to_s.
   2928 2007-12-21 17:13 [ko1@a...            ] ko1 -  Ruby:r14419 (trunk): * gc.h: extern variable should not be initialized.
   2929 2007-12-21 17:27 [ko1@a...            ] ko1 -  Ruby:r14420 (trunk): * thread.c (rb_thread_atfork): fix to mark thread object.
   2930 2007-12-21 17:29 [ko1@a...            ] ko1 -  Ruby:r14421 (trunk): * bootstraptest/featurebug.rb: added.
   2931 2007-12-21 17:31 [ko1@a...            ] nobu -  Ruby:r14422 (trunk): * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGE
   2932 2007-12-21 17:38 [ko1@a...            ] ko1 -  Ruby:r14423 (trunk): * bootstraptest/pending.rb: renamed from featurebug.rb.
   2933 2007-12-21 17:45 [ko1@a...            ] drbrain -  Ruby:r14424 (trunk): Update to RubyGems 1.0.1, r1581
   2934 2007-12-21 17:49 [ko1@a...            ] nobu -  Ruby:r14425 (trunk): * transcode.c (rb_str_transcode_bang): returns self if no conversion.
   2935 2007-12-21 17:58 [ko1@a...            ] nagai -  Ruby:r14426 (trunk): Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.
   2936 2007-12-21 18:40 [ko1@a...            ] nobu -  Ruby:r14427 (trunk): * ext/tk/lib/tk/ttk_selector.rb: set properties.
   2937 2007-12-21 18:44 [ko1@a...            ] ko1 -  Ruby:r14428 (trunk): * io.c: write() should be in blocking region.
   2938 2007-12-21 20:00 [ko1@a...            ] nobu -  Ruby:r14429 (trunk): * encoding.c (rb_enc_replicate): now creates first class encoding.
   2939 2007-12-21 20:09 [ko1@a...            ] nobu -  Ruby:r14430 (trunk): * string.c (rb_str_succ): retry increasing until valid char is found.
   2940 2007-12-21 20:14 [ko1@a...            ] nobu -  Ruby:r14431 (trunk): * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.
   2941 2007-12-21 20:22 [ko1@a...            ] matz -  Ruby:r14432 (trunk): * bignum.c (rb_big_mul0): remove unused variable.
   2942 2007-12-21 23:50 [ko1@a...            ] usa -  Ruby:r14433 (trunk): * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.
   2943 2007-12-22 00:57 [ko1@a...            ] matz -  Ruby:r14434 (trunk): * sample/test.rb (valid_syntax): force_encoding input script.
   2944 2007-12-22 00:59 [ko1@a...            ] matz -  Ruby:r14435 (trunk): ChangeLog: conflict mark removed.
   2945 2007-12-22 01:12 [ko1@a...            ] usa -  Ruby:r14436 (trunk): * ext/tk/sample/tkextlib/vu/canvSticker2.rb,
   2946 2007-12-22 01:26 [ko1@a...            ] shugo -  Ruby:r14437 (trunk): * test/json/test_json_addition.rb (test_core): do not use Time.now
   2947 2007-12-22 01:40 [ko1@a...            ] akr -  Ruby:r14438 (trunk): * re.c (ARG_ENCODING_NONE): defined for /.../n option.
   2948 2007-12-22 01:54 [ko1@a...            ] matz -  Ruby:r14439 (trunk): * io.c (io_ungetc): avoid buffer relocation, which might cause
   2949 2007-12-22 02:22 [ko1@a...            ] matz -  Ruby:r14440 (trunk): test/ruby/test_eval.rb: class variable test updated.
   2950 2007-12-22 03:02 [ko1@a...            ] matz -  Ruby:r14441 (trunk): * parse.y (command): block from cmd_brace_block was ignored.
   2951 2007-12-22 03:21 [ko1@a...            ] matz -  Ruby:r14442 (trunk): * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the
   2952 2007-12-22 03:55 [ko1@a...            ] matz -  Ruby:r14443 (trunk): * encoding.c (rb_ascii_encoding): renamed from previous
   2953 2007-12-22 05:11 [ko1@a...            ] usa -  Ruby:r14444 (trunk): * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
   2954 2007-12-22 06:11 [ko1@a...            ] davidflanagan -  Ruby:r14445 (trunk): io.c: fix typo in rdoc comment
   2955 2007-12-22 06:35 [ko1@a...            ] ko1 -  Ruby:r14446 (trunk): * bootstraptest/test_fork.rb: skip if fork is not unsupported.
   2956 2007-12-22 08:30 [ko1@a...            ] nobu -  Ruby:r14447 (trunk): * string.c (rb_str_buf_append): improvement for non-broken coded
   2957 2007-12-22 10:21 [ko1@a...            ] matz -  Ruby:r14448 (trunk): * eval.c (rb_f_method_name): now __method__ and __callee__ are
   2958 2007-12-22 10:26 [ko1@a...            ] nobu -  Ruby:r14449 (trunk): * tool/insns2vm.rb: set property.
   2959 2007-12-22 10:32 [ko1@a...            ] matz -  Ruby:r14450 (trunk): * parse.y (reg_named_capture_assign_iter): captured name should
   2960 2007-12-22 10:34 [ko1@a...            ] ko1 -  Ruby:r14451 (trunk): * tool/insns2vm.rb: moved from lib/vm/instruction.rb.
   2961 2007-12-22 10:36 [ko1@a...            ] matz -  Ruby:r14452 (trunk): * parse.y (reg_named_capture_assign_iter): just ignore the
   2962 2007-12-22 10:41 [ko1@a...            ] nobu -  Ruby:r14453: * lib/vm: removed. 
   2963 2007-12-22 11:11 [ko1@a...            ] jim -  Ruby:r14454 (trunk): Updated ChangeLog with Rake info.
   2964 2007-12-22 11:32 [ko1@a...            ] drbrain -  Ruby:r14455 (trunk): Place bin dir before lib dir so gem bin stubs work.
   2965 2007-12-22 11:37 [ko1@a...            ] usa -  Ruby:r14456 (trunk): * encoding.c (rb_locale_charmap): win32 support.
   2966 2007-12-22 11:52 [ko1@a...            ] ko1 -  Ruby:r14457 (trunk): * eval.c (rb_obj_instance_eval): use class of immediate objects.
   2967 2007-12-22 12:15 [ko1@a...            ] usa -  Ruby:r14458 (trunk): * test/ruby/test_float.rb (test_float): test literal, not sprintf.
   2968 2007-12-22 14:05 [ko1@a...            ] ko1 -  Ruby:r14459 (trunk): * array.c (rb_ary_permutation): add volatile to avoid GC problem.
   2969 2007-12-22 14:19 [ko1@a...            ] ko1 -  Ruby:r14460 (trunk): * bootstraptest/test_objectspace.rb: skip flozen string.
   2970 2007-12-22 14:19 [ko1@a...            ] ko1 -  Ruby:r14461 (trunk): * test/ruby/test_float.rb, test_sprintf.rb: fix test place.
   2971 2007-12-22 14:32 [ko1@a...            ] nobu -  Ruby:r14462 (trunk): * parse.y (reg_named_capture_assign_iter): allows non-ascii names and
   2972 2007-12-22 14:38 [ko1@a...            ] akr -  Ruby:r14463 (trunk): * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.
   2973 2007-12-22 14:48 [ko1@a...            ] tadf -  Ruby:r14464 (trunk): * lib/date.rb: shouldn't freeze nil. 
   2974 2007-12-22 14:52 [ko1@a...            ] tadf -  Ruby:r14465 (ruby_1_8): * lib/date.rb: don't freeze nil. 
   2975 2007-12-22 15:01 [ko1@a...            ] akr -  Ruby:r14466 (trunk): update tests for latest /.../n handling.
   2976 2007-12-22 15:03 [ko1@a...            ] shugo -  Ruby:r14467 (trunk): * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build
   2977 2007-12-22 15:05 [ko1@a...            ] shugo -  Ruby:r14468 (trunk): * lib/net/imap.rb (initialize): fixed documentation.
   2978 2007-12-22 15:15 [ko1@a...            ] nobu -  Ruby:r14469 (trunk): * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.
   2979 2007-12-22 15:19 [ko1@a...            ] usa -  Ruby:r14470 (trunk): * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.
   2980 2007-12-22 15:30 [ko1@a...            ] usa -  Ruby:r14471 (trunk): * */Makefile.sub (MFLAGS): define unless defined.
   2981 2007-12-22 15:54 [ko1@a...            ] duerst -  Ruby:r14473 (trunk): Sat Dec 22 15:54:54 2007  Martin Duerst  <duerst@it.aoyama.ac.jp>
   2982 2007-12-22 15:57 [ko1@a...            ] usa -  Ruby:r14474 (trunk): * transcode_data_japanese: typo.
   2983 2007-12-22 16:14 [ko1@a...            ] akr -  Ruby:r14475 (trunk): refine error message.
   2984 2007-12-22 16:29 [ko1@a...            ] shugo -  Ruby:r14476 (trunk): * lib/net/imap.rb: fixed RDoc markups.
   2985 2007-12-22 17:00 [ko1@a...            ] shugo -  Ruby:r14477 (trunk): * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.
   2986 2007-12-22 17:11 [ko1@a...            ] akr -  Ruby:r14478 (trunk): add rdoc.   
   2987 2007-12-22 17:32 [ko1@a...            ] gotoyuzo -  Ruby:r14479 (trunk): * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.
   2988 2007-12-22 17:33 [ko1@a...            ] usa -  Ruby:r14480 (trunk): * lib/mkmf.rb ($extmk): fixed broken condition.
   2989 2007-12-22 17:36 [ko1@a...            ] naruse -  Ruby:r14481 (trunk): * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157.
   2990 2007-12-22 17:39 [ko1@a...            ] akr -  Ruby:r14482 (trunk): add rdoc.   
   2991 2007-12-22 17:49 [ko1@a...            ] naruse -  Ruby:r14484 (trunk): * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() for
   2992 2007-12-22 18:08 [ko1@a...            ] usa -  Ruby:r14483 (trunk): * lib/mkmf.rb ($extmk): fixed broken condition.
   2993 2007-12-22 18:21 [ko1@a...            ] usa -  Ruby:r14485 (trunk): * common.mk (version.o): add dependency. 
   2994 2007-12-22 18:52 [ko1@a...            ] duerst -  Ruby:r14486 (trunk): Sat Dec 22 15:54:54 2007  Martin Duerst  <duerst@it.aoyama.ac.jp>
   2995 2007-12-22 19:17 [ko1@a...            ] ko1 -  Ruby:r14487 (trunk): * process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD.
   2996 2007-12-22 19:19 [ko1@a...            ] ko1 -  Ruby:r14488 (trunk): * ext/probeprofiler/: removed.
   2997 2007-12-22 19:54 [ko1@a...            ] ko1 -  Ruby:r14489 (trunk): * bootstraptest/test_objectspace.rb: fix condition.
   2998 2007-12-22 21:14 [ko1@a...            ] matz -  Ruby:r14490 (trunk): * ext/syck/rubyext.c (syck_genericresolver_node_import): should
   2999 2007-12-22 21:30 [ko1@a...            ] matz -  Ruby:r14491 (trunk): version.h corrupted
   3000 2007-12-22 23:48 [ko1@a...            ] akr -  Ruby:r14492 (trunk): use String#ascii_only?.

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