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

ruby-changes:8201-8300

   8201 2008-10-09 23:24 [ko1@a...            ] Ruby:r19729 (trunk): * process.c (rb_run_exec_options): fix resource leak.
   8202 2008-10-09 23:31 [ko1@a...            ] Ruby:r19730 (trunk): * process.c (run_exec_dup2): fix resource leak.
   8203 2008-10-09 23:53 [ko1@a...            ] Ruby:r19732 (ruby_1_8): * 2008-10-09    
   8204 2008-10-09 23:53 [ko1@a...            ] Ruby:r19731 (ruby_1_8, trunk): * misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
   8205 2008-10-10 00:12 [ko1@a...            ] Ruby:r19734 (trunk): * 2008-10-10       
   8206 2008-10-10 00:12 [ko1@a...            ] Ruby:r19733 (trunk): * transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.
   8207 2008-10-10 00:22 [ko1@a...            ] Ruby:r19735 (ruby_1_8, trunk): * lib/optparse.rb (ParseError.filter_backtrace): removes internal
   8208 2008-10-10 01:56 [ko1@a...            ] Ruby:r19736 (trunk): * encoding.c (enc_names): minor improvement.
   8209 2008-10-10 03:41 [ko1@a...            ] Ruby:r19737 (trunk): * sprintf.c (rb_str_format): check if codepoint for %c is valid.
   8210 2008-10-10 09:56 [ko1@a...            ] Ruby:r19738: Removing miniunit          
   8211 2008-10-10 10:19 [ko1@a...            ] Ruby:r19739: Restored test/unit         
   8212 2008-10-10 10:19 [ko1@a...            ] Ruby:r19740 (trunk): Added minitest 1.3.0
   8213 2008-10-10 10:40 [ko1@a...            ] Ruby:r19741: removed miniunit's tests   
   8214 2008-10-10 11:34 [ko1@a...            ] Ruby:r19742 (ruby_1_8): * time.c (time_mdump, time_mload): preserves GMT status.
   8215 2008-10-10 15:15 [ko1@a...            ] Ruby:r19743 (trunk): Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rb
   8216 2008-10-10 15:20 [ko1@a...            ] Ruby:r19744 (trunk): Updated changelog for test/unit / minitest switch
   8217 2008-10-10 17:28 [ko1@a...            ] Ruby:r19745 (trunk): * ext/json/ext/parser/parser.c (JSON_parse_string):
   8218 2008-10-10 19:12 [ko1@a...            ] Ruby:r19746 (trunk): properties.        
   8219 2008-10-10 19:22 [ko1@a...            ] Ruby:r19747 (trunk): * parse.y (magic_comment_encoding): warns when ignored.
   8220 2008-10-10 22:07 [ko1@a...            ] Ruby:r19748 (trunk): * include/ruby.h: updated macros for headers.  
   8221 2008-10-10 22:17 [ko1@a...            ] Ruby:r19749 (trunk): * parse.y (comment_at_top): needed for ripper too.
   8222 2008-10-10 22:21 [ko1@a...            ] Ruby:r19750 (trunk): fix typos.         
   8223 2008-10-11 00:10 [ko1@a...            ] Ruby:r19751 (trunk): * lib/csv/csv.rb:  Added support for Encoding::default_internal.
   8224 2008-10-11 00:10 [ko1@a...            ] Ruby:r19752 (trunk): * 2008-10-11       
   8225 2008-10-11 04:21 [ko1@a...            ] Ruby:r19753 (trunk): * parse.y: optimize 'for' statement when one variable given.
   8226 2008-10-11 08:31 [ko1@a...            ] Ruby:r19754 (trunk): properties.        
   8227 2008-10-11 08:51 [ko1@a...            ] Ruby:r19755 (trunk): * lib/rake.rb (Rake::Application#standard_exception_handling): removed
   8228 2008-10-11 10:20 [ko1@a...            ] Ruby:r19756 (ruby_1_8, trunk): * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the
   8229 2008-10-11 18:56 [ko1@a...            ] Ruby:r19757 (trunk): rdoc update.       
   8230 2008-10-11 19:50 [ko1@a...            ] Ruby:r19758 (trunk): * parse.y (parser_prepare): use utf-8 encoding directly.
   8231 2008-10-11 22:44 [ko1@a...            ] Ruby:r19759 (trunk): rdoc update.       
   8232 2008-10-12 09:48 [ko1@a...            ] Ruby:r19760 (trunk): * strftime.c (rb_strftime): suppressed warnings on cygwin.
   8233 2008-10-12 10:19 [ko1@a...            ] Ruby:r19761 (trunk): * compile.c (iseq_compile_each): fixed indent.
   8234 2008-10-12 12:29 [ko1@a...            ] Ruby:r19762 (trunk): * vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimization
   8235 2008-10-12 18:08 [ko1@a...            ] Ruby:r19763 (trunk): * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,
   8236 2008-10-13 07:52 [ko1@a...            ] Ruby:r19765 (trunk): * 2008-10-13       
   8237 2008-10-13 07:52 [ko1@a...            ] Ruby:r19764 (trunk): * transcode.c (str_transcode0): String#encode() with no encoding
   8238 2008-10-13 08:03 [ko1@a...            ] Ruby:r19766 (trunk): * ruby.c (proc_options): add -U command line option to specify
   8239 2008-10-13 09:03 [ko1@a...            ] Ruby:r19767 (trunk): * ext/win32ole/win32ole.c (load_conv_function51932): support
   8240 2008-10-13 09:55 [ko1@a...            ] Ruby:r19768 (trunk): * complex.c (m_sqrt): unused.
   8241 2008-10-13 09:59 [ko1@a...            ] Ruby:r19769 (trunk): * transcode.c (rb_econv_init_by_convpath): suppressed warnings.
   8242 2008-10-13 19:14 [ko1@a...            ] Ruby:r19770 (trunk): * parse.y (token_info_pop): show source filename. 
   8243 2008-10-14 09:42 [ko1@a...            ] Ruby:r19772 (trunk): * 2008-10-14       
   8244 2008-10-14 09:42 [ko1@a...            ] Ruby:r19771 (trunk): * parse.y (parser_yylex): allow reserved word to be keyword argument.
   8245 2008-10-14 09:42 [ko1@a...            ] Ruby:r19773 (trunk): * ruby.c (set_internal_encoding_once): check double contradicted
   8246 2008-10-14 11:20 [ko1@a...            ] Ruby:r19774 (ruby_1_8): * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
   8247 2008-10-14 11:20 [ko1@a...            ] Ruby:r19775 (ruby_1_8): * 2008-10-14    
   8248 2008-10-14 11:23 [ko1@a...            ] Ruby:r19776 (trunk): * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
   8249 2008-10-14 12:24 [ko1@a...            ] Ruby:r19777 (trunk): * test/ruby/test_variable.rb (TestVariable#test_variable): add
   8250 2008-10-14 13:37 [ko1@a...            ] Ruby:r19778 (trunk): * enc/trans/single_byte.trans: added windows-1252
   8251 2008-10-14 14:11 [ko1@a...            ] Ruby:r19779 (trunk): * ruby.c (proc_options): -U can be followed by other options.
   8252 2008-10-14 20:33 [ko1@a...            ] Ruby:r19780 (trunk): * enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamed
   8253 2008-10-14 20:46 [ko1@a...            ] Ruby:r19781 (trunk): * io.c (Init_IO): $FILENAME and $* must be read-only.  
   8254 2008-10-14 21:44 [ko1@a...            ] Ruby:r19782 (trunk): * ext/win32ole/win32ole.c (load_conv_function51932): check
   8255 2008-10-14 21:50 [ko1@a...            ] Ruby:r19783 (trunk): * common.mk (TESTS): skips minitest by default, since it interferes
   8256 2008-10-14 23:05 [ko1@a...            ] Ruby:r19784 (trunk): * transcode.c (str_transcode0): should not raise error when
   8257 2008-10-14 23:08 [ko1@a...            ] Ruby:r19785 (trunk): add test for %B.   
   8258 2008-10-14 23:21 [ko1@a...            ] Ruby:r19786 (trunk): * lib/delegate.rb (Delegator): simplified and restored 1.8
   8259 2008-10-15 13:14 [ko1@a...            ] Ruby:r19787 (trunk): Pulled minitest r4373
   8260 2008-10-15 13:14 [ko1@a...            ] Ruby:r19788 (trunk): * 2008-10-15       
   8261 2008-10-15 13:16 [ko1@a...            ] Ruby:r19789 (trunk): Disable minitest autorunner and run manually in order to get test/unit fork/signal tests to not trigger minitest multiple times
   8262 2008-10-15 16:48 [ko1@a...            ] Ruby:r19790 (trunk): * ruby.c (process_options): -U should be allowed in RUBYOPT
   8263 2008-10-15 16:58 [ko1@a...            ] Ruby:r19791 (trunk): * version.h (RUBY_DESCRIPTION): remove unnecessary space.
   8264 2008-10-15 18:15 [ko1@a...            ] Ruby:r19792 (trunk): rdoc update.       
   8265 2008-10-15 22:21 [ko1@a...            ] Ruby:r19793 (trunk): * array.c (RESIZE_CAPA): check whether len is longer than capacity.
   8266 2008-10-15 22:23 [ko1@a...            ] Ruby:r19794 (trunk): * ChangeLog: add ML ref.
   8267 2008-10-15 23:12 [ko1@a...            ] Ruby:r19795 (trunk): * lib/delegate.rb (DelegateClass): restored 1.8 behavior for
   8268 2008-10-16 06:27 [ko1@a...            ] Ruby:r19796 (trunk): * test/ruby/test_transcode.rb (TestTranscode#test_errors):
   8269 2008-10-16 06:27 [ko1@a...            ] Ruby:r19797 (trunk): * 2008-10-16       
   8270 2008-10-16 14:30 [ko1@a...            ] Ruby:r19798 (trunk): * instruby.rb (lib): installs all files other than README etc.
   8271 2008-10-16 14:34 [ko1@a...            ] Ruby:r19799 (trunk): * common.mk, enc/depend (enc, trans): targets for sources.
   8272 2008-10-16 22:55 [ko1@a...            ] Ruby:r19800 (trunk): * lib/test/unit: removed test/unit.
   8273 2008-10-16 23:27 [ko1@a...            ] Ruby:r19801 (trunk): * lib/test/unit.rb (assert_equal): failure message changed.
   8274 2008-10-16 23:30 [ko1@a...            ] Ruby:r19802 (trunk): * lib/test/unit.rb (assert_equal): avoid incompatible character
   8275 2008-10-16 23:45 [ko1@a...            ] Ruby:r19803 (trunk): * compile.c (iseq_set_sequence): fix memory leak.
   8276 2008-10-16 23:49 [ko1@a...            ] Ruby:r19804 (trunk): * common.mk (TESTS): removed to re-enable test for minitest.
   8277 2008-10-17 00:24 [ko1@a...            ] Ruby:r19806 (trunk): * 2008-10-17       
   8278 2008-10-17 00:25 [ko1@a...            ] Ruby:r19805 (trunk): * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):
   8279 2008-10-17 00:32 [ko1@a...            ] Ruby:r19807 (trunk): * io.c (rb_io_binmode): reset encoding conversion.
   8280 2008-10-17 00:41 [ko1@a...            ] Ruby:r19808 (trunk): add an assertion.  
   8281 2008-10-17 00:42 [ko1@a...            ] Ruby:r19809 (trunk): * lib/test/unit.rb: sort the order of executing tests.
   8282 2008-10-17 01:27 [ko1@a...            ] Ruby:r19810 (trunk): * transcode.c (transcode_restartable0): in_pos and out_pos never be
   8283 2008-10-17 07:21 [ko1@a...            ] Ruby:r19811 (trunk): * ruby.c (proc_options): no warning when default_external already
   8284 2008-10-17 07:21 [ko1@a...            ] Ruby:r19812 (trunk): * .gdbinit (rp): REGEXP handling fixed.
   8285 2008-10-17 07:39 [ko1@a...            ] Ruby:r19813 (trunk): * re.c (rb_reg_initialize_m): changed the message to clarify the
   8286 2008-10-17 08:22 [ko1@a...            ] Ruby:r19814 (trunk): Removed manage_gems call in the rake gempackagetask
   8287 2008-10-17 10:30 [ko1@a...            ] Ruby:r19815 (trunk): * tool/insns2vm.rb: remove -Kn option in shebang line because it's
   8288 2008-10-17 11:51 [ko1@a...            ] Ruby:r19816 (trunk): * ext/socket/socket.c (init_sock): sockets should be binmode.
   8289 2008-10-17 18:07 [ko1@a...            ] Ruby:r19817 (trunk): * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):
   8290 2008-10-17 18:15 [ko1@a...            ] Ruby:r19818 (trunk): * transcode.c (str_transcode0): String#encode without argument now
   8291 2008-10-17 18:15 [ko1@a...            ] Ruby:r19819 (trunk): * configure.in (uncommon.mk): ignores failures at loading.
   8292 2008-10-17 18:17 [ko1@a...            ] Ruby:r19820 (trunk): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal):
   8293 2008-10-17 19:42 [ko1@a...            ] Ruby:r19821 (trunk):                    
   8294 2008-10-17 19:46 [ko1@a...            ] Ruby:r19822 (trunk): * common.mk (ID_H_TARGET): phony target to update id.h.
   8295 2008-10-17 20:56 [ko1@a...            ] Ruby:r19823 (trunk): * id.h: reverted.  
   8296 2008-10-17 22:09 [ko1@a...            ] Ruby:r19824 (trunk): * array.c: recycle shared-array when it isn't referenced.
   8297 2008-10-18 00:51 [ko1@a...            ] Ruby:r19826 (trunk): * 2008-10-18       
   8298 2008-10-18 00:51 [ko1@a...            ] Ruby:r19825 (trunk): * array.c: don't recycle shared-array while sort!.
   8299 2008-10-18 01:39 [ko1@a...            ] Ruby:r19827 (trunk): * common.mk: use added options for generic_erb.rb.
   8300 2008-10-18 13:42 [ko1@a...            ] Ruby:r19828 (trunk): * lib/test/unit.rb (assert_nothing_thrown): implemented.

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