[前][次][スレッド一覧][上]

ruby-changes:7701-7800

   7701 2008-09-08 00:05 [ko1@a...            ] Ruby:r19221 (trunk): * enc/trans/iso2022.trans: upcase to iso-2022-jp.
   7702 2008-09-08 00:05 [ko1@a...            ] Ruby:r19223 (trunk): rdoc update.       
   7703 2008-09-08 00:59 [ko1@a...            ] Ruby:r19224 (trunk): * rational.c: removed unused code.
   7704 2008-09-08 01:11 [ko1@a...            ] Ruby:r19225 (trunk): * tool/transcode-tblgen.rb (transcode_tblgen): log message refined.
   7705 2008-09-08 02:04 [ko1@a...            ] Ruby:r19226 (trunk): fix typos.         
   7706 2008-09-08 02:08 [ko1@a...            ] Ruby:r19227 (trunk): * include/ruby/encoding.h (rb_econv_set_replacement): renamed from
   7707 2008-09-08 05:55 [ko1@a...            ] Ruby:r19229 (mvm): * 2008-09-08         
   7708 2008-09-08 05:55 [ko1@a...            ] Ruby:r19228 (mvm): * dir.c (rb_dir_open), io.c (rb_sysopenat, rb_openat): resolved
   7709 2008-09-08 05:57 [ko1@a...            ] Ruby:r19230 (mvm): * configure.in (XLDFLAGS): added --enable-auto-import for cygwin and
   7710 2008-09-08 06:04 [ko1@a...            ] Ruby:r19231 (mvm): * thread_pthread.c (get_stack): defines only if possible.
   7711 2008-09-08 06:38 [ko1@a...            ] Ruby:r19232 (mvm): * thread.c (rb_thread_check_trap_pending): fix for MVM.
   7712 2008-09-08 06:50 [ko1@a...            ] Ruby:r19233 (trunk): * configure.in (XLDFLAGS): added --enable-auto-import for cygwin and
   7713 2008-09-08 07:10 [ko1@a...            ] Ruby:r19234 (trunk): * complex.c: some adjustments.
   7714 2008-09-08 08:10 [ko1@a...            ] Ruby:r19235 (mvm): * enc/trans: ignore escape.c.
   7715 2008-09-08 08:13 [ko1@a...            ] Ruby:r19236 (mvm): * merged from trunk r19180:19235.
   7716 2008-09-08 13:50 [ko1@a...            ] Ruby:r19237 (trunk): * test/ruby/test_io.rb (TestIO#test_dup): add open in block.
   7717 2008-09-08 17:27 [ko1@a...            ] Ruby:r19238 (mvm): * st.c (garbage_collect): checks if memory can be reclaimed.
   7718 2008-09-08 17:49 [ko1@a...            ] Ruby:r19239 (trunk): * win32/win32.c (filetime_to_unixtime): remove unused variable.
   7719 2008-09-08 18:09 [ko1@a...            ] Ruby:r19240 (trunk): * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.
   7720 2008-09-08 18:15 [ko1@a...            ] Ruby:r19241 (trunk): * vm.c (rb_mRubyVMFrozenCore): registered for GC.
   7721 2008-09-08 18:17 [ko1@a...            ] Ruby:r19242 (trunk): * tool/transcode-tblgen.rb (ArrayCode): less string substitutions.
   7722 2008-09-08 18:17 [ko1@a...            ] Ruby:r19243 (trunk): * win32/win32.c (getppid): typo. 
   7723 2008-09-08 20:10 [ko1@a...            ] Ruby:r19244 (mvm): * bignum.c (power_cache_get_power0): no need to register address.
   7724 2008-09-08 22:27 [ko1@a...            ] Ruby:r19245 (trunk): * lib/cgi.rb : obsolete regex "n" option. 
   7725 2008-09-08 22:34 [ko1@a...            ] Ruby:r19246 (trunk): * dir.c (dir_initialize): rename option name of Dir.open
   7726 2008-09-08 23:09 [ko1@a...            ] Ruby:r19247 (trunk): * transcode.c (rb_econv_insert_output): "readagain" part should be
   7727 2008-09-08 23:27 [ko1@a...            ] Ruby:r19248 (trunk): * test/cgi/test_cgi_tag_helper.rb : fix class name
   7728 2008-09-08 23:33 [ko1@a...            ] Ruby:r19249 (trunk): * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
   7729 2008-09-09 00:01 [ko1@a...            ] Ruby:r19251 (trunk): * 2008-09-09       
   7730 2008-09-09 00:01 [ko1@a...            ] Ruby:r19250 (trunk): * transcode.c (rb_econv_t): last_error.partial_input removed.
   7731 2008-09-09 00:03 [ko1@a...            ] Ruby:r19252 (trunk): add tests.         
   7732 2008-09-09 00:21 [ko1@a...            ] Ruby:r19253 (trunk): * transcode.c (rb_econv_asciicompat_encoding): check decoder.
   7733 2008-09-09 00:31 [ko1@a...            ] Ruby:r19255 (mvm): * 2008-09-09         
   7734 2008-09-09 00:31 [ko1@a...            ] Ruby:r19254 (mvm): * st.c (st_init_table_with_size, ADD_DIRECT): fixed typo.
   7735 2008-09-09 00:35 [ko1@a...            ] Ruby:r19256 (mvm): * mvm.c (specific_key): must be initialized.
   7736 2008-09-09 00:38 [ko1@a...            ] Ruby:r19257 (mvm): * vm_core.h (struct rb_vm_struct): includes method cache.
   7737 2008-09-09 00:56 [ko1@a...            ] Ruby:r19258 (mvm): * eval.c (ruby_vm_init): split from ruby_init.
   7738 2008-09-09 00:59 [ko1@a...            ] Ruby:r19259 (mvm): * merged from trunk r19235:19258.
   7739 2008-09-09 01:11 [ko1@a...            ] Ruby:r19260 (trunk): * transcode.c (rb_econv_open): make ec a local variable.
   7740 2008-09-09 01:54 [ko1@a...            ] Ruby:r19261 (mvm): * io.c (Init_IO): max_file_descriptor_lock is per-process resource.
   7741 2008-09-09 02:26 [ko1@a...            ] Ruby:r19262 (trunk): * include/ruby/encoding.h (rb_econv_decorate_at_first): declared.
   7742 2008-09-09 04:01 [ko1@a...            ] Ruby:r19263 (trunk): * io.c (make_writeconv): useless branch removed.
   7743 2008-09-09 04:39 [ko1@a...            ] Ruby:r19264 (trunk): add a test.        
   7744 2008-09-09 20:19 [ko1@a...            ] Ruby:r19265 (trunk): * transcode.c (rb_econv_open0): num_encoders and num_decoders removed.
   7745 2008-09-09 20:22 [ko1@a...            ] Ruby:r19266 (trunk): * transcode.c (rb_econv_open): reverse the order of decorders.
   7746 2008-09-09 20:37 [ko1@a...            ] Ruby:r19267 (trunk): * transcode.c (rb_econv_t): last_trans_index removed.
   7747 2008-09-09 20:42 [ko1@a...            ] Ruby:r19268 (trunk): * test/openssl/test_ssl.rb (OpenSSL#test_client_session):
   7748 2008-09-09 20:57 [ko1@a...            ] Ruby:r19269 (trunk): * transcode.c (rb_econv_open0): make it static.
   7749 2008-09-09 20:59 [ko1@a...            ] Ruby:r19270 (trunk): fix typos.         
   7750 2008-09-09 21:23 [ko1@a...            ] Ruby:r19271 (trunk): * include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
   7751 2008-09-09 22:10 [ko1@a...            ] Ruby:r19272 (trunk): * lib/cgi*: split cgi.rb into four files. 
   7752 2008-09-09 23:57 [ko1@a...            ] Ruby:r19273 (trunk): * io.c (io_fwrite): raise an error if ASCII incompatible string
   7753 2008-09-10 00:03 [ko1@a...            ] Ruby:r19275 (trunk): * 2008-09-10       
   7754 2008-09-10 00:03 [ko1@a...            ] Ruby:r19274 (trunk): * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to
   7755 2008-09-10 01:07 [ko1@a...            ] Ruby:r19276 (trunk): * enc/trans/newline.trans (rb_universal_newline): swap src_encoding
   7756 2008-09-10 01:18 [ko1@a...            ] Ruby:r19277 (trunk): * transcode.c (get_replacement_character): don't return ASCII
   7757 2008-09-10 01:29 [ko1@a...            ] Ruby:r19278 (trunk): * include/ruby/encoding.h (econv_after_output): renamed from
   7758 2008-09-10 02:00 [ko1@a...            ] Ruby:r19279 (trunk): * tool/transcode-tblgen.rb (StrSet#hash): cache hash value.
   7759 2008-09-10 10:23 [ko1@a...            ] Ruby:r19280 (trunk): * lib/sync.rb (Sync_m#sync_exclusive): fixed
   7760 2008-09-10 10:36 [ko1@a...            ] Ruby:r19281 (trunk): * lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvement
   7761 2008-09-10 18:35 [ko1@a...            ] Ruby:r19282 (trunk): * lib/uri/common.rb (URI::Parser): new class.
   7762 2008-09-10 21:00 [ko1@a...            ] Ruby:r19283 (trunk): test modified.     
   7763 2008-09-10 21:15 [ko1@a...            ] Ruby:r19284 (trunk): * test/win32ole/test_err_in_callback.rb: InternetExplorer should
   7764 2008-09-10 23:08 [ko1@a...            ] Ruby:r19285 (trunk): * tool/compile_prelude.rb: print "<internal:prelude>" instead of
   7765 2008-09-11 02:15 [ko1@a...            ] Ruby:r19287 (trunk): * 2008-09-11       
   7766 2008-09-11 02:15 [ko1@a...            ] Ruby:r19286 (trunk): * transcode.c (econv_convpath): new method.
   7767 2008-09-11 02:27 [ko1@a...            ] Ruby:r19288 (trunk): * transcode.c (make_encoding): new function.
   7768 2008-09-11 02:46 [ko1@a...            ] Ruby:r19289 (trunk): properties.        
   7769 2008-09-11 03:03 [ko1@a...            ] Ruby:r19290 (trunk): * io.c (io_binwrite): extracted from io_fwrite.
   7770 2008-09-11 04:43 [ko1@a...            ] Ruby:r19291 (trunk): fix a typo.        
   7771 2008-09-11 11:41 [ko1@a...            ] Ruby:r19292 (trunk): * bignum.c (big2str_karatsuba): remove unnecessary fixnum code.  a
   7772 2008-09-11 15:34 [ko1@a...            ] Ruby:r19293 (trunk): * bignum.c (bigdivrem): adjust length for division and remainder.
   7773 2008-09-11 19:16 [ko1@a...            ] Ruby:r19294 (trunk): * ext/iconv/iconv.c: add attention for machine independent.
   7774 2008-09-11 19:35 [ko1@a...            ] Ruby:r19295 (trunk): * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.
   7775 2008-09-11 20:17 [ko1@a...            ] Ruby:r19296 (trunk): * test/win32ole/test_err_in_callback.rb (teardown): get rid
   7776 2008-09-12 01:38 [ko1@a...            ] Ruby:r19298 (trunk): * 2008-09-12       
   7777 2008-09-12 01:38 [ko1@a...            ] Ruby:r19297 (trunk): * ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.
   7778 2008-09-12 20:02 [ko1@a...            ] Ruby:r19299 (trunk): * regparse.c (parse_exp): fix resource leak.
   7779 2008-09-12 20:30 [ko1@a...            ] Ruby:r19300 (trunk): * regenc.c (onigenc_single_byte_code_to_mbc): follow OnigEncoding
   7780 2008-09-12 20:31 [ko1@a...            ] Ruby:r19301 (trunk): add tests.         
   7781 2008-09-12 20:31 [ko1@a...            ] Ruby:r19302 (trunk): comment modified.  
   7782 2008-09-12 21:24 [ko1@a...            ] Ruby:r19303 (trunk): * transcode.c (rb_econv_t): new field: started.
   7783 2008-09-12 21:58 [ko1@a...            ] Ruby:r19304 (trunk): * transcode.c (rb_econv_t): new field: num_allocated.
   7784 2008-09-12 22:54 [ko1@a...            ] Ruby:r19305 (trunk): * transcode.c (decorator_names): extracted from rb_econv_open.
   7785 2008-09-12 23:21 [ko1@a...            ] Ruby:r19306 (trunk): * transcode.c (rb_econv_add_transcoder_at): fix loop condition.
   7786 2008-09-13 00:40 [ko1@a...            ] Ruby:r19308 (trunk): * 2008-09-13       
   7787 2008-09-13 00:40 [ko1@a...            ] Ruby:r19307 (trunk): * transcode.c (enc_arg): take arg as VALUE * to prevent GC problem.
   7788 2008-09-13 01:13 [ko1@a...            ] Ruby:r19309 (trunk): * transcode.c (econv_args): take snamev_p and dnamev_p to prevent
   7789 2008-09-13 02:13 [ko1@a...            ] Ruby:r19310 (trunk): * transcode.c (rb_econv_init_by_convpath_i): new function.
   7790 2008-09-13 02:30 [ko1@a...            ] Ruby:r19311 (trunk): * enc/trans/escape.trans: transcoder name renamed to use underscore.
   7791 2008-09-13 02:53 [ko1@a...            ] Ruby:r19312 (trunk): * transcode.c (rb_econv_prepare_opts): initialize *opt and return 0
   7792 2008-09-13 02:59 [ko1@a...            ] Ruby:r19313 (trunk): * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.
   7793 2008-09-13 03:00 [ko1@a...            ] Ruby:r19314 (trunk): add tests.         
   7794 2008-09-13 03:32 [ko1@a...            ] Ruby:r19315 (trunk): * iseq.c (iseq_s_compile_file): use rb_file_open_str.
   7795 2008-09-13 03:46 [ko1@a...            ] Ruby:r19316 (trunk): * transcode.c (rb_econv_prepare_opts): raise ArgumentError if
   7796 2008-09-13 10:40 [ko1@a...            ] Ruby:r19317 (trunk): * text/rexml/test_document.rb (test_entity_expansion_limit): added tests.
   7797 2008-09-13 10:44 [ko1@a...            ] Ruby:r19318 (trunk): * test/rexml/test_document.rb: removed garbage.
   7798 2008-09-13 10:56 [ko1@a...            ] Ruby:r19319 (trunk): * complex.c: refined.
   7799 2008-09-13 11:09 [ko1@a...            ] Ruby:r19321 (ruby_1_8): * 2008-09-13    
   7800 2008-09-13 11:10 [ko1@a...            ] Ruby:r19320 (ruby_1_8): * lib/rexml/document.rb: limit entity expansion.  Thanks, Luka

[前][次][スレッド一覧][上]