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

ruby-changes:29801-29900

  29801 2013-07-09 16:02 [ko1@a...            ] knu:r41853 (trunk): * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
  29802 2013-07-09 16:02 [ko1@a...            ] knu:r41854 (trunk): * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
  29803 2013-07-09 16:38 [ko1@a...            ] naruse:r41855 (trunk): Revert r41786 "broken utf-8"
  29804 2013-07-09 17:00 [ko1@a...            ] usa:r41856 (trunk): * ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the final
  29805 2013-07-09 17:45 [ko1@a...            ] ko1:r41857 (trunk): * test/test_tracer.rb: catch up recent rubygems changes.
  29806 2013-07-09 18:05 [ko1@a...            ] knu:r41858 (trunk): * test/fileutils/test_fileutils.rb
  29807 2013-07-09 18:05 [ko1@a...            ] knu:r41860 (trunk): * lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal even
  29808 2013-07-09 18:05 [ko1@a...            ] knu:r41859 (trunk): * test/fileutils/fileasserts.rb
  29809 2013-07-09 20:40 [ko1@a...            ] hsbt:r41861 (trunk): Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]
  29810 2013-07-09 20:48 [ko1@a...            ] hsbt:r41862 (trunk): fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
  29811 2013-07-09 21:03 [ko1@a...            ] hsbt:r41863 (trunk): Module extended doc by @PragTob [fixes GH-335]
  29812 2013-07-09 21:43 [ko1@a...            ] kou:r41864 (trunk): * test/rexml/test_text.rb: Add missing tests for Text#<<.
  29814 2013-07-09 22:20 [ko1@a...            ] akr:r41866 (trunk): * bignum.c (bary_mul1): No need to invoke MEMZERO at last.
  29815 2013-07-09 22:26 [ko1@a...            ] eregon:r41867 (trunk): * object.c (rb_obj_cmp): Improve doc for Kernel#<=>
  29816 2013-07-09 22:45 [ko1@a...            ] akr:r41868 (trunk): * bignum.c (bary_mul_single): Invoke MEMZERO here.
  29817 2013-07-10 00:44 [ko1@a...            ] svn:r41870 (trunk): * 2013-07-10        
  29818 2013-07-10 00:44 [ko1@a...            ] akr:r41869 (trunk): * bignum.c (bary_mul): x*1 is x.
  29819 2013-07-10 06:24 [ko1@a...            ] tadf:r41871 (trunk): * ext/date/date_parse.c (date_zone_to_diff): .
  29820 2013-07-10 07:35 [ko1@a...            ] drbrain:r41872 (trunk): * lib/rubygems/ext/ext_conf_builder.rb:  Remove siteconf file after
  29821 2013-07-10 08:21 [ko1@a...            ] drbrain:r41873 (trunk): * lib/rubygems:  Import RubyGems 2.1
  29822 2013-07-10 08:42 [ko1@a...            ] nobu:r41874 (trunk): * remove trailing spaces.
  29823 2013-07-10 10:07 [ko1@a...            ] usa:r41875 (ruby_1_9_3): * include/ruby/intern.h (rb_f_lambda): restore the declaration of
  29824 2013-07-10 10:21 [ko1@a...            ] usa:r41876 (ruby_1_9_3): * include/ruby/intern.h (rb_f_lambda): mark as deprecated.
  29825 2013-07-10 10:22 [ko1@a...            ] naruse:r41877 (trunk): * tool/rbinstall.rb: always require rubygems to stabilize rubygems
  29826 2013-07-10 10:33 [ko1@a...            ] usa:r41878 (ruby_1_9_3): * include/ruby/intern.h (rb_path_next, rb_path_skip_prefix,
  29827 2013-07-10 11:19 [ko1@a...            ] nobu:r41879 (trunk): ossl.c: check integer overflow
  29828 2013-07-10 11:20 [ko1@a...            ] nobu:r41880 (trunk): ossl.c: check allocation
  29829 2013-07-10 11:20 [ko1@a...            ] nobu:r41881 (trunk): ossl.c: rb_gc_register_mark_object
  29830 2013-07-10 11:20 [ko1@a...            ] nobu:r41882 (trunk): ossl.c: fix argument type
  29831 2013-07-10 11:38 [ko1@a...            ] usa:r41883 (trunk): * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
  29832 2013-07-10 12:00 [ko1@a...            ] kazu:r41884 (trunk): fix typos          
  29833 2013-07-10 12:00 [ko1@a...            ] kazu:r41885 (trunk): fix a typo         
  29834 2013-07-10 14:19 [ko1@a...            ] nobu:r41886 (trunk): process.c: kill threads in daemon process
  29835 2013-07-10 14:55 [ko1@a...            ] knu:r41887 (trunk): Turns out [Fix GH-***] doesn't work while [Fixes GH-***] does.
  29836 2013-07-10 14:58 [ko1@a...            ] nobu:r41888 (trunk): bignum.c: select by preprocessor conditions
  29837 2013-07-10 16:46 [ko1@a...            ] naruse:r41889 (trunk): fix test failure introduced at r41873
  29838 2013-07-10 17:02 [ko1@a...            ] kazu:r41890 (trunk): remove duplicated entry
  29839 2013-07-10 17:10 [ko1@a...            ] naruse:r41891 (trunk): fix shebang test failure introduced at r41873
  29840 2013-07-10 17:11 [ko1@a...            ] naruse:r41892 (trunk): fix PATH environ related test failure introduced at r41873
  29841 2013-07-10 17:27 [ko1@a...            ] naruse:r41893 (trunk): Use Tempfile.create to unlink the tempfile on Windows
  29842 2013-07-10 20:10 [ko1@a...            ] akr:r41894 (trunk): * bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.
  29843 2013-07-10 20:48 [ko1@a...            ] nobu:r41895 (trunk): internal.h: STATIC_ASSERT
  29844 2013-07-10 20:48 [ko1@a...            ] nobu:r41896 (trunk): bignum.c: sizeof_bdigit_dbl
  29845 2013-07-10 22:06 [ko1@a...            ] akr:r41897 (trunk): * bignum.c (bary_2comp): Don't use bary_plus_one.
  29846 2013-07-10 22:35 [ko1@a...            ] glass:r41898 (trunk): * string.c (rb_str_index): cache single byte flag and some
  29847 2013-07-10 22:46 [ko1@a...            ] akr:r41899 (trunk): * bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.
  29848 2013-07-10 23:12 [ko1@a...            ] nobu:r41900 (trunk): string.c: rb_str_subpos
  29849 2013-07-10 23:25 [ko1@a...            ] zzak:r41901 (trunk): * lib/logger.rb (#add): Remove incorrect rdoc for return value
  29850 2013-07-10 23:30 [ko1@a...            ] zzak:r41902 (trunk): * lib/logger.rb: Use :call-seq: for method signature rdoc
  29851 2013-07-11 00:36 [ko1@a...            ] naruse:r41903 (trunk): On FreeBSD, threads don't die on daemon(3)
  29852 2013-07-11 00:36 [ko1@a...            ] svn:r41904 (trunk): * 2013-07-11        
  29853 2013-07-11 00:50 [ko1@a...            ] zzak:r41905 (trunk): * lib/delegate.rb: Add example for __setobj__ and __getobj__
  29854 2013-07-11 00:56 [ko1@a...            ] zzak:r41906 (trunk): * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
  29855 2013-07-11 03:23 [ko1@a...            ] tenderlove:r41907 (trunk): * tool/probes_to_wiki.rb: adding a script to convert probes.d to wiki
  29856 2013-07-11 03:25 [ko1@a...            ] nobu:r41908 (trunk): * properties.      
  29857 2013-07-11 10:09 [ko1@a...            ] usa:r41909 (ruby_1_9_3): merge revision(s) 41623,41723: [Backport #8603]
  29858 2013-07-11 10:13 [ko1@a...            ] naruse:r41910 (trunk): * process.c (rb_daemon): daemon(3) is implemented with fork(2).
  29859 2013-07-11 10:31 [ko1@a...            ] naruse:r41911 (trunk): call GC.start before fork-related tests to decrease GC cost on fork children
  29860 2013-07-11 10:46 [ko1@a...            ] nobu:r41912 (trunk): probes_to_wiki.rb: fix comment and reduce unnecessary array
  29861 2013-07-11 12:06 [ko1@a...            ] akr:r41913 (trunk): * bignum.c: Don't use toom3 after once karatsuba is choosen.
  29862 2013-07-11 13:01 [ko1@a...            ] zzak:r41914 (trunk): * lib/securerandom.rb: Refactor conditions by Rafal Chmiel
  29863 2013-07-11 13:49 [ko1@a...            ] zzak:r41915 (trunk): * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]
  29864 2013-07-11 14:24 [ko1@a...            ] zzak:r41916 (trunk): * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]
  29865 2013-07-11 14:51 [ko1@a...            ] zzak:r41917 (trunk): * array.c: Replace confusing example for #reverse_each in overview
  29866 2013-07-11 20:18 [ko1@a...            ] nobu:r41918 (trunk): string.c: check null char
  29867 2013-07-11 20:18 [ko1@a...            ] nobu:r41919 (trunk): string.c: multi-byte terminator
  29868 2013-07-11 20:18 [ko1@a...            ] nobu:r41920 (trunk): string.c: multi-byte terminator
  29869 2013-07-11 20:18 [ko1@a...            ] nobu:r41921 (trunk): transcode.c: fill terminator
  29870 2013-07-11 20:18 [ko1@a...            ] nobu:r41922 (trunk): win32/registry.rb: remove workaround
  29871 2013-07-11 21:30 [ko1@a...            ] nobu:r41923 (trunk): win32.c: fix infinite recursion
  29872 2013-07-12 00:06 [ko1@a...            ] glass:r41924 (trunk): * hash.c (rb_hash_keys): set array capa to RHASH_SIZE().
  29873 2013-07-12 00:06 [ko1@a...            ] svn:r41925 (trunk): * 2013-07-12        
  29874 2013-07-12 00:10 [ko1@a...            ] glass:r41926 (trunk): * hash.c (rb_hash_values): set array capa to RHASH_SIZE().
  29875 2013-07-12 00:25 [ko1@a...            ] glass:r41927 (trunk): * hash.c (rb_hash_size): use RHASH_SIZE().
  29876 2013-07-12 11:22 [ko1@a...            ] glass:r41928 (trunk): * hash.c (recursive_hash): use RHASH_SIZE() to check hash size.
  29877 2013-07-12 11:35 [ko1@a...            ] glass:r41929 (trunk): * hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHash
  29878 2013-07-12 16:28 [ko1@a...            ] nobu:r41930 (trunk): encoding.c: refill terminator at associating encoding
  29879 2013-07-12 16:38 [ko1@a...            ] nobu:r41931 (trunk): signal.c: for valgrind
  29880 2013-07-12 18:11 [ko1@a...            ] usa:r41932 (trunk): * ext/fiddle/win32/lib/win32/registry.rb
  29881 2013-07-13 01:05 [ko1@a...            ] zzak:r41933 (trunk): * lib/rubygems/psych_additions.rb: Ignore Psych docs here
  29882 2013-07-13 01:05 [ko1@a...            ] svn:r41934 (trunk): * 2013-07-13        
  29883 2013-07-13 09:28 [ko1@a...            ] akr:r41935 (trunk): * bignum.c (biglsh_bang): Removed.
  29884 2013-07-13 12:24 [ko1@a...            ] nobu:r41936 (trunk): ext/win32: move    
  29885 2013-07-13 12:27 [ko1@a...            ] nobu:r41937 (trunk): encoding.c: new termlen not oldtermlen
  29886 2013-07-13 12:28 [ko1@a...            ] nobu:r41938: * properties.              
  29887 2013-07-13 15:36 [ko1@a...            ] akr:r41939 (trunk): * bignum.c (bary_small_lshift): Functions moved to remove
  29888 2013-07-13 15:53 [ko1@a...            ] akr:r41940 (trunk): * bignum.c (bary_small_lshift): Use size_t instead of long.
  29889 2013-07-13 22:42 [ko1@a...            ] nagachika:r41941 (ruby_2_0_0): merge revision(s) 41807:
  29890 2013-07-13 23:03 [ko1@a...            ] akr:r41942 (trunk): * bignum.c (big_shift3): New function.
  29891 2013-07-13 23:13 [ko1@a...            ] nagachika:r41943 (ruby_2_0_0): merge revision(s) 41815,41816: [Backport #8606]
  29892 2013-07-13 23:25 [ko1@a...            ] nagachika:r41944 (ruby_2_0_0): merge revision(s) 41839,41841:
  29893 2013-07-13 23:28 [ko1@a...            ] nagachika:r41945 (ruby_2_0_0): merge revision(s) 41851:
  29894 2013-07-13 23:33 [ko1@a...            ] nagachika:r41946 (ruby_2_0_0): merge revision(s) 41853: [Backport #8633]
  29895 2013-07-13 23:35 [ko1@a...            ] nagachika:r41947 (ruby_2_0_0): merge revision(s) 41854,41867:
  29896 2013-07-13 23:36 [ko1@a...            ] nagachika:r41948 (ruby_2_0_0): merge revision(s) 41861:
  29897 2013-07-13 23:36 [ko1@a...            ] nagachika:r41949 (ruby_2_0_0): merge revision(s) 41862:
  29898 2013-07-13 23:37 [ko1@a...            ] nagachika:r41950 (ruby_2_0_0): merge revision(s) 41863:
  29899 2013-07-13 23:48 [ko1@a...            ] nagachika:r41951 (ruby_2_0_0): merge revision(s) 41871: [Backport #8608]
  29900 2013-07-13 23:52 [ko1@a...            ] nagachika:r41952 (ruby_2_0_0): merge revision(s) 41077,41105: [Backport #8485] [Backport #8500] [Backport #8578]

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