[前][次][番号順一覧][上]
ruby-changes:49001-49100
49001 2017-12-12 01:07 [ko1@a... ] ko1:r61120 (trunk): vm_exec.h: introduce macros for abstarction.
49002 2017-12-12 02:31 [ko1@a... ] usa:r61121 (trunk): fixed typo
49003 2017-12-12 04:17 [ko1@a... ] ko1:r61122 (trunk): do not disable `trace_` prefix insns.
49004 2017-12-12 05:30 [ko1@a... ] ko1:r61123 (trunk): remove vm_opt_binop_dispatch().
49005 2017-12-12 08:13 [ko1@a... ] yui-knk:r61124 (trunk): parse.y: Change locations of NODE_DVAR in NODE_MASGN
49006 2017-12-12 08:20 [ko1@a... ] yui-knk:r61125 (trunk): Fix a method name
49007 2017-12-12 08:38 [ko1@a... ] yui-knk:r61126 (trunk): parse.y: Fix locations of NODE_ARRAY in NODE_BLOCK_PASS
49008 2017-12-12 08:50 [ko1@a... ] marcandRe: r61127 (trunk): NEWS: add changes for Matrix [ci-skip] [doc]
49009 2017-12-12 09:12 [ko1@a... ] yui-knk:r61128 (trunk): parse.y: Fix locations of NODE_ARRAY of opt_call_args
49010 2017-12-12 09:21 [ko1@a... ] mame:r61129 (trunk): ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODE
49011 2017-12-12 09:28 [ko1@a... ] yui-knk:r61130 (trunk): parse.y: Fix locations of NODE_ARRAY in NODE_CALL(:=~)
49012 2017-12-12 09:51 [ko1@a... ] ko1:r60763 (trunk): remove `trace` instruction. [Feature #14104]
49017 2017-12-12 09:56 [ko1@a... ] ko1:r61132 (trunk): catch up r61131.
49018 2017-12-12 10:14 [ko1@a... ] yui-knk:r61133 (trunk): parse.y: Fix locations of NODE_ARRAY of mlhs_head
49019 2017-12-12 15:15 [ko1@a... ] hsbt:r61134 (trunk): Merge 1-16-stable branch of bundler.
49021 2017-12-12 15:15 [ko1@a... ] svn:r61136 (trunk): * properties.
49022 2017-12-12 17:12 [ko1@a... ] k0kubun:r61137 (trunk): struct.c: add keyword_init option to Struct.new
49023 2017-12-12 17:27 [ko1@a... ] k0kubun:r61138 (trunk): NEWS: add entry for r61137
49025 2017-12-12 17:34 [ko1@a... ] svn:r61140 (trunk): * properties.
49026 2017-12-12 17:35 [ko1@a... ] duerst:r61141 (trunk): mention support of emoji-related Unicode character properties in NEWS
49027 2017-12-12 17:54 [ko1@a... ] yui-knk:r61142 (trunk): parse.y: Fix the locations of NODE_ITER (cmd_brace_block)
49028 2017-12-12 18:00 [ko1@a... ] mrkn:r61143 (trunk): process.c: add Process.last_status
49029 2017-12-12 18:00 [ko1@a... ] mrkn:r61144 (trunk): NEWS: mention Process.last_status
49030 2017-12-12 18:00 [ko1@a... ] duerst:r61145 (trunk): switch from http to https for Unicode data file downloads
49031 2017-12-12 18:12 [ko1@a... ] hsbt:r61146 (trunk): Bump version to fileutils-1.0.0 as default gems.
49032 2017-12-12 18:12 [ko1@a... ] naruse:r61147 (trunk): Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]
49033 2017-12-12 19:58 [ko1@a... ] hsbt:r61148 (trunk): Bump version to fileutils-1.0.1.
49034 2017-12-12 20:25 [ko1@a... ] svn:r61150 (trunk): * properties.
49035 2017-12-12 20:25 [ko1@a... ] k0kubun:r61149 (trunk): irb.rb: preserve ARGV on binding.irb
49036 2017-12-12 20:32 [ko1@a... ] k0kubun:r61151 (trunk): irb/init.rb: make sure ARGV refers to toplevel one
49038 2017-12-12 20:43 [ko1@a... ] usa:r61153 (trunk): remove unused variable
49040 2017-12-12 20:56 [ko1@a... ] shyouhei:r61155 (trunk): Add uplevel keyword to Kernel#warn and use it
49041 2017-12-12 21:10 [ko1@a... ] shyouhei:r61156 (trunk): NEWS entry for [Feature #12882]
49043 2017-12-12 21:12 [ko1@a... ] a_matsuda:r61158 (trunk): Add Method#=== that invokes #call
49044 2017-12-12 21:17 [ko1@a... ] sorah:r61161 (trunk): error.c(rb_error_write): Remove ec_ from its name
49045 2017-12-12 21:22 [ko1@a... ] a_matsuda:r61159 (trunk): Unneeded assertion
49046 2017-12-12 21:22 [ko1@a... ] a_matsuda:r61160 (trunk): NEWS for Method#===
49047 2017-12-12 21:40 [ko1@a... ] ko1:r61162 (trunk): ignore lines (to catch up r61155).
49048 2017-12-12 22:07 [ko1@a... ] sorah:r61163 (trunk): NEWS: polish
49050 2017-12-12 22:19 [ko1@a... ] yui-knk:r61165 (trunk): ext/coverage/coverage.c: Add test cases
49051 2017-12-12 22:47 [ko1@a... ] k0kubun:r61166 (trunk): test_struct.rb: rename constants to clarify
49052 2017-12-12 22:56 [ko1@a... ] k0kubun:r61167 (trunk): irb/test_init.rb: add test to ensure $0
49053 2017-12-12 23:10 [ko1@a... ] yui-knk:r61168 (trunk): parse.y: Set locations of nd_body in NODE_ITER explicitly
49054 2017-12-12 23:10 [ko1@a... ] hsbt:r61169 (trunk): Revert "switch from http to https for Unicode data file downloads"
49055 2017-12-12 23:21 [ko1@a... ] yui-knk:r61170 (trunk): parse.y: Set locations of nd_body in NODE_ITER explicitly
49056 2017-12-12 23:47 [ko1@a... ] yui-knk:r61171 (trunk): parse.y: Change the last location of none
49057 2017-12-13 00:01 [ko1@a... ] kazu:r61172 (trunk): [DOC] Process.last_status may return nil
49058 2017-12-13 00:01 [ko1@a... ] svn:r61173 (trunk): * 2017-12-13
49059 2017-12-13 00:01 [ko1@a... ] kazu:r61174 (trunk): Use printf instead of puts and sprintf
49061 2017-12-13 00:07 [ko1@a... ] kazu:r61178 (trunk): pattern and modulo are not keyword argument [ci skip]
49062 2017-12-13 00:12 [ko1@a... ] k0kubun:r61181 (trunk): struct.c: show `keyword_init: true` on inspect
49063 2017-12-13 00:17 [ko1@a... ] kazu:r61175 (trunk): Remove unnecessary `:`
49064 2017-12-13 00:17 [ko1@a... ] kazu:r61179 (trunk): Add more example of `Enumerable#one?` [ci skip]
49065 2017-12-13 00:22 [ko1@a... ] k0kubun:r61182 (trunk): struct.c: don't explain implementation details
49066 2017-12-13 00:27 [ko1@a... ] usa:r61180 (trunk): set ino at `File.lstat` on Windows
49067 2017-12-13 00:37 [ko1@a... ] kazu:r61176 (trunk): atime, mtime, ctime of File::Stat are instance methods
49068 2017-12-13 03:43 [ko1@a... ] eregon:r61183 (trunk): Set Thread.report_on_exception=true by default to report exceptions in Threads
49069 2017-12-13 03:44 [ko1@a... ] eregon:r61184 (trunk): Avoid creating a Thread for shutting down a DRbServer
49070 2017-12-13 03:44 [ko1@a... ] eregon:r61185 (trunk): Rescue expected Interrupt in TupleSpaceTestModule#test_take_bug_8215
49071 2017-12-13 03:52 [ko1@a... ] eregon:r61187 (trunk): Remove extra assert_nil in Rinda tests
49072 2017-12-13 03:52 [ko1@a... ] eregon:r61186 (trunk): Fix tests which fail with extra stderr output when a Thread dies
49073 2017-12-13 04:02 [ko1@a... ] eregon:r61188 (trunk): Fix test-all tests to avoid creating report_on_exception warnings
49074 2017-12-13 04:48 [ko1@a... ] eregon:r61189 (trunk): Handle exception explicitly in TestBignum#test_interrupt_during_to_s
49075 2017-12-13 05:09 [ko1@a... ] eregon:r61190 (trunk): Remove useless assertion in TestThread#test_handle_interrupt_blocking
49076 2017-12-13 06:32 [ko1@a... ] eregon:r61191 (trunk): Check that global encodings are not changed in test-all
49077 2017-12-13 06:51 [ko1@a... ] eregon:r61192 (trunk): Do not change Encoding.default_internal in assert_raise_with_message
49078 2017-12-13 07:37 [ko1@a... ] eregon:r61193 (trunk): Use EnvUtil.with_default_external in tests needing it
49079 2017-12-13 08:41 [ko1@a... ] eregon:r61194 (trunk): Revert r61192 and r61193
49080 2017-12-13 08:41 [ko1@a... ] eregon:r61195 (trunk): Capture the values of globals in EnvUtil to restore to the original
49081 2017-12-13 08:48 [ko1@a... ] yui-knk:r61196 (trunk): parse.y: Fix the locations of an empty script
49082 2017-12-13 09:38 [ko1@a... ] normal:r61197 (trunk): webrick: compile RE correctly for beginning and end match
49083 2017-12-13 10:10 [ko1@a... ] yui-knk:r61198 (trunk): parse.y: Revert r61196
49084 2017-12-13 11:43 [ko1@a... ] hsbt:r61199 (trunk): Modify git clone command
49085 2017-12-13 14:24 [ko1@a... ] hsbt:r61200 (trunk): Bump version to csv-1.0.0 as default gems.
49086 2017-12-13 14:52 [ko1@a... ] hsbt:r61201 (trunk): Bump version to etc-1.0.0 as default gems.
49088 2017-12-13 18:45 [ko1@a... ] eregon:r61203 (trunk): Avoid extra output in test_thread_interrupt_for_killed_thread
49089 2017-12-13 19:16 [ko1@a... ] nobu:r61204 (trunk): process.c: adjust indent
49090 2017-12-13 19:26 [ko1@a... ] nobu:r61205 (trunk): Ripper::Lexer bit predicates
49091 2017-12-13 19:40 [ko1@a... ] nobu:r61206 (trunk): test_process.rb: fix error when empty groups
49092 2017-12-13 19:43 [ko1@a... ] nobu:r61207 (trunk): test/ruby/test_env.rb: suppress a warning
49093 2017-12-13 19:55 [ko1@a... ] sorah:r61208 (trunk): NEWS: typo [DOC] [ci skip]
49094 2017-12-13 20:14 [ko1@a... ] eregon:r61209 (trunk): Use the older Travis CI image
49095 2017-12-13 20:23 [ko1@a... ] eregon:r61210 (trunk): Travis: the workaround needs sudo: required to work
49097 2017-12-13 23:08 [ko1@a... ] kazu:r61212 (trunk): [DOC] Fix exception class [ci skip]
49098 2017-12-14 00:28 [ko1@a... ] svn:r61214 (trunk): * 2017-12-14
49099 2017-12-14 00:28 [ko1@a... ] mrkn:r61213 (trunk): bigdecimal: version 1.3.3
49100 2017-12-14 00:36 [ko1@a... ] mrkn:r61215 (trunk): NEWS: bigdecimal 1.3.3
[前][次][番号順一覧][上]