[前][次][番号順一覧][上]
ruby-changes:37001-37100
37001 2014-12-31 16:48 [ko1@a... ] nobu:r49082 (trunk): parse.y: disable past scope warnings
37002 2014-12-31 17:50 [ko1@a... ] akr:r49083 (trunk): * lib/resolv.rb (Resolv::DNS::Label::Str#initialize): Set encoding
37003 2014-12-31 23:59 [ko1@a... ] nobu:r49084 (trunk): resolv.rb: String#b
37004 2015-01-01 00:00 [ko1@a... ] kazu:r49085 (trunk): fix a typo [ci skip]
37005 2015-01-01 00:00 [ko1@a... ] svn:r49086 (trunk): * 2015-01-01
37006 2015-01-01 08:38 [ko1@a... ] naruse:r49087 (ruby_2_2): merge revision(s) 49042: [Backport #10657]
37007 2015-01-01 09:14 [ko1@a... ] nobu:r49088 (trunk): vm_args.c: fix non-symbol keys hash
37008 2015-01-01 10:20 [ko1@a... ] nobu:r49089 (trunk): vm_args.c: add ref r49088
37009 2015-01-01 11:18 [ko1@a... ] normal:r49090 (trunk): symbol.c: fix memory leak from global fstr hash
37010 2015-01-01 17:51 [ko1@a... ] nobu:r49091 (trunk): test_rubyoptions.rb: locale name
37011 2015-01-01 21:42 [ko1@a... ] hsbt:r49092 (trunk): * doc/regexp.rdoc: fix regexp docs for whitespace character.
37012 2015-01-02 00:50 [ko1@a... ] akr:r49093 (trunk): [DOC]
37013 2015-01-02 00:50 [ko1@a... ] svn:r49094 (trunk): * 2015-01-02
37014 2015-01-02 09:10 [ko1@a... ] akr:r49095 (trunk): * lib/resolv.rb (Resolv::DNS::Label::Str#==): Check class equality.
37015 2015-01-02 09:41 [ko1@a... ] nobu:r49096 (trunk): test_m17n.rb: split test_scrub
37016 2015-01-02 11:37 [ko1@a... ] nobu:r49097 (trunk): tracepointchecker.rb: needs TracePoint
37017 2015-01-02 12:40 [ko1@a... ] nobu:r49098 (trunk): test_yield.rb: assert_all_sentences
37018 2015-01-02 15:10 [ko1@a... ] hsbt:r49099 (trunk): * test/openssl/test_ssl_session.rb (OpenSSL#test_ctx_client_session_cb):
37020 2015-01-02 15:53 [ko1@a... ] hsbt:r49101 (trunk): * lib/webrick/utils.rb: removed unused argument variable.
37021 2015-01-02 16:21 [ko1@a... ] hsbt:r49102 (trunk): * test/ruby/test_module.rb: Refactor invalid testcase.
37022 2015-01-02 18:50 [ko1@a... ] akr:r49103 (trunk): * eval.c (ruby_init): Print ruby_setup() error only in debug mode.
37023 2015-01-02 21:05 [ko1@a... ] hsbt:r49104 (trunk): * test/net/http/test_http.rb (_test_send_request__HEAD): Added
37024 2015-01-02 21:07 [ko1@a... ] hsbt:r49105 (trunk): * lib/net/http.rb (Net::HTTP#send_request): there is no response body
37025 2015-01-03 04:03 [ko1@a... ] nobu:r49106 (trunk): leakchecker.rb: for older IO.console
37026 2015-01-03 04:03 [ko1@a... ] nobu:r49107 (trunk): tracepointchecker.rb: for older TracePoint
37027 2015-01-03 04:03 [ko1@a... ] svn:r49108 (trunk): * 2015-01-03
37028 2015-01-03 09:02 [ko1@a... ] hsbt:r49109 (trunk): * NEWS: added compatibility entry of r49101.
37029 2015-01-03 09:54 [ko1@a... ] hsbt:r49110 (trunk): * ext/fiddle/lib/fiddle/cparser.rb: Support for Fiddle::CParser
37031 2015-01-03 10:15 [ko1@a... ] hsbt:r49112 (trunk): * ext/openssl/ossl.h: Make `SSL_SESSION_cmp` use `CRYPTO_memcmp`
37032 2015-01-03 10:39 [ko1@a... ] hsbt:r49113 (trunk): * lib/net/http.rb: More descriptive error message when net/http fails
37033 2015-01-03 11:28 [ko1@a... ] hsbt:r49114 (trunk): * array.c: Improve performance of Array#shift. use shared instead of
37034 2015-01-03 11:28 [ko1@a... ] svn:r49115 (trunk): * properties.
37035 2015-01-03 11:50 [ko1@a... ] hsbt:r49116 (trunk): * ext/openssl/ossl.h: avoid to build failure of Windows environment.
37036 2015-01-03 11:52 [ko1@a... ] akr:r49117 (trunk): Refine help message.
37037 2015-01-03 16:22 [ko1@a... ] ayumin:r49118 (trunk): * lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy.
37038 2015-01-03 18:23 [ko1@a... ] hsbt:r49119 (trunk): * ext/fiddle/lib/fiddle/cparser.rb: r49110 brake Fiddle::Import with
37039 2015-01-03 18:49 [ko1@a... ] nobu:r49120 (trunk): ChangeLog: typo
37040 2015-01-03 18:53 [ko1@a... ] nobu:r49121 (trunk): cparser.rb: limit word number
37041 2015-01-03 19:28 [ko1@a... ] kazu:r49122 (trunk): fix a typo [ci skip]
37042 2015-01-03 19:52 [ko1@a... ] nobu:r49123 (trunk): intern.h: rb_str_new_literal
37043 2015-01-03 20:36 [ko1@a... ] ayumin:r49124 (trunk): Revert r49118 [Feature #10652]
37044 2015-01-03 21:20 [ko1@a... ] naruse:r49125 (ruby_2_2): merge revision(s) 49055: [Backport #10667]
37045 2015-01-04 00:00 [ko1@a... ] ayumin:r49126 (trunk): * hash.c: fix docs for Hash#invert. [Bug #10612]
37046 2015-01-04 00:00 [ko1@a... ] svn:r49127 (trunk): * 2015-01-04
37047 2015-01-04 00:46 [ko1@a... ] ayumin:r49128 (trunk): * README.ja.md: add guidance of mailing list and bugs.r-l.o.
37048 2015-01-04 09:18 [ko1@a... ] hsbt:r49129 (trunk): * lib/tempfile.rb: provide default basename parameter.
37049 2015-01-04 09:21 [ko1@a... ] hsbt:r49130 (trunk): * lib/drb/drb.rb: removed unused argument. Patch by @vipulnsward
37050 2015-01-04 10:59 [ko1@a... ] nobu:r49131 (trunk): test_tempfile.rb: assert_file
37051 2015-01-04 11:04 [ko1@a... ] nobu:r49132 (trunk): unit.rb: no UNDEFINED
37052 2015-01-04 11:04 [ko1@a... ] nobu:r49133 (trunk): unit.rb: no insult method
37053 2015-01-04 11:15 [ko1@a... ] nobu:r49134 (trunk): testcase.rb: call super
37054 2015-01-04 12:37 [ko1@a... ] ayumin:r49135 (trunk): * string.c: improve docs for String#strip and variations. [Bug #10476]
37056 2015-01-04 13:10 [ko1@a... ] ayumin:r49137 (trunk): * string.c: improve docs for String#<=>. [Feature #10322]
37057 2015-01-04 13:41 [ko1@a... ] ayumin:r49138 (trunk): * test/test_tempfile.rb: use assert_file for more descriptive message.
37058 2015-01-04 14:02 [ko1@a... ] nobu:r49139 (trunk): parallel.rb: expand path
37059 2015-01-04 21:33 [ko1@a... ] nobu:r49140 (trunk): parse.y: fix f_label result
37060 2015-01-04 22:32 [ko1@a... ] nobu:r49141 (trunk): test/unit.rb: split Test::Unit
37061 2015-01-04 22:32 [ko1@a... ] nobu:r49142 (trunk): test/unit.rb: reorder Test::Unit
37062 2015-01-04 22:33 [ko1@a... ] nobu:r49143 (trunk): test/unit.rb: ExcludesOption
37063 2015-01-04 23:53 [ko1@a... ] kazu:r49144 (trunk): fix a typo [ci skip]
37066 2015-01-05 14:27 [ko1@a... ] nobu:r49147 (trunk): ostruct.rb: table
37067 2015-01-05 14:58 [ko1@a... ] hsbt:r49148 (trunk): * test/ruby/test_io.rb: added timeout for AIX environment.
37068 2015-01-05 21:33 [ko1@a... ] nobu:r49149 (trunk): mkmf.rb: clean timestamps
37069 2015-01-06 00:01 [ko1@a... ] nagachika:r49150 (ruby_2_1): * test/ruby/test_string.rb(test_LSHIFT_neary_long_max):
37070 2015-01-06 00:01 [ko1@a... ] svn:r49151 (ruby_2_1): * 2015-01-06
37071 2015-01-06 00:14 [ko1@a... ] nobu:r49152 (trunk): ext/-test-/win32/dln: add depend file
37072 2015-01-06 00:15 [ko1@a... ] svn:r49153 (trunk): * 2015-01-06
37073 2015-01-06 00:15 [ko1@a... ] nobu:r49154 (trunk): ext/-test-/dln/empty: move from ext/-test-/win32/dln
37074 2015-01-06 00:15 [ko1@a... ] nobu:r49155 (trunk): test_handle.rb: remove skips
37075 2015-01-06 00:15 [ko1@a... ] nobu:r49156 (trunk): test_handle.rb: separate blocks
37076 2015-01-06 00:16 [ko1@a... ] nobu:r49157 (trunk): test_handle.rb: use -test-/dln/empty
37077 2015-01-06 00:18 [ko1@a... ] nagachika:r49158 (ruby_2_1): merge revision(s) r49148: [Backport #9917]
37079 2015-01-06 10:19 [ko1@a... ] naruse:r49160 (trunk): add bold to headers
37080 2015-01-06 14:32 [ko1@a... ] nobu:r49161 (trunk): generic_object.rb: useless methods
37081 2015-01-06 21:41 [ko1@a... ] akr:r49162 (trunk): * time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst is
37082 2015-01-06 21:42 [ko1@a... ] akr:r49163 (trunk): Refine an assertion message.
37083 2015-01-07 05:57 [ko1@a... ] headius:r49164 (trunk): * test/ruby/test_method.rb: Add test for &-coersion of an
37084 2015-01-07 05:57 [ko1@a... ] svn:r49165 (trunk): * 2015-01-07
37085 2015-01-07 16:51 [ko1@a... ] nobu:r49166 (trunk): dir.c: NORMALIZE_UTF8PATH
37086 2015-01-07 18:52 [ko1@a... ] nobu:r49167 (trunk): Revert "dir.c: NORMALIZE_UTF8PATH"
37087 2015-01-07 18:52 [ko1@a... ] nobu:r49168 (trunk): dir.c: normalize CIFS too
37088 2015-01-07 19:19 [ko1@a... ] nobu:r49169 (trunk): dir.c: GC guard
37089 2015-01-07 19:19 [ko1@a... ] nobu:r49170 (trunk): dir.c: cifs symlinkd on OSX
37090 2015-01-07 19:30 [ko1@a... ] nobu:r49171 (trunk): dir.c: use macros
37091 2015-01-07 22:38 [ko1@a... ] nagachika:r49172 (ruby_2_1): merge revision r48961 partially.
37092 2015-01-08 00:29 [ko1@a... ] akr:r49173 (trunk): * lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.
37093 2015-01-08 00:29 [ko1@a... ] svn:r49174 (trunk): * 2015-01-08
37094 2015-01-08 07:19 [ko1@a... ] normal:r49175 (trunk): lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
37095 2015-01-08 11:39 [ko1@a... ] hsbt:r49176 (trunk): * .travis.yml: Remove redundant configuration option.
37096 2015-01-08 12:52 [ko1@a... ] nobu:r49177 (trunk): open3.rb: Hash.try_convert
37097 2015-01-08 12:53 [ko1@a... ] nobu:r49178 (trunk): dir.c: OSX case-folding
37098 2015-01-08 15:26 [ko1@a... ] usa:r49179 (trunk): * test/test_open3.rb (TestOpen3#test_numeric_file_descriptors): passing FDs
37099 2015-01-08 15:31 [ko1@a... ] usa:r49180 (trunk): * test/ruby/test_symbol.rb (TestSymbol#test_symbol_fstr_leak): get rid of a
37100 2015-01-08 16:08 [ko1@a... ] nobu:r49181 (trunk): Revert GH-808
[前][次][番号順一覧][上]