[前][次][番号順一覧][上]
ruby-changes:21301-21400
21301 2011-09-28 04:16 [ko1@a... ] ayumin:r33350 (trunk): * ext/bigdecimal/README: update report to.
21302 2011-09-28 04:44 [ko1@a... ] ayumin:r33351 (trunk): * test/psych/test_yamlstore.rb: use tmpdir for tmpfile.
21303 2011-09-28 09:15 [ko1@a... ] nobu:r33352 (trunk): * configure.in (pthread_np.h): needs pthread.h to be included
21304 2011-09-28 09:21 [ko1@a... ] nobu:r33353 (trunk): fix commit miss.
21305 2011-09-28 19:17 [ko1@a... ] ayumin:r33354 (trunk): Fix typo
21306 2011-09-29 20:06 [ko1@a... ] nobu:r33355 (trunk): * vm_eval.c (rb_eval_cmd): fix indent.
21307 2011-09-29 20:06 [ko1@a... ] svn:r33356 (trunk): * 2011-09-29
21308 2011-09-29 20:08 [ko1@a... ] nobu:r33357 (trunk): * use RB_TYPE_P which is optimized for constant types, instead of
21309 2011-09-29 20:09 [ko1@a... ] nobu:r33358 (trunk): * gc.c (run_finalizer): use object instead of object id.
21310 2011-09-29 20:10 [ko1@a... ] nobu:r33359 (trunk): * gc.c (is_id_value, is_live_object): extract from id2ref().
21311 2011-09-29 20:37 [ko1@a... ] nobu:r33360 (trunk): * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.
21312 2011-09-30 01:54 [ko1@a... ] nobu:r33361 (trunk): * gc.c (slot_sweep, rb_gc_finalize_deferred)
21313 2011-09-30 01:54 [ko1@a... ] svn:r33362 (trunk): * 2011-09-30
21314 2011-09-30 03:18 [ko1@a... ] nobu:r33363 (trunk): * array.c (ary_join_1): should not copy the encoding of non-string
21315 2011-09-30 09:19 [ko1@a... ] naruse:r33364 (trunk): Fix wrong expectaion of r33363.
21316 2011-10-01 04:50 [ko1@a... ] nobu:r33365 (trunk): * test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix for
21317 2011-10-01 04:50 [ko1@a... ] svn:r33366 (trunk): * 2011-10-01
21318 2011-10-01 04:50 [ko1@a... ] nobu:r33367 (trunk): * test/ruby/test_bignum.rb: use more descriptive assertions.
21319 2011-10-01 10:00 [ko1@a... ] nagachika:r33368 (trunk): * gc.c (add_heap_slots, init_heap): reset heaps_inc zero when
21320 2011-10-02 00:47 [ko1@a... ] ktsj:r33369 (trunk): * vm.c (rb_thread_mark): rb_thread_t needs self to be marked.
21321 2011-10-02 00:47 [ko1@a... ] svn:r33370 (trunk): * 2011-10-02
21322 2011-10-02 08:48 [ko1@a... ] ktsj:r33371 (trunk): * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should not
21323 2011-10-02 10:03 [ko1@a... ] nobu:r33372 (trunk): * lib/mkmf.rb (have_framework): try as Objective-C.
21324 2011-10-02 10:27 [ko1@a... ] nobu:r33373 (trunk): * test/mkmf/test_framework.rb: test for r33372.
21325 2011-10-02 10:29 [ko1@a... ] nobu:r33374 (trunk): * test/mkmf/test_framework.rb: forgot to set property.
21326 2011-10-02 10:57 [ko1@a... ] ktsj:r33375 (trunk): * io.c: fix documentation of ARGF.lineno=.
21327 2011-10-02 11:29 [ko1@a... ] tenderlove:r33376 (trunk): * lib/yaml/store.rb: make initialize method signature match the
21328 2011-10-02 12:18 [ko1@a... ] ayumin:r33377 (trunk): * test/psych/test_yamldbm.rb: add test case.
21329 2011-10-02 21:08 [ko1@a... ] ktsj:r33378 (trunk): * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371
21330 2011-10-04 00:03 [ko1@a... ] nagachika:r33379 (trunk): * gc.c (rb_gc_set_params): output GC parameter change messages only
21331 2011-10-04 00:03 [ko1@a... ] svn:r33380 (trunk): * 2011-10-04
21332 2011-10-04 05:49 [ko1@a... ] tenderlove:r33381 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODING
21333 2011-10-04 06:01 [ko1@a... ] tenderlove:r33382 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be
21334 2011-10-04 06:21 [ko1@a... ] tenderlove:r33383 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: Match values against the
21335 2011-10-04 06:32 [ko1@a... ] tenderlove:r33384 (trunk): * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.
21336 2011-10-04 06:45 [ko1@a... ] tenderlove:r33385 (trunk): * ext/psych/lib/psych.rb: update psych version.
21337 2011-10-04 07:16 [ko1@a... ] drbrain:r33386 (trunk): * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the
21338 2011-10-04 07:31 [ko1@a... ] drbrain:r33387 (trunk): * array.c (rb_ary_s_create): Add example results for Array::[]. Patch
21339 2011-10-04 07:36 [ko1@a... ] drbrain:r33388 (trunk): * array.c (rb_ary_initialize): Add output for examples. Patch by
21340 2011-10-04 07:44 [ko1@a... ] drbrain:r33389 (trunk): * array.c (rb_ary_initalize): Make Array.new description match
21341 2011-10-04 08:01 [ko1@a... ] drbrain:r33390 (trunk): * proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.
21342 2011-10-04 08:17 [ko1@a... ] drbrain:r33391 (trunk): * proc.c (proc_call): Update documentation to match argument handling
21343 2011-10-04 08:23 [ko1@a... ] drbrain:r33392 (trunk): * lib/shellwords.rb: Update toplevel comment with an example. Patch
21344 2011-10-04 08:34 [ko1@a... ] drbrain:r33393 (trunk): * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patch
21345 2011-10-04 10:25 [ko1@a... ] naruse:r33394 (trunk): Fix test of gc introduced in r33379.
21346 2011-10-04 11:45 [ko1@a... ] naruse:r33395 (trunk): * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.
21347 2011-10-04 14:17 [ko1@a... ] kazu:r33396 (trunk): fix typos
21348 2011-10-04 15:05 [ko1@a... ] nobu:r33397 (trunk): * class.c (class_alloc): allocate extra memory after containing
21349 2011-10-04 16:37 [ko1@a... ] naruse:r33398 (trunk): * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.
21350 2011-10-04 18:44 [ko1@a... ] naruse:r33399 (trunk): Revert r33397 because it cause segv.
21351 2011-10-04 21:10 [ko1@a... ] nobu:r33400 (trunk): * class.c (class_alloc): allocate extra memory after containing
21352 2011-10-05 01:25 [ko1@a... ] tenderlove:r33401 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescue
21353 2011-10-05 01:25 [ko1@a... ] svn:r33402 (trunk): * 2011-10-05
21354 2011-10-05 01:53 [ko1@a... ] tenderlove:r33403 (trunk): * ext/psych/parser.c (parse): Use context_mark for indicating error
21355 2011-10-05 02:54 [ko1@a... ] tenderlove:r33404 (trunk): * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, and
21356 2011-10-05 05:48 [ko1@a... ] drbrain:r33405 (trunk): * random.c (Init_Random): Add a top-level comment for Random. Patch
21357 2011-10-05 05:59 [ko1@a... ] drbrain:r33406 (trunk): * hash.c (Init_Hash): Improve Hash documentation. Patch by Alvaro
21358 2011-10-05 16:35 [ko1@a... ] naruse:r33407 (trunk): * numeric.c (ruby_float_step): improve floating point calculations.
21359 2011-10-05 16:35 [ko1@a... ] naruse:r33408 (trunk): * vm_insnhelper.c (vm_call_cfunc): remove useless hack.
21360 2011-10-05 16:36 [ko1@a... ] naruse:r33409 (trunk): Revert r33407; half-baked patch.
21361 2011-10-06 01:47 [ko1@a... ] nagachika:r33410 (trunk): * cont.c (cont_mark): mark original Thread object from saved_thread.
21362 2011-10-06 01:47 [ko1@a... ] svn:r33411 (trunk): * 2011-10-06
21363 2011-10-06 01:49 [ko1@a... ] nagachika:r33412 (trunk): * ChangeLog: fix ML link.
21364 2011-10-06 08:55 [ko1@a... ] drbrain:r33413 (trunk): * random.c: Improve documentation of Random. Patch by Gregory
21365 2011-10-06 09:15 [ko1@a... ] drbrain:r33414 (trunk): * time.c (Init_Time): Improve Time documentation. Patch by Shane
21366 2011-10-06 09:17 [ko1@a... ] drbrain:r33415 (trunk): * time.c (Init_Time): Remove editorial comments from Time
21367 2011-10-06 09:57 [ko1@a... ] drbrain:r33416 (trunk): * enum.c: Clean up wording in Enumerable documentation. Patch by b t.
21368 2011-10-06 10:01 [ko1@a... ] drbrain:r33417 (trunk): * enum.c (group_by): Improve documentation based on patch by b t.
21369 2011-10-06 15:01 [ko1@a... ] drbrain:r33418 (trunk): * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.
21370 2011-10-06 16:29 [ko1@a... ] nobu:r33419 (trunk): * vm_eval.c (make_no_method_execption): extract from
21371 2011-10-06 16:32 [ko1@a... ] nobu:r33420 (trunk): set properties.
21372 2011-10-06 20:55 [ko1@a... ] kazu:r33421 (trunk): fix typos
21373 2011-10-07 07:03 [ko1@a... ] drbrain:r33422 (trunk): * array.c: Use + for arguments described in documentation to allow
21374 2011-10-07 07:03 [ko1@a... ] svn:r33423 (trunk): * 2011-10-07
21375 2011-10-07 17:54 [ko1@a... ] nobu:r33424 (trunk): * lib/test/unit/assertions.rb (assert_send, assert_not_send):
21376 2011-10-07 17:57 [ko1@a... ] nobu:r33425 (trunk): * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests from
21377 2011-10-07 20:29 [ko1@a... ] nobu:r33426 (trunk): * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):
21378 2011-10-08 03:21 [ko1@a... ] drbrain:r33427 (trunk): * lib/shell.rb: Document some methods of Shell. Patch by Carol
21379 2011-10-08 03:21 [ko1@a... ] svn:r33428 (trunk): * 2011-10-08
21380 2011-10-08 08:56 [ko1@a... ] drbrain:r33429 (trunk): * enum.c (group_by): Improve group_by description. Patch by b t. [#5411]
21381 2011-10-08 18:42 [ko1@a... ] kosaki:r33430 (ruby_1_9_3): merge revision(s) 33390:
21382 2011-10-08 18:48 [ko1@a... ] kosaki:r33431 (ruby_1_9_3): merge revision(s) 33391:
21383 2011-10-08 19:29 [ko1@a... ] kosaki:r33432 (ruby_1_9_3): merge revision(s) 33368:
21384 2011-10-08 19:37 [ko1@a... ] kosaki:r33433 (ruby_1_9_3): merge revision(s) 33379:
21385 2011-10-08 19:40 [ko1@a... ] kosaki:r33434 (ruby_1_9_3): merge revision(s) 33394:
21386 2011-10-08 19:53 [ko1@a... ] kosaki:r33435 (ruby_1_9_3): merge revision(s) 33386:
21387 2011-10-08 20:32 [ko1@a... ] kosaki:r33436 (ruby_1_9_3): merge revision(s) 33363:
21388 2011-10-08 20:34 [ko1@a... ] kosaki:r33437 (ruby_1_9_3): merge revision(s) 33364:
21389 2011-10-09 11:18 [ko1@a... ] ktsj:r33438 (trunk): * test/psych/test_yamldbm.rb: don't run test if the system
21390 2011-10-09 11:18 [ko1@a... ] svn:r33439 (trunk): * 2011-10-09
21391 2011-10-09 22:18 [ko1@a... ] yugui:r33440 (ruby_1_9_3): merges r33264 from trunk into ruby_1_9_3.
21392 2011-10-09 22:19 [ko1@a... ] yugui:r33441 (ruby_1_9_3): merges 33352 from trunk into ruby_1_9_3.
21393 2011-10-09 22:20 [ko1@a... ] svn:r33443 (ruby_1_9_3): * 2011-10-09
21394 2011-10-09 22:20 [ko1@a... ] yugui:r33442 (ruby_1_9_3): merges r33379 and r33395 from trunk into ruby_1_9_3.
21395 2011-10-09 22:21 [ko1@a... ] yugui:r33444 (ruby_1_9_3): merges r33398 from trunk into ruby_1_9_3.
21396 2011-10-10 00:10 [ko1@a... ] naruse:r33445 (ruby_1_9_3): Skip test_array_literal. [Backport #5369]
21397 2011-10-10 00:10 [ko1@a... ] svn:r33446 (ruby_1_9_3): * 2011-10-10
21398 2011-10-11 05:54 [ko1@a... ] drbrain:r33447 (trunk): * object.c (Init_Object): Add reference to BasicObject, brief
21399 2011-10-11 05:55 [ko1@a... ] svn:r33448 (trunk): * 2011-10-11
21400 2011-10-11 06:06 [ko1@a... ] drbrain:r33449 (trunk): * ext/coverage/coverage.c (Init_coverage): Change list format and
[前][次][番号順一覧][上]