[前][次][番号順一覧][上]

ruby-changes:22201-22300

  22201 2012-01-10 00:35 [ko1@a...            ] svn:r34251 (trunk): * 2012-01-10        
  22202 2012-01-10 00:35 [ko1@a...            ] nagachika:r34250 (trunk): * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignore
  22203 2012-01-10 00:46 [ko1@a...            ] nagachika:r34252 (trunk): * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
  22204 2012-01-10 02:26 [ko1@a...            ] nagachika:r34253 (trunk): * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,
  22205 2012-01-10 10:41 [ko1@a...            ] nobu:r34254 (trunk): * ext/readline/readline.c (readline_attempted_completion_function):
  22206 2012-01-10 10:45 [ko1@a...            ] nobu:r34255 (trunk): * test/readline/test_readline.rb (test_completion_proc_empty_result): rescue NoMemoryError.
  22207 2012-01-10 12:15 [ko1@a...            ] kazu:r34256 (trunk): * ext/readline/readline.c (readline_attempted_completion_function): fix compile error.
  22208 2012-01-10 12:49 [ko1@a...            ] naruse:r34257 (trunk): * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,
  22209 2012-01-10 12:50 [ko1@a...            ] naruse:r34258 (trunk): * gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.
  22210 2012-01-10 15:14 [ko1@a...            ] naruse:r34259 (trunk): * ext/readline/readline.c (readline_attempted_completion_function):
  22211 2012-01-10 15:43 [ko1@a...            ] naruse:r34260 (trunk): * vm.c (vm_exec): refix r34162; suppress warning and add description.
  22212 2012-01-10 15:52 [ko1@a...            ] nobu:r34261 (trunk): * gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.
  22213 2012-01-10 16:13 [ko1@a...            ] nobu:r34262 (trunk, ruby_1_9_3, ruby_1_9_2): * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
  22214 2012-01-10 16:13 [ko1@a...            ] svn:r34263 (ruby_1_9_3): * 2012-01-10   
  22215 2012-01-10 16:13 [ko1@a...            ] svn:r34264 (ruby_1_9_2): * 2012-01-10   
  22216 2012-01-10 22:22 [ko1@a...            ] shirosaki:r34265 (trunk): * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.
  22217 2012-01-11 22:34 [ko1@a...            ] kazu:r34266 (trunk): fix a typo         
  22218 2012-01-11 22:34 [ko1@a...            ] svn:r34267 (trunk): * 2012-01-11        
  22219 2012-01-11 22:46 [ko1@a...            ] nagachika:r34268 (trunk): * test/readline/test_readline.rb (test_completion_proc_empty_result):
  22220 2012-01-11 23:09 [ko1@a...            ] nagachika:r34269 (trunk): * gc.c (ruby_mimmalloc): don't set allocated size to header.
  22221 2012-01-12 00:01 [ko1@a...            ] ngoto:r34270 (trunk): * string.c (rb_str_concat): set array element after definition
  22222 2012-01-12 00:01 [ko1@a...            ] svn:r34271 (trunk): * 2012-01-12        
  22223 2012-01-12 01:04 [ko1@a...            ] kazu:r34272 (trunk): * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.
  22224 2012-01-12 01:41 [ko1@a...            ] ayumin:r34273 (ruby_1_9_3): merge revision(s) 34129:
  22225 2012-01-12 01:41 [ko1@a...            ] ayumin:r34274 (ruby_1_9_3): merge revision(s) 34250:
  22226 2012-01-12 01:42 [ko1@a...            ] ayumin:r34275 (ruby_1_9_3): merge revision(s) 34252:
  22227 2012-01-12 01:42 [ko1@a...            ] ayumin:r34276 (ruby_1_9_3): merge revision(s) 34253:
  22228 2012-01-12 02:20 [ko1@a...            ] ayumin:r34277 (trunk): * object.c: Added examples for Object#is_a? and Object#instance_of?
  22229 2012-01-12 14:12 [ko1@a...            ] naruse:r34278 (trunk): * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
  22230 2012-01-12 18:44 [ko1@a...            ] nobu:r34279 (trunk): * lib/mkmf.rb: fix r33904 and revert r33905.  initialize global
  22231 2012-01-13 01:37 [ko1@a...            ] svn:r34281 (trunk): * 2012-01-13        
  22232 2012-01-13 01:37 [ko1@a...            ] marcandRe: r34280 (trunk): * eval.c: Improve rdoc for Module.constants [issue #5887]
  22233 2012-01-13 01:46 [ko1@a...            ] marcandRe: r34282 (ruby_1_9_3): merge revision(s) 34280:
  22234 2012-01-13 01:46 [ko1@a...            ] svn:r34283 (ruby_1_9_3): * 2012-01-13   
  22235 2012-01-13 03:28 [ko1@a...            ] luislavena:r34284 (trunk): Do not define _WIN32_WINNT multiple times
  22236 2012-01-13 03:42 [ko1@a...            ] knu:r34285 (trunk): * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
  22237 2012-01-13 03:49 [ko1@a...            ] knu:r34286 (trunk): * lib/shellwords.rb: Fix rdoc markups.
  22238 2012-01-13 03:49 [ko1@a...            ] knu:r34287 (trunk): * lib/shellwords.rb (Shellwords#shellescape): shellescape() now
  22239 2012-01-13 04:07 [ko1@a...            ] kosaki:r34288 (ruby_1_9_3): merge revision(s) 34278:
  22240 2012-01-13 15:10 [ko1@a...            ] knu:r34289 (trunk): Forgot to commit the test part.
  22241 2012-01-13 15:23 [ko1@a...            ] ayumin:r34290 (ruby_1_9_3): merge revision(s) 33790:
  22242 2012-01-13 16:45 [ko1@a...            ] nobu:r34291 (trunk): * error.c (exc_equal): try implicit conversion for delegator.
  22243 2012-01-13 17:23 [ko1@a...            ] nobu:r34292 (trunk): * load.c (load_unlock): update loading table at once.
  22244 2012-01-13 18:26 [ko1@a...            ] nobu:r34293 (trunk): * thread.c (rb_barrier_waiting): fix potential overflows.
  22245 2012-01-13 18:29 [ko1@a...            ] nobu:r34294 (trunk): * thread.c (rb_mutex_unlock_th): simplified.
  22246 2012-01-13 18:41 [ko1@a...            ] nobu:r34295 (trunk): * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatible
  22247 2012-01-14 06:59 [ko1@a...            ] svn:r34297 (trunk): * 2012-01-14        
  22248 2012-01-14 07:00 [ko1@a...            ] drbrain:r34296 (trunk): * io.c (rb_io_s_read):  Fix formatting of open_args comment.  Reported
  22249 2012-01-14 08:42 [ko1@a...            ] naruse:r34298 (trunk): Revert "* error.c (exc_equal): try implicit conversion for delegator."
  22250 2012-01-14 12:00 [ko1@a...            ] nobu:r34299 (trunk): * error.c (exc_equal): ignore exceptions during implicit
  22251 2012-01-14 12:03 [ko1@a...            ] nobu:r34300 (trunk): * sprintf.c (rb_enc_vsprintf): relaxed the restriction.  since the
  22252 2012-01-14 18:36 [ko1@a...            ] nagachika:r34301 (trunk): * error.c (exc_equal): clear rb_thread_t::errinfo when ignore
  22253 2012-01-14 21:47 [ko1@a...            ] nobu:r34302 (trunk): * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught exception.
  22254 2012-01-14 21:56 [ko1@a...            ] nobu:r34303 (trunk): * iseq.c (iseq_data_to_ary): check line info table boundary.  line
  22255 2012-01-14 22:16 [ko1@a...            ] nobu:r34304 (trunk): * compile.c (iseq_set_sequence): adjust indent.
  22256 2012-01-14 22:24 [ko1@a...            ] nobu:r34305 (trunk): * ext/dl/callback/mkcallback.rb (gencallback): suppress unused
  22257 2012-01-15 15:52 [ko1@a...            ] svn:r34307 (trunk): * 2012-01-15        
  22258 2012-01-15 15:52 [ko1@a...            ] naruse:r34306 (trunk): * ext/json/parser/parser.rl (json_string_unescape): workaround fix
  22259 2012-01-15 16:29 [ko1@a...            ] naruse:r34308 (trunk): * object.c (rb_inspect): raise the result is not compatible with
  22260 2012-01-16 00:47 [ko1@a...            ] shyouhei:r34309 (trunk): st use function instead of macro
  22261 2012-01-16 00:47 [ko1@a...            ] shyouhei:r34310 (trunk): st macroses for packed table
  22262 2012-01-16 00:47 [ko1@a...            ] shyouhei:r34312 (trunk): st macroses for allocation
  22263 2012-01-16 00:47 [ko1@a...            ] svn:r34311 (trunk): * 2012-01-16        
  22264 2012-01-16 00:47 [ko1@a...            ] shyouhei:r34314 (trunk): st optimize st_insert
  22265 2012-01-16 00:47 [ko1@a...            ] shyouhei:r34313 (trunk): st refactor add_packed_direct a bit
  22266 2012-01-16 11:23 [ko1@a...            ] nobu:r34315 (trunk): * win32/win32.c (rb_chsize): no need to get the current file size.
  22267 2012-01-16 16:42 [ko1@a...            ] svn:r34317 (ruby_1_9_3): * 2012-01-16   
  22268 2012-01-16 16:42 [ko1@a...            ] nobu:r34316 (ruby_1_9_3, trunk, ruby_1_9_2): * lib/optparse.rb (Regexp): fix incorrect options when casting to
  22269 2012-01-16 16:42 [ko1@a...            ] svn:r34318 (ruby_1_9_2): * 2012-01-16   
  22270 2012-01-17 07:38 [ko1@a...            ] svn:r34320 (trunk): * 2012-01-17        
  22271 2012-01-17 07:38 [ko1@a...            ] naruse:r34319 (trunk): * st.c (unpack_entries): Fix r34310: on unpacking, the position of
  22272 2012-01-17 10:55 [ko1@a...            ] nobu:r34321 (trunk): * st.c (do_hash): it's the time to remove cast to unsigned int.
  22273 2012-01-17 11:40 [ko1@a...            ] nobu:r34322 (trunk): * st.c (add_packed_direct): ditto.
  22274 2012-01-17 12:33 [ko1@a...            ] nobu:r34323 (trunk): * gc.c (aligned_malloc, aligned_free): covered missing defined
  22275 2012-01-17 17:10 [ko1@a...            ] nobu:r34324 (ruby_1_9_3, trunk): * confiugre.in (setproctitle): removed dupcated checks.
  22276 2012-01-17 17:10 [ko1@a...            ] svn:r34325 (ruby_1_9_3): * 2012-01-17   
  22277 2012-01-17 17:14 [ko1@a...            ] nobu:r34326 (trunk, ruby_1_9_3): * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
  22278 2012-01-17 17:18 [ko1@a...            ] nobu:r34327 (trunk, ruby_1_9_3): * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.
  22279 2012-01-18 10:44 [ko1@a...            ] tenderlove:r34328 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load array
  22280 2012-01-18 10:44 [ko1@a...            ] svn:r34329 (trunk): * 2012-01-18        
  22281 2012-01-18 12:52 [ko1@a...            ] tenderlove:r34330 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
  22282 2012-01-18 16:03 [ko1@a...            ] naruse:r34331 (trunk): Suppress warnings.
  22283 2012-01-18 18:07 [ko1@a...            ] nobu:r34332 (trunk): * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.
  22284 2012-01-18 18:13 [ko1@a...            ] knu:r34333 (trunk): * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
  22285 2012-01-18 23:38 [ko1@a...            ] nagachika:r34334 (trunk): * ChangeLog: fix typos.
  22286 2012-01-19 07:13 [ko1@a...            ] tadf:r34335 (trunk): ext/date/date_parse.c: .
  22287 2012-01-19 07:13 [ko1@a...            ] svn:r34336 (trunk): * 2012-01-19        
  22288 2012-01-19 07:54 [ko1@a...            ] tadf:r34337 (trunk): ext/date/date_strptime.c: moved detector of leftover.
  22289 2012-01-19 15:01 [ko1@a...            ] nobu:r34338 (trunk): * test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolute paths and drive letters.  
  22290 2012-01-19 15:20 [ko1@a...            ] nobu:r34339 (trunk): * test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths on DOSISH platforms.
  22291 2012-01-19 15:29 [ko1@a...            ] nobu:r34340 (trunk): * test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, removed surplus downcase.
  22292 2012-01-20 14:56 [ko1@a...            ] svn:r34342 (trunk): * 2012-01-20        
  22293 2012-01-20 14:56 [ko1@a...            ] naruse:r34341 (trunk): * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotent
  22294 2012-01-20 17:27 [ko1@a...            ] nobu:r34343 (trunk, ruby_1_9_3): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enabled the test too.
  22295 2012-01-20 17:27 [ko1@a...            ] svn:r34344 (ruby_1_9_3): * 2012-01-20   
  22296 2012-01-20 17:39 [ko1@a...            ] naruse:r34345 (trunk): * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.
  22297 2012-01-20 20:49 [ko1@a...            ] mrkn:r34346 (trunk): * lib/cgi/util.rb (CGI.escape): support a string with invalid byte
  22298 2012-01-20 20:51 [ko1@a...            ] mrkn:r34347 (trunk): * ChangeLog: insert redmine's issue number for the previous commit
  22299 2012-01-21 11:44 [ko1@a...            ] svn:r34349 (trunk): * 2012-01-21        
  22300 2012-01-21 11:44 [ko1@a...            ] nobu:r34348 (trunk): * dir.c (dir_chdir, check_dirname): get rid of optimization-out.

[前][次][番号順一覧][上]