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

ruby-changes:44801-44900

  44801 2016-11-22 22:59 [ko1@a...            ] kazu:r56874 (trunk): IOError does not happen
  44802 2016-11-23 08:11 [ko1@a...            ] nobu:r56875 (trunk): Use `&.` and `||=` instead of if guards
  44803 2016-11-23 08:11 [ko1@a...            ] svn:r56876 (trunk): * 2016-11-23        
  44805 2016-11-23 08:44 [ko1@a...            ] kazu:r56878 (trunk): Use `&.` instead of `if` and `? :`
  44806 2016-11-23 09:03 [ko1@a...            ] shugo:r56879 (trunk): Add a new optinal argument pathname to FTP#stat.
  44807 2016-11-23 09:34 [ko1@a...            ] shugo:r56880 (trunk): Disconnect immediately even if Net::FTP#close is called without quit.
  44808 2016-11-23 13:40 [ko1@a...            ] shugo:r56881 (trunk): Don't encode to UTF-8 if it's unnecessary.
  44809 2016-11-23 14:26 [ko1@a...            ] shugo:r56882 (trunk): rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.
  44810 2016-11-23 17:10 [ko1@a...            ] normal:r56883 (trunk): lib/net/ftp: fix typo
  44811 2016-11-23 20:30 [ko1@a...            ] nobu:r56884 (trunk): test_fileutils.rb: Use primary group too
  44812 2016-11-24 00:10 [ko1@a...            ] shugo:r56885 (trunk): Add CR/LF check to Net::FTP#status.
  44813 2016-11-24 00:10 [ko1@a...            ] svn:r56886 (trunk): * 2016-11-24        
  44814 2016-11-24 05:46 [ko1@a...            ] nagachika:r56887 (ruby_2_3): merge revision(s) 56881: [Backport #12972]
  44815 2016-11-24 05:48 [ko1@a...            ] nagachika:r56888 (ruby_2_3): merge revision(s) 56884: [Backport #12910]
  44816 2016-11-24 08:14 [ko1@a...            ] normal:r56889 (trunk): webrick/server: use symbol proc
  44817 2016-11-24 08:57 [ko1@a...            ] normal:r56890 (trunk): resolv: use safe navigation operator to avoid extra hash lookups
  44818 2016-11-24 10:03 [ko1@a...            ] shugo:r56891 (trunk): Add credit and PR/issue numbers.
  44819 2016-11-24 12:02 [ko1@a...            ] nobu:r56892 (trunk): test_fileutils.rb: fix deadlock
  44821 2016-11-24 20:07 [ko1@a...            ] nobu:r56894 (trunk): marshal.c: fix infinite recursion
  44822 2016-11-25 05:51 [ko1@a...            ] svn:r56896 (trunk): * 2016-11-25        
  44823 2016-11-25 05:51 [ko1@a...            ] usa:r56895 (trunk): use `rb_struct_ptr` for `RSTRUCT_PTR` macro
  44824 2016-11-25 15:28 [ko1@a...            ] nobu:r56897 (trunk): round-down         
  44825 2016-11-26 18:29 [ko1@a...            ] svn:r56899 (trunk): * 2016-11-26        
  44827 2016-11-26 19:57 [ko1@a...            ] nobu:r56900 (trunk): NEWS: mention [Feature #12953] [ci skip]
  44828 2016-11-26 20:37 [ko1@a...            ] nobu:r56901 (trunk): win32.c: special folders as home dir
  44829 2016-11-26 20:37 [ko1@a...            ] nobu:r56902 (trunk): file.c: home directory from system
  44830 2016-11-27 18:40 [ko1@a...            ] ktsj:r56903 (trunk): gems/bundled_gems: Update to power_assert 0.4.1
  44831 2016-11-27 18:40 [ko1@a...            ] svn:r56904 (trunk): * 2016-11-27        
  44832 2016-11-27 19:08 [ko1@a...            ] knu:r56905 (trunk): Reverse compatibility_version and current_version for Darwin
  44833 2016-11-27 20:07 [ko1@a...            ] nobu:r56906 (trunk): object.c: no TypeError at special const dup
  44834 2016-11-27 20:22 [ko1@a...            ] nobu:r56907 (trunk): signal.c: improve stack overflow check
  44835 2016-11-28 11:02 [ko1@a...            ] svn:r56909 (trunk): * 2016-11-28        
  44837 2016-11-28 12:14 [ko1@a...            ] usa:r56910 (trunk): Give a chance to complete server.accept
  44838 2016-11-28 12:48 [ko1@a...            ] nobu:r56911 (trunk): insns.def: adjust index type
  44840 2016-11-28 18:37 [ko1@a...            ] nobu:r56913 (trunk): string.c: enable rdoc
  44841 2016-11-28 19:17 [ko1@a...            ] usa:r56914 (trunk): hide exceptions in server thread
  44842 2016-11-28 22:16 [ko1@a...            ] nobu:r56915 (trunk): string.c: fix zero-length array
  44843 2016-11-29 11:21 [ko1@a...            ] shugo:r56916 (trunk): net/ftp: close the connection if the TLS handshake timeout is exceeded.
  44845 2016-11-29 11:33 [ko1@a...            ] shugo:r56918 (trunk): net/ftp: close the socket directly when an error occurs during TLS handshake.
  44846 2016-11-29 11:47 [ko1@a...            ] shugo:r56919 (trunk): net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.
  44847 2016-11-29 12:06 [ko1@a...            ] nobu:r56920 (trunk): string.c: use xmalloc
  44848 2016-11-29 12:06 [ko1@a...            ] nobu:r56921 (trunk): test_keyword.rb: assert_raise_with_message value
  44849 2016-11-29 12:06 [ko1@a...            ] nobu:r56922 (trunk): test_keyword.rb: more assertions
  44850 2016-11-29 17:31 [ko1@a...            ] shugo:r56923 (trunk): Ignore SystemCallError in case it is raised by SSLSocket#accept.
  44851 2016-11-29 17:40 [ko1@a...            ] duerst:r56924 (trunk): Fix erroneous test of target against target
  44852 2016-11-29 17:44 [ko1@a...            ] shugo:r56925 (trunk): Suppress warnings.
  44854 2016-11-29 19:47 [ko1@a...            ] nobu:r56927 (trunk): parse.y: ambiguous parentheses
  44855 2016-11-29 21:54 [ko1@a...            ] nobu:r56928 (trunk): thread.c: fix doc of abort_on_exception [ci skip]
  44856 2016-11-30 00:14 [ko1@a...            ] nobu:r56929 (trunk): object.c: no TypeError at special const clone
  44857 2016-11-30 00:14 [ko1@a...            ] svn:r56930 (trunk): * 2016-11-30        
  44858 2016-11-30 00:23 [ko1@a...            ] usa:r56931 (trunk): get rid of test failures on CI introduced at r56927
  44859 2016-11-30 00:31 [ko1@a...            ] kazu:r56932 (trunk): NEWS: Add String/Symbol#casecmp? [Feature #12786]
  44860 2016-11-30 00:34 [ko1@a...            ] nobu:r56933 (trunk): object.c: no TypeError at special const
  44861 2016-11-30 00:48 [ko1@a...            ] rhe:r56934 (trunk): net/http: don't use OpenSSL::TestUtils from test code
  44862 2016-11-30 00:48 [ko1@a...            ] rhe:r56935 (trunk): open-uri: don't use OpenSSL::TestUtils from open-uri tests
  44863 2016-11-30 00:48 [ko1@a...            ] rhe:r56936 (trunk): webrick: don't use OpenSSL::TestUtils from webrick tests
  44864 2016-11-30 01:07 [ko1@a...            ] nobu:r56937 (trunk): get rid of ambiguous parentheses warnings
  44865 2016-11-30 02:06 [ko1@a...            ] tenderlove:r56938 (trunk): Stop reading past the end of `ivptr` array
  44866 2016-11-30 10:22 [ko1@a...            ] shugo:r56939 (trunk): Supress warnings. 
  44867 2016-11-30 10:40 [ko1@a...            ] nobu:r56940 (trunk): parse.y: no warning for lambda
  44868 2016-11-30 17:25 [ko1@a...            ] duerst:r56941 (trunk): fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UK
  44870 2016-11-30 22:09 [ko1@a...            ] nobu:r56943 (trunk): parse.y: parser_tokadd_codepoint
  44871 2016-11-30 22:55 [ko1@a...            ] hsbt:r56944 (trunk): Update psych-2.2.1 
  44872 2016-11-30 23:24 [ko1@a...            ] hsbt:r56945 (trunk): Fixed error with `make install`
  44873 2016-11-30 23:41 [ko1@a...            ] rhe:r56946 (trunk): openssl: import v2.0.0
  44874 2016-11-30 23:43 [ko1@a...            ] nobu:r56947 (trunk): parse.y: refine error message
  44875 2016-11-30 23:54 [ko1@a...            ] nobu:r56948 (trunk): ossl.c: cast       
  44876 2016-12-01 02:29 [ko1@a...            ] svn:r56950 (trunk): * 2016-12-01        
  44877 2016-12-01 02:29 [ko1@a...            ] naruse:r56949 (trunk): Regexp supports Unicoe 9.0.0's \X
  44878 2016-12-01 09:34 [ko1@a...            ] nobu:r56951 (trunk): constify CaseMappingSpecials
  44879 2016-12-01 09:34 [ko1@a...            ] nobu:r56952 (trunk): Use offsetof macro and shrink table size
  44880 2016-12-01 13:42 [ko1@a...            ] rhe:r56953 (trunk): openssl: import fixes from upstream
  44881 2016-12-01 13:51 [ko1@a...            ] shugo:r56954 (trunk): Wait until excpetion handling is ready.
  44883 2016-12-01 17:26 [ko1@a...            ] nobu:r56956 (trunk): parse.y: reject invalid codepoint
  44884 2016-12-01 22:08 [ko1@a...            ] usa:r56957 (trunk): Supports `buffer` and `offset` in `Array#pack`
  44885 2016-12-01 22:20 [ko1@a...            ] usa:r56958 (trunk): Remove `offset:` from `Array#pack`
  44886 2016-12-01 23:18 [ko1@a...            ] naruse:r56959 (trunk): String#unpack1 [Feature #12752]
  44887 2016-12-02 02:43 [ko1@a...            ] svn:r56961 (trunk): * 2016-12-02        
  44888 2016-12-02 02:43 [ko1@a...            ] naruse:r56960 (trunk): Remove unused variable
  44889 2016-12-02 11:24 [ko1@a...            ] rhe:r56962 (trunk): re.c: count associated Regexp object in MatchData#hash
  44890 2016-12-02 11:47 [ko1@a...            ] nobu:r56963 (trunk): parse.y: relax spaces
  44891 2016-12-02 12:34 [ko1@a...            ] nobu:r56964 (trunk): parse.y: simplify parsing utf-8 string
  44892 2016-12-02 15:13 [ko1@a...            ] nobu:r56965 (trunk): test/ruby/test_string.rb: ensure restoring $/
  44893 2016-12-03 14:09 [ko1@a...            ] svn:r56967 (trunk): * 2016-12-03        
  44898 2016-12-03 20:18 [ko1@a...            ] kazu:r56971 (trunk): Cleanup ruby method definitions in hash.c
  44899 2016-12-03 23:18 [ko1@a...            ] nobu:r56972 (trunk): string.c: chomp option
  44900 2016-12-04 00:41 [ko1@a...            ] shugo:r56973 (trunk): Use IPv6 if it's preferred.

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