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

ruby-changes:7601-7700

   7601 2008-09-04 13:37 [ko1@a...            ] Ruby:r19122 (trunk): * vm.c (rb_vm_mark): commit miss.
   7602 2008-09-04 19:16 [ko1@a...            ] Ruby:r19123 (trunk): * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed because
   7603 2008-09-04 19:22 [ko1@a...            ] Ruby:r19124 (trunk): * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.
   7604 2008-09-04 19:47 [ko1@a...            ] Ruby:r19125 (trunk): * gc.c (gc_profile_record_get): to static function.
   7605 2008-09-04 20:21 [ko1@a...            ] Ruby:r19126 (trunk): * io.c: variables renamed for consistency.
   7606 2008-09-04 20:31 [ko1@a...            ] Ruby:r19127 (trunk): * transcode_data.h (PType): defined unconditionaly.
   7607 2008-09-04 21:03 [ko1@a...            ] Ruby:r19128 (trunk): * thread.c (rb_thread_check_trap_pending): added for compatibility.
   7608 2008-09-04 21:04 [ko1@a...            ] Ruby:r19129 (trunk): * vm_dump.c: rename some debug functions.
   7609 2008-09-04 21:09 [ko1@a...            ] Ruby:r19130 (trunk): * transcode.c (sym_universal_newline_decoder): new variable.
   7610 2008-09-04 21:48 [ko1@a...            ] Ruby:r19131 (trunk): * transcode.c (sym_partial_input): new variable.
   7611 2008-09-04 21:55 [ko1@a...            ] Ruby:r19132 (trunk): * transcode.c (econv_init): accept an integer as 3rd argument as well.
   7612 2008-09-04 21:59 [ko1@a...            ] Ruby:r19133 (trunk): property.          
   7613 2008-09-04 22:17 [ko1@a...            ] Ruby:r19134 (trunk): rdoc update.       
   7614 2008-09-04 23:10 [ko1@a...            ] Ruby:r19135 (trunk): * lib/prime.rb (Prime::OldCompatibility#each): added compatibility to
   7615 2008-09-04 23:20 [ko1@a...            ] Ruby:r19136 (trunk): * enc/trans/newline.trans: record newline types met in universal
   7616 2008-09-04 23:44 [ko1@a...            ] Ruby:r19137 (trunk): * include/ruby/intern.h (rb_file_open_str): declared.
   7617 2008-09-04 23:50 [ko1@a...            ] Ruby:r19138 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_mode): set exception mode
   7618 2008-09-05 00:08 [ko1@a...            ] Ruby:r19139 (trunk): * pack.c (encodes): make buff fixed length to avoid SEGV by
   7619 2008-09-05 00:09 [ko1@a...            ] Ruby:r19140 (trunk): * 2008-09-05       
   7620 2008-09-05 00:35 [ko1@a...            ] Ruby:r19141 (trunk): * transcode.c: variables renamed for consistency.
   7621 2008-09-05 00:46 [ko1@a...            ] Ruby:r19142 (trunk): * transcode_data.h (rb_transcoder): rename fields:
   7622 2008-09-05 01:23 [ko1@a...            ] Ruby:r19143 (trunk): * io.c (argf_mark): mark p->encs.ecopts.
   7623 2008-09-05 02:42 [ko1@a...            ] Ruby:r19144 (trunk): * thread.c (rb_thread_critical): removed.
   7624 2008-09-05 02:59 [ko1@a...            ] Ruby:r19145 (trunk): * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):
   7625 2008-09-05 03:27 [ko1@a...            ] Ruby:r19146 (trunk): * iseq.c (iseq_data_to_ary): make it static.
   7626 2008-09-05 18:16 [ko1@a...            ] Ruby:r19147 (trunk): * ext/iconv/iconv.c (iconv_create): strips glibc style option before
   7627 2008-09-05 18:38 [ko1@a...            ] Ruby:r19148 (trunk): * io.c (copy_stream_fallback_body): use read method unless readpartial
   7628 2008-09-05 20:00 [ko1@a...            ] Ruby:r19149 (trunk): * io.c (MODENUM_MAX): removed.
   7629 2008-09-05 20:08 [ko1@a...            ] Ruby:r19150 (trunk): * include/ruby/io.h (rb_io_mode_modenum): moved from
   7630 2008-09-05 20:11 [ko1@a...            ] Ruby:r19151 (trunk): add tests.         
   7631 2008-09-05 20:16 [ko1@a...            ] Ruby:r19152 (trunk): * enc/trans/newline.trans (universal_newline_finish): new function.
   7632 2008-09-05 20:30 [ko1@a...            ] Ruby:r19153 (trunk): * include/ruby/io.h (rb_io_modestr_fmode): renamed from
   7633 2008-09-06 02:02 [ko1@a...            ] Ruby:r19154 (trunk): * transcode.c (enc_arg): extracted from str_transcode_enc_args.
   7634 2008-09-06 02:02 [ko1@a...            ] Ruby:r19155 (trunk): * 2008-09-06       
   7635 2008-09-06 02:24 [ko1@a...            ] Ruby:r19156 (trunk): * transcode.c (econv_s_stateless_encoding): new method.
   7636 2008-09-06 02:26 [ko1@a...            ] Ruby:r19157 (trunk): update rdoc.       
   7637 2008-09-06 02:59 [ko1@a...            ] Ruby:r19158 (trunk): * transcode.c (str_transcode_enc_args): local variables renamed.
   7638 2008-09-06 03:20 [ko1@a...            ] Ruby:r19159 (trunk): * transcode.c (allocate_converted_string): add arguments for a buffer
   7639 2008-09-06 03:24 [ko1@a...            ] Ruby:r19160 (trunk): * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.
   7640 2008-09-06 04:03 [ko1@a...            ] Ruby:r19161 (trunk): * transcode.c (rb_econv_convert): use ECONV_INVALID_MASK and
   7641 2008-09-06 05:24 [ko1@a...            ] Ruby:r19162 (trunk): * include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF): defined.
   7642 2008-09-06 05:37 [ko1@a...            ] Ruby:r19163 (trunk): * transcode.c (output_hex_charref): upcase hexadecimal digits.
   7643 2008-09-06 06:25 [ko1@a...            ] Ruby:r19164 (trunk): * tool/transcode-tblgen.rb (StrSet.parse): accept upper case
   7644 2008-09-06 06:29 [ko1@a...            ] Ruby:r19165 (trunk): * enc/trans/escape.trans: new file.
   7645 2008-09-06 07:29 [ko1@a...            ] Ruby:r19166 (trunk): * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible
   7646 2008-09-06 07:30 [ko1@a...            ] Ruby:r19167 (trunk): * transcode.c (rb_econv_open): fail for ASCII incompatible with
   7647 2008-09-06 07:33 [ko1@a...            ] Ruby:r19168 (trunk): fix a test for previous commit.
   7648 2008-09-06 07:55 [ko1@a...            ] Ruby:r19169 (trunk): * complex.c: uses f_real_p macro.
   7649 2008-09-06 08:18 [ko1@a...            ] Ruby:r19170 (trunk): comment updated.   
   7650 2008-09-06 08:25 [ko1@a...            ] Ruby:r19171 (trunk): * bignum.c (bigdivrem1): optimization by skipping zeros at the
   7651 2008-09-06 08:27 [ko1@a...            ] Ruby:r19172 (trunk): add a test.        
   7652 2008-09-06 12:21 [ko1@a...            ] Ruby:r19173 (trunk): * enc/trans/escape.trans (escape_html_attr_init): new function.
   7653 2008-09-06 12:30 [ko1@a...            ] Ruby:r19174 (trunk): * transcode.c (stateless_encoding_i): ignore supplemental conversions.
   7654 2008-09-06 12:39 [ko1@a...            ] Ruby:r19175 (trunk): * transcode.c (rb_econv_open): test condition simplified.
   7655 2008-09-06 12:46 [ko1@a...            ] Ruby:r19176 (trunk): * transcode.c (rb_econv_open): needless branch removed.
   7656 2008-09-06 13:43 [ko1@a...            ] Ruby:r19177 (trunk): * enc/trans/escape.trans (fun_so_escape_html_attr): fix return type.
   7657 2008-09-06 14:16 [ko1@a...            ] Ruby:r19178 (trunk): * transcode.c (struct trans_open_t): defined to pass num_additional.
   7658 2008-09-06 14:47 [ko1@a...            ] Ruby:r19179 (trunk): * include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.
   7659 2008-09-06 15:07 [ko1@a...            ] Ruby:r19180 (trunk): * transcode.c (sym_html): new variable.
   7660 2008-09-06 16:57 [ko1@a...            ] Ruby:r19182 (mvm, trunk): eol-style     
   7661 2008-09-06 16:57 [ko1@a...            ] Ruby:r19181 (mvm): * merged from trunk r19119:19180.
   7662 2008-09-06 18:39 [ko1@a...            ] Ruby:r19183 (trunk): * transcode.c (allocate_converted_string): fix overflow condition.
   7663 2008-09-06 18:48 [ko1@a...            ] Ruby:r19184 (trunk): * transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER and
   7664 2008-09-06 19:37 [ko1@a...            ] Ruby:r19185 (trunk): * io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.
   7665 2008-09-06 19:55 [ko1@a...            ] Ruby:r19186 (trunk): * transcode.c (rb_econv_open): fix last_tc.
   7666 2008-09-06 20:07 [ko1@a...            ] Ruby:r19187 (trunk): * transcode.c (rb_econv_binmode): check actual transcoders.
   7667 2008-09-06 20:11 [ko1@a...            ] Ruby:r19188 (trunk): * transcode.c (econv_description): show ECONV_HTML_TEXT_ENCODER and
   7668 2008-09-06 21:34 [ko1@a...            ] Ruby:r19189 (trunk): * ext/socket/constants.h: add some IPV6 constans.  
   7669 2008-09-06 21:40 [ko1@a...            ] Ruby:r19190 (trunk): * ext/socket/mkconstants.rb: add some IPV6 constans.  
   7670 2008-09-06 23:05 [ko1@a...            ] Ruby:r19191 (trunk): * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from
   7671 2008-09-06 23:58 [ko1@a...            ] Ruby:r19192 (trunk): * proc.c (Init_Proc): add '===' operator to use procs in when
   7672 2008-09-07 00:39 [ko1@a...            ] Ruby:r19194 (trunk): * 2008-09-07       
   7673 2008-09-07 00:39 [ko1@a...            ] Ruby:r19193 (trunk): * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
   7674 2008-09-07 01:01 [ko1@a...            ] Ruby:r19195 (trunk): cleanup spaces     
   7675 2008-09-07 01:04 [ko1@a...            ] Ruby:r19196 (trunk): fix typos          
   7676 2008-09-07 01:09 [ko1@a...            ] Ruby:r19197 (trunk): * parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.
   7677 2008-09-07 01:22 [ko1@a...            ] Ruby:r19198 (trunk): add a space        
   7678 2008-09-07 03:40 [ko1@a...            ] Ruby:r19199 (trunk): * parse.y (f_block_optarg): allow default for block parameters as
   7679 2008-09-07 07:14 [ko1@a...            ] Ruby:r19200 (trunk): * test/ruby/test_parse.rb (TestParse): update a test not to use
   7680 2008-09-07 07:15 [ko1@a...            ] Ruby:r19201 (trunk): * file.c (file_expand_path): applied a patch from Nobuhiro Tachino
   7681 2008-09-07 07:30 [ko1@a...            ] Ruby:r19202 (trunk): * misc/*.el:  merged the following patches from Nathan Weizenbaum
   7682 2008-09-07 07:32 [ko1@a...            ] Ruby:r19203 (trunk): * misc/ruby-mode.el: don't crash the whole mode if the Subversion
   7683 2008-09-07 07:34 [ko1@a...            ] Ruby:r19204 (trunk): * misc/ruby-mode.el: don't highlight keywords when they're the
   7684 2008-09-07 07:35 [ko1@a...            ] Ruby:r19205 (trunk): * misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt where
   7685 2008-09-07 07:36 [ko1@a...            ] Ruby:r19206 (trunk): * misc/*.el: untabify, for interal consistency and consistency
   7686 2008-09-07 07:39 [ko1@a...            ] Ruby:r19207 (trunk): * misc/ruby-mode.el: fix a variable-name error.
   7687 2008-09-07 07:39 [ko1@a...            ] Ruby:r19208 (trunk): * misc/emacs-mode.el: don't set case-fold-search globally to nil;
   7688 2008-09-07 12:13 [ko1@a...            ] Ruby:r19209 (trunk): * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
   7689 2008-09-07 12:45 [ko1@a...            ] Ruby:r19210 (trunk): * io.c (make_writeconv): choose ASCII compatible encoding as
   7690 2008-09-07 17:02 [ko1@a...            ] Ruby:r19211 (trunk): rdoc update.       
   7691 2008-09-07 17:30 [ko1@a...            ] Ruby:r19212 (trunk): * tool/transcode-tblgen.rb: o4 is usable only if the first byte is
   7692 2008-09-07 17:58 [ko1@a...            ] Ruby:r19213 (trunk): * configure.in: Mac OS X's crypt(2) is broken with invalid salt.
   7693 2008-09-07 18:13 [ko1@a...            ] Ruby:r19214 (trunk): * transcode_data.h (STR1): defined for a string up to 255 bytes.
   7694 2008-09-07 18:31 [ko1@a...            ] Ruby:r19215 (trunk): * tool/transcode-tblgen.rb (ActionMap#generate_info): use a memo to
   7695 2008-09-07 19:18 [ko1@a...            ] Ruby:r19216 (trunk): * tool/transcode-tblgen.rb (ActionMap#str_name): new method to
   7696 2008-09-07 19:46 [ko1@a...            ] Ruby:r19217 (trunk): * enc/trans/escape.trans: use transcode_tblgen.
   7697 2008-09-07 20:03 [ko1@a...            ] Ruby:r19218 (trunk): * enc/trans/escape.trans (hexstr): renamed from str1.
   7698 2008-09-07 20:09 [ko1@a...            ] Ruby:r19219 (trunk): fix a typo.        
   7699 2008-09-07 23:49 [ko1@a...            ] Ruby:r19220 (trunk): * enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoid
   7700 2008-09-08 00:05 [ko1@a...            ] Ruby:r19222 (trunk): * 2008-09-08       

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