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

ruby-changes:7801-7900

   7801 2008-09-13 11:14 [ko1@a...            ] Ruby:r19322 (ruby_1_8): * NEWS: added an entry for REXML.
   7802 2008-09-13 11:16 [ko1@a...            ] Ruby:r19323 (trunk): * lib/rexml/document.rb: fixed typo.
   7803 2008-09-13 18:09 [ko1@a...            ] Ruby:r19324 (trunk): * io.c (make_writeconv): use rb_enc_name.
   7804 2008-09-13 18:23 [ko1@a...            ] Ruby:r19325 (trunk): * transcode.c (DECORATOR_P): renamed from SUPPLEMENTAL_CONVERSION.
   7805 2008-09-13 18:52 [ko1@a...            ] Ruby:r19326 (trunk): * transcode.c (rb_transcoding): align state field.
   7806 2008-09-13 19:32 [ko1@a...            ] Ruby:r19327 (trunk): * io.c (io_encoding_set): don't need argc argument.
   7807 2008-09-14 00:44 [ko1@a...            ] Ruby:r19329 (trunk): * 2008-09-14       
   7808 2008-09-14 00:44 [ko1@a...            ] Ruby:r19328 (trunk): * ext/ripper/depend (ripper.o): it depends on ruby headers.
   7809 2008-09-14 01:40 [ko1@a...            ] Ruby:r19330 (trunk): * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add
   7810 2008-09-14 02:06 [ko1@a...            ] Ruby:r19331 (trunk): * include/ruby/oniguruma.h
   7811 2008-09-14 03:23 [ko1@a...            ] Ruby:r19332 (trunk): * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end
   7812 2008-09-14 03:45 [ko1@a...            ] Ruby:r19333 (trunk): * include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.
   7813 2008-09-14 04:24 [ko1@a...            ] Ruby:r19334 (trunk): * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
   7814 2008-09-14 10:18 [ko1@a...            ] Ruby:r19335 (trunk): * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve
   7815 2008-09-14 13:50 [ko1@a...            ] Ruby:r19336 (trunk): * object.c (Init_Object): added metameta-class initialization for
   7816 2008-09-14 16:10 [ko1@a...            ] Ruby:r19337 (trunk): * ruby.c (process_options): associates the locale encoding with $0 as
   7817 2008-09-14 16:16 [ko1@a...            ] Ruby:r19338 (trunk): * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
   7818 2008-09-14 16:22 [ko1@a...            ] Ruby:r19340 (ruby_1_8): * 2008-09-14    
   7819 2008-09-14 16:22 [ko1@a...            ] Ruby:r19339 (ruby_1_8): * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
   7820 2008-09-14 17:32 [ko1@a...            ] Ruby:r19341 (trunk): properties.        
   7821 2008-09-14 18:35 [ko1@a...            ] Ruby:r19342 (trunk): * complex.c: trivial changes.
   7822 2008-09-14 22:11 [ko1@a...            ] Ruby:r19343 (trunk): * lib/cgi/core.rb (CGI::parse): performance improvement
   7823 2008-09-14 23:36 [ko1@a...            ] Ruby:r19344 (trunk): trailing space removed.
   7824 2008-09-15 00:19 [ko1@a...            ] Ruby:r19345 (trunk): trailing spaces removed.
   7826 2008-09-15 02:24 [ko1@a...            ] Ruby:r19347 (ruby_1_8): properties.     
   7827 2008-09-15 02:24 [ko1@a...            ] Ruby:r19348 (ruby_1_8): * 2008-09-15    
   7828 2008-09-15 02:37 [ko1@a...            ] Ruby:r19349 (trunk): * transcode.c (str_encode): returns duplicated string if nothing
   7829 2008-09-15 03:06 [ko1@a...            ] Ruby:r19350 (trunk): * transcode_data.h: output function takes output buffer size.
   7830 2008-09-15 03:35 [ko1@a...            ] Ruby:r19351 (trunk): * transcode_data.h: return output functions ssize_t.
   7831 2008-09-15 10:34 [ko1@a...            ] Ruby:r19352 (trunk): * test/matrix/test_matrix.rb (setup): typo.
   7832 2008-09-15 10:41 [ko1@a...            ] Ruby:r19353 (ruby_1_8): * test/matrix/test_matrix.rb (setup): typo.
   7833 2008-09-15 11:13 [ko1@a...            ] Ruby:r19354 (trunk): * transcode_data.h (rb_transcoder): resetsize_func and resetstate_func
   7834 2008-09-15 13:21 [ko1@a...            ] Ruby:r19355 (trunk): * complex.c (nucomp_eql_p): new.
   7835 2008-09-15 14:04 [ko1@a...            ] Ruby:r19356 (trunk): fixed the previous commit.
   7836 2008-09-15 14:22 [ko1@a...            ] Ruby:r19357 (trunk): * encoding.c (rb_enc_compatible): accepst other than strings and
   7837 2008-09-15 14:36 [ko1@a...            ] Ruby:r19358 (trunk): * encoding.c (RUBY_MAX_CHAR_LEN): defined.
   7838 2008-09-15 15:11 [ko1@a...            ] Ruby:r19359 (trunk): added a line.      
   7839 2008-09-15 21:02 [ko1@a...            ] Ruby:r19360 (trunk): * lib/matrix.rb (Matrix#eql?): fixed .
   7840 2008-09-15 21:09 [ko1@a...            ] Ruby:r19361 (ruby_1_8): * lib/matrix.rb (Matrix#eql?): fixed .
   7841 2008-09-15 23:29 [ko1@a...            ] Ruby:r19362 (trunk): * encoding.c (rb_enc_get_index): don't return -1.
   7842 2008-09-15 23:38 [ko1@a...            ] Ruby:r19363 (trunk): * transcode.c (econv_opts): don't use to_sym.
   7843 2008-09-15 23:40 [ko1@a...            ] Ruby:r19364 (trunk): * string.c (rb_str_squeeze_bang): specialized for 7bit characters in
   7844 2008-09-16 00:02 [ko1@a...            ] Ruby:r19365 (trunk): * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()
   7845 2008-09-16 00:42 [ko1@a...            ] Ruby:r19367 (trunk): * 2008-09-16       
   7846 2008-09-16 00:42 [ko1@a...            ] Ruby:r19366 (trunk): * transcode_data.h (STR1_LENGTH): defined.
   7847 2008-09-16 00:54 [ko1@a...            ] Ruby:r19368 (trunk): * encoding.c (Encoding#base_encoding): removed. 
   7848 2008-09-16 01:01 [ko1@a...            ] Ruby:r19369 (trunk): * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCII
   7849 2008-09-16 01:28 [ko1@a...            ] Ruby:r19370 (trunk): add assertion message for previous commit.
   7850 2008-09-16 02:05 [ko1@a...            ] Ruby:r19371 (trunk): * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.
   7851 2008-09-16 05:05 [ko1@a...            ] Ruby:r19372 (mvm): * configure.in (rb_cv_thread_specific): check if no warnings.
   7852 2008-09-16 05:05 [ko1@a...            ] Ruby:r19373 (mvm): * 2008-09-16         
   7853 2008-09-16 05:06 [ko1@a...            ] Ruby:r19374 (mvm): * sampledriver/main.c (InitVM_mruby): fixed typo.
   7854 2008-09-16 08:37 [ko1@a...            ] Ruby:r19375 (trunk): * test/ruby/test_io.rb (TestIO#test_dup): this test might fail if
   7855 2008-09-16 09:21 [ko1@a...            ] Ruby:r19376 (trunk): * test/ruby/test_io.rb (TestIO#test_dup): exception should be
   7856 2008-09-16 09:48 [ko1@a...            ] Ruby:r19377 (trunk): * string.c ():     
   7857 2008-09-16 12:13 [ko1@a...            ] Ruby:r19378 (trunk): * ext/socket/mkconstants.rb: add new constants.  a patch from
   7858 2008-09-16 12:14 [ko1@a...            ] Ruby:r19379 (trunk): * string.c (rb_str_each_codepoint): add new methods, #codepoints
   7859 2008-09-16 18:29 [ko1@a...            ] Ruby:r19380 (trunk): * io.c (rb_io_gets_m): rdoc updated.  limit counts in bytes.
   7860 2008-09-16 18:39 [ko1@a...            ] Ruby:r19381 (trunk): * io.c (rb_io_readbyte): rdoc updated.  
   7861 2008-09-16 19:21 [ko1@a...            ] Ruby:r19382 (trunk): * complex.c (nucomp_marshal_{dump,load}): preserve instance
   7862 2008-09-16 21:33 [ko1@a...            ] Ruby:r19383 (trunk): * string.c (rb_str_crypt): orthodox crypt() sees only first two bytes
   7863 2008-09-16 22:18 [ko1@a...            ] Ruby:r19384 (trunk): * re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.
   7864 2008-09-16 22:23 [ko1@a...            ] Ruby:r19385 (trunk): * string.c (rb_str_concat): fix rdoc. (codepoint is integer)
   7865 2008-09-16 22:30 [ko1@a...            ] Ruby:r19386 (trunk): * lib/cgi/core.rb: performance improvement.
   7866 2008-09-16 23:03 [ko1@a...            ] Ruby:r19387 (trunk): fix ChangeLog      
   7867 2008-09-17 01:18 [ko1@a...            ] Ruby:r19388 (trunk): * transcode.c (enc_arg): raise exception when unknown encoding is
   7868 2008-09-17 01:50 [ko1@a...            ] Ruby:r19389 (trunk): * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
   7869 2008-09-17 01:59 [ko1@a...            ] Ruby:r19390 (trunk): fix typos.         
   7870 2008-09-17 02:00 [ko1@a...            ] Ruby:r19391 (trunk): * test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.
   7871 2008-09-17 02:02 [ko1@a...            ] Ruby:r19392 (trunk): fix typos.         
   7872 2008-09-17 07:04 [ko1@a...            ] Ruby:r19393 (trunk): * numeric.c: provides predicate real? instead of scalar?.
   7873 2008-09-17 07:08 [ko1@a...            ] Ruby:r19394 (trunk): typo.              
   7874 2008-09-17 13:49 [ko1@a...            ] Ruby:r19395 (trunk): * lib/cgi/html.rb (checkbox_group,radio_group): bug fix
   7875 2008-09-17 19:22 [ko1@a...            ] Ruby:r19396 (trunk): * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.
   7876 2008-09-17 20:00 [ko1@a...            ] Ruby:r19397 (trunk): * complex.c (nucomp_s_convert): accepts complex
   7877 2008-09-17 21:52 [ko1@a...            ] Ruby:r19398 (trunk): * string.c (rb_str_casecmp): don't use rb_enc_codepoint.
   7878 2008-09-18 01:40 [ko1@a...            ] Ruby:r19399 (trunk): * io.c (rb_io_extract_modeenc): process option mode: and perm: as
   7879 2008-09-18 01:40 [ko1@a...            ] Ruby:r19400 (trunk): * 2008-09-18       
   7880 2008-09-18 02:22 [ko1@a...            ] Ruby:r19401 (trunk): * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%
   7881 2008-09-18 10:17 [ko1@a...            ] Ruby:r19402 (trunk): Updated Rake files to version 0.8.2
   7882 2008-09-18 15:37 [ko1@a...            ] Ruby:r19404 (ruby_1_8): * 2008-09-18    
   7883 2008-09-18 15:38 [ko1@a...            ] Ruby:r19403 (ruby_1_8): * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is
   7884 2008-09-18 15:39 [ko1@a...            ] Ruby:r19405 (ruby_1_8): * ext/socket/socket.c (Init_socket): add new constants.  a patch from
   7885 2008-09-18 17:27 [ko1@a...            ] Ruby:r19406 (trunk): * transcode.c (enc_arg): revert last change.  too early exception
   7886 2008-09-18 17:57 [ko1@a...            ] Ruby:r19407 (trunk): * transcode.c: add "Error" suffix for Encoding exception classes.
   7887 2008-09-18 18:29 [ko1@a...            ] Ruby:r19408 (trunk): * transcode.c (enc_arg): must take pointer argument to avoid GC
   7888 2008-09-18 18:41 [ko1@a...            ] Ruby:r19409 (trunk): fix a typo.        
   7889 2008-09-18 18:42 [ko1@a...            ] Ruby:r19410 (trunk): add a ref.         
   7890 2008-09-18 19:21 [ko1@a...            ] Ruby:r19411 (trunk): * fix time in changelog
   7891 2008-09-18 19:44 [ko1@a...            ] Ruby:r19412 (trunk): * st.c (new_size): raise RuntimeError when st_table is too big.
   7892 2008-09-18 20:05 [ko1@a...            ] Ruby:r19413 (trunk): * lib/uri/common.rb (unescape): skip '%' to make String#hex work
   7893 2008-09-18 20:21 [ko1@a...            ] Ruby:r19414 (trunk): * bignum.c (big2str_karatsuba): free internal buffer eagerly.
   7894 2008-09-18 20:38 [ko1@a...            ] Ruby:r19415 (ruby_1_8, trunk): * lib/optparse.rb (OptionParser::ParseError#set_backtrace): omits
   7895 2008-09-18 20:51 [ko1@a...            ] Ruby:r19416 (trunk): * lib/rake.rb (Rake::Application#standard_exception_handling):
   7896 2008-09-18 21:54 [ko1@a...            ] Ruby:r19417 (trunk): * grapheme cluster implementation reverted.  
   7897 2008-09-18 22:21 [ko1@a...            ] Ruby:r19418 (trunk): * string.c (rb_str_comparable): make ascii8bit string to be
   7898 2008-09-18 22:51 [ko1@a...            ] Ruby:r19419 (trunk): * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted as
   7899 2008-09-18 22:57 [ko1@a...            ] Ruby:r19420 (trunk): * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment out
   7900 2008-09-19 01:17 [ko1@a...            ] Ruby:r19422 (trunk): * 2008-09-19       

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