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

ruby-changes:19201-19300

  19201 2011-04-05 13:06 [ko1@a...            ] Ruby:r31240 (trunk): * 2011-04-05       
  19202 2011-04-05 20:42 [ko1@a...            ] Ruby:r31241 (trunk): * include/ruby/encoding.h: parenthesize macro arguments.
  19203 2011-04-06 11:44 [ko1@a...            ] Ruby:r31242 (trunk): * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):
  19204 2011-04-06 11:45 [ko1@a...            ] Ruby:r31243 (trunk): * 2011-04-06       
  19205 2011-04-06 15:14 [ko1@a...            ] Ruby:r31244 (trunk): * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):
  19206 2011-04-06 21:21 [ko1@a...            ] Ruby:r31245 (trunk): * include/ruby/intern.h: parenthesize macro arguments.
  19207 2011-04-07 20:04 [ko1@a...            ] Ruby:r31246 (trunk): * include/ruby/io.h: parenthesize macro arguments.
  19208 2011-04-07 20:05 [ko1@a...            ] Ruby:r31247 (trunk): * 2011-04-07       
  19209 2011-04-08 16:50 [ko1@a...            ] Ruby:r31248 (trunk): * ext/stringio/stringio.c (strio_getline): check whether str is
  19210 2011-04-08 16:51 [ko1@a...            ] Ruby:r31249 (trunk): * 2011-04-08       
  19211 2011-04-09 18:02 [ko1@a...            ] Ruby:r31250 (trunk): * include/ruby/util.h: parenthesize macro arguments.
  19212 2011-04-09 18:03 [ko1@a...            ] Ruby:r31251 (trunk): * 2011-04-09       
  19213 2011-04-09 22:02 [ko1@a...            ] Ruby:r31252 (trunk): * ext/stringio/stringio.c (strio_each, strio_readlines):
  19214 2011-04-09 23:28 [ko1@a...            ] Ruby:r31253 (trunk): * ext/stringio/stringio.c (strio_each):
  19215 2011-04-10 00:15 [ko1@a...            ] Ruby:r31254 (trunk): * ext/stringio/stringio.c (strio_each, strio_readlines):
  19216 2011-04-10 00:15 [ko1@a...            ] Ruby:r31255 (trunk): * 2011-04-10       
  19217 2011-04-10 23:02 [ko1@a...            ] Ruby:r31256 (trunk): * include/ruby/ruby.h: parenthesize macro arguments.
  19218 2011-04-11 07:25 [ko1@a...            ] Ruby:r31257 (trunk): * ext/openssl/ossl.c:  Fix typo, document version constants.
  19219 2011-04-11 07:25 [ko1@a...            ] Ruby:r31258 (trunk): * 2011-04-11       
  19220 2011-04-11 21:18 [ko1@a...            ] Ruby:r31259 (trunk): * file.c (rb_group_member): kill 256K of stack usage.
  19221 2011-04-11 21:51 [ko1@a...            ] Ruby:r31260 (trunk): * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdio
  19222 2011-04-11 21:52 [ko1@a...            ] Ruby:r31261 (trunk): * io.c: revert r31230.
  19223 2011-04-12 01:43 [ko1@a...            ] Ruby:r31263 (trunk): * 2011-04-12       
  19224 2011-04-12 01:43 [ko1@a...            ] Ruby:r31262 (trunk): Evaluate truncate, ftruncate and ftello existence
  19225 2011-04-12 10:39 [ko1@a...            ] Ruby:r31264 (trunk): * include/ruby/win32.h: VC doesn't have ftruncate() and others, but
  19227 2011-04-12 19:20 [ko1@a...            ] Ruby:r31266 (trunk): * lib/uri/common.rb: avoid race condition. fixes #4572
  19228 2011-04-12 21:59 [ko1@a...            ] Ruby:r31267 (trunk): * include/ruby/st.h: parenthesize macro arguments.
  19229 2011-04-13 20:22 [ko1@a...            ] Ruby:r31268 (trunk): * io.c (rb_io_fdatasync): remove unused variable.
  19230 2011-04-13 20:23 [ko1@a...            ] Ruby:r31269 (trunk): * 2011-04-13       
  19231 2011-04-14 00:43 [ko1@a...            ] Ruby:r31270 (trunk): * thread.c (thread_fd_close_i): IOError exception should be assigned
  19232 2011-04-14 00:44 [ko1@a...            ] Ruby:r31271 (trunk): * 2011-04-14       
  19233 2011-04-15 16:40 [ko1@a...            ] Ruby:r31272 (trunk): * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.
  19234 2011-04-15 16:41 [ko1@a...            ] Ruby:r31273 (trunk): * lib/fileutils.rb (FileUtils#touch): fix corrupted output when
  19235 2011-04-15 16:42 [ko1@a...            ] Ruby:r31274 (trunk): fix ChangeLog description.
  19236 2011-04-15 16:43 [ko1@a...            ] Ruby:r31275 (trunk): fix style.         
  19237 2011-04-15 16:44 [ko1@a...            ] Ruby:r31276 (trunk): * win32/win32.c (rb_w32_read): suppress warning.
  19238 2011-04-15 16:45 [ko1@a...            ] Ruby:r31277 (trunk): * include/ruby/win32.h (ftruncate, truncate): mingw64 misses
  19239 2011-04-15 16:46 [ko1@a...            ] Ruby:r31278 (trunk): * include/ruby/win32.h (frexp, modf): wrongly declared as pure in
  19240 2011-04-15 16:47 [ko1@a...            ] Ruby:r31279 (trunk): * variable.c (rb_autoload_p): search superclasses as same as actual
  19241 2011-04-15 16:48 [ko1@a...            ] Ruby:r31280 (trunk): * lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @in
  19242 2011-04-15 17:01 [ko1@a...            ] Ruby:r31281 (trunk): * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if worker
  19243 2011-04-15 17:02 [ko1@a...            ] Ruby:r31282 (trunk): * lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using a
  19244 2011-04-15 17:02 [ko1@a...            ] Ruby:r31283 (trunk): * lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console may
  19245 2011-04-15 17:02 [ko1@a...            ] Ruby:r31284 (trunk): * lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): use
  19246 2011-04-15 17:04 [ko1@a...            ] Ruby:r31285 (trunk): * lib/test/unit.rb (Test::Unit::Options#setup_options): set possible
  19247 2011-04-15 17:04 [ko1@a...            ] Ruby:r31286 (trunk): * numeric.c (ruby_float_step): wrong loop condition.
  19248 2011-04-15 17:04 [ko1@a...            ] Ruby:r31287 (trunk): * lib/fileutils.rb (FileUtils#touch): Fix corrupted output when
  19249 2011-04-15 17:04 [ko1@a...            ] Ruby:r31288 (trunk): * lib/uri/generic.rb (#route_from_path): Fix a bug where
  19250 2011-04-15 17:04 [ko1@a...            ] Ruby:r31289 (trunk): Add some more tests for the previous fix.
  19251 2011-04-15 17:04 [ko1@a...            ] Ruby:r31290 (trunk): * 2011-04-15       
  19252 2011-04-15 23:42 [ko1@a...            ] Ruby:r31291 (trunk): * ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined.
  19253 2011-04-16 10:23 [ko1@a...            ] Ruby:r31292 (trunk): * vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined.
  19254 2011-04-16 10:23 [ko1@a...            ] Ruby:r31293 (trunk): replace reduce with suppress
  19255 2011-04-16 10:23 [ko1@a...            ] Ruby:r31294 (trunk): * 2011-04-16       
  19256 2011-04-16 21:58 [ko1@a...            ] Ruby:r31295 (trunk): * ext/date/date_core.c: replacement of implementation of
  19257 2011-04-16 22:08 [ko1@a...            ] Ruby:r31296 (trunk): typo               
  19258 2011-04-16 22:26 [ko1@a...            ] Ruby:r31297 (trunk): * ext/date/date_strftime.c (date_strftime_wo_timespec): changed
  19259 2011-04-16 22:43 [ko1@a...            ] Ruby:r31298 (trunk): typo               
  19260 2011-04-17 00:22 [ko1@a...            ] Ruby:r31299 (trunk): * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.
  19261 2011-04-17 00:22 [ko1@a...            ] Ruby:r31300 (trunk): * 2011-04-17       
  19262 2011-04-17 05:15 [ko1@a...            ] Ruby:r31301 (trunk): added date_tmx.h   
  19263 2011-04-18 10:12 [ko1@a...            ] Ruby:r31303 (ruby_1_8): * 2011-04-18    
  19264 2011-04-18 10:17 [ko1@a...            ] Ruby:r31302 (ruby_1_8): backported r31286 from trunk
  19265 2011-04-18 12:17 [ko1@a...            ] Ruby:r31305 (trunk): * 2011-04-18       
  19266 2011-04-18 12:17 [ko1@a...            ] Ruby:r31304 (trunk): * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
  19267 2011-04-19 01:08 [ko1@a...            ] Ruby:r31306 (trunk): * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):
  19268 2011-04-19 01:08 [ko1@a...            ] Ruby:r31307 (trunk): * 2011-04-19       
  19269 2011-04-20 00:02 [ko1@a...            ] Ruby:r31308 (trunk): * misc/ruby-mode.el (ruby-parse-partial): use position of open paren.
  19270 2011-04-20 00:02 [ko1@a...            ] Ruby:r31309 (trunk): * 2011-04-20       
  19271 2011-04-20 14:43 [ko1@a...            ] Ruby:r31310 (trunk): * string.c (rb_str_each_line): check string's length when compare
  19272 2011-04-20 21:34 [ko1@a...            ] Ruby:r31311 (trunk): * ext/date/date_strptime.c (date__strptime_internal): do not
  19273 2011-04-20 21:42 [ko1@a...            ] Ruby:r31312 (ruby_1_8): * re.h (RMATCH_REGS): parenthesize cast expression.  suggested
  19274 2011-04-20 21:42 [ko1@a...            ] Ruby:r31313 (ruby_1_8): * 2011-04-20    
  19275 2011-04-21 01:15 [ko1@a...            ] Ruby:r31314 (trunk): * win32/win32.c (CreateChild): maximum length of lpCommandLine is
  19276 2011-04-21 01:15 [ko1@a...            ] Ruby:r31315 (trunk): * 2011-04-21       
  19277 2011-04-21 01:31 [ko1@a...            ] Ruby:r31316 (trunk): * random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.
  19278 2011-04-22 04:18 [ko1@a...            ] Ruby:r31318 (trunk): * 2011-04-22       
  19279 2011-04-22 04:18 [ko1@a...            ] Ruby:r31317 (trunk): * ext/psych/parser.c (parse): strings from psych have proper taint
  19281 2011-04-22 12:05 [ko1@a...            ] Ruby:r31320 (trunk): * array.c (rb_ary_sort_bang): fix rdoc.
  19282 2011-04-22 22:35 [ko1@a...            ] Ruby:r31321 (trunk): Use Float#finite?. 
  19283 2011-04-23 21:43 [ko1@a...            ] Ruby:r31323 (trunk): * 2011-04-23       
  19284 2011-04-23 21:43 [ko1@a...            ] Ruby:r31322 (trunk): * ext/date/date_core.c: replacement of implementation of
  19285 2011-04-24 00:35 [ko1@a...            ] Ruby:r31324 (trunk): * ext/date/date_parse.c: removed some unused macros.  use strchr()
  19286 2011-04-24 00:35 [ko1@a...            ] Ruby:r31325 (trunk): * 2011-04-24       
  19287 2011-04-24 02:35 [ko1@a...            ] Ruby:r31326 (trunk): * ext/date/date_core.c (leap_p): surpress warning: parentheses.
  19288 2011-04-24 02:35 [ko1@a...            ] Ruby:r31327 (trunk): * include/ruby/intern.h: pcc can't use __builtin_constant_p.
  19289 2011-04-24 02:51 [ko1@a...            ] Ruby:r31328 (trunk): * ext/date/date_parse.c: reverted.
  19290 2011-04-24 03:09 [ko1@a...            ] Ruby:r31329 (trunk): * ext/date/date_parse.c (n2i): takes long.
  19291 2011-04-24 22:24 [ko1@a...            ] Ruby:r31330 (trunk): * complex.c, rational.c: omitted some method calls.
  19292 2011-04-25 01:04 [ko1@a...            ] Ruby:r31331 (trunk): * string.c (rb_to_id): remove unused variable.
  19293 2011-04-25 01:04 [ko1@a...            ] Ruby:r31332 (trunk): * 2011-04-25       
  19294 2011-04-25 02:00 [ko1@a...            ] Ruby:r31333 (trunk): * ext/date/lib/date/format.rb: omitted to call _parse.
  19295 2011-04-25 02:13 [ko1@a...            ] Ruby:r31334 (trunk): * ext/date/lib/date/format.rb: an adjustment of regex.
  19296 2011-04-25 02:51 [ko1@a...            ] Ruby:r31335 (trunk): * ext/date/lib/date/format.rb: fixed a bug of regex.
  19297 2011-04-25 03:04 [ko1@a...            ] Ruby:r31336 (trunk): * ext/date/lib/date/format.rb: require 'date_core.so'.
  19298 2011-04-25 03:07 [ko1@a...            ] Ruby:r31337 (trunk): * ext/date/lib/date/format.rb (_iso8601): added a pattern.
  19299 2011-04-25 03:09 [ko1@a...            ] Ruby:r31338 (trunk): * ext/date/lib/date/format.rb: require 'date'.
  19300 2011-04-25 03:31 [ko1@a...            ] Ruby:r31339 (trunk): * lib/time.rb: require 'date'.

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