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

ruby-cvs:20801-20900

  20801 2007-09-29 12:11 [akr ruby-lang.org   ] Ruby:r13564 (trunk): add test for a define_method wrapper.
  20802 2007-09-29 12:32 [akr ruby-lang.org   ] Ruby:r13565 (trunk): * bootstraptest/runner.rb (assert_normal_exit): new method.
  20803 2007-09-29 13:52 [akr ruby-lang.org   ] Ruby:r13566 (trunk): use Marshal.load instead of binary string.
  20804 2007-09-29 17:17 [matz ruby-lang.org  ] Ruby:r13567 (trunk): * marshal.c (r_leave): move proc invocation from r_entry() to
  20805 2007-09-29 17:44 [matz ruby-lang.org  ] Ruby:r13568 (trunk): * array.c (rb_ary_combination): new method to give all combination
  20806 2007-09-29 17:45 [nobu ruby-lang.org  ] Ruby:r13569 (trunk): * main.c (main): use platform-independent per-process initialization.
  20807 2007-09-30 00:56 [usa ruby-lang.org   ] Ruby:r13570 (trunk): * variable.c (obj_ivar_each): get rid of warning.
  20808 2007-09-30 04:06 [akr ruby-lang.org   ] Ruby:r13571 (trunk): * re.c (Init_Regexp): test DEFAULT_KCODE in C code because
  20809 2007-09-30 04:33 [akr ruby-lang.org   ] Ruby:r13572 (trunk): * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not
  20810 2007-09-30 05:40 [akr ruby-lang.org   ] Ruby:r13573 (trunk): fix typos.         
  20811 2007-09-30 11:23 [akr ruby-lang.org   ] Ruby:r13574 (trunk): add test for [ruby-dev:31911].
  20812 2007-09-30 11:33 [akr ruby-lang.org   ] Ruby:r13575 (trunk): * numeric.c: use #ifdef for test LONG_LONG_VALUE.
  20813 2007-09-30 11:52 [akr ruby-lang.org   ] Ruby:r13576 (trunk): * bootstraptest/runner.rb (pretty): don't show beginning empty line.
  20814 2007-09-30 15:52 [akr ruby-lang.org   ] Ruby:r13577 (trunk): add test for [ruby-dev:31913].
  20815 2007-09-30 17:13 [nobu ruby-lang.org  ] Ruby:r13578 (trunk): * string.c (rb_str_append): always set encoding, and coderange
  20816 2007-10-01 10:52 [nobu ruby-lang.org  ] Ruby:r13579 (trunk): * eval.c (ruby_options), ruby.c (proc_options, process_options): not
  20817 2007-10-01 10:58 [nobu ruby-lang.org  ] Ruby:r13580 (trunk): * ruby.c (require_libraries): use require method instead of calling
  20818 2007-10-01 15:17 [nobu ruby-lang.org  ] Ruby:r13581 (trunk): * gc.c (id2ref): T_VALUES is less than T_BLOCK.  [ruby-dev:31911]
  20819 2007-10-01 15:30 [akr ruby-lang.org   ] Ruby:r13582 (trunk): * bootstraptest/runner.rb (assert_normal_exit): use `` instead of
  20820 2007-10-01 15:57 [nobu ruby-lang.org  ] Ruby:r13583 (trunk): * gc.c (id2ref): skip ICLASS.
  20821 2007-10-01 16:18 [akr ruby-lang.org   ] Ruby:r13584 (trunk): * bootstraptest/test_method.rb: use assert_normal_exit to test
  20822 2007-10-01 16:43 [akr ruby-lang.org   ] Ruby:r13585 (trunk): check exception on Process.setrlimit.
  20823 2007-10-01 22:44 [matz ruby-lang.org  ] Ruby:r13586 (ruby_1_8): * eval.c (remove_method): should not remove undef place holder.
  20824 2007-10-01 22:45 [matz ruby-lang.org  ] Ruby:r13587 (ruby_1_8): * gc.c (id2ref): valid id should not refer T_VALUE nor T_ICLASS.
  20825 2007-10-01 23:46 [matz ruby-lang.org  ] Ruby:r13588 (trunk): * array.c (rb_ary_combination): revisit #combination behavior.
  20826 2007-10-02 07:02 [ko1 ruby-lang.org   ] Ruby:r13589 (trunk): * proc.c (proc_dup): proc->block.proc should be self.
  20827 2007-10-02 08:35 [matz ruby-lang.org  ] Ruby:r13590 (trunk): * array.c (rb_ary_permutation): implementation contributed from
  20828 2007-10-02 08:37 [matz ruby-lang.org  ] Ruby:r13591 (trunk): * array.c (rb_ary_permutation): small dirty hack by Matz to avoid
  20829 2007-10-02 10:45 [ser ruby-lang.org   ] Ruby:r13592 (trunk): r1361@bean:  ser | 2007-10-01 21:24:28 -0400
  20830 2007-10-02 10:45 [ser ruby-lang.org   ] Ruby:r13593 (trunk): r1364@bean:  ser | 2007-10-01 21:24:31 -0400
  20831 2007-10-02 10:46 [ser ruby-lang.org   ] Ruby:r13594 (trunk): r1365@bean:  ser | 2007-10-01 21:24:32 -0400
  20832 2007-10-02 10:46 [ser ruby-lang.org   ] Ruby:r13595 (trunk): r1366@bean:  ser | 2007-10-01 21:24:33 -0400
  20833 2007-10-02 10:46 [ser ruby-lang.org   ] Ruby:r13596 (trunk): r1367@bean:  ser | 2007-10-01 21:24:35 -0400
  20834 2007-10-02 10:47 [ser ruby-lang.org   ] Ruby:r13597 (trunk): r1368@bean:  ser | 2007-10-01 21:24:36 -0400
  20835 2007-10-02 12:33 [matz ruby-lang.org  ] Ruby:r13598 (trunk): * array.c (rb_ary_product): generalized product, now takes
  20836 2007-10-02 20:17 [usa ruby-lang.org   ] Ruby:r13599 (trunk): * win32/win32.c (init_env): refactoring. remove unused code.
  20837 2007-10-02 21:18 [ser ruby-lang.org   ] Ruby:r13600 (ruby_1_8_6): * Fixes a bug in the pretty printer related to an incomplete refactoring.
  20838 2007-10-02 21:18 [usa ruby-lang.org   ] Ruby:r13601 (ruby_1_8): * win32/win32.c (init_env): initialize HOME and USER environment
  20839 2007-10-02 21:21 [usa ruby-lang.org   ] Ruby:r13602 (ruby_1_8): * win32/win32.c (make_cmdvector): adjust escaped successive
  20840 2007-10-03 10:06 [nobu ruby-lang.org  ] Ruby:r13603 (trunk): * ruby.c (ruby_process_options): push frame with program name.
  20841 2007-10-03 15:48 [matz ruby-lang.org  ] Ruby:r13604 (trunk): * variable.c (rb_cvar_set): check whether class variable is
  20842 2007-10-03 15:49 [matz ruby-lang.org  ] Ruby:r13605 (trunk): * sample/test.rb: should update class variable tests
  20843 2007-10-03 16:58 [nobu ruby-lang.org  ] Ruby:r13606 (trunk): * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range
  20844 2007-10-03 17:25 [shyouhei ruby-lang.o] Ruby:r13607 (ruby_1_8_6): Sorry SER, reverting r13600, which brakes make test-all''
  20845 2007-10-03 17:58 [ko1 ruby-lang.org   ] Ruby:r13608 (trunk): * benchmark/driver.rb: enable specify label to executable.
  20846 2007-10-03 23:39 [matz ruby-lang.org  ] Ruby:r13609 (trunk): * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
  20847 2007-10-03 23:42 [matz ruby-lang.org  ] Ruby:r13610 (trunk): add ML number      
  20848 2007-10-04 12:40 [akr ruby-lang.org   ] Ruby:r13611 (trunk): fix typos.         
  20849 2007-10-04 15:51 [matz ruby-lang.org  ] Ruby:r13612 (trunk): * array.c (rb_ary_permutation): remove C99 dependency.
  20850 2007-10-04 15:57 [nobu ruby-lang.org  ] Ruby:r13613 (trunk): * encoding.c (rb_obj_encoding): returns encoding of the given object.
  20851 2007-10-04 16:16 [nobu ruby-lang.org  ] Ruby:r13614 (trunk): * parse.y (reg_compile_gen): copy encoding from source string.
  20852 2007-10-04 16:28 [nobu ruby-lang.org  ] Ruby:r13615 (trunk): * parse.y (reg_compile_gen): copy encoding from source string if
  20853 2007-10-04 16:31 [matz ruby-lang.org  ] Ruby:r13616 (trunk): * re.c (kcode_setter): Perl-ish global variable `$=' no longer
  20854 2007-10-04 16:53 [matz ruby-lang.org  ] Ruby:r13617 (trunk): * io.c (Init_IO): remove obsolete variables: $defout, $deferr.
  20855 2007-10-04 16:54 [matz ruby-lang.org  ] Ruby:r13618 (trunk): * re.c (Init_Regexp): remove obsolete const alias: MatchingData.
  20856 2007-10-04 16:56 [matz ruby-lang.org  ] Ruby:r13619 (trunk): * time.c (Init_Time): remove obsolete Time::times.
  20857 2007-10-04 17:09 [matz ruby-lang.org  ] Ruby:r13620 (trunk): * re.c (ignorecase_setter): change warning message.
  20858 2007-10-04 17:34 [matz ruby-lang.org  ] Ruby:r13621 (trunk): * re.c (kcode_setter): restore erroneously removed setter.
  20859 2007-10-04 18:24 [matz ruby-lang.org  ] Ruby:r13622 (trunk): * re.c (rb_memcmp): no longer useful without ruby_ignorecase.
  20860 2007-10-04 18:54 [matz ruby-lang.org  ] Ruby:r13623 (trunk): revert rb_memcmp() change to pacify GCC optimizer
  20861 2007-10-04 18:59 [matz ruby-lang.org  ] Ruby:r13624 (trunk): replace rb_memcicmp()
  20862 2007-10-04 20:18 [usa ruby-lang.org   ] Ruby:r13625 (trunk): * array.c (rb_ary_permutation, rb_ary_product): support non C99
  20863 2007-10-04 20:47 [usa ruby-lang.org   ] Ruby:r13626 (trunk): * process.c (Init_process): win32 has our own WNOHANG definition, so
  20864 2007-10-05 03:23 [knu ruby-lang.org   ] Ruby:r13627 (trunk): * lib/ipaddr.rb (coerce_other): Support type coercion and make &,
  20865 2007-10-05 03:56 [knu ruby-lang.org   ] Ruby:r13628 (trunk): * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr
  20866 2007-10-05 04:03 [knu ruby-lang.org   ] Ruby:r13629 (trunk): * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minor
  20867 2007-10-05 04:56 [knu ruby-lang.org   ] Ruby:r13630 (trunk): 2007-10-05         
  20868 2007-10-05 15:44 [knu ruby-lang.org   ] Ruby:r13631 (ruby_1_8): * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a
  20869 2007-10-05 15:45 [knu ruby-lang.org   ] Ruby:r13632 (ruby_1_8): * lib/shellwords.rb: Add shellescape() and shelljoin().
  20870 2007-10-05 15:45 [knu ruby-lang.org   ] Ruby:r13633 (ruby_1_8): * lib/shellwords.rb: Add shellescape() and shelljoin().
  20871 2007-10-05 15:58 [knu ruby-lang.org   ] Ruby:r13634 (ruby_1_8): 2007-10-05      
  20872 2007-10-05 16:12 [knu ruby-lang.org   ] Ruby:r13635 (trunk): * time.c (time_to_s): Fix documentation.  Time format changed.
  20873 2007-10-05 16:24 [knu ruby-lang.org   ] Ruby:r13636 (trunk): * configure.in: Turn on --enable-pthread by default for FreeBSD
  20874 2007-10-05 16:43 [akr ruby-lang.org   ] Ruby:r13637 (trunk): * bootstraptest/runner.rb (assert_not_match): new method.
  20875 2007-10-05 21:26 [akr ruby-lang.org   ] Ruby:r13638 (trunk): * re.c (rb_reg_s_union_m): Regexp.union accepts single argument which
  20876 2007-10-05 22:25 [akr ruby-lang.org   ] Ruby:r13639 (trunk): add ML ref.        
  20877 2007-10-06 02:40 [matz ruby-lang.org  ] Ruby:r13640 (trunk): * include/ruby/defines.h: no longer provide DEFAULT_KCODE.
  20878 2007-10-06 14:32 [nobu ruby-lang.org  ] Ruby:r13641 (trunk): * insns.def (opt_eq): get rid of gcc bug.
  20879 2007-10-06 14:40 [akr ruby-lang.org   ] Ruby:r13642 (trunk): add an example for Regexp.union document.
  20880 2007-10-06 14:56 [nobu ruby-lang.org  ] Ruby:r13643 (trunk): * encoding.c (rb_enc_register): returns new index or -1 if failed.
  20881 2007-10-06 16:30 [ko1 ruby-lang.org   ] Ruby:r13644 (trunk): * cont.c (cont_free): check Fiber or Continuation.
  20882 2007-10-06 23:17 [matz ruby-lang.org  ] Ruby:r13645 (trunk): * string.c (rb_str_to_i): update RDoc since base can be any value
  20883 2007-10-06 23:17 [matz ruby-lang.org  ] Ruby:r13646 (ruby_1_8): * string.c (rb_str_to_i): update RDoc since base can be any value
  20884 2007-10-07 15:49 [ko1 ruby-lang.org   ] Ruby:r13647 (trunk): * insns.def (opt_eq): fix to use rb_str_equal().
  20885 2007-10-07 17:53 [gotoyuzo ruby-lang.o] Ruby:r13648 (trunk): * lib/net/http.rb: remove enable_post_connection_check flag.
  20886 2007-10-07 18:58 [akr ruby-lang.org   ] Ruby:r13649 (trunk): * include/ruby/ruby.h: enum ruby_value_flags removed.
  20887 2007-10-07 19:18 [akr ruby-lang.org   ] Ruby:r13650 (trunk): refine previous change.
  20888 2007-10-07 19:41 [akr ruby-lang.org   ] Ruby:r13651 (trunk): refined again.     
  20889 2007-10-07 21:34 [akr ruby-lang.org   ] Ruby:r13652 (trunk): add ML ref.        
  20890 2007-10-07 22:03 [akr ruby-lang.org   ] Ruby:r13653 (trunk): * include/ruby/node.h: make node flags as VALUE type.
  20891 2007-10-07 22:26 [akr ruby-lang.org   ] Ruby:r13654 (trunk): avoid magic numbers.
  20892 2007-10-07 22:42 [kou ruby-lang.org   ] Ruby:r13655 (trunk): * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
  20893 2007-10-08 20:14 [gotoyuzo ruby-lang.o] Ruby:r13656 (trunk): * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should
  20894 2007-10-08 20:16 [gotoyuzo ruby-lang.o] Ruby:r13657 (ruby_1_8): * lib/net/http.rb, lib/open-uri.rb: remove
  20895 2007-10-09 01:03 [akr ruby-lang.org   ] Ruby:r13658 (trunk): fix rdoc position of Regexp.union.
  20896 2007-10-09 01:04 [akr ruby-lang.org   ] Ruby:r13659 (ruby_1_8): * re.c (rb_reg_s_union_m): Regexp.union accepts single
  20897 2007-10-09 02:13 [akr ruby-lang.org   ] Ruby:r13660 (ruby_1_8): describe about Regexp.union.
  20898 2007-10-09 15:40 [nobu ruby-lang.org  ] Ruby:r13661 (trunk): * parse.y (STR_NEW3): check for if single byte sequence.
  20899 2007-10-09 15:41 [akr ruby-lang.org   ] Ruby:r13662 (trunk): add a test for [ruby-dev:31982].
  20900 2007-10-09 16:01 [usa ruby-lang.org   ] Ruby:r13663 (trunk): * parse.y (parser_read_escape, parser_tokadd_escape): check code range.

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