[前][次][スレッド一覧][上]

ruby-changes:41101-41200

  41101 2015-12-18 09:44 [ko1@a...            ] hsbt:r53176 (trunk): * ext/pty/pty.c: fix double words typo.
  41102 2015-12-18 10:25 [ko1@a...            ] hsbt:r53177 (trunk): * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.
  41103 2015-12-18 11:09 [ko1@a...            ] kosaki:r53178 (trunk): * vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead of
  41104 2015-12-18 11:32 [ko1@a...            ] shugo:r53179 (trunk): * vm_method.c (rb_method_entry_make, check_override_opt_method):
  41105 2015-12-18 12:06 [ko1@a...            ] nobu:r53180 (trunk): test_stringio.rb: add test
  41107 2015-12-18 12:39 [ko1@a...            ] hsbt:r53182 (trunk): * doc/syntax/*.rdoc: separated modifier at sentence.
  41108 2015-12-18 12:55 [ko1@a...            ] nobu:r53183 (trunk): csv.rb: fix typo   
  41109 2015-12-18 12:55 [ko1@a...            ] nobu:r53184 (trunk): csv.rb: tail commas
  41110 2015-12-18 13:08 [ko1@a...            ] Re: ruby-cvs Digest, Vol 29, Issue 5    
  41111 2015-12-18 13:08 [ko1@a...            ] Re: ruby-cvs Digest, Vol 29, Issue 16   
  41112 2015-12-18 15:40 [ko1@a...            ] nobu:r53185 (trunk): stringio.c: strio_unget_bytes
  41113 2015-12-18 16:13 [ko1@a...            ] ko1:r53186 (trunk): * vm_core.h: define USE_LAZY_LOAD if it is not defined.
  41114 2015-12-18 16:52 [ko1@a...            ] ko1:r53187 (trunk): * compile.c (ibf_load_setup): check tainted string argument.
  41115 2015-12-18 16:54 [ko1@a...            ] nobu:r53188 (trunk): stringio.c: separate encoding from buffer
  41116 2015-12-18 17:08 [ko1@a...            ] shugo:r53189 (trunk): fix typo.         
  41117 2015-12-18 17:16 [ko1@a...            ] nobu:r53190 (trunk): NEWS: make precise the note of r53188
  41118 2015-12-18 17:24 [ko1@a...            ] ko1:r53191 (trunk): * compile.c (ibf_load_object_string): use fstring if frozen string.
  41119 2015-12-18 21:33 [ko1@a...            ] ngoto:r53192 (trunk): * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To prevent
  41120 2015-12-19 00:06 [ko1@a...            ] nobu:r53193 (trunk): test/unit.rb: use full columns
  41121 2015-12-19 00:07 [ko1@a...            ] svn:r53194 (trunk): * 2015-12-19        
  41122 2015-12-19 00:47 [ko1@a...            ] nobu:r53195 (trunk): timeout.rb: watcher thread name
  41123 2015-12-19 10:18 [ko1@a...            ] nobu:r53196 (trunk): test/unit.rb: fix outputs
  41124 2015-12-19 10:18 [ko1@a...            ] nobu:r53197 (trunk): test/unit.rb: color on tty
  41125 2015-12-19 10:33 [ko1@a...            ] duerst:r53198 (trunk): enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250
  41126 2015-12-19 14:24 [ko1@a...            ] nobu:r53199 (trunk): csv.rb: Fix typo [ci skip
  41127 2015-12-19 14:28 [ko1@a...            ] nobu:r53200 (trunk): zlib.c: Fix typo [ci skip]
  41128 2015-12-19 17:17 [ko1@a...            ] nobu:r53201 (trunk): webrick/utils.rb: get rid of thread leak checker
  41129 2015-12-19 20:09 [ko1@a...            ] ngoto:r53202 (trunk): * enc/windows_1250.c: Should not use C++ style comments (C99 feature).
  41130 2015-12-20 00:13 [ko1@a...            ] nobu:r53203 (trunk): proc.c: remove old macro
  41131 2015-12-20 00:13 [ko1@a...            ] svn:r53204 (trunk): * 2015-12-20        
  41132 2015-12-20 00:14 [ko1@a...            ] nobu:r53205 (trunk): fix commit miss    
  41133 2015-12-20 00:29 [ko1@a...            ] nobu:r53206 (trunk): proc.c: fix infinite loop
  41134 2015-12-20 00:30 [ko1@a...            ] nobu:r53207 (trunk): remove duplicated log by commit miss [ci skip]
  41136 2015-12-20 10:15 [ko1@a...            ] nobu:r53209 (trunk): Makefile.in: remove unintentional exec
  41137 2015-12-20 10:43 [ko1@a...            ] nobu:r53210 (trunk): assertions.rb: show failed indexes
  41138 2015-12-20 10:55 [ko1@a...            ] ko1:r53211 (trunk): * proc.c (proc_new): fix notation.
  41139 2015-12-20 11:03 [ko1@a...            ] ko1:r53212 (trunk): * proc.c (rb_mod_define_method): fix notation.
  41140 2015-12-20 11:15 [ko1@a...            ] ko1:r53213 (trunk): * proc.c (rb_mod_define_method): should check Symbol or not.
  41141 2015-12-20 11:43 [ko1@a...            ] nobu:r53214 (trunk): parse.y: labeled heredoc
  41142 2015-12-20 11:49 [ko1@a...            ] nobu:r53215 (trunk): test_syntax.rb: assertions for other heredocs
  41143 2015-12-20 15:37 [ko1@a...            ] hsbt:r53216 (trunk): * lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.
  41144 2015-12-20 20:28 [ko1@a...            ] nobu:r53217 (trunk): ChangeLog: fix date of r53178 [ci skip]
  41145 2015-12-20 20:29 [ko1@a...            ] nobu:r53218 (trunk): ChangeLog: fold long line [ci skip]
  41146 2015-12-20 20:31 [ko1@a...            ] nobu:r53219 (trunk): test_cgi_util.rb: fix arguments orders
  41147 2015-12-20 20:55 [ko1@a...            ] nobu:r53220 (trunk): cgi/escape: Optimize CGI.escapeHTML
  41148 2015-12-21 05:05 [ko1@a...            ] nagachika:r53221 (ruby_2_2): merge revision(s) 53022: [Backport #11764]
  41149 2015-12-21 05:06 [ko1@a...            ] nagachika:r53222 (ruby_2_2): merge revision(s) 53023: [Backport #11313]
  41150 2015-12-21 09:33 [ko1@a...            ] nobu:r53223 (trunk): NotImplementedError typo
  41151 2015-12-21 09:33 [ko1@a...            ] svn:r53224 (trunk): * 2015-12-21        
  41152 2015-12-21 10:19 [ko1@a...            ] nobu:r53225 (trunk): vm_backtrace.c: ignore ifunc frames
  41153 2015-12-21 10:24 [ko1@a...            ] normal:r53226 (trunk): lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]
  41154 2015-12-21 12:15 [ko1@a...            ] hsbt:r53227 (trunk): * test/ruby/test_io.rb: handled rlimit value same as r52277
  41155 2015-12-21 18:41 [ko1@a...            ] ko1:r53228 (trunk): * gc.c (internal_object_p): should not expose singleton classes
  41156 2015-12-21 19:32 [ko1@a...            ] ko1:r53229 (trunk): revert r53228 because this patch breaks rubyspec
  41157 2015-12-21 21:35 [ko1@a...            ] ngoto:r53230 (trunk): * variable.c (struct ivar_update): rename "extended" to "iv_extended"
  41158 2015-12-22 03:58 [ko1@a...            ] normal:r53231 (trunk): avoid rb_bug on BasicSocket.for_fd(-1)
  41159 2015-12-22 03:58 [ko1@a...            ] svn:r53232 (trunk): * 2015-12-22        
  41160 2015-12-22 05:40 [ko1@a...            ] nobu:r53233 (trunk): escape.c: Preserve original state
  41161 2015-12-22 14:31 [ko1@a...            ] nobu:r53234 (trunk): escape.c: should not freeze
  41162 2015-12-22 15:21 [ko1@a...            ] nobu:r53235 (trunk): string.c: no exception on dummy encoding
  41163 2015-12-22 20:20 [ko1@a...            ] ko1:r53236 (trunk): * vm_insnhelper.c: move vm_callee_setup_block_arg() (and related
  41164 2015-12-22 20:25 [ko1@a...            ] hsbt:r53237 (trunk): * ext/psych/lib/psych.rb: bump version to 2.0.17
  41165 2015-12-22 21:08 [ko1@a...            ] hsbt:r53238 (trunk): * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.
  41166 2015-12-22 21:20 [ko1@a...            ] mrkn:r53239 (trunk): * ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.
  41167 2015-12-22 22:09 [ko1@a...            ] hsbt:r53240 (trunk): * NEWS: Added news entry of RDoc 4.2.1
  41168 2015-12-22 22:11 [ko1@a...            ] hsbt:r53241 (trunk): * NEWS: Added news entry of Psych 2.0.17
  41169 2015-12-22 22:15 [ko1@a...            ] nobu:r53242 (trunk): io-console.gemspec: bump up
  41170 2015-12-22 22:16 [ko1@a...            ] nobu:r53243 (trunk): gc.c: do not expose internal singleton class
  41171 2015-12-22 22:39 [ko1@a...            ] Re: normal:r53231 (trunk): avoid rb_bug on BasicSocket.for_fd(-1)
  41172 2015-12-22 22:45 [ko1@a...            ] naruse:r53244 (trunk): fix r53231: raise Errno::EBADF like other OSes
  41173 2015-12-22 22:56 [ko1@a...            ] nobu:r53245 (trunk): io-console.gemspec: BSD-2-Clause
  41174 2015-12-23 01:41 [ko1@a...            ] nobu:r53246 (trunk): test_rdoc_generator_json_index.rb: open in binmode
  41175 2015-12-23 01:42 [ko1@a...            ] svn:r53247 (trunk): * 2015-12-23        
  41176 2015-12-23 01:58 [ko1@a...            ] nobu:r53248 (trunk): regexec.c: enable direct threaded VM
  41177 2015-12-23 02:19 [ko1@a...            ] nobu:r53249 (trunk): Fix typo in contributing docs [ci skip]
  41178 2015-12-23 02:30 [ko1@a...            ] yuki:r53250 (trunk): * gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0
  41179 2015-12-23 02:34 [ko1@a...            ] nobu:r53251 (trunk): regexec.c: fix build with direct threaded VM
  41180 2015-12-23 02:59 [ko1@a...            ] nobu:r53252 (trunk): configure.in: define __STDC_WANT_LIB_EXT1__
  41181 2015-12-23 03:09 [ko1@a...            ] normal:r53253 (trunk): test/socket/test_basicsocket.rb: attempt fix for
  41182 2015-12-23 03:20 [ko1@a...            ] normal:r53254 (trunk): Revert r53253. naruse fixed it differently in r53244
  41183 2015-12-23 05:00 [ko1@a...            ] normal:r53255 (trunk): NEWS: add hint for Redmine URLs with issue number [ci skip]
  41184 2015-12-23 05:17 [ko1@a...            ] nagachika:r53256 (ruby_2_2): bump version to 2.2.5.
  41185 2015-12-23 05:59 [ko1@a...            ] nagachika:r53257 (ruby_2_2): merge revision(s) 53092, 53093: [Backport #11812] [Backport #11833]
  41186 2015-12-23 06:17 [ko1@a...            ] nagachika:r53258 (ruby_2_2): merge revision(s) 53214, 53215: [Backport #11849]
  41187 2015-12-23 07:28 [ko1@a...            ] normal:r53259 (trunk): ext/socket/init.c (rsock_init_sock): reject reserved FDs
  41188 2015-12-23 12:02 [ko1@a...            ] yui-knk:r53260 (trunk): * string.c: Fix document. Default value of the first
  41189 2015-12-23 12:43 [ko1@a...            ] a_matsuda:r53261 (trunk): [DOC] Fix typos
  41190 2015-12-23 14:15 [ko1@a...            ] usa:r53262 (ruby_2_1): * version.h: bump to 2.1.9. may this version be the last of 2.1.
  41191 2015-12-23 14:29 [ko1@a...            ] nobu:r53263 (trunk): configure.in: get rid of macro redefinition
  41192 2015-12-23 17:58 [ko1@a...            ] nobu:r53264 (trunk): prefer rb_syserr_fail
  41193 2015-12-23 23:59 [ko1@a...            ] nobu:r53265 (trunk): rb_readwrite_syserr_fail
  41194 2015-12-24 00:26 [ko1@a...            ] nobu:r53266 (trunk): io/console: fix gem build failure on Windows
  41195 2015-12-24 00:26 [ko1@a...            ] svn:r53267 (trunk): * 2015-12-24        
  41196 2015-12-24 14:59 [ko1@a...            ] ko1:r53268 (trunk): * NEWS: rename      
  41197 2015-12-24 15:35 [ko1@a...            ] sorah:r53269 (trunk): * tool/vcs.rb (IO.popen): Enable on Ruby 1.9 where chdir option is not
  41198 2015-12-24 15:35 [ko1@a...            ] sorah:r53270 (trunk): * tool/file2lastrev.rb: Fix ArgumentError to work on Ruby 1.8.7.
  41199 2015-12-24 15:35 [ko1@a...            ] sorah:r53271 (trunk): * tool/vcs.rb (IO.popen): Refactor. Avoid assigning in condition.
  41200 2015-12-24 15:39 [ko1@a...            ] kazu:r53272 (trunk): remove duplicated ticket number [ci skip]

[前][次][スレッド一覧][上]