[前][次][番号順一覧][上]
ruby-changes:55201-55300
55201 2019-04-02 08:55 [ko1@a... ] tenderlove:r67408 (trunk): Fix ASAN errors when walking the heap
55202 2019-04-02 12:49 [ko1@a... ] svn:r67410 (trunk): * expand tabs.
55203 2019-04-02 12:49 [ko1@a... ] nobu:r67409 (trunk): date: use del_hash to extract an element destructively
55204 2019-04-02 13:36 [ko1@a... ] nobu:r67411 (trunk): date_parse.c: renamed JAPANESE prefix as JISX0301
55205 2019-04-02 13:36 [ko1@a... ] nobu:r67412 (trunk): date_parse.c: name JISX0301_DEFAULT_ERA
55206 2019-04-02 17:08 [ko1@a... ] nobu:r67413 (trunk): downloader.rb: keep linked file newer than cached file
55207 2019-04-02 19:51 [ko1@a... ] k0kubun:r67414 (trunk): Azure Pipeline tests on Linux are not reliable
55208 2019-04-02 20:48 [ko1@a... ] hsbt:r67415 (trunk): Merge rubygems/rubygems from upstream.
55209 2019-04-03 04:13 [ko1@a... ] tenderlove:r67416 (trunk): Poison / verify the freelist
55210 2019-04-03 04:13 [ko1@a... ] svn:r67418 (trunk): * 2019-04-03
55211 2019-04-03 04:13 [ko1@a... ] tenderlove:r67417 (trunk): Fix ASAN error
55212 2019-04-03 06:13 [ko1@a... ] tenderlove:r67419 (trunk): Fix typo in lldb script
55213 2019-04-03 06:59 [ko1@a... ] tenderlove:r67420 (trunk): Extract type to sym as a new function
55214 2019-04-03 06:59 [ko1@a... ] tenderlove:r67421 (trunk): Fix more ASAN errors
55215 2019-04-03 17:11 [ko1@a... ] mame:r67422 (trunk): Introduce beginless range [Feature#14799]
55216 2019-04-03 17:36 [ko1@a... ] mame:r67423 (trunk): range.c (r_cover_range_p): support beginless range
55217 2019-04-03 18:35 [ko1@a... ] kazu:r67424 (trunk): Revive accidentally removed assertion
55218 2019-04-03 19:56 [ko1@a... ] nobu:r67425 (trunk): date: make zone a substring to copy encoding and taintedness
55219 2019-04-03 19:56 [ko1@a... ] svn:r67426 (trunk): * expand tabs.
55220 2019-04-03 20:16 [ko1@a... ] k0kubun:r67427 (trunk): vs2019 build is not functional now
55221 2019-04-03 21:48 [ko1@a... ] k0kubun:r67428 (trunk): Partially allow failures in test-bundled-gems
55222 2019-04-04 01:06 [ko1@a... ] k0kubun:r67429 (trunk): Introduce inline cache for invokesuper
55224 2019-04-04 10:34 [ko1@a... ] k0kubun:r67431 (trunk): Revert "Introduce inline cache for invokesuper"
55225 2019-04-04 10:35 [ko1@a... ] svn:r67432 (trunk): * expand tabs.
55226 2019-04-04 12:34 [ko1@a... ] mrkn:r67433 (trunk): range.c: support to make beginless arithmetic sequences
55227 2019-04-04 12:34 [ko1@a... ] mrkn:r67434 (trunk): ruby/test_arithmetic_sequence.rb: add assertions for beginless and endless ranges
55228 2019-04-04 12:35 [ko1@a... ] mrkn:r67435 (trunk): enumerator.c: make arith_seq_first support nil begin
55229 2019-04-04 14:10 [ko1@a... ] nobu:r67436 (trunk): gmake.mk: update normalization table
55230 2019-04-04 14:26 [ko1@a... ] nobu:r67437 (trunk): iseq.h: Remove dead members
55231 2019-04-04 21:11 [ko1@a... ] nobu:r67438 (trunk): gmake.mk: get rid of unicode normalization table timestamp
55232 2019-04-05 08:40 [ko1@a... ] duerst:r67439 (trunk): change lib/unicode_normalize/tables.rb to single item per line to make diffs shorter
55234 2019-04-05 09:58 [ko1@a... ] duerst:r67441 (trunk): update to Unicode Version 12.1.0 (beta)
55235 2019-04-05 17:15 [ko1@a... ] ko1:r67442 (trunk): add definemethod/definesmethod insn.
55236 2019-04-05 17:15 [ko1@a... ] svn:r67443 (trunk): * expand tabs.
55237 2019-04-05 17:41 [ko1@a... ] ko1:r67444 (trunk): `rb_add_method` is void function.
55238 2019-04-05 19:39 [ko1@a... ] duerst:r67445 (trunk): add puts statements to debug Unicode file download (temporary)
55239 2019-04-05 19:39 [ko1@a... ] svn:r67446 (trunk): * remove trailing spaces.
55240 2019-04-05 21:36 [ko1@a... ] duerst:r67447 (trunk): output more debug information in downloader.rb (temporary)
55241 2019-04-05 21:44 [ko1@a... ] nobu:r67448 (trunk): downloader.rb: quote base name
55242 2019-04-05 23:44 [ko1@a... ] nobu:r67449 (trunk): appveyor.yml: download beta version for test
55244 2019-04-06 08:16 [ko1@a... ] duerst:r67451 (trunk): revert r67445, (r67446, ) r67447
55245 2019-04-06 08:16 [ko1@a... ] svn:r67452 (trunk): * 2019-04-06
55247 2019-04-06 09:08 [ko1@a... ] nobu:r67454 (trunk): appveyor.yml: Use pre-generated headers and tables
55248 2019-04-06 10:25 [ko1@a... ] k0kubun:r67455 (trunk): appveyor.yml: try porting r67454 to msys2
55249 2019-04-06 11:35 [ko1@a... ] k0kubun:r67456 (trunk): Resurrect a test dropped in r67442
55250 2019-04-06 11:42 [ko1@a... ] k0kubun:r67457 (trunk): Suppress unnecessary warnings in test_jit
55251 2019-04-06 11:53 [ko1@a... ] k0kubun:r67458 (trunk): Cover all insns in test_jit again
55252 2019-04-06 22:21 [ko1@a... ] nobu:r67459 (trunk): internal.h: fix potential memory leak
55253 2019-04-06 23:42 [ko1@a... ] k0kubun:r67460 (trunk): Add debug counter for VM <-> MJIT calls
55254 2019-04-07 01:03 [ko1@a... ] k0kubun:r67461 (trunk): Fix typo in a comment [ci skip]
55255 2019-04-07 01:03 [ko1@a... ] svn:r67462 (trunk): * 2019-04-07
55256 2019-04-07 17:18 [ko1@a... ] k0kubun:r67463 (trunk): Add debug message for test_rinda crash
55257 2019-04-07 20:14 [ko1@a... ] nobu:r67464 (trunk): gc.c: missing break
55258 2019-04-07 20:26 [ko1@a... ] eregon:r67465 (trunk): doc/signals.rdoc: Clarify a bit where Signal.trap handlers are executed
55259 2019-04-08 12:26 [ko1@a... ] nobu:r67466 (trunk): enumerator.c: force hash values fixable
55260 2019-04-08 12:26 [ko1@a... ] nobu:r67467 (trunk): range.c: force hash values fixable
55261 2019-04-08 12:26 [ko1@a... ] svn:r67469 (trunk): * 2019-04-08
55262 2019-04-08 12:33 [ko1@a... ] nobu:r67468 (trunk): range.c: force hash values fixable
55263 2019-04-08 14:06 [ko1@a... ] nobu:r67470 (trunk): struct.c: force hash values fixable
55264 2019-04-08 22:47 [ko1@a... ] nobu:r67471 (trunk): test_module.rb: fix a typo
55265 2019-04-08 22:47 [ko1@a... ] nobu:r67472 (trunk): object.c: fix searching nested const paths
55266 2019-04-09 10:27 [ko1@a... ] nobu:r67473 (trunk): date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]
55267 2019-04-09 10:27 [ko1@a... ] nobu:r67474 (trunk): date: support for Reiwa, new Japanese era
55268 2019-04-09 10:27 [ko1@a... ] svn:r67475 (trunk): * 2019-04-09
55269 2019-04-09 18:41 [ko1@a... ] duerst:r67476 (trunk): mention support for Unicode Version 12.1.0 (issue #15195) in NEWS
55270 2019-04-09 22:08 [ko1@a... ] nobu:r67477 (trunk): NEWS: [DOC] fold lines [ci skip]
55271 2019-04-09 22:08 [ko1@a... ] nobu:r67478 (trunk): NEWS: [DOC] markup hyphens [ci skip]
55272 2019-04-10 05:32 [ko1@a... ] tenderlove:r67479 (trunk): Adding `GC.compact` and compacting GC support.
55273 2019-04-10 05:32 [ko1@a... ] svn:r67480 (trunk): * properties.
55274 2019-04-10 05:32 [ko1@a... ] svn:r67481 (trunk): * 2019-04-10
55275 2019-04-10 05:47 [ko1@a... ] tenderlove:r67482 (trunk): Try to make compaction more likely
55276 2019-04-10 06:13 [ko1@a... ] tenderlove:r67483 (trunk): Add error globals to mark list so they don't move
55277 2019-04-10 06:40 [ko1@a... ] tenderlove:r67484 (trunk): Just a check to see what is breaking in CI
55278 2019-04-10 08:03 [ko1@a... ] tenderlove:r67485 (trunk): Pin weakmap references
55279 2019-04-10 08:23 [ko1@a... ] tenderlove:r67486 (trunk): Don't fail the build if we can't get objects to move
55280 2019-04-10 08:23 [ko1@a... ] tenderlove:r67487 (trunk): fix RMoved definition location
55281 2019-04-10 08:35 [ko1@a... ] shugo:r67488 (trunk): Support SNI
55282 2019-04-10 08:48 [ko1@a... ] tenderlove:r67489 (trunk): Set a write barrier between iseq and mark objects
55283 2019-04-10 10:18 [ko1@a... ] nobu:r67490 (trunk): compile.c: cast iseqs to suppress warnings
55284 2019-04-10 10:34 [ko1@a... ] nobu:r67491 (trunk): timev.h: dummy definition for TAGS
55285 2019-04-10 14:12 [ko1@a... ] nobu:r67492 (trunk): parse.y: fix fatal messages
55286 2019-04-10 15:44 [ko1@a... ] nobu:r67495 (trunk): id_table.c: use NULL as ID* instead of Qundef
55287 2019-04-10 15:44 [ko1@a... ] nobu:r67494 (trunk): vm_method.c: fix a warning
55288 2019-04-10 15:44 [ko1@a... ] nobu:r67493 (trunk): Adjusted styles
55289 2019-04-10 16:18 [ko1@a... ] nobu:r67496 (trunk): compile.c: name a hidden local variable as a predefined ID
55290 2019-04-10 17:03 [ko1@a... ] mame:r67497 (trunk): ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV
55291 2019-04-10 17:03 [ko1@a... ] svn:r67498 (trunk): * expand tabs.
55292 2019-04-10 18:15 [ko1@a... ] kazu:r67499 (trunk): Reverting all commits from r67479 to r67496 because of CI failures
55293 2019-04-10 18:16 [ko1@a... ] svn:r67500 (trunk): * expand tabs.
55294 2019-04-10 18:16 [ko1@a... ] svn:r67501 (trunk): * 2019-04-10
55295 2019-04-10 21:43 [ko1@a... ] nobu:r67502 (trunk): timev.h: dummy definition for TAGS
55296 2019-04-10 21:43 [ko1@a... ] nobu:r67503 (trunk): parse.y: fix fatal messages
55297 2019-04-10 21:43 [ko1@a... ] nobu:r67504 (trunk): Adjusted styles
55298 2019-04-10 21:53 [ko1@a... ] nobu:r67505 (trunk): compile.c: name a hidden local variable as a predefined ID
55299 2019-04-10 21:57 [ko1@a... ] mame:r67506 (trunk): ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV
55300 2019-04-10 23:34 [ko1@a... ] k0kubun:r67507 (trunk): Try removing apt update
[前][次][番号順一覧][上]