[前][次][スレッド一覧][上]
ruby-changes:48101-48200
48101 2017-10-19 20:24 [ko1@a... ] nobu:r60215 (trunk): ruby.c: reject NUL in $0
48102 2017-10-20 10:03 [ko1@a... ] nobu:r60216 (trunk): Make Time.parse respect timezone offset seconds
48103 2017-10-20 10:03 [ko1@a... ] svn:r60217 (trunk): * 2017-10-20
48105 2017-10-20 18:03 [ko1@a... ] hsbt:r60219 (trunk): Merge rubygems master(ddbf3203f3857649abe95c73edefc7de7e6ecff4).
48106 2017-10-21 01:22 [ko1@a... ] yui-knk:r60220 (trunk): Store token first column number on RNode
48107 2017-10-21 01:22 [ko1@a... ] svn:r60222 (trunk): * remove trailing spaces.
48108 2017-10-21 01:22 [ko1@a... ] svn:r60221 (trunk): * 2017-10-21
48109 2017-10-21 09:14 [ko1@a... ] yui-knk:r60223 (trunk): Fix build on Windows
48110 2017-10-21 10:06 [ko1@a... ] nobu:r60224 (trunk): moved node generation for dregex_once to parse.y
48111 2017-10-21 11:50 [ko1@a... ] yui-knk:r60225 (trunk): Do not literal_flush if float is read correctly
48112 2017-10-21 12:18 [ko1@a... ] nobu:r60226 (trunk): assertion for r60225
48115 2017-10-21 15:08 [ko1@a... ] glass:r60229 (trunk): hash.c: Add Hash#slice
48116 2017-10-21 15:11 [ko1@a... ] glass:r60230 (trunk): Update NEWS for Hash#slice
48117 2017-10-21 15:22 [ko1@a... ] k0kubun:r60231 (trunk): vm_core.h: export symbols of shared variables
48118 2017-10-21 15:22 [ko1@a... ] akr:r60232 (trunk): lib/open-uri.rb: accept :encoding option as well as encoding in mode string.
48119 2017-10-21 15:45 [ko1@a... ] akr:r60233 (trunk): [DOC] describe methods used for src and dst argument.
48120 2017-10-21 15:51 [ko1@a... ] naruse:r60234 (trunk): [Feature #13712] String#start_with? supports regexp
48121 2017-10-21 15:57 [ko1@a... ] k0kubun:r60235 (trunk): vm.c, vm_insnhelper.h: export symbols of VM serials
48122 2017-10-21 16:01 [ko1@a... ] akr:r60236 (trunk): lib/open3.rb: accept IO-like object for :stdin_data argument.
48123 2017-10-21 16:44 [ko1@a... ] usa:r60237 (trunk): File.symlink is not potable
48124 2017-10-21 17:34 [ko1@a... ] akr:r60238 (trunk): Pathname#glob method implemented.
48125 2017-10-21 17:40 [ko1@a... ] mame:r60239 (trunk): Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
48127 2017-10-21 17:42 [ko1@a... ] akr:r60241 (trunk): declare variables once for each line in pathname.c.
48128 2017-10-21 17:45 [ko1@a... ] akr:r60242 (trunk): RbConfig::LIMITS is provided by rbconfig/sizeof.
48129 2017-10-21 17:57 [ko1@a... ] nobu:r60243 (trunk): vcs.rb: try to extract revision number from tags
48130 2017-10-21 18:10 [ko1@a... ] nobu:r60244 (trunk): fix up imemo_alloc
48131 2017-10-21 18:25 [ko1@a... ] ko1:r60245 (trunk): add RUNRUBY_USE_GDB envvar for runruby.rb.
48132 2017-10-21 18:25 [ko1@a... ] nobu:r60246 (trunk): common.mk: preserve rest fields of bundled_gems
48133 2017-10-21 18:50 [ko1@a... ] hsbt:r60247 (trunk): [EXPERIMENTAL] Added test-bundled-gems task.
48134 2017-10-21 18:50 [ko1@a... ] svn:r60248 (trunk): * properties.
48135 2017-10-21 18:53 [ko1@a... ] knu:r60249 (trunk): Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixError
48136 2017-10-21 19:21 [ko1@a... ] ko1:r60250 (trunk): imemo_mask (enum) -> IMEMO_MASK (immediate value).
48137 2017-10-21 19:24 [ko1@a... ] ko1:r60251 (trunk): do not need to clear by NULL because of last commit
48138 2017-10-21 19:26 [ko1@a... ] tarui:r60252 (trunk): fix comment abount IMEMO_FL_USHIFT
48139 2017-10-21 19:28 [ko1@a... ] naruse:r60253 (trunk): Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]
48140 2017-10-21 19:33 [ko1@a... ] sonots:r60254 (trunk): * string.c (deleted_prefix_length, deleted_suffix_length):
48141 2017-10-21 19:44 [ko1@a... ] naruse:r60255 (trunk): Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"
48142 2017-10-21 20:59 [ko1@a... ] kazu:r60256: Sync svn:ignore [ci skip]
48143 2017-10-21 21:12 [ko1@a... ] usa:r60257 (trunk): Treat REG_NONE just like REG_BINARY
48144 2017-10-21 21:18 [ko1@a... ] nobu:r60258 (trunk): gc.c (rb_raw_obj_info): adjust indent
48145 2017-10-21 21:18 [ko1@a... ] nobu:r60259 (trunk): gc.c (rb_raw_obj_info): suppress a warning
48146 2017-10-21 21:22 [ko1@a... ] akr:r60260 (trunk): add example for Socket.gethostbyaddr.
48147 2017-10-21 21:34 [ko1@a... ] nobu:r60261 (trunk): Fix bug about String#scanf("%a")
48148 2017-10-21 21:57 [ko1@a... ] kosaki:r60262 (trunk): kill "variable set but not used" warning
48149 2017-10-21 22:01 [ko1@a... ] kosaki:r60263 (trunk): kill variable set but not used warning
48150 2017-10-21 22:02 [ko1@a... ] kosaki:r60264 (trunk): kill "value computed is not used" warning
48151 2017-10-21 22:06 [ko1@a... ] yui-knk:r60265 (trunk): node.h: Remove a not used function prototype
48152 2017-10-21 22:13 [ko1@a... ] akr:r60266 (trunk): Deprecation document for gethostbyname, gethostbyaddr.
48153 2017-10-21 22:15 [ko1@a... ] kosaki:r60267 (trunk): kill "discards ?\226?\128?\152const?\226?\128?\153 qualifier" warning
48154 2017-10-21 22:15 [ko1@a... ] kosaki:r60268 (trunk): kill "discards ?\226?\128?\152const?\226?\128?\153 qualifier" warning
48155 2017-10-21 22:17 [ko1@a... ] hsbt:r60269 (trunk): Rename spec/rspec to .bundle.
48156 2017-10-21 22:34 [ko1@a... ] knu:r60270 (trunk): Import ipaddr 1.2.0
48157 2017-10-21 22:34 [ko1@a... ] knu:r60271 (trunk): Add a new test case for ipaddr 1.2.0 + drb/acl
48158 2017-10-21 22:38 [ko1@a... ] knu:r60272 (trunk): Fix the issue reference to [Bug #13769], handled in r60270
48159 2017-10-21 22:40 [ko1@a... ] hsbt:r60273 (trunk): Added sample code of merge! method in hash.c.
48160 2017-10-21 22:49 [ko1@a... ] hsbt:r60274 (trunk): Improve docs for `File.delete` exceptions.
48161 2017-10-21 22:58 [ko1@a... ] hsbt:r60275 (trunk): Fixed unexpected behavior of `Resolv::MDNS#each_address` when given ".local" address.
48162 2017-10-21 22:58 [ko1@a... ] svn:r60276 (trunk): * properties.
48163 2017-10-21 23:06 [ko1@a... ] nobu:r60277 (trunk): fix up r60243
48164 2017-10-21 23:11 [ko1@a... ] hsbt:r60278 (trunk): Removed obsoleted safe level checks on irb.
48165 2017-10-21 23:19 [ko1@a... ] nobu:r60279 (trunk): sysconfdir on Windows
48166 2017-10-21 23:21 [ko1@a... ] akr:r60280 (trunk): Describe recommended-methods.
48167 2017-10-21 23:21 [ko1@a... ] kosaki:r60281 (trunk): test_cp_preserve_permissions should care about umask
48168 2017-10-21 23:22 [ko1@a... ] kosaki:r60283 (trunk): test_pathname.rb#test_open should care about umask
48169 2017-10-21 23:25 [ko1@a... ] glass:r60284 (trunk): io.c: introduce copy offload to IO.copy_stream
48170 2017-10-21 23:30 [ko1@a... ] kazu:r60282 (trunk): Fix r60271
48171 2017-10-21 23:31 [ko1@a... ] sonots:r60285 (trunk): Add doxygen comments
48172 2017-10-21 23:35 [ko1@a... ] ko1:r60287 (trunk): fix r60281
48173 2017-10-21 23:40 [ko1@a... ] kazu:r60288 (trunk): Use caller with length to reduce unused strings
48174 2017-10-21 23:40 [ko1@a... ] yui-knk:r60286 (trunk): Define the macro separately for ruby parser and for ripper
48175 2017-10-21 23:51 [ko1@a... ] yui-knk:r60289 (trunk): Do not pass a not used argument
48176 2017-10-21 23:55 [ko1@a... ] hsbt:r60290 (trunk): Added explicitly require to example code.
48177 2017-10-22 00:02 [ko1@a... ] hsbt:r60291 (trunk): Update some words on README.md.
48178 2017-10-22 00:02 [ko1@a... ] svn:r60292 (trunk): * 2017-10-22
48179 2017-10-22 00:02 [ko1@a... ] k0kubun:r60293 (trunk): erb.rb: specify frozen_string_literal: true
48180 2017-10-22 00:17 [ko1@a... ] hsbt:r60294 (trunk): Clarify the behavior of IO.write without offset in write mode.
48181 2017-10-22 00:19 [ko1@a... ] svn:r60296 (trunk): * remove trailing spaces.
48182 2017-10-22 00:19 [ko1@a... ] hsbt:r60295 (trunk): Clarify return value for assignment methods.
48183 2017-10-22 00:21 [ko1@a... ] akr:r60297 (trunk): SecureRandom.alphanumeric implemented.
48184 2017-10-22 00:38 [ko1@a... ] knu:r60298 (trunk): Allow a SortedSet to be frozen and still functional [Bug #12091]
48185 2017-10-22 00:39 [ko1@a... ] k0kubun:r60299 (trunk): driver.rb: add option to specify target with rbenv
48186 2017-10-22 00:43 [ko1@a... ] usa:r60300 (trunk): The encoding of __FILE__ and __dir__ should be same
48187 2017-10-22 00:45 [ko1@a... ] k0kubun:r60301 (trunk): driver.rb: allow executing driver.rb directly
48188 2017-10-22 00:56 [ko1@a... ] yui-knk:r60302 (trunk): Remove not used node_type NODE_IASGN2
48189 2017-10-22 00:57 [ko1@a... ] knu:r60303 (trunk): Remove redundant use of module_eval
48190 2017-10-22 00:57 [ko1@a... ] knu:r60304 (trunk): Use a mutex to make SortedSet.setup thread-safe
48191 2017-10-22 01:01 [ko1@a... ] k0kubun:r60305 (trunk): erb.1: add missing option in detailed description
48193 2017-10-22 01:09 [ko1@a... ] yui-knk:r60307 (trunk): Remove not used node_type NODE_CVDECL
48194 2017-10-22 01:12 [ko1@a... ] hsbt:r60308 (trunk): Add documentation for `chomp` option.
48195 2017-10-22 01:12 [ko1@a... ] akr:r60309 (trunk): less random generations in Random::Formatter#choose.
48196 2017-10-22 01:25 [ko1@a... ] naruse:r60310 (trunk): fix OpenSSL::SSL::SSLContext#min_version doesn't work
48197 2017-10-22 01:25 [ko1@a... ] naruse:r60311 (trunk): Introduce Net::HTTP#min_version/max_version [Feature #9450]
48198 2017-10-22 01:28 [ko1@a... ] knu:r60312 (trunk): Fix comparison methods of Set to check if `@hash` is actually comparable
48199 2017-10-22 01:34 [ko1@a... ] naruse:r60313 (trunk): fic expected error message
48200 2017-10-22 01:43 [ko1@a... ] naruse:r60314 (trunk): ignore server side error
[前][次][スレッド一覧][上]