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

ruby-changes:25201-25300

  25201 2012-10-18 14:33 [ko1@a...            ] ko1:r37253 (trunk): * compile.c (new_callinfo): set a temporary index of callinfo
  25202 2012-10-18 15:04 [ko1@a...            ] ko1:r37254 (trunk): * include/ruby/ruby.h: add a decl. of
  25203 2012-10-18 15:15 [ko1@a...            ] ko1:r37255 (trunk): * vm_insnhelper.c: add `inline' keyword to several functions.
  25204 2012-10-18 15:58 [ko1@a...            ] nobu:r37256 (trunk): ChangeLog: adjust spaces.
  25205 2012-10-18 16:44 [ko1@a...            ] nobu:r37257 (trunk): vm_method.c: check arity earlier
  25206 2012-10-18 17:35 [ko1@a...            ] ko1:r37258 (trunk): * insns.def (opt_send_simple): introduce new instruction used
  25207 2012-10-18 18:42 [ko1@a...            ] ko1:r37259 (trunk): * insns.def (send): remove unused condition.
  25208 2012-10-18 18:44 [ko1@a...            ] ko1:r37260 (trunk): * insns.def (opt_send_simple): move the location of
  25209 2012-10-19 10:23 [ko1@a...            ] svn:r37262 (trunk): * 2012-10-19        
  25210 2012-10-19 10:23 [ko1@a...            ] ko1:r37261 (trunk): * benchmark/driver.rb: add new option `--ruby-arg [ARG]'
  25211 2012-10-19 10:24 [ko1@a...            ] ko1:r37263 (trunk): * benchmark/bmx_temp.rb: removed.
  25212 2012-10-19 10:25 [ko1@a...            ] ko1:r37264 (trunk): * vm_insnhelper.c (vm_search_method): remove needless local variable.
  25213 2012-10-19 11:17 [ko1@a...            ] ko1:r37265 (trunk): * benchmark/driver.rb: remove unexpected `output'.
  25214 2012-10-19 13:32 [ko1@a...            ] usa:r37266 (ruby_1_9_3): merge revision(s) 37242: [Backport #7120]
  25215 2012-10-19 16:58 [ko1@a...            ] ko1:r37267 (trunk): * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().
  25216 2012-10-19 19:38 [ko1@a...            ] ko1:r37268 (trunk): * method.h (rb_method_cfunc_t::invoker): add new field (func ptr)
  25217 2012-10-19 22:13 [ko1@a...            ] eregon:r37269 (trunk): set encoding to ASCII for appropriate String#unpack modifiers
  25218 2012-10-19 22:24 [ko1@a...            ] nobu:r37270 (trunk): vm.c: pass through thrown objects
  25219 2012-10-20 06:20 [ko1@a...            ] svn:r37272 (trunk): * 2012-10-20        
  25220 2012-10-20 06:20 [ko1@a...            ] tenderlove:r37271 (trunk): * hash.c (initialize_copy): unset the default proc if there isn't one
  25221 2012-10-20 11:01 [ko1@a...            ] zzak:r37273 (trunk): * lib/open-uri.rb: Documentation for OpenURI
  25222 2012-10-20 12:51 [ko1@a...            ] zzak:r37274 (trunk): * ext/socket/socket.c: Documentation for Socket
  25223 2012-10-20 15:58 [ko1@a...            ] nari:r37275 (trunk): * include/ruby/ruby.h: add C APIs.
  25224 2012-10-20 20:37 [ko1@a...            ] eregon:r37276 (trunk): * gc.c: fix typos in documentation.
  25225 2012-10-21 18:41 [ko1@a...            ] svn:r37278 (trunk): * 2012-10-21        
  25226 2012-10-21 18:41 [ko1@a...            ] tadf:r37277 (trunk): * ext/date/date_parse.c (date__parse): uses more tight parser if
  25227 2012-10-21 19:14 [ko1@a...            ] ktsj:r37279 (trunk): * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'
  25228 2012-10-21 19:14 [ko1@a...            ] ktsj:r37280 (trunk): * vm_core.h (rb_vm_t::trace_running): add a new field
  25229 2012-10-21 19:14 [ko1@a...            ] ktsj:r37281 (trunk): * vm_trace.c (rb_threadptr_exec_event_hooks, rb_suppress_tracing):
  25230 2012-10-21 19:16 [ko1@a...            ] ktsj:r37282 (trunk): * test/ruby/test_settracefunc.rb: remove trailing spaces.
  25231 2012-10-22 09:48 [ko1@a...            ] naruse:r37283 (trunk): Supress warnings: unused variables
  25232 2012-10-22 09:48 [ko1@a...            ] svn:r37284 (trunk): * 2012-10-22        
  25233 2012-10-23 06:02 [ko1@a...            ] tenderlove:r37285 (trunk): * ext/psych/lib/psych.rb: Changed comment in psych.rb to update new
  25234 2012-10-23 06:02 [ko1@a...            ] svn:r37286 (trunk): * 2012-10-23        
  25235 2012-10-23 06:06 [ko1@a...            ] tenderlove:r37287 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner to
  25236 2012-10-23 06:10 [ko1@a...            ] tenderlove:r37288 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps.  If
  25237 2012-10-23 06:14 [ko1@a...            ] tenderlove:r37289 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags specially
  25238 2012-10-23 06:24 [ko1@a...            ] tenderlove:r37290 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catch
  25239 2012-10-23 06:25 [ko1@a...            ] tenderlove:r37291 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols while
  25240 2012-10-23 06:25 [ko1@a...            ] tenderlove:r37292 (trunk): * ext/psych/parser.c: just get the constant defined in Ruby.
  25241 2012-10-23 13:22 [ko1@a...            ] ko1:r37293 (trunk): * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):
  25242 2012-10-23 13:33 [ko1@a...            ] ko1:r37294 (trunk): * thread.c (rb_threadptr_raise): check interrupts after
  25243 2012-10-23 13:53 [ko1@a...            ] ko1:r37295 (trunk): Revert the last commit because some tests (in btest) fail
  25244 2012-10-23 14:07 [ko1@a...            ] nobu:r37296 (trunk): configure.in: no visibility option for older GCC
  25245 2012-10-23 14:20 [ko1@a...            ] nobu:r37297 (trunk): ruby-electric.el: fix #198
  25246 2012-10-23 17:08 [ko1@a...            ] nobu:r37298 (trunk): ruby.c: --help option
  25247 2012-10-23 22:38 [ko1@a...            ] ko1:r37299 (trunk): * thread.c (thread_raise_m):  check interrupts after Thread#raise
  25248 2012-10-24 00:54 [ko1@a...            ] svn:r37301 (trunk): * 2012-10-24        
  25249 2012-10-24 00:54 [ko1@a...            ] nagachika:r37300 (trunk): * ChangeLog: fix typos of r37293.
  25250 2012-10-24 01:37 [ko1@a...            ] nobu:r37302 (trunk): test_rubyoptions.rb: --help option
  25251 2012-10-24 02:46 [ko1@a...            ] tenderlove:r37303 (trunk): Add test for instance_exec receiving a curried proc.
  25252 2012-10-24 05:34 [ko1@a...            ] ko1:r37304 (trunk): * vm_eval.c (vm_call0_body): remove RUBY_VM_CHECK_INTS()
  25253 2012-10-24 05:42 [ko1@a...            ] ko1:r37305 (trunk): * eval_error.c (error_print), vm_eval.c (eval_string_with_cref),
  25254 2012-10-24 05:53 [ko1@a...            ] ko1:r37306 (trunk): * vm_insnhelper.c (vm_call_method): remove `default' and
  25255 2012-10-24 09:05 [ko1@a...            ] ko1:r37307 (trunk): * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):
  25256 2012-10-24 10:22 [ko1@a...            ] ko1:r37308 (trunk): * ext/objspace/objspace.c (Init_objspace): add a new method
  25257 2012-10-24 10:43 [ko1@a...            ] ko1:r37309 (trunk): * gc.c (garbage_collect, gc_marks): move the location of
  25258 2012-10-24 12:00 [ko1@a...            ] ko1:r37310 (trunk): * ext/objspace/objspace.c (reachable_object_from_i): change data
  25259 2012-10-24 12:57 [ko1@a...            ] nari:r37311 (trunk): * gc.c (free_object_aquire): rename to match the behavior of this
  25260 2012-10-24 13:14 [ko1@a...            ] nari:r37312 (trunk): fix the function name which is not grammatically correct.
  25261 2012-10-24 13:30 [ko1@a...            ] nari:r37313 (trunk): rename it to a more fitting name
  25262 2012-10-24 17:46 [ko1@a...            ] ko1:r37314 (trunk): * benchmark/driver.rb: add `-x' or `--exclude' option
  25263 2012-10-24 18:48 [ko1@a...            ] nobu:r37315 (trunk): vm_insnhelper.c: inline
  25264 2012-10-24 18:49 [ko1@a...            ] nobu:r37316 (trunk): objspace.c: enum ruby_value_type
  25265 2012-10-25 13:24 [ko1@a...            ] usa:r37317 (trunk): * parse.y: show a warning for concatenating string literals because
  25266 2012-10-25 13:24 [ko1@a...            ] svn:r37318 (trunk): * 2012-10-25        
  25267 2012-10-25 13:36 [ko1@a...            ] usa:r37319 (trunk): * tool/mkconfig.rb: remove string literal concatenation.
  25268 2012-10-25 15:04 [ko1@a...            ] ko1:r37320 (trunk): * include/ruby/ruby.h, class.c: remove (revert)
  25269 2012-10-25 17:17 [ko1@a...            ] usa:r37321 (ruby_1_9_3): merge revision(s) 34849,34853,34854,34855,34859,34862,35384,35385,36811,36812,36850,36907,36908: [Backport #7174]
  25270 2012-10-25 17:51 [ko1@a...            ] usa:r37322 (trunk): * win32/win32.c (has_redirection): should use shell (cmd.exe) when
  25271 2012-10-25 18:11 [ko1@a...            ] usa:r37323 (ruby_1_9_3): merge revision(s) 36636:
  25272 2012-10-25 18:16 [ko1@a...            ] usa:r37324 (ruby_1_9_3): merge revision(s) 37032:
  25273 2012-10-25 18:19 [ko1@a...            ] usa:r37325 (ruby_1_9_3): merge revision(s) 37048:
  25274 2012-10-25 19:07 [ko1@a...            ] nobu:r37326 (trunk): remove string literal concatenation
  25275 2012-10-25 20:50 [ko1@a...            ] naruse:r37327 (trunk): Revert r37316    
  25276 2012-10-25 23:07 [ko1@a...            ] nobu:r37328 (trunk): revert r37326 "remove string literal concatenation"
  25277 2012-10-26 09:53 [ko1@a...            ] usa:r37329 (ruby_1_9_3): merge revision(s) 35488:
  25278 2012-10-26 12:02 [ko1@a...            ] usa:r37330 (ruby_1_9_3): merge revision(s) 32826,34732: [Backport #6681]
  25279 2012-10-26 13:24 [ko1@a...            ] nobu:r37331 (trunk): parse.y: concatenated literals
  25280 2012-10-26 13:24 [ko1@a...            ] svn:r37332 (trunk): * 2012-10-26        
  25281 2012-10-26 14:10 [ko1@a...            ] usa:r37333 (ruby_1_9_3): merge revision(s) 34374: [Backport #6681]
  25282 2012-10-26 17:22 [ko1@a...            ] usa:r37334 (ruby_1_9_3): merge revision(s) 34397: [Backport #6881]
  25283 2012-10-27 06:31 [ko1@a...            ] tenderlove:r37335 (trunk): * object.c (rb_mod_const_get): const_get accepts qualified constant
  25284 2012-10-27 06:31 [ko1@a...            ] svn:r37336 (trunk): * 2012-10-27        
  25285 2012-10-27 10:06 [ko1@a...            ] nobu:r37337 (trunk): win32.h: fstat on mingw32
  25286 2012-10-27 10:08 [ko1@a...            ] nobu:r37338 (trunk): parse.y: bit field lex_state
  25287 2012-10-27 10:17 [ko1@a...            ] shyouhei:r37339 (trunk): * iseq.c (rb_iseq_compile_with_option): Instead of testing
  25288 2012-10-27 10:52 [ko1@a...            ] tenderlove:r37340 (trunk): * object.c (rb_mod_const_get): make sure the constant name is
  25289 2012-10-27 11:11 [ko1@a...            ] ko1:r37341 (trunk): * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:
  25290 2012-10-27 20:09 [ko1@a...            ] ktsj:r37342 (trunk): * struct.c: fix typo.
  25291 2012-10-27 23:36 [ko1@a...            ] eregon:r37343 (trunk): * gc.c (gc_profile_result, gc_profile_report): use internal structures
  25292 2012-10-28 00:54 [ko1@a...            ] nobu:r37344 (trunk): parse.y: warn static content assign in cond
  25293 2012-10-28 00:54 [ko1@a...            ] svn:r37345 (trunk): * 2012-10-28        
  25294 2012-10-28 04:48 [ko1@a...            ] ko1:r37346 (trunk): * vm.c (vm_define_method): remove type and frozen checking.
  25295 2012-10-28 08:22 [ko1@a...            ] ko1:r37347 (trunk): vm_insnhelper.c: fix indentation
  25296 2012-10-28 09:04 [ko1@a...            ] ko1:r37348 (trunk): * bignum.c (bignew_1): Bignum instances are frozen.
  25297 2012-10-28 10:08 [ko1@a...            ] tenderlove:r37349 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object should
  25298 2012-10-28 10:13 [ko1@a...            ] tenderlove:r37350 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return the
  25299 2012-10-28 14:05 [ko1@a...            ] kou:r37351 (trunk): * lib/rexml/document.rb (REXML::Document#write): Fix wrong method
  25300 2012-10-28 14:13 [ko1@a...            ] kou:r37352 (trunk): * lib/rexml/document.rb (REXML::Document#write): Fix wrong usage

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