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

ruby-cvs:22601-22700

  22601 2008-02-01 21:42 [nobu at ruby-lang.or] Ruby:r15364 (ruby_1_8, trunk): * configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.
  22602 2008-02-02 09:32 [akr at ruby-lang.org] Ruby:r15365 (trunk): * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITS
  22603 2008-02-02 09:53 [nobu at ruby-lang.or] Ruby:r15366 (trunk, ruby_1_8): * configure.in (darwin): disabled fat-binary support which confuses
  22604 2008-02-02 17:46 [naruse at ruby-lang.] Ruby:r15367 (trunk): * time.c (time_cmp): Time.<=> no longer supports comparison with
  22605 2008-02-02 20:09 [matz at ruby-lang.or] Ruby:r15368 (trunk): * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
  22606 2008-02-02 20:16 [matz at ruby-lang.or] Ruby:r15369 (ruby_1_8): * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
  22607 2008-02-03 21:14 [mame at ruby-lang.or] Ruby:r15370 (trunk): * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test coverage of file.c.
  22608 2008-02-04 09:02 [matz at ruby-lang.or] Ruby:r15371 (trunk): * lib/cgi.rb (CGI::QueryExtension::[]): no more transition
  22609 2008-02-04 14:01 [usa at ruby-lang.org] Ruby:r15372 (trunk): * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extend
  22610 2008-02-04 14:51 [nobu at ruby-lang.or] Ruby:r15373 (trunk): * trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~".
  22611 2008-02-04 14:59 [usa at ruby-lang.org] Ruby:r15374 (trunk): * ChangeLog: remove unnecessary ``trunk/''.
  22612 2008-02-04 16:44 [nobu at ruby-lang.or] Ruby:r15375 (ruby_1_8, trunk): * configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.
  22613 2008-02-04 21:52 [nobu at ruby-lang.or] Ruby:r15376 (trunk): * lib/delegate.rb (DelegateClass): use define_method instead of
  22614 2008-02-05 11:14 [nobu at ruby-lang.or] Ruby:r15377 (ruby_1_8, trunk): * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.
  22615 2008-02-05 21:58 [mame at ruby-lang.or] Ruby:r15378 (trunk): * vm.c (rb_call_super): pass a passed block when super is called via
  22616 2008-02-06 00:25 [mame at ruby-lang.or] Ruby:r15379 (trunk): * hash.c (env_rassoc): remove access to free'd environment on mswin32.
  22617 2008-02-06 00:50 [mame at ruby-lang.or] Ruby:r15380 (trunk): * test/ruby/test_hash.rb: add tests to achieve over 90% test coverage
  22618 2008-02-06 00:54 [usa at ruby-lang.org] Ruby:r15381 (trunk): * insns.def (adjuststack): never use INC_SP with minus value because
  22619 2008-02-06 00:57 [usa at ruby-lang.org] Ruby:r15382 (trunk): * insns.def: sorry, remove debug code.
  22620 2008-02-06 01:51 [matz at ruby-lang.or] Ruby:r15383 (trunk): * hash.c (rb_hash_flatten): do not flatten recursively by default.
  22621 2008-02-06 01:53 [matz at ruby-lang.or] Ruby:r15384 (trunk): typo fixed         
  22622 2008-02-07 04:40 [naruse at ruby-lang.] Ruby:r15385 (trunk): * enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In.
  22623 2008-02-07 09:06 [matz at ruby-lang.or] Ruby:r15386 (trunk): * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not
  22624 2008-02-07 09:22 [usa at ruby-lang.org] Ruby:r15387 (trunk): * ChangeLog: date format. suppress the day of month by space instead of `0'.
  22625 2008-02-07 10:43 [akr at ruby-lang.org] Ruby:r15388 (trunk): * math.c (math_gamma): new method Math.gamma.
  22626 2008-02-07 10:52 [akr at ruby-lang.org] Ruby:r15389 (trunk): fix typos.         
  22627 2008-02-07 11:14 [usa at ruby-lang.org] Ruby:r15390 (trunk): * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividing
  22628 2008-02-07 11:40 [akr at ruby-lang.org] Ruby:r15391 (trunk): fix lgamma doc.    
  22629 2008-02-07 11:48 [nobu at ruby-lang.or] Ruby:r15392 (trunk): * missing/tgamma.c, missing/lgamma_r.c: set properties.
  22630 2008-02-07 15:05 [naruse at ruby-lang.] Ruby:r15393 (trunk): * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]
  22631 2008-02-07 15:42 [nobu at ruby-lang.or] Ruby:r15394 (trunk): * string.c (rb_str_end_with): compares with the suffix.
  22632 2008-02-07 16:33 [nobu at ruby-lang.or] Ruby:r15395 (trunk): * string.c (str_replace_shared): replaces string with sharing.
  22633 2008-02-07 16:40 [akr at ruby-lang.org] Ruby:r15396 (trunk): * io.c (io_reopen): don't change access mode for stdin, stdout and
  22634 2008-02-07 18:57 [nobu at ruby-lang.or] Ruby:r15397 (trunk): * string.c (rb_str_dup): reverted unneeded change.  [ruby-dev:33634]
  22635 2008-02-07 19:11 [nobu at ruby-lang.or] Ruby:r15398 (trunk): * string.c (rb_str_replace): makes frozen shared string before
  22636 2008-02-08 00:09 [mame at ruby-lang.or] Ruby:r15399 (trunk): * test/ruby/test_hash.rb: follow the change of Hash#flatten.
  22637 2008-02-08 09:54 [naruse at ruby-lang.] Ruby:r15400 (trunk): * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.
  22638 2008-02-08 13:27 [akr at ruby-lang.org] Ruby:r15401 (trunk): add a test.        
  22639 2008-02-08 15:09 [nobu at ruby-lang.or] Ruby:r15402 (ruby_1_8, trunk): * lib/mkmf.rb (xsystem): expand macros like as make.
  22640 2008-02-08 19:18 [akr at ruby-lang.org] Ruby:r15403 (trunk): add a test.        
  22641 2008-02-08 19:19 [nobu at ruby-lang.or] Ruby:r15404 (trunk): * ext/iconv/iconv.c (iconv_convert): added toidx argument to set
  22642 2008-02-08 19:22 [nobu at ruby-lang.or] Ruby:r15405 (trunk): * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for byte
  22643 2008-02-08 22:11 [akr at ruby-lang.org] Ruby:r15406 (trunk): * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError by
  22644 2008-02-08 23:53 [akr at ruby-lang.org] Ruby:r15407 (trunk): * missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.
  22645 2008-02-09 00:44 [nobu at ruby-lang.or] Ruby:r15408 (trunk, ruby_1_8): * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
  22646 2008-02-09 01:10 [naruse at ruby-lang.] Ruby:r15409 (trunk): * file.c (lchmod_internal): fix warning cast from pointer to integer of
  22647 2008-02-09 10:04 [akr at ruby-lang.org] Ruby:r15410 (trunk): * string.c (rb_str_new4): copy encoding from orig, instead of shared
  22648 2008-02-09 11:10 [akr at ruby-lang.org] Ruby:r15411 (trunk): * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positive
  22649 2008-02-09 11:12 [akr at ruby-lang.org] Ruby:r15412 (trunk): fix a typo.        
  22650 2008-02-09 11:47 [akr at ruby-lang.org] Ruby:r15413 (trunk): * math.c (math_gamma): add error check.
  22651 2008-02-09 12:07 [akr at ruby-lang.org] Ruby:r15414 (trunk): * missing/tgamma.c (tgamma): add error check.
  22652 2008-02-09 17:51 [nobu at ruby-lang.or] Ruby:r15415 (ruby_1_8, trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more
  22653 2008-02-09 18:36 [akr at ruby-lang.org] Ruby:r15416 (trunk): * math.c (math_cbrt): new method Math.cbrt.
  22654 2008-02-09 18:49 [akr at ruby-lang.org] Ruby:r15417 (trunk): fix typos.         
  22655 2008-02-09 21:21 [mame at ruby-lang.or] Ruby:r15418 (trunk): * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and
  22656 2008-02-09 23:22 [nobu at ruby-lang.or] Ruby:r15419 (ruby_1_8, trunk): * ext/bigdecimal/extconf.rb: simplified the condition.
  22657 2008-02-09 23:45 [akr at ruby-lang.org] Ruby:r15420 (trunk): * missing/tgamma.c (tgamma): use lgamma_r if available.
  22658 2008-02-10 12:59 [drbrain at ruby-lang] Ruby:r15421 (trunk): * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.
  22659 2008-02-10 15:07 [nobu at ruby-lang.or] Ruby:r15422 (trunk): * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.
  22660 2008-02-10 17:00 [drbrain at ruby-lang] Ruby:r15423 (trunk): Import RubyGems r1601.  [ruby-core:15381].
  22661 2008-02-10 22:13 [naruse at ruby-lang.] Ruby:r15424 (trunk): * common.mk (encdb, transdb): depend on $(PREP).
  22662 2008-02-11 00:24 [naruse at ruby-lang.] Ruby:r15425 (ruby_1_8): * lib/benchmark.rb (Job::Benchmark#item): fix typo.
  22663 2008-02-11 00:29 [naruse at ruby-lang.] Ruby:r15426 (trunk): * lib/benchmark.rb (Job::Benchmark#item): fix typo.
  22664 2008-02-11 06:52 [mame at ruby-lang.or] Ruby:r15427 (trunk): * test/ruby/test_pack.rb: fix tests for 64bit CPU.
  22665 2008-02-11 10:47 [naruse at ruby-lang.] Ruby:r15428 (trunk): * ruby.c (load_file): the encoding of DATA follows the source
  22666 2008-02-11 16:52 [shyouhei at ruby-lan] Ruby:r15429 (ruby_1_8): * gc.c (rb_newobj): prohibit call of rb_newobj() during gc.
  22667 2008-02-11 16:57 [shyouhei at ruby-lan] Ruby:r15430 (ruby_1_8): * ChangeLog: format-time-string under C locale. [ruby-dev:33261]
  22668 2008-02-11 17:24 [kou at ruby-lang.org] Ruby:r15431 (trunk): * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:
  22669 2008-02-11 17:26 [kou at ruby-lang.org] Ruby:r15432 (ruby_1_8): * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:
  22670 2008-02-12 02:46 [matz at ruby-lang.or] Ruby:r15433 (trunk): * range.c (range_include): specialize single character string
  22671 2008-02-12 10:17 [drbrain at ruby-lang] Ruby:r15434 (trunk): Restore require rubygems check
  22672 2008-02-12 10:20 [naruse at ruby-lang.] Ruby:r15435 (trunk): * ruby.c (load_file): enc must effect source encoding.
  22673 2008-02-12 10:27 [drbrain at ruby-lang] Ruby:r15436 (trunk): Wrap parse_files' read in a version check for backwards compatibility.
  22674 2008-02-12 11:46 [matz at ruby-lang.or] Ruby:r15437 (trunk): * numeric.c (rb_num_coerce_bin): add ID argument to specify
  22675 2008-02-12 11:52 [seki at ruby-lang.or] Ruby:r15438 (ruby_1_8): TestERBCore: import from erb-2.0.4
  22676 2008-02-12 11:59 [usa at ruby-lang.org] Ruby:r15439 (ruby_1_8): * 2008-02-12    
  22677 2008-02-12 12:16 [matz at ruby-lang.or] Ruby:r15440 (trunk): * instruby.rb: specify file mode to install.  a patch from
  22678 2008-02-12 12:17 [matz at ruby-lang.or] Ruby:r15441 (trunk): * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for
  22679 2008-02-12 15:18 [naruse at ruby-lang.] Ruby:r15442 (trunk): * ext/json/lib/json/pure/generator.rb,
  22680 2008-02-12 15:28 [naruse at ruby-lang.] Ruby:r15443 (trunk): * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,
  22681 2008-02-12 16:18 [nobu at ruby-lang.or] Ruby:r15444 (trunk): * parse.y (args, mrhs): flattens literal array splats.
  22682 2008-02-12 16:48 [nobu at ruby-lang.or] Ruby:r15445 (trunk): * parse.y (exc_list): splat literal array.
  22683 2008-02-12 20:47 [tadf at ruby-lang.or] Ruby:r15446 (trunk): * lib/rational.rb (floor, ceil, truncate, round): do not use
  22684 2008-02-12 21:04 [nobu at ruby-lang.or] Ruby:r15447 (trunk): * parse.y (exc_list): should use mrhs if non array.
  22685 2008-02-13 01:23 [nobu at ruby-lang.or] Ruby:r15448 (trunk): * parse.y (arg_add_gen): removed since identical to arg_append_gen.
  22686 2008-02-13 01:26 [nobu at ruby-lang.or] Ruby:r15449 (trunk): * parse.y (arg_concat_gen, arg_append_gen): optimize for array concat.
  22687 2008-02-13 01:27 [nobu at ruby-lang.or] Ruby:r15450 (trunk): * parse.y (stmt, arg): concat opt_call_args only if non-null.
  22688 2008-02-13 03:13 [nobu at ruby-lang.or] Ruby:r15451 (trunk): * parse.y (arg_append_gen): optimize only for array push.
  22689 2008-02-13 04:15 [nobu at ruby-lang.or] Ruby:r15452 (trunk): * parse.y (stmt, arg): reverted r15450.  [ruby-core:15526]
  22690 2008-02-13 07:23 [drbrain at ruby-lang] Ruby:r15453 (trunk): Separate HTML linking and crossreferencing into separate files.
  22691 2008-02-13 08:59 [drbrain at ruby-lang] Ruby:r15454 (trunk): Allow inline markup to have a leading '#' or '\', or trailing punctuation.
  22692 2008-02-13 11:21 [usa at ruby-lang.org] Ruby:r15455 (trunk): * enc/depend: fix typo.
  22693 2008-02-13 16:26 [naruse at ruby-lang.] Ruby:r15456 (trunk): * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse
  22694 2008-02-13 16:29 [naruse at ruby-lang.] Ruby:r15457 (trunk): * filenames need comma.
  22695 2008-02-13 20:52 [akr at ruby-lang.org] Ruby:r15458 (trunk): * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of
  22696 2008-02-13 21:51 [mame at ruby-lang.or] Ruby:r15459 (trunk): * proc.c (proc_curry): new method. [ruby-dev:33676]
  22697 2008-02-13 22:20 [akr at ruby-lang.org] Ruby:r15460 (trunk): wait signal arrival 10sec.
  22698 2008-02-13 22:50 [akr at ruby-lang.org] Ruby:r15461 (trunk): * lib/pathname.rb (Pathname#sub_ext): new method.  [ruby-list:44608]
  22699 2008-02-14 00:04 [mame at ruby-lang.or] Ruby:r15462 (trunk): * eval.c (eval): allow to eval in a binding that has a singleton method.
  22700 2008-02-14 00:49 [nobu at ruby-lang.or] Ruby:r15463 (ruby_1_8, trunk): * common.mk (INSTRUBY_ARGS): pass mode to install.  [ruby-dev:33766]

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