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

ruby-changes:13301-13400

  13301 2009-09-24 02:25 [ko1@a...            ] Ruby:r25064 (ruby_1_8): * eval.c (Kernel#autoload?): doc fix by Jeremy Henty 
  13302 2009-09-24 02:25 [ko1@a...            ] Ruby:r25065 (ruby_1_8): * 2009-09-24    
  13303 2009-09-24 04:45 [ko1@a...            ] Ruby:r25066 (trunk): * load.c (Kernel#autoload?, Module#autoload?): added doc 
  13304 2009-09-24 09:42 [ko1@a...            ] Ruby:r25067 (trunk): * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn
  13305 2009-09-24 10:07 [ko1@a...            ] Ruby:r25068 (ruby_1_8): * lib/mathn.rb (Fixnum#**, Float#**, Bignum#**): Allow fractional power for negative numbers when 'mathn' is required 
  13306 2009-09-24 10:26 [ko1@a...            ] Ruby:r25069 (ruby_1_8): * ext/openssl/ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if frozen (or untainted for $SECURE >= 4) 
  13307 2009-09-24 12:02 [ko1@a...            ] Ruby:r25070 (ruby_1_8): * win32/win32.c (rb_w32_select): of course, need to initialize rest.
  13308 2009-09-24 12:11 [ko1@a...            ] Ruby:r25071 (ruby_1_8): * win32/win32.c (rb_w32_select): of course, need to initialize rest.
  13309 2009-09-24 12:32 [ko1@a...            ] Ruby:r25072 (ruby_1_8): * win32/win32.c (subtract): if the parameters are same value, should
  13310 2009-09-24 13:44 [ko1@a...            ] Ruby:r25073 (trunk): * proc.c (mnew): generate method object that wraps method_missing,
  13311 2009-09-24 15:57 [ko1@a...            ] Ruby:r25074 (ruby_1_8): * instruby.rb: win32/win32.h exists in srcdir.
  13312 2009-09-24 19:35 [ko1@a...            ] Ruby:r25075 (trunk): rdoc update.       
  13313 2009-09-25 03:25 [ko1@a...            ] Ruby:r25076 (ruby_1_8): * hash.c (rehash doc): doc fix 
  13314 2009-09-25 03:26 [ko1@a...            ] Ruby:r25077 (ruby_1_8): * 2009-09-25    
  13315 2009-09-25 03:36 [ko1@a...            ] Ruby:r25078 (ruby_1_8): * hash.c (doc): doc fix, patch by Run Paint Run Run 
  13316 2009-09-25 03:37 [ko1@a...            ] Ruby:r25079 (trunk): * hash.c (doc): doc fix, patch by Run Paint Run Run 
  13317 2009-09-25 03:37 [ko1@a...            ] Ruby:r25080 (trunk): * 2009-09-25       
  13318 2009-09-25 03:56 [ko1@a...            ] Ruby:r25081 (trunk): * hash.c (Hash#each): Fix documentation to reflect insertion order. A patch by Run Paint Run Run  and 
  13319 2009-09-25 04:34 [ko1@a...            ] Ruby:r25082 (ruby_1_8): * lib/rational.rb (#+, #-, #/, #**, #<=>): Return correct error message in case coercion fails. Based on a patch by Run Paint Run Run 
  13320 2009-09-25 05:59 [ko1@a...            ] Ruby:r25083 (trunk): * proc.c (Method#== doc): Fix doc, cf 
  13321 2009-09-25 06:05 [ko1@a...            ] Ruby:r25084 (trunk): Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc processing
  13322 2009-09-25 11:51 [ko1@a...            ] Ruby:r25085 (trunk): * vm_method.c (rb_mod_method_defined): should return true or false.
  13323 2009-09-25 12:33 [ko1@a...            ] Ruby:r25087 (trunk): * vm_method.c (obj_respond_to_missing): added rdoc.
  13324 2009-09-25 12:36 [ko1@a...            ] Ruby:r25088 (trunk): * vm_method.c (check_definition): fixed typo.
  13325 2009-09-25 13:05 [ko1@a...            ] Ruby:r25089 (trunk): * proc.c (mnew): fix for instance method of Module, BasicObject
  13326 2009-09-25 13:06 [ko1@a...            ] Ruby:r25090 (trunk): * proc.c (missing_wrap): new_arg is already given if argc > 1.
  13327 2009-09-25 13:49 [ko1@a...            ] Ruby:r25091 (trunk): * proc.c (missing_wrap): reverted.
  13328 2009-09-25 16:06 [ko1@a...            ] Ruby:r25092 (trunk): * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to
  13329 2009-09-26 03:32 [ko1@a...            ] Ruby:r25094 (trunk): * 2009-09-26       
  13331 2009-09-26 08:36 [ko1@a...            ] Ruby:r25095 (trunk): * iseq.c (compile_string): rename to parse_string(), because
  13332 2009-09-26 08:48 [ko1@a...            ] Ruby:r25096 (ruby_1_8, trunk): * lib: updated keywords.
  13333 2009-09-26 13:27 [ko1@a...            ] Ruby:r25097 (trunk): * lib/net/http.rb (transport_request): Handle timeout error by closing socket if exception raised. 
  13334 2009-09-26 13:34 [ko1@a...            ] Ruby:r25098 (ruby_1_8): * lib/net/http.rb (transport_request): Handle timeout error by closing socket if exception raised. 
  13335 2009-09-26 16:27 [ko1@a...            ] Ruby:r25099 (trunk): * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixed
  13336 2009-09-26 16:34 [ko1@a...            ] Ruby:r25100 (trunk): * string.c (rb_hash_start): fixed shift width on 128bit platform.
  13337 2009-09-26 16:48 [ko1@a...            ] Ruby:r25101 (trunk): * string.c (hash): updated to MurmurHash 2.0 2009-09-19.
  13338 2009-09-26 17:53 [ko1@a...            ] Ruby:r25102 (trunk): * st.c (COLLISION): improved collision log feature.
  13339 2009-09-26 22:43 [ko1@a...            ] Ruby:r25103 (trunk): * Makefile.in(test-rubyspec): explicitly executes run subcommand of
  13340 2009-09-26 23:31 [ko1@a...            ] Ruby:r25104 (trunk): * symbian/setup: Updated .mmp file generation due to blockinlining.c removal.
  13341 2009-09-26 23:31 [ko1@a...            ] Ruby:r25105 (trunk): * symbian/setup: Updated .mmp file generation due to blockinlining.c removal.
  13342 2009-09-26 23:31 [ko1@a...            ] Ruby:r25106 (trunk): * st.c: moved murmur hash from string.c.  
  13343 2009-09-27 02:03 [ko1@a...            ] Ruby:r25108 (trunk): * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.
  13344 2009-09-27 04:34 [ko1@a...            ] Ruby:r25109 (trunk): Update to work with the latest PIPS version 1.6
  13345 2009-09-27 04:35 [ko1@a...            ] Ruby:r25110 (trunk): Update to work with the latest PIPS version 1.6
  13346 2009-09-27 04:35 [ko1@a...            ] Ruby:r25111 (trunk): Update to work with the latest PIPS version 1.6
  13347 2009-09-27 04:39 [ko1@a...            ] Ruby:r25112 (trunk): Symbian build update to work with the latest PIPS version 1.6
  13348 2009-09-27 05:37 [ko1@a...            ] Ruby:r25114 (trunk): * ext/json/ext/generator/generator.c: Documention patch by okkez.
  13349 2009-09-27 09:17 [ko1@a...            ] Ruby:r25115 (trunk): * vm_method.c (rb_method_entry_eq): suppressed a warning.
  13350 2009-09-27 10:21 [ko1@a...            ] Ruby:r25116 (trunk): * configure.in (warnflags): check all flags if each are available.
  13351 2009-09-27 10:58 [ko1@a...            ] Ruby:r25117 (trunk): fix rdoc.          
  13352 2009-09-27 11:31 [ko1@a...            ] Ruby:r25118 (trunk): * enum.c (enum_minmax): use struct for memo.
  13353 2009-09-27 12:00 [ko1@a...            ] Ruby:r25119 (trunk): * configure.in (optflags): add -fomit-frame-pointer by default.
  13354 2009-09-27 12:00 [ko1@a...            ] Ruby:r25120 (trunk): * string.c (rb_hash_{uint{32,},end}): removed.
  13355 2009-09-27 12:01 [ko1@a...            ] Ruby:r25121 (trunk): * string.c (str_buf_cat2): optimize since all second arguments are
  13356 2009-09-27 13:08 [ko1@a...            ] Ruby:r25122 (trunk): * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect
  13357 2009-09-27 23:44 [ko1@a...            ] Ruby:r25123 (trunk): rdoc update.       
  13358 2009-09-28 01:26 [ko1@a...            ] Ruby:r25125 (trunk): * 2009-09-28       
  13359 2009-09-28 01:26 [ko1@a...            ] Ruby:r25124 (trunk): * common.mk (ruby.imp): add text section [Bug #2064].
  13360 2009-09-28 10:08 [ko1@a...            ] Ruby:r25127 (trunk): * stringio/stringio.c (strio_read): set ASCII-8BIT encoding
  13361 2009-09-28 11:40 [ko1@a...            ] Ruby:r25128 (trunk): * parse.y (parser_tokadd_string): the byte after ``\'' may be a part of
  13362 2009-09-28 12:09 [ko1@a...            ] Ruby:r25129 (trunk):                    
  13363 2009-09-28 12:16 [ko1@a...            ] Ruby:r25130 (trunk): missing changelog entries added for r25128.
  13364 2009-09-28 19:09 [ko1@a...            ] Ruby:r25132 (trunk): include/ruby/st.h: aligned prototype of st_hash_uint32 with function
  13365 2009-09-28 22:33 [ko1@a...            ] Ruby:r25134 (trunk): * dln.c (aix_loaderror): needs format string.
  13366 2009-09-28 22:46 [ko1@a...            ] Ruby:r25135 (trunk): * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed as
  13367 2009-09-28 23:32 [ko1@a...            ] Ruby:r25136 (trunk): * dln.c (load_lib, dln_find_exe_r): env string may be overwritten.
  13368 2009-09-29 00:07 [ko1@a...            ] Ruby:r25137 (trunk): * hash.c (rb_f_getenv, env_fetch): env string may be overwritten.
  13369 2009-09-29 04:24 [ko1@a...            ] Ruby:r25138 (trunk): * include/ruby/st.h: include inttypes.h and stdint.h.
  13370 2009-09-29 04:24 [ko1@a...            ] Ruby:r25140 (trunk): * encoding.c (rb_filesystem_encoding): On Unix systems,
  13371 2009-09-29 08:27 [ko1@a...            ] Ruby:r25141: * lib/gauntlet_rubygems.rb: out of place.
  13372 2009-09-29 09:34 [ko1@a...            ] Ruby:r25142 (trunk): * encoding.c (rb_enc_unicode_p): defined.
  13373 2009-09-29 09:34 [ko1@a...            ] Ruby:r25143 (trunk): * string.c (rb_str_inspect): dump as \uXXXX when the
  13374 2009-09-29 11:20 [ko1@a...            ] Ruby:r25144 (trunk): Refine tests arround String#inspect.
  13375 2009-09-29 12:53 [ko1@a...            ] Ruby:r25145 (trunk): * test/ruby/test_class.rb (test_module_function): tests for warnings.
  13376 2009-09-29 13:33 [ko1@a...            ] Ruby:r25146 (trunk): * vm_method.c (rb_method_entry_eq): fixed a message.
  13377 2009-09-29 13:38 [ko1@a...            ] Ruby:r25147 (trunk): * vm_method.c (rb_add_method_def): nothing to do if old method had
  13378 2009-09-29 13:49 [ko1@a...            ] Ruby:r25148 (trunk): * vm_method.c (rb_method_definition_eq): non-null definition is
  13379 2009-09-29 14:48 [ko1@a...            ] Ruby:r25149 (trunk): * test/ruby/test_module.rb: suppress warnings.
  13380 2009-09-29 15:26 [ko1@a...            ] Ruby:r25150 (trunk): * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.
  13381 2009-09-29 15:59 [ko1@a...            ] Ruby:r25151 (trunk): * test/ruby/test_{class,module}.rb (test_method_redefinition): include
  13382 2009-09-29 16:03 [ko1@a...            ] Ruby:r25152 (trunk): * test/ruby/test_class.rb (test_method_redefinition): commit miss.
  13383 2009-09-29 17:03 [ko1@a...            ] Ruby:r25153 (trunk): * ext/json/lib/json/common.rb (recurse_proc): removed needless
  13384 2009-09-29 21:11 [ko1@a...            ] Ruby:r25154 (trunk): * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.
  13385 2009-09-29 21:13 [ko1@a...            ] Ruby:r25155 (trunk): * add a reference. 
  13386 2009-09-29 21:21 [ko1@a...            ] Ruby:r25156 (trunk): * configure.in (--enable-pthread): deprecated.
  13387 2009-09-29 21:31 [ko1@a...            ] Ruby:r25157 (trunk): * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.
  13388 2009-09-29 22:22 [ko1@a...            ] Ruby:r25158 (trunk): * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec
  13389 2009-09-29 22:26 [ko1@a...            ] Ruby:r25159 (trunk): * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is
  13390 2009-09-29 22:45 [ko1@a...            ] Ruby:r25160 (trunk): fix typos.         
  13391 2009-09-29 23:17 [ko1@a...            ] Ruby:r25161 (trunk): * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.
  13392 2009-09-30 00:00 [ko1@a...            ] Ruby:r25162 (trunk): * configure.in (THREAD_MODEL): modified message when no thread
  13393 2009-09-30 00:03 [ko1@a...            ] Ruby:r25163 (trunk): Escape as \x{XXXX} other than Unicode chars.
  13394 2009-09-30 00:37 [ko1@a...            ] Ruby:r25164 (trunk): * enumerator.c (enumerator_block_call): extracted.
  13395 2009-09-30 01:39 [ko1@a...            ] Ruby:r25165 (trunk): * re.c (last_match): Added note to the doc that last_match is local to current scope 
  13396 2009-09-30 01:40 [ko1@a...            ] Ruby:r25166 (ruby_1_8): * re.c (last_match): Added note to the doc that last_match is local to current scope 
  13397 2009-09-30 01:40 [ko1@a...            ] Ruby:r25167 (ruby_1_8): * 2009-09-30    
  13398 2009-09-30 10:09 [ko1@a...            ] Ruby:r25168 (trunk): * re.c (last_match): add "thread and method" to the scope.
  13399 2009-09-30 13:16 [ko1@a...            ] Ruby:r25169 (trunk): * vm_method.c (rb_add_method_def): show the location where
  13400 2009-09-30 17:33 [ko1@a...            ] Ruby:r25170 (trunk): * time.c (rb_time_succ): make Time#succ obsolete since time is not

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