[前][次][番号順一覧][上]
ruby-changes:25401-25500
25401 2012-11-03 18:41 [ko1@a... ] ktsj:r37458 (trunk): * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo):
25402 2012-11-03 22:40 [ko1@a... ] tadf:r37459 (trunk): * ext/date/date_core.c: modified doc.
25403 2012-11-03 23:40 [ko1@a... ] tadf:r37460 (trunk): * complex.c: modified doc.
25404 2012-11-04 04:51 [ko1@a... ] nagachika:r37461 (trunk): * ChangeLog: fix ML link for r37444 and r37447.
25405 2012-11-04 04:51 [ko1@a... ] svn:r37462 (trunk): * 2012-11-04
25406 2012-11-04 10:19 [ko1@a... ] nobu:r37463 (trunk): dir.c: FNM_EXTGLOB
25407 2012-11-04 11:45 [ko1@a... ] glass:r37464 (trunk): * array.c (recursive_equal): fix to return true when self and other
25408 2012-11-04 11:56 [ko1@a... ] glass:r37465 (trunk): * lib/fileutils.rb (module FileUtils): repatch
25409 2012-11-04 20:48 [ko1@a... ] xibbar:r37466 (trunk): * lib/cgi.rb, lib/cgi/*/rb: rename CGI#header to
25410 2012-11-04 21:37 [ko1@a... ] kou:r37467 (trunk): * ChangeLog: Remove garbages.
25411 2012-11-05 06:14 [ko1@a... ] naruse:r37468 (trunk): Don't redefine methods
25412 2012-11-05 06:14 [ko1@a... ] svn:r37469 (trunk): * 2012-11-05
25413 2012-11-05 09:58 [ko1@a... ] xibbar:r37470 (trunk): * NEWS: add a news about html5 tagmaker
25414 2012-11-05 09:58 [ko1@a... ] xibbar:r37471 (trunk): * lib/cgi/core.rb: remove tempfile more early.
25415 2012-11-05 10:22 [ko1@a... ] zzak:r37472 (trunk): * lib/uri/http.rb (URI::HTTP.build): Fix example
25416 2012-11-05 11:34 [ko1@a... ] naruse:r37473 (trunk): * lib/cgi/core.rb: check if Tempfile is defined before use it.
25417 2012-11-05 11:46 [ko1@a... ] kosaki:r37474 (trunk): * thread_pthread.c (native_thread_init, native_thread_destroy):
25418 2012-11-05 23:00 [ko1@a... ] shirosaki:r37475 (trunk): * cygwin/GNUmakefile.in (uncommon.mk): link *.res.o.
25419 2012-11-05 23:00 [ko1@a... ] shirosaki:r37476 (trunk): * ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64
25420 2012-11-06 00:24 [ko1@a... ] shirosaki:r37477 (trunk): Clarify and explain loaded_feature_path and rb_feature_p
25421 2012-11-06 00:24 [ko1@a... ] svn:r37479 (trunk): * 2012-11-06
25422 2012-11-06 00:24 [ko1@a... ] shirosaki:r37478 (trunk): Expose whether two arrays are shared
25423 2012-11-06 00:28 [ko1@a... ] shirosaki:r37481 (trunk): Cache the expanded load path
25424 2012-11-06 00:28 [ko1@a... ] shirosaki:r37480 (trunk): Index $LOADED_FEATURES so that require isn't so slow
25425 2012-11-06 00:28 [ko1@a... ] shirosaki:r37482 (trunk): Fix compatibility of cached expanded load path
25426 2012-11-06 01:43 [ko1@a... ] kosaki:r37483 (trunk): * thread_pthread.c (rb_reserved_fd_p): fix typo in macro check
25427 2012-11-06 05:55 [ko1@a... ] shirosaki:r37484 (trunk): * test/ruby/test_require.rb
25428 2012-11-06 09:50 [ko1@a... ] naruse:r37486 (trunk): * string.c (rb_str_b): Add String#b, returning a copied string
25429 2012-11-06 09:50 [ko1@a... ] naruse:r37485 (trunk): * ruby.c (load_file_internal): set default source encoding as
25430 2012-11-06 14:30 [ko1@a... ] naruse:r37487 (trunk): * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):
25431 2012-11-06 14:31 [ko1@a... ] nobu:r37488 (trunk): * properties.
25432 2012-11-06 14:39 [ko1@a... ] usa:r37489 (trunk): * test/win32ole/test_win32ole.rb: now source encoding is UTF-8, so
25433 2012-11-06 14:43 [ko1@a... ] usa:r37490 (trunk): * test/win32ole/test_win32ole.rb: follow other test files.
25434 2012-11-06 16:31 [ko1@a... ] ngoto:r37491 (trunk): * atomic.h: add #include <sys/atomic.h> for the workaround of
25435 2012-11-06 17:08 [ko1@a... ] glass:r37492 (trunk): * lib/tempfile.rb: fix confusing inspect.
25436 2012-11-06 18:47 [ko1@a... ] glass:r37493 (trunk): * ChangeLog: add link to redmine and ruby-core
25437 2012-11-06 20:42 [ko1@a... ] tenderlove:r37494 (trunk): * object.c (rb_mod_const_get): Fix constant missing exception class
25438 2012-11-07 02:09 [ko1@a... ] marcandRe: r37495 (trunk): * enumerator.c (enumerator_initialize): Warn when using deprecated form
25439 2012-11-07 02:09 [ko1@a... ] svn:r37496 (trunk): * 2012-11-07
25440 2012-11-07 02:10 [ko1@a... ] marcandRe: r37497 (trunk): * enumerator: New method #size; constructor accepts size
25441 2012-11-07 02:10 [ko1@a... ] marcandRe: r37498 (trunk): * enumerator.c (obj_to_enum): Have #to_enum accept a block
25442 2012-11-07 02:10 [ko1@a... ] marcandRe: r37499 (trunk): * enumerator.c: Support #size for enumerators created from enumerators
25443 2012-11-07 02:10 [ko1@a... ] marcandRe: r37500 (trunk): * array.c: Support for Enumerator#size in trivial cases:
25444 2012-11-07 02:11 [ko1@a... ] marcandRe: r37501 (trunk): * array.c (rb_ary_permutation): Support for Array#permutation.size
25445 2012-11-07 02:11 [ko1@a... ] marcandRe: r37502 (trunk): * array.c (rb_ary_combination): Support for Array#combination.size
25446 2012-11-07 02:11 [ko1@a... ] marcandRe: r37503 (trunk): * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.size
25447 2012-11-07 02:11 [ko1@a... ] marcandRe: r37504 (trunk): * array.c (rb_ary_repeated_combination): Support for repeated_combination.size
25448 2012-11-07 02:12 [ko1@a... ] marcandRe: r37505 (trunk): * array.c (rb_ary_cycle): Support for Array#cycle.size
25449 2012-11-07 02:12 [ko1@a... ] marcandRe: r37506 (trunk): * vm_eval.c (rb_f_loop): Support for loop.size
25450 2012-11-07 02:12 [ko1@a... ] marcandRe: r37507 (trunk): * enum.c: Support for enumerators created by Enumerable with forwarding:
25451 2012-11-07 02:13 [ko1@a... ] marcandRe: r37508 (trunk): * enum.c (enum_each_slice): Support for Enumerable#each_slice.size
25452 2012-11-07 02:13 [ko1@a... ] marcandRe: r37509 (trunk): * enum.c (enum_each_cons): Support for Enumerable#each_cons.size
25453 2012-11-07 02:13 [ko1@a... ] marcandRe: r37510 (trunk): * enum.c (enum_cycle): Support for Enumerable#cycle.size
25454 2012-11-07 02:13 [ko1@a... ] marcandRe: r37511 (trunk): * hash.c: Support for enumerators created by Hash:
25455 2012-11-07 02:13 [ko1@a... ] marcandRe: r37512 (trunk): * hash.c: Support for enumerators created by ENV:
25456 2012-11-07 02:14 [ko1@a... ] marcandRe: r37513 (trunk): * struct.c: Support for Struct's enumerators #size
25457 2012-11-07 02:14 [ko1@a... ] marcandRe: r37514 (trunk): * numeric.c: Extract ruby_float_step_size
25458 2012-11-07 02:14 [ko1@a... ] marcandRe: r37515 (trunk): * numeric.c (num_step): Support for Numeric#step.size
25459 2012-11-07 02:14 [ko1@a... ] marcandRe: r37516 (trunk): * range.c: Support for Range#size and Range#each.size
25460 2012-11-07 02:15 [ko1@a... ] marcandRe: r37517 (trunk): * range.c: Support for range.step.size
25461 2012-11-07 02:15 [ko1@a... ] marcandRe: r37518 (trunk): * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.size
25462 2012-11-07 02:15 [ko1@a... ] marcandRe: r37519 (trunk): * numeric.c (int_dotimes): Support for Integer#times.size
25463 2012-11-07 02:15 [ko1@a... ] marcandRe: r37520 (trunk): * string.c: Support for String#{each_byte,each_char,each_codepoint}.size
25464 2012-11-07 02:16 [ko1@a... ] marcandRe: r37521 (trunk): * enumerator.c: Support for lazy.size
25465 2012-11-07 02:18 [ko1@a... ] marcandRe: r37522 (trunk): * enumerator.c: Support for lazy.{map|flat_map|...}.size
25466 2012-11-07 02:19 [ko1@a... ] marcandRe: r37523 (trunk): * enumerator.c: Support for lazy.take.size
25467 2012-11-07 02:19 [ko1@a... ] marcandRe: r37524 (trunk): * enumerator.c: Add support for lazy.drop.size
25468 2012-11-07 02:19 [ko1@a... ] marcandRe: r37525 (trunk): * enumerator.c: Support for lazy.cycle.size
25469 2012-11-07 02:19 [ko1@a... ] marcandRe: r37526 (trunk): * NEWS: Update for lazy size evaluation [Feature #6636]
25470 2012-11-07 03:51 [ko1@a... ] luislavena:r37527 (trunk): Recognize zlibwapi as linking library
25471 2012-11-07 04:40 [ko1@a... ] luislavena:r37528 (trunk): Remove FIXME skip on Windows test
25472 2012-11-07 07:07 [ko1@a... ] shirosaki:r37529 (trunk): Fix typos in comments
25473 2012-11-07 08:10 [ko1@a... ] nobu:r37530 (trunk): adjust style
25474 2012-11-07 08:14 [ko1@a... ] nobu:r37531 (trunk): enum.c: prefix
25475 2012-11-07 09:17 [ko1@a... ] nobu:r37532 (trunk): object.c: inadvertent symbol
25476 2012-11-07 11:48 [ko1@a... ] nobu:r37533 (trunk): ruby-additional.el: set encoding
25477 2012-11-07 13:10 [ko1@a... ] shugo:r37534 (trunk): * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a created
25478 2012-11-07 15:38 [ko1@a... ] xibbar:r37535 (trunk): * lib/cgi/core.rb: alias CGI#http_header to CGI#header .
25479 2012-11-07 15:50 [ko1@a... ] ayumin:r37536 (trunk): * lib/webrick.rb: fix typo.
25480 2012-11-07 16:04 [ko1@a... ] naruse:r37538 (trunk): Suppress warning: Bignum out of Float range
25481 2012-11-07 16:04 [ko1@a... ] naruse:r37537 (trunk): * numeric.c (ruby_float_step): fix r37514: it yielded with NaN
25482 2012-11-08 00:36 [ko1@a... ] knu:r37539 (trunk): * ext/curses/view.rb: Do not fail if the file to view is shorter
25483 2012-11-08 00:36 [ko1@a... ] svn:r37540 (trunk): * 2012-11-08
25484 2012-11-08 00:53 [ko1@a... ] ayumin:r37541 (trunk): * test/ruby/test_enumerator.rb: Add test to shed light upon the bug
25485 2012-11-08 04:46 [ko1@a... ] marcandRe: r37542 (trunk): * array.c: Fix mistake in rdoc of Array#uniq.
25486 2012-11-08 04:46 [ko1@a... ] marcandRe: r37543 (trunk): * include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497
25487 2012-11-08 04:49 [ko1@a... ] marcandRe: r37544 (ruby_1_9_3): merge revisions r33453, r37542:
25488 2012-11-08 04:49 [ko1@a... ] svn:r37545 (ruby_1_9_3): * 2012-11-08
25489 2012-11-08 09:35 [ko1@a... ] mrkn:r37546 (trunk): * numeric.c: Add description of that the results of the comparing
25490 2012-11-08 12:09 [ko1@a... ] knu:r37547 (trunk): * configure.in (--with-opt-dir): Avoid nesting of double quotes
25491 2012-11-08 13:54 [ko1@a... ] knu:r37548 (trunk): Fix a couple of grammos.
25492 2012-11-08 14:05 [ko1@a... ] usa:r37549 (ruby_1_9_3): merge revision(s) 37322: [Backport #7143]
25493 2012-11-08 14:09 [ko1@a... ] usa:r37550 (ruby_1_9_3): merge revision(s) 37406: [Backport #7176]
25494 2012-11-08 14:12 [ko1@a... ] usa:r37551 (ruby_1_9_3): merge revision(s) 37270: [Backport #7185]
25495 2012-11-08 14:14 [ko1@a... ] usa:r37552 (ruby_1_9_3): merge revision(s) 37296: [Backport #7205]
25496 2012-11-08 14:39 [ko1@a... ] usa:r37553 (ruby_1_9_3): merge revision(s) 36815,36816,36818,37414,37426,37427: [Backport #7217]
25497 2012-11-08 14:45 [ko1@a... ] usa:r37554 (ruby_1_9_3): merge revision(s) 36509,36514: [Backport #7294]
25498 2012-11-08 14:49 [ko1@a... ] usa:r37555 (ruby_1_9_3): merge revision(s) 36306: [Backport #7296]
25499 2012-11-08 14:52 [ko1@a... ] usa:r37556 (ruby_1_9_3): merge revision(s) 36641: [Backport #7295]
25500 2012-11-08 15:24 [ko1@a... ] usa:r37557 (ruby_1_9_3): merge revision(s) 36515,36521:
[前][次][番号順一覧][上]