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

ruby-changes:28701-28800

  28701 2013-05-15 03:57 [ko1@a...            ] tenderlove:r40753 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: adding backwards
  28702 2013-05-15 14:06 [ko1@a...            ] usa:r40754 (ruby_1_9_3): * Makefile.in (miniruby): 1.9.3 doesn't have POSTLINK macro.
  28703 2013-05-15 16:52 [ko1@a...            ] nobu:r40755 (trunk): ifchange: --keep option
  28704 2013-05-15 16:53 [ko1@a...            ] nobu:r40756 (trunk): configure.in: escape
  28705 2013-05-15 16:56 [ko1@a...            ] nobu:r40757 (trunk): loadpath.c: split  
  28706 2013-05-15 16:58 [ko1@a...            ] nobu:r40758 (trunk): configure.in: shvar_to_cpp in ruby
  28707 2013-05-15 17:06 [ko1@a...            ] nobu:r40760 (trunk): vm.c: suppress warnings
  28708 2013-05-15 17:06 [ko1@a...            ] nobu:r40759 (trunk): vm_eval.c: suppress warning
  28709 2013-05-15 17:08 [ko1@a...            ] ko1:r40761 (trunk): * gc.c: add an additional RGENGC_PROFILE mode (2).
  28710 2013-05-15 17:09 [ko1@a...            ] nobu:r40762 (trunk): * common.mk (verconf.h): fix dependency.
  28711 2013-05-15 17:56 [ko1@a...            ] nobu:r40763 (trunk): configure.in: move RUBY_PLATFORM to config.h
  28712 2013-05-15 19:26 [ko1@a...            ] ko1:r40764 (trunk): * gc.c (newobj): rename to `newobj_of' and accept additional
  28713 2013-05-15 19:31 [ko1@a...            ] nobu:r40765 (trunk): * remove trailing spaces.
  28714 2013-05-15 23:42 [ko1@a...            ] nagachika:r40766 (ruby_2_0_0): * include/ruby/intern.h: should include sys/time.h for struct timeval
  28715 2013-05-16 01:08 [ko1@a...            ] nobu:r40767 (trunk): revert r40760      
  28716 2013-05-16 01:09 [ko1@a...            ] svn:r40768 (trunk): * 2013-05-16        
  28717 2013-05-16 01:25 [ko1@a...            ] tenderlove:r40769 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: only emit warnings when
  28718 2013-05-16 01:46 [ko1@a...            ] nobu:r40770 (trunk): common.mk, Makefile.sub: fix build failure on mswin
  28719 2013-05-16 01:50 [ko1@a...            ] nobu:r40771 (trunk): common.mk: verconf.h dependency
  28720 2013-05-16 01:52 [ko1@a...            ] nobu:r40772 (trunk): yaml_tree.rb: fix warning message
  28721 2013-05-16 02:04 [ko1@a...            ] akr:r40773 (trunk): * ext/socket/depend: Add a dependency for ifaddr.o.
  28722 2013-05-16 02:38 [ko1@a...            ] nobu:r40774 (trunk): * ChangeLog: revert the line accidentally removed at r40763.
  28723 2013-05-16 03:07 [ko1@a...            ] ko1:r40775 (trunk): * gc.c (rb_node_newnode): use newobj_of() instead of rb_newobj().
  28724 2013-05-16 05:48 [ko1@a...            ] tenderlove:r40776 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: fix syntax error.
  28725 2013-05-16 13:13 [ko1@a...            ] nobu:r40777 (trunk): common.mk: verconf.h for parallel build
  28726 2013-05-16 13:13 [ko1@a...            ] nobu:r40778 (trunk): generic_erb.rb: --source option
  28727 2013-05-16 13:13 [ko1@a...            ] nobu:r40779 (trunk): verconf.h.in: template for verconf.h
  28728 2013-05-16 15:00 [ko1@a...            ] usa:r40780 (trunk): * template/verconf.h.in: typos.
  28729 2013-05-16 16:15 [ko1@a...            ] nobu:r40781 (trunk): * template/verconf.h.in: not typo.
  28730 2013-05-16 16:16 [ko1@a...            ] nobu:r40782 (trunk): verconf.h: fix for default prefix
  28731 2013-05-16 16:20 [ko1@a...            ] nobu:r40783 (trunk): win32/Makefile.sub: fix verconf
  28732 2013-05-16 16:54 [ko1@a...            ] nobu:r40784 (trunk): Makefile.in: loadpath from loadpath.c
  28733 2013-05-16 17:17 [ko1@a...            ] naruse:r40785 (trunk): * vm_eval.c (rb_catch_obj): add volatile to tag to prevent crash
  28734 2013-05-16 19:01 [ko1@a...            ] xibbar:r40786 (trunk): * lib/cgi/util.rb: Use String#b instead of dup.force_encoding("ASCII-8BIT")
  28735 2013-05-16 19:16 [ko1@a...            ] xibbar:r40787 (trunk): * lib/cgi/core.rb: Constant parameter is faster and economy than
  28736 2013-05-16 19:27 [ko1@a...            ] xibbar:r40788 (trunk): * lib/cgi/util.rb: Constant parameter is faster and economy than
  28737 2013-05-16 19:29 [ko1@a...            ] akr:r40789 (trunk): Fix a dependency.   
  28738 2013-05-16 22:36 [ko1@a...            ] nobu:r40790 (trunk): * template/verconf.h.in: unexpand exec_prefix.
  28739 2013-05-17 11:07 [ko1@a...            ] nobu:r40791 (trunk): eval_intern.h: jmpbuf must be accessible
  28740 2013-05-17 11:07 [ko1@a...            ] svn:r40792 (trunk): * 2013-05-17        
  28741 2013-05-17 12:12 [ko1@a...            ] akr:r40793 (trunk): Enable the document for Socket::Ifaddr#ifindex.
  28742 2013-05-17 12:39 [ko1@a...            ] nobu:r40794 (trunk): vm.c: narrow variable scope
  28743 2013-05-17 17:35 [ko1@a...            ] nobu:r40795 (trunk): gc.c: rb_gc_guarded_ptr
  28744 2013-05-17 18:10 [ko1@a...            ] akr:r40796 (trunk): * configure.in: Consider error messages to find out version option of
  28745 2013-05-17 19:27 [ko1@a...            ] knu:r40797 (trunk): * misc/ruby-electric.el (ruby-electric-matching-char): Do not put
  28746 2013-05-17 21:49 [ko1@a...            ] zzak:r40798 (trunk): * cont.c: Typo in constant MAX_MACHINE_STACK_CACHE from '..MAHINE..'
  28747 2013-05-17 22:04 [ko1@a...            ] akr:r40799 (trunk): * ext/socket/ifaddr.c: Use unsigned LONG_LONG to represent flags
  28748 2013-05-18 00:40 [ko1@a...            ] akr:r40800 (trunk): * ext/socket/mkconstants.rb: Convert integer constants bigger than int
  28749 2013-05-18 00:40 [ko1@a...            ] svn:r40801 (trunk): * 2013-05-18        
  28750 2013-05-18 09:02 [ko1@a...            ] akr:r40802 (trunk): * ext/socket/mkconstants.rb (INTEGER2VALUE): Use LONG2FIX if possible.
  28751 2013-05-18 11:00 [ko1@a...            ] nobu:r40803 (trunk): enumerator.c: fix style
  28752 2013-05-18 11:03 [ko1@a...            ] nobu:r40804 (trunk): enumerator.c: append_method
  28753 2013-05-18 11:05 [ko1@a...            ] nobu:r40805 (trunk): enumerator.c: use VALUE
  28754 2013-05-18 15:49 [ko1@a...            ] nobu:r40806 (trunk): vm_core.h: move jmpbuf between tag and prev
  28755 2013-05-18 16:39 [ko1@a...            ] nobu:r40807 (trunk): compile.c: forward kwrest
  28756 2013-05-18 16:58 [ko1@a...            ] akr:r40808 (trunk): * ext/socket/mkconstants.rb (INTEGER2VALUE): Suppress a warning:
  28757 2013-05-18 17:17 [ko1@a...            ] akr:r40809 (trunk): * ext/socket/mkconstants.rb (INTEGER2NUM): Renamed from INTEGER2VALUE.
  28758 2013-05-18 20:17 [ko1@a...            ] naruse:r40810 (trunk): * string.c (str_scrub_bang): add String#scrub!. [Feature #8414]
  28759 2013-05-18 20:29 [ko1@a...            ] akr:r40811 (trunk): * ext/socket/mkconstants.rb (INTEGER2NUM): Make less comparisons.
  28760 2013-05-18 23:55 [ko1@a...            ] shyouhei:r40812 (ruby_1_8_7): merge revision(s) 39384,39509,39511: [Backport #7961]
  28761 2013-05-18 23:58 [ko1@a...            ] nobu:r40813 (trunk): configure.in: setjmpex
  28762 2013-05-19 01:40 [ko1@a...            ] nobu:r40814 (trunk): configure.in: setjmpex
  28763 2013-05-19 01:40 [ko1@a...            ] svn:r40815 (trunk): * 2013-05-19        
  28764 2013-05-19 02:38 [ko1@a...            ] knu:r40816 (trunk): * misc/ruby-electric.el (ruby-electric-matching-char): Make
  28765 2013-05-19 02:38 [ko1@a...            ] knu:r40817 (trunk): * misc/ruby-electric.el (ruby-electric-delete-backward-char):
  28766 2013-05-19 02:38 [ko1@a...            ] knu:r40818 (trunk): * misc/ruby-electric.el (ruby-electric-setup-keymap): Make
  28767 2013-05-19 02:49 [ko1@a...            ] knu:r40819 (trunk): * lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if and
  28768 2013-05-19 03:58 [ko1@a...            ] naruse:r40820 (trunk): * lib/uri/common.rb (URI.decode_www_form): scrub string if decoded
  28769 2013-05-19 04:00 [ko1@a...            ] naruse:r40821 (trunk): * string.c (str_scrub0): added for refactoring.
  28770 2013-05-19 06:23 [ko1@a...            ] eregon:r40822 (trunk): * object.c (rb_inspect): fix typo and error message
  28771 2013-05-19 10:41 [ko1@a...            ] knu:r40823 (trunk): * misc/ruby-electric.el (ruby-electric-delete-backward-char): Use
  28772 2013-05-19 11:42 [ko1@a...            ] ktsj:r40824 (trunk): * ext/fiddle/extconf.rb: ignore rc version of libffi to fix build failure.
  28773 2013-05-19 12:10 [ko1@a...            ] ktsj:r40825 (trunk): fix typos. Patch by k_takata.
  28774 2013-05-19 12:11 [ko1@a...            ] nobu:r40826 (trunk): * remove trailing spaces.
  28775 2013-05-19 17:33 [ko1@a...            ] knu:r40827 (trunk): * lib/set.rb (Set#delete_if, Set#keep_if): Add comments.
  28776 2013-05-19 23:15 [ko1@a...            ] ayumin:r40828 (trunk): * encoding.c: document fix, change default script encoding.
  28777 2013-05-19 23:51 [ko1@a...            ] kazu:r40829 (trunk): fix typos inspired by r40825
  28778 2013-05-19 23:58 [ko1@a...            ] ayumin:r40830 (trunk): * test/webrick/test_htmlutils.rb: add test for WEBrick::HTMLUtils.
  28779 2013-05-20 00:01 [ko1@a...            ] nobu:r40831 (trunk): * properties.      
  28780 2013-05-20 00:01 [ko1@a...            ] svn:r40832 (trunk): * 2013-05-20        
  28781 2013-05-20 00:44 [ko1@a...            ] naruse:r40833 (trunk): Default script encoding is now UTF-8
  28782 2013-05-20 03:18 [ko1@a...            ] zzak:r40834 (trunk): * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]
  28783 2013-05-20 03:21 [ko1@a...            ] nobu:r40835 (trunk): * remove trailing spaces.
  28784 2013-05-20 03:36 [ko1@a...            ] zzak:r40836 (trunk): * lib/optparse.rb: nodoc Object::Version and SPLAT_PROC
  28785 2013-05-20 04:01 [ko1@a...            ] zzak:r40837 (ruby_2_0_0): * lib/yaml.rb: YAML documentation from #8344 [Bug #8355]
  28786 2013-05-20 04:01 [ko1@a...            ] svn:r40838 (ruby_2_0_0): * 2013-05-20   
  28787 2013-05-20 04:59 [ko1@a...            ] zzak:r40839 (trunk): * lib/forwardable.rb: Forwardable examples in overview were broken
  28788 2013-05-20 06:03 [ko1@a...            ] zzak:r40840 (trunk): * ext/bigdecimal/bigdecimal.c: Formatting for BigMath [Fixes GH-306]
  28789 2013-05-20 07:29 [ko1@a...            ] zzak:r40841 (trunk): * math.c: RDoc formatting of Math core docs with domains and codomains
  28790 2013-05-20 07:49 [ko1@a...            ] zzak:r40842 (trunk): * ext/stringio/stringio.c: Correct position of method rdoc
  28791 2013-05-20 07:57 [ko1@a...            ] nagachika:r40843 (ruby_2_0_0): * ChangeLog: update patchlevel
  28792 2013-05-20 08:03 [ko1@a...            ] zzak:r40844 (trunk): * lib/tempfile.rb: nodoc Tempfile#inspect
  28793 2013-05-20 08:04 [ko1@a...            ] zzak:r40845 (trunk): * lib/profiler.rb: Document Profiler__ methods
  28794 2013-05-20 09:43 [ko1@a...            ] nobu:r40846 (trunk): * ChangeLog: fix typo
  28795 2013-05-20 09:53 [ko1@a...            ] nobu:r40847 (trunk): filehandler.rb: revert r20152
  28796 2013-05-20 10:40 [ko1@a...            ] nobu:r40848 (trunk): webrick: fix non-ascii escape bugs
  28797 2013-05-20 11:22 [ko1@a...            ] nobu:r40849 (trunk): test_objectspace.rb: run test_each_object separately
  28798 2013-05-20 11:52 [ko1@a...            ] zzak:r40850 (trunk): * lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixin
  28799 2013-05-20 19:35 [ko1@a...            ] eregon:r40851 (trunk): * lib/logger.rb (Logger::Application): show namespace in documentation
  28800 2013-05-20 19:35 [ko1@a...            ] eregon:r40852 (trunk): * math.c: improve and fix documentation of sin, tan and log

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