[前][次][スレッド一覧][上]
ruby-changes:36201-36300
36201 2014-11-05 16:56 [ko1@a... ] nobu:r48282 (trunk): proc.c: remove rb_f_lambda
36202 2014-11-05 17:20 [ko1@a... ] nobu:r48283 (trunk): intern.h: deprecate disable and enable super
36203 2014-11-05 18:28 [ko1@a... ] usa:r48284 (ruby_2_0_0): merge revision(s) 48102: [Backport #10413]
36204 2014-11-05 19:25 [ko1@a... ] akr:r48285 (trunk): * lib/webrick/server.rb: Stop lisntner loop properly.
36205 2014-11-05 23:15 [ko1@a... ] kazu:r48286 (trunk): fix typos [ci skip]
36206 2014-11-05 23:29 [ko1@a... ] akr:r48287 (trunk): * test/open-uri/test_open-uri.rb: Don't ignore webrick's log.
36207 2014-11-05 23:49 [ko1@a... ] ngoto:r48288 (trunk): * compile.c (compile_data_alloc): add padding when strict alignment
36208 2014-11-05 23:49 [ko1@a... ] svn:r48289 (trunk): * remove trailing spaces.
36209 2014-11-06 08:50 [ko1@a... ] duerst:r48290 (trunk): lib/unicode_normalize/normalize.rb: Comment clarification. [ci skip]
36210 2014-11-06 08:50 [ko1@a... ] svn:r48291 (trunk): * 2014-11-06
36211 2014-11-06 10:14 [ko1@a... ] normal:r48292 (trunk): lib/uri/rfc2396_parser.rb (initialize): reduce bytecode size
36212 2014-11-06 12:55 [ko1@a... ] kazu:r48293 (trunk): fix typos [ci skip]
36214 2014-11-06 14:46 [ko1@a... ] naruse:r48295 (trunk): Revert r48278 "common.mk: update unicode data only if BASERUBY is available"
36215 2014-11-06 17:36 [ko1@a... ] usa:r48296 (ruby_2_0_0): * compile.c (compile_data_alloc): add padding when strict alignment
36216 2014-11-06 19:42 [ko1@a... ] naruse:r48297 (trunk): * re.c (unescape_nonascii): cast -1 for the case char is unsigned char.
36217 2014-11-06 19:53 [ko1@a... ] nobu:r48298 (trunk): reaply r48278
36218 2014-11-06 19:53 [ko1@a... ] nobu:r48299 (trunk): make-snapshot: HAVE_BASERUBY
36219 2014-11-06 21:23 [ko1@a... ] akr:r48300 (trunk): * test/open-uri/test_open-uri.rb: Check empty webrick log.
36220 2014-11-06 21:45 [ko1@a... ] akr:r48301 (trunk): * test/test_unicode_normalize.rb: Rename TestNormalize to
36221 2014-11-06 22:47 [ko1@a... ] nagachika:r48302 (ruby_2_1): merge revision(s) 48288: [Backport #9681]
36222 2014-11-06 23:20 [ko1@a... ] nagachika:r48303 (ruby_2_1): merge revision(s) r47860: [Backport #10350]
36223 2014-11-06 23:54 [ko1@a... ] nobu:r48304 (trunk): generic_erb.rb: explicit_trim_line
36224 2014-11-06 23:55 [ko1@a... ] nobu:r48305 (trunk): string.c: no exception in QUOTE
36225 2014-11-06 23:55 [ko1@a... ] nobu:r48306 (trunk): test_pack.rb: test_invalid_warning
36226 2014-11-06 23:58 [ko1@a... ] nobu:r48307 (trunk): pack.c: escape and encoding
36227 2014-11-07 00:00 [ko1@a... ] nobu:r48308 (trunk): normalize.rb: explicit separator
36228 2014-11-07 00:00 [ko1@a... ] nobu:r48309 (trunk): normalize.rb: trivial optimizations
36229 2014-11-07 00:00 [ko1@a... ] svn:r48310 (trunk): * 2014-11-07
36230 2014-11-07 00:00 [ko1@a... ] nobu:r48311 (trunk): unicode_norm_gen.tmpl: expand kompatible_table
36231 2014-11-07 12:09 [ko1@a... ] hone:r48312 (trunk): fix typo, NUL -> NULL
36232 2014-11-07 14:47 [ko1@a... ] nobu:r48313 (trunk): ChangeLog: not a typo [ci skip]
36233 2014-11-07 21:08 [ko1@a... ] nobu:r48314 (trunk): test_exception.rb: more tests
36234 2014-11-08 01:36 [ko1@a... ] nobu:r48315 (trunk): thread.c: no function callsin RARRAY_LEN
36235 2014-11-08 01:36 [ko1@a... ] svn:r48316 (trunk): * 2014-11-08
36236 2014-11-08 22:42 [ko1@a... ] akr:r48317 (trunk): Use assert_join_threads.
36237 2014-11-09 00:38 [ko1@a... ] akr:r48318 (trunk): * test/webrick: Examine log and use assert_join_threads.
36238 2014-11-09 00:38 [ko1@a... ] svn:r48319 (trunk): * 2014-11-09
36239 2014-11-09 01:54 [ko1@a... ] eregon:r48320 (trunk): * object.c (Module#const_defined?): [DOC] Revise the documentation.
36240 2014-11-09 02:06 [ko1@a... ] akr:r48321 (trunk): * test/net/http/utils.rb: Don't connect to spawned server
36241 2014-11-09 04:03 [ko1@a... ] usa:r48322 (trunk): * lib/securerandom.rb (SecureRandom::AdvApi32): split from `initialize`.
36242 2014-11-09 04:59 [ko1@a... ] usa:r48323 (trunk): * lib/securerandom.rb: more refactoring.
36243 2014-11-09 05:01 [ko1@a... ] usa:r48324 (trunk): * lib/securerandom.rb (initialize): call the special method for Win32
36244 2014-11-09 09:14 [ko1@a... ] akr:r48325 (trunk): * defs/known_errors.def (EHWPOISON): New errno symbol.
36245 2014-11-09 09:51 [ko1@a... ] akr:r48326 (trunk): * test/webrick: Refine log tests.
36247 2014-11-09 10:31 [ko1@a... ] nobu:r48328 (trunk): securerandom.rb: fix substring of FormatMessage result
36248 2014-11-09 11:31 [ko1@a... ] ktsj:r48329 (trunk): * gems/bundled_gems: upgraded to power_assert 0.2.0.
36249 2014-11-09 11:42 [ko1@a... ] akr:r48330 (trunk): * defs/known_errors.def: More errors for FreeBSD.
36250 2014-11-09 11:45 [ko1@a... ] hsbt:r48331 (trunk): * gems/bundled_gems: upgraded to test-unit 3.0.5.
36251 2014-11-09 11:49 [ko1@a... ] akr:r48332 (trunk): * test/net/http: Examine webrick log.
36252 2014-11-09 12:09 [ko1@a... ] nobu:r48333 (trunk): win32/registry.rb: slice in WCHARs
36253 2014-11-09 12:16 [ko1@a... ] nobu:r48334 (trunk): securerandom.rb: separate implementations
36254 2014-11-09 13:53 [ko1@a... ] ko1:r48335 (trunk): * gc.c (is_incremental_marking): use #if/#else because
36255 2014-11-09 14:06 [ko1@a... ] akr:r48336 (trunk): * test/xmlrpc: Test webrick error log is empty.
36256 2014-11-09 18:07 [ko1@a... ] akr:r48337 (trunk): * test/xmlrpc: Use assert_join_threads.
36257 2014-11-09 18:33 [ko1@a... ] duerst:r48338 (trunk): lib/unicode_normalize/normalize.rb: Replaced if-else by case in self.normalized? in parallel to r48309.
36258 2014-11-09 18:36 [ko1@a... ] akr:r48339 (trunk): * test/xmlrpc: Refine log test.
36259 2014-11-09 19:01 [ko1@a... ] nobu:r48340 (trunk): normalize.rb: fix syntax error
36260 2014-11-09 20:51 [ko1@a... ] akr:r48341 (trunk): * test/webrick: Store log in an array.
36261 2014-11-09 21:16 [ko1@a... ] akr:r48342 (trunk): * test/webrick: Fix the argument order of assert_equal.
36262 2014-11-09 22:12 [ko1@a... ] kazu:r48343 (trunk): fix a typo [ci skip]
36264 2014-11-09 22:12 [ko1@a... ] kazu:r48345 (trunk): fix a typo in comment [ci skip]
36265 2014-11-09 22:29 [ko1@a... ] akr:r48346 (trunk): * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.
36266 2014-11-09 23:01 [ko1@a... ] akr:r48347 (trunk): * test/open-uri: Test server log in server thread.
36267 2014-11-09 23:26 [ko1@a... ] nobu:r48348 (trunk): vm.c: super in bmethod
36268 2014-11-09 23:33 [ko1@a... ] nobu:r48349 (trunk): test_bmethod.rb: super in bmethod test
36269 2014-11-09 23:58 [ko1@a... ] nobu:r48350 (trunk): test_bmethod.rb: block in bmethod test
36270 2014-11-10 05:58 [ko1@a... ] akr:r48351 (trunk): * test/webrick/webrick.cgi: Don't use debug mode.
36271 2014-11-10 05:58 [ko1@a... ] svn:r48352 (trunk): * 2014-11-10
36272 2014-11-10 08:03 [ko1@a... ] akr:r48353 (trunk): * lib/webrick/server.rb (initialize): Initialize shutdown pipe here
36273 2014-11-10 12:20 [ko1@a... ] akr:r48354 (trunk): * lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w to
36274 2014-11-10 12:46 [ko1@a... ] akr:r48355 (trunk): * lib/webrick/server.rb: Less instance variables.
36275 2014-11-10 14:59 [ko1@a... ] hsbt:r48356 (trunk): * lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c)
36276 2014-11-10 15:56 [ko1@a... ] nobu:r48357 (trunk): unicode_normalize: UNICODE_VERSION constant
36277 2014-11-10 16:09 [ko1@a... ] nobu:r48358 (trunk): signal.c: signal list to kill
36278 2014-11-10 16:20 [ko1@a... ] hsbt:r48359 (trunk): * lib/rubygems/*.rb: Update to RubyGems master(3e36528).
36279 2014-11-10 17:24 [ko1@a... ] nobu:r48360 (trunk): win32.c: login name encoding
36280 2014-11-10 19:42 [ko1@a... ] usa:r48361 (trunk): * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): new
36281 2014-11-10 20:05 [ko1@a... ] akr:r48362 (trunk): * lib/webrick/server.rb: Setup shutdown pipe in listen method.
36282 2014-11-10 20:21 [ko1@a... ] usa:r48363 (trunk): * win32/win32.c (rb_w32_read): retry with reduced length if cannot to
36283 2014-11-10 23:25 [ko1@a... ] nobu:r48364 (trunk): win32.c: user name
36284 2014-11-10 23:40 [ko1@a... ] akr:r48365 (trunk): * test/net/ftp/test_ftp.rb (create_ftp_server): Don't ignore
36285 2014-11-11 00:22 [ko1@a... ] akr:r48366 (trunk): * test/net/imap/test_imap.rb: Don't ignore exceptions on server
36286 2014-11-11 00:22 [ko1@a... ] svn:r48367 (trunk): * 2014-11-11
36287 2014-11-11 09:39 [ko1@a... ] hsbt:r48368 (trunk): * lib/rdoc/known_classes.rb: reverted regression changes of
36288 2014-11-11 10:42 [ko1@a... ] ko1:r48369 (trunk): * string.c (sym_equal): use rb_obj_equal().
36289 2014-11-11 14:09 [ko1@a... ] naruse:r48370 (trunk): * lib/rubygems/commands/contents_command.rb (files_in_default_gem):
36290 2014-11-11 15:22 [ko1@a... ] naruse:r48371 (trunk): remove debug code
36291 2014-11-11 15:27 [ko1@a... ] naruse:r48372 (trunk): suppress warning: shadowing outer local variable - line
36292 2014-11-11 18:09 [ko1@a... ] nobu:r48373 (trunk): template/prelude.c.tmpl
36293 2014-11-11 18:10 [ko1@a... ] nobu:r48374 (trunk): common.mk: preludes
36294 2014-11-11 18:10 [ko1@a... ] nobu:r48375 (trunk): make-snapshot: no wait unless needed
36295 2014-11-11 18:46 [ko1@a... ] nobu:r48376 (trunk): common.mk: nmake
36296 2014-11-11 19:18 [ko1@a... ] nobu:r48377 (trunk): unicode_norm_gen.tmpl: fix build error
36297 2014-11-11 19:29 [ko1@a... ] nobu:r48378 (trunk): * win32/Makefile.sub (prelude.c): search from source directory,
36298 2014-11-11 22:08 [ko1@a... ] akr:r48379 (trunk): * test/net/http/test_https_proxy.rb: Use assert_join_threads.
36299 2014-11-11 22:33 [ko1@a... ] akr:r48380 (trunk): * test/net/pop/test_pop.rb: Use assert_join_threads.
36300 2014-11-11 22:51 [ko1@a... ] akr:r48381 (trunk): * test/resolv/test_dns.rb: Use assert_join_threads.
[前][次][スレッド一覧][上]