[前][次][スレッド一覧][上]
ruby-changes:54101-54200
54101 2018-12-11 09:44 [ko1@a... ] duerst:r66322 (trunk): add clarification about details of update to Unicode 11.0.0 [ci skip]
54102 2018-12-11 12:07 [ko1@a... ] hsbt:r66323 (trunk): Downgrade Bundler 1.17.x from 2.0.0.
54103 2018-12-11 13:13 [ko1@a... ] nobu:r66324 (trunk): Modify insn list only when compiling
54104 2018-12-11 13:13 [ko1@a... ] svn:r66325 (trunk): * expand tabs.
54105 2018-12-11 13:14 [ko1@a... ] nobu:r66326 (trunk): Fix infinite loop by ensure
54106 2018-12-11 13:26 [ko1@a... ] mame:r66327 (trunk): NEWS: add a ticket number
54107 2018-12-11 13:30 [ko1@a... ] nobu:r66328 (trunk): date_core.c: reorder ComplexDateData
54108 2018-12-11 13:35 [ko1@a... ] nobu:r66329 (trunk): date_core.c: moved some methods to DateTime
54109 2018-12-11 14:09 [ko1@a... ] nobu:r66330 (trunk): ext/date: Fix !NDEBUG code
54110 2018-12-11 14:09 [ko1@a... ] nobu:r66331 (trunk): test/date: removed unnecessaruy `__send__`
54111 2018-12-11 15:35 [ko1@a... ] mame:r66332 (trunk): doc/contributing.rdoc: remove IA-64 from active platform list
54112 2018-12-11 16:31 [ko1@a... ] ko1:r66333 (trunk): remove unused (redundant) chapter names
54113 2018-12-11 17:44 [ko1@a... ] naruse:r66334 (trunk): CentOS-7 (1810)'s header has O_TMPFILE but kernel doesn't support it
54114 2018-12-11 18:49 [ko1@a... ] normal:r66335 (trunk): test/dtrace: improve diagnostics
54115 2018-12-11 18:49 [ko1@a... ] normal:r66336 (trunk): test/dtrace: use TracePoint.__enable
54116 2018-12-11 19:55 [ko1@a... ] naruse:r66337 (trunk): Same as r66334 add Errno::EISDIR
54117 2018-12-11 20:02 [ko1@a... ] hsbt:r66338 (trunk): Merge Bundler 1.17.2 from upstream.
54118 2018-12-12 08:49 [ko1@a... ] samuel:r66339 (trunk): Add NEWS about coroutine implementation.
54121 2018-12-12 08:56 [ko1@a... ] samuel:r66342 (trunk): Explain which architectures are supported in NEWS.
54122 2018-12-12 09:18 [ko1@a... ] hsbt:r66343 (trunk): Update version number on Bundler section.
54123 2018-12-12 09:38 [ko1@a... ] k0kubun:r66344 (trunk): bootstraptest/runner.rb: increase timeout for --jit-wait
54124 2018-12-12 11:31 [ko1@a... ] samuel:r66345 (trunk): Fix location of NEWS for native coroutine.
54125 2018-12-12 14:07 [ko1@a... ] akr:r66346 (trunk): Use File class methods to avoid pipe execution
54126 2018-12-12 14:07 [ko1@a... ] hsbt:r66347 (trunk): Merge rubygems@21f12a8 from upstream.
54127 2018-12-12 14:39 [ko1@a... ] akr:r66348 (trunk): mention Pathname change.
54128 2018-12-12 14:46 [ko1@a... ] nobu:r66349 (trunk): Disable tailcall optimization [Bug #15303]
54129 2018-12-12 15:10 [ko1@a... ] naruse:r66350 (trunk): Enchance MatchData docs [Bug #14450]
54130 2018-12-12 15:40 [ko1@a... ] mrkn:r66351 (trunk): enumerator.c: rb_arithmetic_sequence_extract
54131 2018-12-12 15:48 [ko1@a... ] akr:r66352 (trunk): open3.rb don't use keyword splat (**).
54132 2018-12-12 16:16 [ko1@a... ] mrkn:r66353 (trunk): enumerator.c: Add rb_arithmetic_sequence_components_t
54133 2018-12-12 16:34 [ko1@a... ] hsbt:r66354 (trunk): Backport https://github.com/ruby/shell/pull/1
54134 2018-12-12 16:37 [ko1@a... ] duerst:r66355 (trunk): Enhance Proc docs [Misc #14610]
54135 2018-12-12 16:41 [ko1@a... ] hsbt:r66356 (trunk): Backport https://github.com/ruby/irb/pull/2
54136 2018-12-12 16:57 [ko1@a... ] hsbt:r66357 (trunk): Bump library version same as released version of rubygems.org
54137 2018-12-12 18:40 [ko1@a... ] hsbt:r66358 (trunk): Bump version to 1.3.0 same as the latest version of rubygems.org.
54138 2018-12-12 20:06 [ko1@a... ] nobu:r66359 (trunk): complex.c: rb_complex_new_polar
54139 2018-12-12 20:06 [ko1@a... ] nobu:r66360 (trunk): complex.c: new APIs for Complex
54141 2018-12-12 20:43 [ko1@a... ] nobu:r66362 (trunk): Revise Date#hour, #min, #sec
54142 2018-12-12 22:25 [ko1@a... ] hsbt:r66363 (trunk): Added entry of Psych.
54143 2018-12-13 00:45 [ko1@a... ] ko1:r66364 (trunk): remove `compiled_` prefix. [Feature #15287]
54144 2018-12-13 00:45 [ko1@a... ] svn:r66365 (trunk): * 2018-12-13
54145 2018-12-13 00:59 [ko1@a... ] ko1:r66366 (trunk): restore `catch_except_p` flag.
54146 2018-12-13 02:12 [ko1@a... ] ko1:r66367 (trunk): param.flags.has_kw flag should be FALSE before setting param.keyword.
54147 2018-12-13 02:16 [ko1@a... ] ko1:r66368 (trunk): skip a test.
54148 2018-12-13 04:49 [ko1@a... ] marcandRe: r66369 (trunk): range.c: Documentation on endless ranges.
54149 2018-12-13 04:51 [ko1@a... ] marcandRe: r66370 (trunk): NEWS: Mention (1...) in addition to (1..) [DOC]
54150 2018-12-13 06:17 [ko1@a... ] mrkn:r66371 (trunk): Add test cases of rb_arithmetic_sequence_extract
54151 2018-12-13 06:17 [ko1@a... ] svn:r66372 (trunk): * properties.
54152 2018-12-13 06:45 [ko1@a... ] marcandRe: r66373 (trunk): range.c: Typo fix [DOC] [ci skip] [#15405]
54153 2018-12-13 07:03 [ko1@a... ] stomar:r66374 (trunk): range.c: [DOC] fix typo
54154 2018-12-13 07:04 [ko1@a... ] stomar:r66375 (trunk): string.c: [DOC] fix typos
54155 2018-12-13 12:01 [ko1@a... ] tenderlove:r66376 (trunk): Don't increment `code_index`
54156 2018-12-13 14:10 [ko1@a... ] nobu:r66377 (trunk): Separate RSTRING_PTR from a function call
54157 2018-12-13 14:59 [ko1@a... ] k0kubun:r66378 (trunk): test_win32ole_event.rb: retry random failure
54158 2018-12-13 17:44 [ko1@a... ] normal:r66379 (trunk): thread_pthread.c (gvl_release_common): constify return value
54159 2018-12-13 17:53 [ko1@a... ] akr:r66380 (trunk): use :chdir option to avoid fd 3 to work with Windows.
54160 2018-12-13 18:25 [ko1@a... ] normal:r66381 (trunk): thread_pthread.c (native_sleep): sched_yield if GVL uncontended
54161 2018-12-13 18:41 [ko1@a... ] normal:r66382 (trunk): thread_pthread.c (native_ppoll_sleep): drop ubf_select references
54162 2018-12-13 18:51 [ko1@a... ] kazu:r66383 (trunk): [DOC] Fix typos [ci skip]
54163 2018-12-13 19:52 [ko1@a... ] usa:r66384 (trunk): Install script of default gems as is to its libexec dir
54164 2018-12-14 05:24 [ko1@a... ] stomar:r66385 (trunk): proc.c: [DOC] fix typos
54165 2018-12-14 05:24 [ko1@a... ] svn:r66386 (trunk): * 2018-12-14
54166 2018-12-14 05:25 [ko1@a... ] stomar:r66387 (trunk): re.c: [DOC] fix typos
54167 2018-12-14 05:35 [ko1@a... ] stomar:r66388 (trunk): NEWS: various fixes
54168 2018-12-14 07:41 [ko1@a... ] stomar:r66389 (trunk): time.c: improve docs for Time
54170 2018-12-14 10:29 [ko1@a... ] nobu:r66391 (trunk): Suppress uninitialized instance variable warnings
54171 2018-12-14 11:27 [ko1@a... ] ko1:r66392 (trunk): separte NULL and EMPTY check.
54172 2018-12-14 12:34 [ko1@a... ] mrkn:r66393 (trunk): Import bigdecimal-1.4.0.pre.20181214a
54173 2018-12-14 12:34 [ko1@a... ] svn:r66394 (trunk): * properties.
54174 2018-12-14 12:36 [ko1@a... ] nobu:r66395 (trunk): No document of Tempfile::Remover [ci skip]
54175 2018-12-14 12:45 [ko1@a... ] mrkn:r66396 (trunk): NEWS: Fix description of BigDecimal.new [ci skip]
54176 2018-12-14 13:10 [ko1@a... ] nobu:r66397 (trunk): Suppress deprecation warnings
54177 2018-12-14 14:44 [ko1@a... ] duerst:r66398 (trunk): tweak syntax of Proc documentation [ci skip]
54178 2018-12-14 14:44 [ko1@a... ] svn:r66399 (trunk): * remove trailing spaces. [ci skip]
54179 2018-12-14 17:01 [ko1@a... ] naruse:r66400 (trunk): fix r66163
54180 2018-12-14 18:44 [ko1@a... ] naruse:r66401 (trunk): Move autoload to toplevel
54181 2018-12-15 00:18 [ko1@a... ] stomar:r66402 (trunk): proc.c: [DOC] fix typos
54182 2018-12-15 00:18 [ko1@a... ] svn:r66403 (trunk): * 2018-12-15
54183 2018-12-15 13:40 [ko1@a... ] normal:r66404 (trunk): test/lib/test/unit.rb: do not propagate MAKEFLAGS to children
54184 2018-12-15 14:04 [ko1@a... ] suke:r66405 (trunk): use System Monitor Control for spec of Win32OLE.
54185 2018-12-15 18:55 [ko1@a... ] naruse:r66406 (trunk): Merge nkf v2.1.5
54187 2018-12-15 19:45 [ko1@a... ] naruse:r66408: add tag v2_6_0_rc2
54188 2018-12-15 23:45 [ko1@a... ] k0kubun:r66409 (trunk): Revert "* expand tabs."
54189 2018-12-16 06:29 [ko1@a... ] stomar:r66410 (trunk): time.c: [DOC] improve docs for tz argument of Time.new
54190 2018-12-16 06:29 [ko1@a... ] svn:r66411 (trunk): * 2018-12-16
54191 2018-12-16 09:56 [ko1@a... ] k0kubun:r66412 (trunk): spec/../initialize_spec.rb: skip fd-specific spec
54192 2018-12-16 16:51 [ko1@a... ] normal:r66413 (trunk): thread_pthread.c: fix memory leak from fork loop leapfrog (v3)
54193 2018-12-16 16:51 [ko1@a... ] svn:r66414 (trunk): * expand tabs.
54194 2018-12-16 21:09 [ko1@a... ] nobu:r66415 (trunk): Enhance Tempfile docs [ci skip]
54195 2018-12-16 21:26 [ko1@a... ] akr:r66416 (trunk): Pathname#relative_path_from compatible with mock.
54196 2018-12-16 21:33 [ko1@a... ] normal:r66417 (trunk): thread_pthread (ubf_timer_destroy): use VM_ASSERT
54197 2018-12-16 21:56 [ko1@a... ] nobu:r66418 (trunk): Refine error message for time interval
54198 2018-12-16 23:24 [ko1@a... ] k0kubun:r66419 (trunk): bin/erb: improve documentation of -P flag
54199 2018-12-16 23:54 [ko1@a... ] kazu:r66420 (trunk): [DOC] Update Object#=~ [ci skip]
54200 2018-12-17 09:43 [ko1@a... ] nobu:r66421 (trunk): Range check is only for interaval
[前][次][スレッド一覧][上]