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

ruby-cvs:20001-20100

  20001 2007-07-13 18:35 [akr ruby-lang.org   ] Ruby:r12765 (trunk): check (-0x4000000000000000)/(-1) too.
  20002 2007-07-13 18:36 [ko1 ruby-lang.org   ] Ruby:r12766 (trunk): * include/ruby/intern.h: remove unused function declarations.
  20003 2007-07-13 19:21 [akr ruby-lang.org   ] Ruby:r12767 (trunk): more tests.        
  20004 2007-07-13 21:51 [akr ruby-lang.org   ] Ruby:r12768 (trunk): new file.          
  20005 2007-07-13 22:31 [akr ruby-lang.org   ] Ruby:r12769 (trunk): add assertions using equations taken from Hacker's Delight.
  20006 2007-07-13 23:50 [akr ruby-lang.org   ] Ruby:r12770 (trunk): more tests.        
  20007 2007-07-14 00:20 [akr ruby-lang.org   ] Ruby:r12771 (trunk): check values around 16bit.
  20008 2007-07-14 00:38 [matz ruby-lang.org  ] Ruby:r12772 (trunk): * numeric.c (int_round): should not return false, but self.
  20009 2007-07-14 01:34 [akr ruby-lang.org   ] Ruby:r12773 (trunk): refined.           
  20010 2007-07-14 01:46 [matz ruby-lang.org  ] Ruby:r12774 (ruby_1_8): * numeric.c (int_pow): wrong overflow detection.  [ruby-dev:31213]
  20011 2007-07-14 02:08 [matz ruby-lang.org  ] Ruby:r12775 (trunk): * insns.def (opt_div): FIX2NUM may not work for corner cases.
  20012 2007-07-14 02:09 [matz ruby-lang.org  ] Ruby:r12776 (trunk): update ChangeLog entry
  20013 2007-07-14 02:27 [matz ruby-lang.org  ] Ruby:r12777 (ruby_1_8): * numeric.c (int_pow): wrong overflow detection.  [ruby-dev:31215]
  20014 2007-07-14 02:29 [matz ruby-lang.org  ] Ruby:r12778 (trunk): * numeric.c (int_pow): overflow detection using FIT_SQRT_LONG().
  20015 2007-07-14 02:53 [matz ruby-lang.org  ] Ruby:r12779 (ruby_1_8): * numeric.c (fix_pow): 0**2 should not raise floating point
  20016 2007-07-14 11:14 [matz ruby-lang.org  ] Ruby:r12780 (trunk): * ext/json/ext/generator/generator.c (check_max_nesting): wrong
  20017 2007-07-14 12:29 [nahi ruby-lang.org  ] Ruby:r12781 (ruby_1_8): * test/openssl/test_pkcs7.rb: follow the library change.  applied a
  20018 2007-07-14 12:46 [nahi ruby-lang.org  ] Ruby:r12782 (ruby_1_8): * test/openssl/test_pkcs7.rb: reverted the previous patch.  it should
  20019 2007-07-14 13:13 [akr ruby-lang.org   ] Ruby:r12783 (trunk): more assertions.   
  20020 2007-07-14 14:04 [nobu ruby-lang.org  ] Ruby:r12784 (ruby_1_8, trunk): * enum.c (sort_by_cmp): check if reentered.  [ruby-dev:24291]
  20021 2007-07-14 16:20 [akr ruby-lang.org   ] Ruby:r12785 (trunk): * configure.in: add --enable-valgrind.
  20022 2007-07-14 16:27 [akr ruby-lang.org   ] Ruby:r12786 (trunk): change --enable-valgrind to --with-valgrind.
  20023 2007-07-14 16:48 [akr ruby-lang.org   ] Ruby:r12787 (trunk): make mark_current_thread static.
  20024 2007-07-14 18:47 [akr ruby-lang.org   ] Ruby:r12788 (trunk): rename mark_current_thread to mark_current_machine_context.
  20025 2007-07-14 23:31 [matz ruby-lang.org  ] Ruby:r12789 (trunk): * numeric.c (fix_pow): integer power calculation: 0**n => 0,
  20026 2007-07-15 04:42 [nobu ruby-lang.org  ] Ruby:r12790 (trunk, ruby_1_8): * bignum.c (get2comp): do nothing for empty Bignum.  [ruby-dev:31225]
  20027 2007-07-15 10:18 [akr ruby-lang.org   ] Ruby:r12791 (trunk): add comment.       
  20028 2007-07-15 10:20 [akr ruby-lang.org   ] Ruby:r12792 (trunk): fix previous change.
  20029 2007-07-15 10:20 [akr ruby-lang.org   ] Ruby:r12793 (trunk): refined.           
  20030 2007-07-15 10:41 [akr ruby-lang.org   ] Ruby:r12794 (trunk): add reference.     
  20031 2007-07-15 19:05 [nobu ruby-lang.org  ] Ruby:r12795 (ruby_1_8, trunk): * bignum.c (rb_cstr_to_inum): check leading non-digits.
  20032 2007-07-15 21:07 [nobu ruby-lang.org  ] Ruby:r12796 (ruby_1_8, trunk): * bignum.c (get2comp): do nothing for empty Bignum.  [ruby-dev:31225]
  20033 2007-07-15 21:09 [nobu ruby-lang.org  ] Ruby:r12797 (ruby_1_8, trunk): * bignum.c (bigtrunc): do not empty Bignum.  [ruby-dev:31229]
  20034 2007-07-15 21:15 [akr ruby-lang.org   ] Ruby:r12798 (trunk): refine failure messages.
  20035 2007-07-15 22:24 [nobu ruby-lang.org  ] Ruby:r12799 (trunk): * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format.  [ruby-dev:31222]
  20036 2007-07-15 22:24 [nobu ruby-lang.org  ] Ruby:r12800 (ruby_1_8): * ext/digest/digest.c (rb_digest_instance_update,
  20037 2007-07-16 00:00 [nobu ruby-lang.org  ] Ruby:r12801 (ruby_1_8): * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.
  20038 2007-07-16 00:26 [nobu ruby-lang.org  ] Ruby:r12802 (trunk, ruby_1_8): * bignum.c (rb_big_pow): removed invariant variable.  [ruby-dev:31236]
  20039 2007-07-16 05:45 [nobu ruby-lang.org  ] Ruby:r12803 (ruby_1_8, trunk): * sprintf.c (rb_f_sprintf): more checks for format argument.
  20040 2007-07-16 07:17 [nobu ruby-lang.org  ] Ruby:r12804 (trunk): * insns.def (getspecial): lfp_svar_get() requires int for special
  20041 2007-07-16 18:29 [nobu ruby-lang.org  ] Ruby:r12805 (trunk, ruby_1_8): * string.c (rb_str_rindex_m): accept string-like object convertible
  20042 2007-07-17 00:45 [matz ruby-lang.org  ] Ruby:r12806 (trunk): * lib/base64.rb (Base64::b64encode): should not specify /o option
  20043 2007-07-17 00:47 [matz ruby-lang.org  ] Ruby:r12807 (ruby_1_8): * lib/base64.rb (Base64::b64encode): should not specify /o option
  20044 2007-07-17 00:56 [matz ruby-lang.org  ] Ruby:r12808 (ruby_1_8): * numeric.c (fix_pow): integer power calculation: 0**n => 0,
  20045 2007-07-17 01:58 [matz ruby-lang.org  ] Ruby:r12809 (trunk): * sprintf.c (rb_str_format): make %u behave like %d for negative
  20046 2007-07-18 08:53 [matz ruby-lang.org  ] Ruby:r12810 (ruby_1_8): * time.c (time_succ): Time#succ should return a time object in the
  20047 2007-07-18 08:55 [matz ruby-lang.org  ] Ruby:r12811 (trunk): * time.c (time_succ): Time#succ should return a time object in the
  20048 2007-07-18 09:19 [nobu ruby-lang.org  ] Ruby:r12812 (trunk): * parse.y (rb_parser_append_print, rb_parser_while_loop): moved check
  20049 2007-07-18 16:57 [nobu ruby-lang.org  ] Ruby:r12813 (ruby_1_8, trunk): * bignum.c (rb_big_pow): refine overflow check.  [ruby-dev:31242]
  20050 2007-07-19 14:38 [nobu ruby-lang.org  ] Ruby:r12814 (trunk, ruby_1_8): * bignum.c (rb_big_lshift, rb_big_rshift): separated functions
  20051 2007-07-19 19:24 [nobu ruby-lang.org  ] Ruby:r12815 (ruby_1_8, trunk): * eval_error.ci (get_backtrace): check the result more.
  20052 2007-07-20 02:04 [akr ruby-lang.org   ] Ruby:r12816 (trunk): refine tests for shift.
  20053 2007-07-20 09:50 [nobu ruby-lang.org  ] Ruby:r12817 (trunk): * bootstraptest/runner.rb (get_result_string): check $?.coredump?
  20054 2007-07-20 10:21 [nobu ruby-lang.org  ] Ruby:r12818 (trunk): * bootstraptest/test_syntax.rb: SEGV tests for syntax.
  20055 2007-07-20 10:39 [nobu ruby-lang.org  ] Ruby:r12819 (trunk): * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummy
  20056 2007-07-20 10:43 [nobu ruby-lang.org  ] Ruby:r12820 (trunk): * parse.y (remove_begin): keep empty NODE_BEGIN, instead of null.
  20057 2007-07-20 15:22 [nobu ruby-lang.org  ] Ruby:r12821 (ruby_1_8, trunk): * ext/openssl/ossl_config.c (ossl_config_set_section): do not
  20058 2007-07-20 16:11 [nobu ruby-lang.org  ] Ruby:r12822 (trunk): * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to
  20059 2007-07-20 16:30 [nobu ruby-lang.org  ] Ruby:r12823 (trunk): * compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bug
  20060 2007-07-21 01:53 [tadf ruby-lang.org  ] Ruby:r12824 (trunk): * lib/date/format.rb (Date._parse): completes calendar week based year.
  20061 2007-07-21 01:54 [tadf ruby-lang.org  ] Ruby:r12825 (ruby_1_8): * lib/date/format.rb (Date._parse): completes calendar week based year.
  20062 2007-07-21 12:06 [nobu ruby-lang.org  ] Ruby:r12826 (ruby_1_8, trunk): * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.
  20063 2007-07-21 15:32 [nobu ruby-lang.org  ] Ruby:r12827 (trunk, ruby_1_8): * win32/resource.rb: include patchlevel number.
  20064 2007-07-21 15:39 [nobu ruby-lang.org  ] Ruby:r12828 (trunk, ruby_1_8): * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.
  20065 2007-07-21 16:11 [nobu ruby-lang.org  ] Ruby:r12829 (trunk): * bcc32/Makefile.sub (ASMEXT): had overwitten OBJEXT.
  20067 2007-07-21 17:32 [nobu ruby-lang.org  ] Ruby:r12831 (trunk, ruby_1_8): * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_args
  20068 2007-07-21 17:48 [nobu ruby-lang.org  ] Ruby:r12832 (trunk, ruby_1_8): * common.mk: inverted rules order.
  20069 2007-07-21 22:02 [tadf ruby-lang.org  ] Ruby:r12833 (trunk): * lib/date.rb, lib/date/format.rb (Date._parse): now can take some
  20070 2007-07-21 23:54 [nobu ruby-lang.org  ] Ruby:r12834 (trunk): * string.c (rb_str_resize): fix indent.
  20071 2007-07-22 14:33 [nobu ruby-lang.org  ] Ruby:r12835 (ruby_1_8): * file.c (rb_file_s_rename): deleted code to get rid of a bug of
  20072 2007-07-22 14:33 [nobu ruby-lang.org  ] Ruby:r12836 (trunk): * file.c (rb_file_s_rename): deleted code to get rid of a bug of
  20073 2007-07-22 16:07 [nobu ruby-lang.org  ] Ruby:r12837 (trunk): * thread.c (is_ruby_native_thread): made an int function as
  20074 2007-07-22 16:07 [nobu ruby-lang.org  ] Ruby:r12838 (ruby_1_8): * intern.h (is_ruby_native_thread): removed since declared as an int
  20075 2007-07-22 20:22 [tadf ruby-lang.org  ] Ruby:r12839 (trunk): * lib/date/format.rb (Date._parse): now accepts some new
  20076 2007-07-23 18:13 [matz ruby-lang.org  ] Ruby:r12840 (trunk): * parse.y (value_expr_gen): warn for empty expression ().
  20077 2007-07-23 18:39 [matz ruby-lang.org  ] Ruby:r12841 (trunk): * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0.  fixes
  20078 2007-07-24 01:11 [matz ruby-lang.org  ] Ruby:r12842 (trunk): * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve old
  20079 2007-07-24 10:37 [nobu ruby-lang.org  ] Ruby:r12843 (trunk): * io.c (rb_f_p): return nil if no argument.  [ruby-dev:31285]
  20080 2007-07-25 21:47 [ser ruby-lang.org   ] Ruby:r12844 (trunk): Merges upstream changes for REXML v3.1.7
  20081 2007-07-25 22:03 [ser ruby-lang.org   ] Ruby:r12845 (trunk): Indentation fix.   
  20082 2007-07-26 06:18 [nobu ruby-lang.org  ] Ruby:r12846 (trunk): * lib/rexml/formatters/*.rb: set properties.
  20083 2007-07-26 13:38 [nobu ruby-lang.org  ] Ruby:r12847 (trunk, ruby_1_8): * dln.c (conv_to_posix_path): removed.
  20084 2007-07-26 13:57 [nobu ruby-lang.org  ] Ruby:r12848 (ruby_1_8, trunk): * dln.c (load_1, dln_find_1): constified.
  20085 2007-07-26 22:37 [matz ruby-lang.org  ] Ruby:r12849 (trunk): * range.c (range_eqq): call_super() in === does not work well
  20086 2007-07-28 09:40 [matz ruby-lang.org  ] Ruby:r12850 (ruby_1_8): * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid
  20087 2007-07-28 09:44 [matz ruby-lang.org  ] Ruby:r12851 (trunk): * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid
  20088 2007-07-28 11:46 [ser ruby-lang.org   ] Ruby:r12852 (ruby_1_8_6): r1278@bean:  ser | 2007-06-07 00:53:06 -0400
  20089 2007-07-28 22:24 [ser ruby-lang.org   ] Ruby:r12853 (ruby_1_8_6): Fixes a bug in the pretty printer related to an incomplete refactoring.
  20090 2007-07-28 22:28 [ser ruby-lang.org   ] Ruby:r12854 (trunk): Fixes a bug in the pretty printer related to an incomplete refactoring.
  20091 2007-07-30 11:16 [nobu ruby-lang.org  ] Ruby:r12855 (trunk, ruby_1_8): * bignum.c (rb_big_aref): check for Bignum index range.
  20092 2007-07-30 11:26 [nobu ruby-lang.org  ] Ruby:r12856 (ruby_1_8_6): * lib/rexml/formatters: set propertyies.
  20093 2007-07-30 12:42 [nobu ruby-lang.org  ] Ruby:r12857 (ruby_1_8, trunk): * ChangeLog: typo.
  20094 2007-07-30 12:45 [akr ruby-lang.org   ] Ruby:r12858 (trunk): add assertions.    
  20095 2007-07-31 23:46 [tadf ruby-lang.org  ] Ruby:r12859 (trunk): * lib/date/format.rb (_parse): now interprets slashed numerical
  20096 2007-08-01 12:40 [nobu ruby-lang.org  ] Ruby:r12860 (trunk): * generic.rb (URI::Generic::merge_path): behave as RFC 3986.
  20097 2007-08-02 13:46 [nobu ruby-lang.org  ] Ruby:r12861 (trunk, ruby_1_8): * sprintf.c (rb_f_sprintf): should not check positional number as
  20098 2007-08-02 23:36 [nobu ruby-lang.org  ] Ruby:r12862 (trunk): * parse.y (reg_compile_gen): set error if failed to compile regexp
  20099 2007-08-02 23:43 [nobu ruby-lang.org  ] Ruby:r12863 (trunk): * re.c (option_to_str, arg_kcode, opt_kcode): options conversion
  20100 2007-08-02 23:45 [matz ruby-lang.org  ] Ruby:r12864 (trunk): * bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsuba

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