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

ruby-changes:30201-30300

  30201 2013-07-30 18:58 [ko1@a...            ] knu:r42253 (trunk): Add Set#intersect? and #disjoint?.
  30202 2013-07-30 19:22 [ko1@a...            ] knu:r42254 (trunk): Add some more tests.
  30203 2013-07-30 21:30 [ko1@a...            ] naruse:r42255 (trunk): rescue NoMemoryError
  30204 2013-07-30 22:26 [ko1@a...            ] glass:r42256 (trunk): * test/ruby/test_hash.rb: add a test for enumeration order of Hash.
  30205 2013-07-31 07:10 [ko1@a...            ] drbrain:r42257 (trunk): * lib/rubygems:  Import RubyGems from master as of commit 523551c
  30206 2013-07-31 07:10 [ko1@a...            ] svn:r42258 (trunk): * 2013-07-31        
  30207 2013-07-31 07:11 [ko1@a...            ] nobu:r42259 (trunk): * remove trailing spaces.
  30208 2013-07-31 12:03 [ko1@a...            ] zzak:r42260 (trunk): * lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369]
  30209 2013-07-31 12:06 [ko1@a...            ] zzak:r42261 (trunk): add github url to changelog for r42260
  30210 2013-07-31 12:20 [ko1@a...            ] akr:r42262 (trunk): * bignum.c (big2str_struct): New structure.
  30211 2013-07-31 14:58 [ko1@a...            ] knu:r42263 (trunk): Use the term "sorted" instead "ordered" when mentioning SortSet.
  30212 2013-07-31 14:58 [ko1@a...            ] knu:r42265 (trunk): * lib/set.rb: [DOC] Add a couple of notes on Hash as storage.
  30213 2013-07-31 14:58 [ko1@a...            ] knu:r42264 (trunk): * lib/set.rb: [DOC] Fix example result.  Hash is now ordered.
  30214 2013-07-31 15:02 [ko1@a...            ] knu:r42266 (trunk): Add a reference to the related issue.
  30215 2013-07-31 16:07 [ko1@a...            ] naruse:r42267 (trunk): Show /proc/meminfo on NoMemoryError ref #8711
  30216 2013-07-31 16:53 [ko1@a...            ] glass:r42268 (trunk): * string.c (rb_str_rindex): refactoring and avoid to call str_nth() if
  30217 2013-07-31 17:47 [ko1@a...            ] glass:r42269 (trunk): * string.c (rb_str_rindex): performance improvement by using
  30218 2013-07-31 17:59 [ko1@a...            ] naruse:r42270 (trunk): show errno on FiberError ref #8711
  30219 2013-07-31 18:00 [ko1@a...            ] sorah:r42271 (trunk): * lib/uri/common.rb (URI.decode_www_form_component):
  30220 2013-07-31 18:29 [ko1@a...            ] shugo:r42272 (trunk): * eval.c (rb_mod_refine, mod_using, top_using): don't show
  30221 2013-07-31 18:34 [ko1@a...            ] knu:r42273 (trunk): * lib/uri/common.rb (URI.decode_www_form_component): Use String#b.
  30222 2013-07-31 19:59 [ko1@a...            ] akr:r42274 (trunk): * bignum.c (MAX_BIG2STR_TABLE_ENTRIES): Use SIZEOF_SIZE_T.
  30223 2013-07-31 20:18 [ko1@a...            ] glass:r42275 (trunk): * string.c (rb_str_rindex): fix bug introduced in r42269.
  30224 2013-07-31 21:21 [ko1@a...            ] kou:r42276 (trunk): * test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.
  30225 2013-07-31 21:25 [ko1@a...            ] kou:r42277 (trunk): * test/rexml/test_attributes_mixin.rb: Remove a needless shebang.
  30226 2013-07-31 21:32 [ko1@a...            ] kou:r42278 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Remove setup because it
  30227 2013-07-31 21:38 [ko1@a...            ] kou:r42279 (trunk): * test/rexml/test_notationdecl_mixin.rb (TestNotationDecl#test_name):
  30228 2013-07-31 21:44 [ko1@a...            ] kou:r42280 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Group tests.
  30229 2013-07-31 21:59 [ko1@a...            ] kou:r42281 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Split test patterns.
  30230 2013-07-31 22:02 [ko1@a...            ] kazu:r42282 (trunk): * parse.y: fix build error with bison-3.0.
  30231 2013-07-31 22:04 [ko1@a...            ] kou:r42283 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Add tests that focus
  30232 2013-07-31 22:05 [ko1@a...            ] kou:r42284 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.
  30233 2013-07-31 22:42 [ko1@a...            ] akr:r42285 (trunk): * bignum.c (bary_cmp): Extracted from rb_big_cmp.
  30234 2013-07-31 22:53 [ko1@a...            ] kou:r42286 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Add tests that focus
  30235 2013-07-31 22:53 [ko1@a...            ] kou:r42287 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Fix typos in expected
  30236 2013-07-31 22:55 [ko1@a...            ] kou:r42288 (trunk): * test/rexml/test_notationdecl_mixin.rb: Remove duplicated tests.
  30237 2013-07-31 22:59 [ko1@a...            ] kou:r42289 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Rename to ...
  30238 2013-07-31 23:00 [ko1@a...            ] kou:r42290 (trunk): * test/rexml/parse/test_notation_declaration.rb: Change class
  30239 2013-07-31 23:22 [ko1@a...            ] akr:r42291 (trunk): * bignum.c (power_cache_get_power): Change numdigits_ret to size_t *.
  30240 2013-08-01 00:01 [ko1@a...            ] naruse:r42292 (trunk): revert r42255 ref #8711
  30241 2013-08-01 00:01 [ko1@a...            ] svn:r42293 (trunk): * 2013-08-01        
  30242 2013-08-01 00:02 [ko1@a...            ] akr:r42294 (trunk): * bignum.c (big2str_find_n1): Change the return type to size_t.
  30243 2013-08-01 01:21 [ko1@a...            ] akr:r42295 (trunk): * bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Removed.
  30244 2013-08-01 01:22 [ko1@a...            ] nobu:r42296 (trunk): * remove trailing spaces.
  30245 2013-08-01 01:35 [ko1@a...            ] knu:r42297 (trunk): Fix a typo.         
  30246 2013-08-01 01:48 [ko1@a...            ] akr:r42298 (trunk): * bignum.c (big2str_karatsuba): Fix a condition of power_level.
  30247 2013-08-01 04:05 [ko1@a...            ] nobu:r42299 (trunk): test_rdoc_markup_pre_process.rb: input tempfile
  30248 2013-08-01 04:06 [ko1@a...            ] nobu:r42300 (trunk): options.rb: include root for out-place build
  30249 2013-08-01 06:33 [ko1@a...            ] akr:r42301 (trunk): * bignum.c (big2str_orig): Simplified because RBIGNUM_LEN(x) <= 2 now.
  30250 2013-08-01 07:39 [ko1@a...            ] akr:r42302 (trunk): * bignum.c (big2str_orig): Use temporary buffer when trim mode.
  30251 2013-08-01 12:43 [ko1@a...            ] akr:r42303 (trunk): * bignum.c (big2str_alloc): New function to allocate the result string.
  30252 2013-08-01 12:46 [ko1@a...            ] nobu:r42304 (trunk): * remove trailing spaces.
  30253 2013-08-01 19:19 [ko1@a...            ] akr:r42305 (trunk): * bignum.c (rb_big2str1): Remove non-trim mode.
  30254 2013-08-01 20:48 [ko1@a...            ] akr:r42306 (trunk): * bignum.c (power_cache_get_power): Hide cached Bignum objects.
  30255 2013-08-01 21:07 [ko1@a...            ] akr:r42307 (trunk): * bignum.c (rb_big2str1): Raise an error for too big number.
  30256 2013-08-01 22:32 [ko1@a...            ] glass:r42308 (trunk): * string.c (str_rindex): remove comment.
  30257 2013-08-01 23:35 [ko1@a...            ] akr:r42309 (trunk): * bignum.c (rb_cstr_to_inum): Use power_cache_get_power.
  30258 2013-08-01 23:57 [ko1@a...            ] akr:r42310 (trunk): * bignum.c (rb_big2str1): Remove a local variable.
  30259 2013-08-01 23:59 [ko1@a...            ] mrkn:r42311 (trunk): * rational.c (rb_flt_rationalize_with_prec): new public C function
  30260 2013-08-02 00:01 [ko1@a...            ] nobu:r42312 (trunk): * properties.      
  30261 2013-08-02 00:01 [ko1@a...            ] svn:r42313 (trunk): * 2013-08-02        
  30262 2013-08-02 00:04 [ko1@a...            ] naruse:r42314 (trunk): Show memory usage on NoMemoryError ref #8711
  30263 2013-08-02 00:14 [ko1@a...            ] mrkn:r42315 (trunk): * bootstraptest/test_literal_suffix.rb: add two test cases to
  30264 2013-08-02 02:11 [ko1@a...            ] naruse:r42316 (trunk): Show more portable and detailed info on NoMemoryError ref #8711
  30265 2013-08-02 02:33 [ko1@a...            ] mrkn:r42317 (trunk): * NEWS: Add the description of number literal suffixes.
  30266 2013-08-02 05:46 [ko1@a...            ] eregon:r42318 (trunk): * NEWS: fix typos in the description of number literal suffixes.
  30267 2013-08-02 07:49 [ko1@a...            ] akr:r42319 (trunk): * bignum.c (big2str_orig): Remove len argument.
  30268 2013-08-02 09:15 [ko1@a...            ] drbrain:r42320 (trunk): * doc/syntax/refinements.rdoc:  Improve description of where you may
  30269 2013-08-02 10:15 [ko1@a...            ] naruse:r42321 (trunk): Fix test failure on Windows because of an extra warning
  30270 2013-08-02 10:15 [ko1@a...            ] naruse:r42322 (trunk): nmake doesn't out put targets
  30271 2013-08-02 10:40 [ko1@a...            ] charliesome:r42323 (trunk): * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switch
  30272 2013-08-02 12:28 [ko1@a...            ] akr:r42324 (trunk): * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.
  30273 2013-08-02 18:36 [ko1@a...            ] akr:r42325 (trunk): * bignum.c (big2str_karatsuba): Reduce power_level more than one at
  30274 2013-08-02 20:30 [ko1@a...            ] usa:r42326 (ruby_1_9_3): merge revision(s) 42178: [Backport #8687]
  30275 2013-08-02 20:40 [ko1@a...            ] usa:r42327 (ruby_1_9_3): merge revision(s) 42212,42214: [Backport #8669]
  30276 2013-08-02 20:49 [ko1@a...            ] usa:r42328 (ruby_1_9_3): merge revision(s) 42126: [Backport #8664]
  30277 2013-08-02 23:11 [ko1@a...            ] nobu:r42329 (trunk): bignum.c: suppress a warning
  30278 2013-08-02 23:13 [ko1@a...            ] nobu:r42330 (trunk): eventids2.c: new literals
  30279 2013-08-02 23:14 [ko1@a...            ] nobu:r42331 (trunk): parse.y: simplify numerics
  30280 2013-08-02 23:15 [ko1@a...            ] nobu:r42332 (trunk): parse.y: parse precisely
  30281 2013-08-02 23:24 [ko1@a...            ] nobu:r42333 (trunk): parse.y: ripper for new literals
  30282 2013-08-02 23:49 [ko1@a...            ] nobu:r42334 (trunk): parse.y: calculate powers of ten
  30283 2013-08-02 23:53 [ko1@a...            ] akr:r42335 (trunk): * bignum.c (power_cache_get_power): Appry bigtrunc to the result of
  30284 2013-08-02 23:56 [ko1@a...            ] glass:r42336 (trunk): * array.c (rb_ary_zip): performance improvement by avoiding
  30285 2013-08-02 23:58 [ko1@a...            ] usa:r42337 (trunk): * vm.c (m_core_define_method, m_core_define_singleton_method): now
  30286 2013-08-03 00:13 [ko1@a...            ] glass:r42338 (trunk): * NEWS: Add the description that IO#seek supports SEEK_DATA
  30287 2013-08-03 00:13 [ko1@a...            ] svn:r42339 (trunk): * 2013-08-03        
  30288 2013-08-03 00:36 [ko1@a...            ] glass:r42340 (trunk): * array.c (rb_ary_zip): use rb_ary_new2() to create buffer
  30289 2013-08-03 00:55 [ko1@a...            ] akr:r42341 (trunk): * bignum.c (rb_big2str1): Simplify power_level calculation.
  30290 2013-08-03 01:22 [ko1@a...            ] akr:r42342 (trunk): * bignum.c (bigadd_core): Removed.
  30291 2013-08-03 01:45 [ko1@a...            ] akr:r42343 (trunk): * bignum.c (big2str_orig): Rename a local variable.
  30292 2013-08-03 02:24 [ko1@a...            ] akr:r42344 (trunk): * bignum.c (big2str_orig): Refactored.
  30293 2013-08-03 04:24 [ko1@a...            ] drbrain:r42345 (trunk): * doc/syntax/refinements.rdoc:  Remove mention of instance_eval and
  30294 2013-08-03 06:50 [ko1@a...            ] nobu:r42346 (trunk): ChangeLog: fix typo
  30295 2013-08-03 06:59 [ko1@a...            ] usa:r42347 (trunk): * parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not void
  30296 2013-08-03 09:31 [ko1@a...            ] nobu:r42348 (trunk): struct.c: rb_struct_define_under
  30297 2013-08-03 09:46 [ko1@a...            ] nobu:r42349 (trunk): etc.c: encodings   
  30298 2013-08-03 10:34 [ko1@a...            ] nobu:r42350 (trunk): parse.y: no reduction with 1
  30299 2013-08-03 13:32 [ko1@a...            ] akr:r42351 (trunk): * bignum.c (MAX_BASE36_POWER_TABLE_ENTRIES): Renamed from
  30300 2013-08-03 17:00 [ko1@a...            ] naruse:r42352 (trunk): Fix test failure to follow r42347 ref #3753

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