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

ruby-changes:33501-33600

  33501 2014-04-14 14:33 [ko1@a...            ] nobu:r45582 (trunk): string.c: reduce function calls
  33502 2014-04-14 14:33 [ko1@a...            ] svn:r45583 (trunk): * 2014-04-14        
  33503 2014-04-14 16:59 [ko1@a...            ] nobu:r45584 (trunk): object.c: rb_class_search_ancestor
  33504 2014-04-14 17:20 [ko1@a...            ] nobu:r45585 (trunk): proc.c: use already included ancestor iclass
  33505 2014-04-14 19:08 [ko1@a...            ] naruse:r45586 (trunk): * addr2line.c (main_exe_path): support FreeBSD.
  33506 2014-04-14 19:08 [ko1@a...            ] naruse:r45587 (trunk): * addr2line.c (fill_lines): get base addrs in fill_lines to use it
  33507 2014-04-14 22:43 [ko1@a...            ] kazu:r45588 (trunk): fix a typo         
  33508 2014-04-15 12:50 [ko1@a...            ] nobu:r45589 (trunk): enum.c: make each_slice and each_cons more efficient
  33509 2014-04-15 12:50 [ko1@a...            ] svn:r45590 (trunk): * 2014-04-15        
  33510 2014-04-15 19:29 [ko1@a...            ] akr:r45591 (trunk): * ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only if
  33511 2014-04-15 19:39 [ko1@a...            ] usa:r45592 (trunk): * include/ruby/win32.h (rb_w32_cmdvector): removed.
  33513 2014-04-16 01:23 [ko1@a...            ] svn:r45594 (trunk): * 2014-04-16        
  33514 2014-04-16 09:51 [ko1@a...            ] nobu:r45595 (trunk): ossl_pkey.c: fix memory leak
  33515 2014-04-16 11:46 [ko1@a...            ] nobu:r45596 (trunk): dln_find.c: PATH_SEP
  33516 2014-04-16 11:46 [ko1@a...            ] nobu:r45597 (trunk): win32.c: CharNextExA with cp
  33517 2014-04-16 17:46 [ko1@a...            ] nobu:r45598 (trunk): util.c: let getcwd allocate buffer
  33518 2014-04-16 17:46 [ko1@a...            ] nobu:r45599 (trunk): ruby.c: remove mangled_path
  33519 2014-04-16 23:16 [ko1@a...            ] nobu:r45600 (trunk): test_fileutils.rb: test :preserve option
  33520 2014-04-16 23:30 [ko1@a...            ] nobu:r45601 (trunk): * test/fileutils/test_fileutils.rb: revert r45600.
  33521 2014-04-16 23:44 [ko1@a...            ] nobu:r45602 (trunk): test_enum.rb: add tests
  33522 2014-04-16 23:47 [ko1@a...            ] nobu:r45603 (trunk): enum.c: fix condition to recycle block argument
  33524 2014-04-17 10:04 [ko1@a...            ] svn:r45605 (trunk): * 2014-04-17        
  33525 2014-04-17 11:41 [ko1@a...            ] nobu:r45606 (trunk): string.c: reduce duplicated code
  33526 2014-04-17 11:41 [ko1@a...            ] nobu:r45607 (trunk): string.c: alias of rb_str_buf_cat and rb_str_buf_cat2
  33528 2014-04-17 14:23 [ko1@a...            ] nobu:r45609 (trunk): string.c: rb_str_cat_cstr
  33529 2014-04-17 14:23 [ko1@a...            ] nobu:r45610 (trunk): string.c: argument check
  33530 2014-04-17 15:53 [ko1@a...            ] hsbt:r45611 (trunk): * template/opt_sc.inc.tmpl: [DOC] Fix typo in comment by @imasahiro [ci skip][fix GH-595]
  33531 2014-04-17 16:31 [ko1@a...            ] hsbt:r45612 (trunk): * prelude.rb: [DOC] Update Thread::exclusive docs by @stevenharman.
  33532 2014-04-17 17:24 [ko1@a...            ] nobu:r45613 (trunk): gc.c: suppress a warning
  33533 2014-04-17 17:24 [ko1@a...            ] nobu:r45614 (trunk): ruby.c: drop older cygwin
  33534 2014-04-18 08:50 [ko1@a...            ] nobu:r45615 (trunk): configure.in: rb_cv_getcwd_malloc
  33535 2014-04-18 08:50 [ko1@a...            ] svn:r45616 (trunk): * 2014-04-18        
  33536 2014-04-18 15:42 [ko1@a...            ] naruse:r45617 (trunk): * string.c (enc_strlen): move UTF-8 optimization from str_strlen to
  33537 2014-04-18 15:43 [ko1@a...            ] naruse:r45618 (trunk): * string.c (str_strlen): use enc_strlen if the coderange is known.
  33538 2014-04-18 15:43 [ko1@a...            ] naruse:r45619 (trunk): * string.c: check str_strlen's argument, and add comment or
  33539 2014-04-18 15:43 [ko1@a...            ] naruse:r45620 (trunk): * string.c: use uintptr_t instead of VALUE because they are not ruby
  33540 2014-04-18 16:55 [ko1@a...            ] nobu:r45621 (trunk): string.c: keep code range
  33541 2014-04-18 17:00 [ko1@a...            ] nobu:r45622 (trunk): string.c: don't clear coderange at expanding
  33542 2014-04-18 17:17 [ko1@a...            ] nobu:r45623 (trunk): string.c: r45621   
  33543 2014-04-18 17:27 [ko1@a...            ] nobu:r45624 (trunk): string.c: revert r45622
  33544 2014-04-18 20:46 [ko1@a...            ] nobu:r45625 (trunk): zlib.c: return unshared string
  33546 2014-04-18 21:42 [ko1@a...            ] nobu:r45627 (trunk): README.EXT: about string termination
  33547 2014-04-18 21:48 [ko1@a...            ] nobu:r45628 (trunk): string.c: share middle of a string
  33548 2014-04-18 23:27 [ko1@a...            ] nobu:r45629 (trunk): parse.y: shared substring of source
  33549 2014-04-19 00:09 [ko1@a...            ] nobu:r45630 (trunk): time.c: fix non-terminated string
  33550 2014-04-19 00:09 [ko1@a...            ] svn:r45631 (trunk): * 2014-04-19        
  33551 2014-04-19 00:11 [ko1@a...            ] nobu:r45632 (trunk): fix typo           
  33552 2014-04-19 00:17 [ko1@a...            ] nobu:r45633 (trunk): string.c: SHARABLE_SUBSTRING_P
  33553 2014-04-19 00:46 [ko1@a...            ] akr:r45634 (trunk): * numeric.c (rb_num2long): Returns a long.
  33554 2014-04-19 00:51 [ko1@a...            ] nobu:r45635 (trunk): * remove trailing spaces.
  33555 2014-04-19 10:11 [ko1@a...            ] akr:r45636 (trunk): * internal.h (struct RBignum): Use size_t for len.
  33556 2014-04-19 15:38 [ko1@a...            ] nobu:r45637 (trunk): parse.y: allow parenthesed do-block in cmdarg
  33557 2014-04-20 06:24 [ko1@a...            ] normal:r45638 (trunk): gc.c: drop special case for big hash/array
  33558 2014-04-20 06:24 [ko1@a...            ] svn:r45639 (trunk): * 2014-04-20        
  33559 2014-04-20 08:41 [ko1@a...            ] nobu:r45640 (trunk): mkmf.rb: prefer $LIBPATH than $DEFLIBPATH
  33560 2014-04-20 09:12 [ko1@a...            ] nobu:r45641 (trunk): win32ole.c: suppress warnings
  33561 2014-04-20 12:58 [ko1@a...            ] tarui:r45642 (trunk): * st.c (st_foreach_check): chnage start point of search at check
  33562 2014-04-20 19:31 [ko1@a...            ] nobu:r45643 (trunk): ChangeLog: fix typo
  33563 2014-04-21 09:39 [ko1@a...            ] nobu:r45644 (trunk): gc.c: fixnum GC stress
  33564 2014-04-21 09:39 [ko1@a...            ] svn:r45645 (trunk): * 2014-04-21        
  33565 2014-04-21 14:11 [ko1@a...            ] nobu:r45646 (trunk): stringio.c: non-ascii encoding
  33566 2014-04-21 17:31 [ko1@a...            ] nobu:r45647 (trunk): string.c: rename rb_str_splice as rb_str_update
  33567 2014-04-21 19:14 [ko1@a...            ] naruse:r45648 (trunk): * string.c (coderange_scan): remove unused logic.
  33568 2014-04-21 19:14 [ko1@a...            ] naruse:r45649 (trunk): * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scan
  33569 2014-04-21 19:15 [ko1@a...            ] naruse:r45650 (trunk): * string.c (coderange_scan): remove useless condtion `p < e` after
  33570 2014-04-21 19:15 [ko1@a...            ] naruse:r45651 (trunk): * string.c (rb_str_coderange_scan_restartable): coderange is always
  33571 2014-04-21 19:16 [ko1@a...            ] nobu:r45652 (trunk): * properties.      
  33572 2014-04-22 06:53 [ko1@a...            ] nobu:r45653 (trunk): gc.c: GC.stress after realloc
  33573 2014-04-22 06:54 [ko1@a...            ] svn:r45654 (trunk): * 2014-04-22        
  33574 2014-04-22 06:54 [ko1@a...            ] nobu:r45655 (trunk): gc.c: full mark after malloc/realloc
  33575 2014-04-22 08:37 [ko1@a...            ] ko1:r45656 (trunk): * gc.c (objspace_malloc_increase): don't cause GC by malloc_increase
  33576 2014-04-22 10:07 [ko1@a...            ] naruse:r45657 (trunk): Add to check ruby_2_0_0 and ruby_2_1 (and ruby_2_2) branch
  33577 2014-04-22 10:38 [ko1@a...            ] naruse:r45658 (trunk): enable test-all and add -j2 on travis-ci
  33578 2014-04-22 11:27 [ko1@a...            ] nobu:r45659 (trunk): test_io.rb: test with holes
  33579 2014-04-22 18:52 [ko1@a...            ] akr:r45660 (trunk): [DOC]               
  33580 2014-04-22 19:36 [ko1@a...            ] naruse:r45661 (trunk): * file.c: newly added a class File::Statfs. (experimental)
  33581 2014-04-22 19:37 [ko1@a...            ] naruse:r45662 (trunk): show what filesystem it is on failure
  33582 2014-04-22 19:59 [ko1@a...            ] naruse:r45663 (trunk): fix typo         
  33583 2014-04-22 20:46 [ko1@a...            ] naruse:r45664 (trunk): refix the point is seek
  33584 2014-04-22 21:32 [ko1@a...            ] kazu:r45665 (trunk): fix a typo         
  33585 2014-04-22 21:55 [ko1@a...            ] naruse:r45666 (trunk): check statfs and skip
  33586 2014-04-22 21:57 [ko1@a...            ] naruse:r45667 (trunk): define File::Statfs only if HAVE_STRUCT_STATFS
  33587 2014-04-22 22:19 [ko1@a...            ] usa:r45668 (trunk): * file.c (rb_io_statfs): need to define even if the system doesn't have
  33588 2014-04-22 23:01 [ko1@a...            ] nobu:r45669 (trunk): file.c: suppress a warning
  33589 2014-04-22 23:14 [ko1@a...            ] nobu:r45670 (trunk): stringio.c: use rb_str_append
  33590 2014-04-22 23:57 [ko1@a...            ] usa:r45671 (trunk): * file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.
  33591 2014-04-23 00:45 [ko1@a...            ] usa:r45672 (trunk): * win32/win32.c, include/ruby/win32.h (ustatfs): implementation of
  33592 2014-04-23 00:45 [ko1@a...            ] svn:r45673 (trunk): * 2014-04-23        
  33593 2014-04-23 03:44 [ko1@a...            ] naruse:r45674 (trunk): Revert r45670 "stringio.c: use rb_str_append"
  33594 2014-04-23 11:03 [ko1@a...            ] nobu:r45675 (trunk): ruby-additional.el: ruby-encode-unicode
  33595 2014-04-23 11:03 [ko1@a...            ] nobu:r45676 (trunk): stringio.c: move GC guard
  33596 2014-04-23 11:03 [ko1@a...            ] nobu:r45677 (trunk): stringio.c: use rb_str_append other than ASCII-8BIT
  33597 2014-04-23 11:32 [ko1@a...            ] nobu:r45678 (trunk): file.c: fsid_t may not be defined
  33598 2014-04-23 11:42 [ko1@a...            ] naruse:r45679 (trunk): check whther ext4+ or not
  33599 2014-04-23 11:47 [ko1@a...            ] usa:r45680 (trunk): * configure.in, win32/Makefile.sub: fsid_t is defined in include/ruby/win32.h.
  33600 2014-04-23 11:51 [ko1@a...            ] nobu:r45681 (trunk): win32ole.c: fix format

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