[前][次][スレッド一覧][上]
ruby-changes:29701-29800
29701 2013-07-03 14:12 [ko1@a... ] nobu:r41753 (trunk): test/ruby: independent from pathname
29702 2013-07-03 14:12 [ko1@a... ] nobu:r41754 (trunk): dir.c: do_lstat alias
29703 2013-07-03 14:15 [ko1@a... ] nobu:r41755 (trunk): dir.c: get rid of FindFirstFile bug
29704 2013-07-03 18:13 [ko1@a... ] nobu:r41756 (trunk): mkmf.rb: revert DESTDIR prefix
29705 2013-07-03 22:32 [ko1@a... ] akr:r41757 (trunk): * internal.h (ruby_digit36_to_number_table): Declared.
29706 2013-07-03 23:36 [ko1@a... ] nagachika:r41758 (ruby_2_0_0): merge revision(s) 41734,41737: [Backport #8596]
29707 2013-07-03 23:47 [ko1@a... ] nobu:r41759 (trunk): ruby_atomic.h: suppress warnigns
29708 2013-07-04 00:13 [ko1@a... ] nobu:r41760 (trunk): ruby_atomic.h: ATOMIC_CAS on VC6
29709 2013-07-04 00:13 [ko1@a... ] svn:r41761 (trunk): * 2013-07-04
29710 2013-07-04 00:36 [ko1@a... ] nobu:r41762 (trunk): internal.h: supperss warning
29711 2013-07-04 10:11 [ko1@a... ] kazu:r41763 (trunk): fix a typo
29712 2013-07-04 10:16 [ko1@a... ] naruse:r41764 (trunk): * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
29713 2013-07-04 10:39 [ko1@a... ] naruse:r41765 (trunk): Additional description for r41764
29714 2013-07-04 11:53 [ko1@a... ] hsbt:r41766 (trunk): Fixing example in comments that raised an error by @JackDanger [fix GH-345]
29715 2013-07-04 13:32 [ko1@a... ] nobu:r41767 (trunk): test_regexp.rb: test for conditional expression
29716 2013-07-04 15:53 [ko1@a... ] naruse:r41768 (trunk): * string.c (rb_str_succ): use ONIGENC_MBCLEN_CHARFOUND_P correctly.
29717 2013-07-04 16:03 [ko1@a... ] nobu:r41769 (trunk): mkmf.rb: CONFTEST
29718 2013-07-04 16:03 [ko1@a... ] nobu:r41770 (trunk): test_have_library.rb: toolchains result
29719 2013-07-04 16:03 [ko1@a... ] nobu:r41771 (trunk): test/mkmf: $extmk in parallel test
29720 2013-07-04 18:39 [ko1@a... ] akr:r41772 (trunk): * bignum.c (rb_cstr_to_inum): Avoid temporary buffer allocation except
29721 2013-07-04 20:23 [ko1@a... ] akr:r41773 (trunk): * bignum.c (maxpow_in_bdigit_dbl): Use tables if available.
29722 2013-07-04 20:40 [ko1@a... ] akr:r41774 (trunk): * tool/make-snapshot: Exit with EXIT_FAILURE when it fails.
29723 2013-07-04 22:31 [ko1@a... ] charliesome:r41775 (trunk): * object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typo
29724 2013-07-04 23:41 [ko1@a... ] nobu:r41776 (trunk): bignum.c: constify
29725 2013-07-05 00:25 [ko1@a... ] nobu:r41777 (trunk): mkmf.rb: header in framework
29726 2013-07-05 00:26 [ko1@a... ] svn:r41778 (trunk): * 2013-07-05
29727 2013-07-05 00:30 [ko1@a... ] nobu:r41779 (trunk): mkmf.rb: old syntax
29728 2013-07-05 01:30 [ko1@a... ] nagachika:r41780 (ruby_2_0_0): merge revision(s) 41764,41765,41767: [Backport #8583]
29729 2013-07-05 02:22 [ko1@a... ] knu:r41781 (trunk): * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
29730 2013-07-05 02:22 [ko1@a... ] knu:r41782 (trunk): * lib/fileutils.rb (FileUtils.chmod{,_R}): Enhance the symbolic
29731 2013-07-05 05:31 [ko1@a... ] akr:r41783 (trunk): * bignum.c (bary_mul_balance): Extracted from bigmul1_balance and
29732 2013-07-05 06:04 [ko1@a... ] akr:r41784 (trunk): * bignum.c (BARY_MUL1): Renamed from BARY_MUL.
29733 2013-07-05 09:46 [ko1@a... ] hsbt:r41785 (trunk): Fix comment typo by @parroty [fix GH-350]
29734 2013-07-05 09:55 [ko1@a... ] naruse:r41787 (trunk): * lib/mkmf.rb (CONFIG['CPPOUTFILE']): fix r41769; CONFIG['CPPOUTFILE']
29735 2013-07-05 09:55 [ko1@a... ] naruse:r41786 (trunk): broken utf-8
29736 2013-07-05 10:53 [ko1@a... ] nobu:r41788 (trunk): mkmf.rb: config_string
29737 2013-07-05 11:13 [ko1@a... ] usa:r41789 (trunk): * win32/win32.c (w32_spawn): r41710 made that if the command starts with
29738 2013-07-05 11:30 [ko1@a... ] nobu:r41790 (trunk): test/unit: assert_raise_with_message
29739 2013-07-05 12:16 [ko1@a... ] usa:r41791 (trunk): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): after
29740 2013-07-05 16:07 [ko1@a... ] knu:r41792 (trunk): * test/ruby/test_regexp.rb
29741 2013-07-05 16:24 [ko1@a... ] knu:r41793 (trunk): * test/ruby/test_regexp.rb
29742 2013-07-05 16:53 [ko1@a... ] usa:r41794 (trunk): * test/ruby/test_rubyoptions.rb: typo in r41791.
29743 2013-07-05 16:58 [ko1@a... ] usa:r41795 (trunk): * test/ruby/test_rubyoptions.rb: better approach.
29744 2013-07-05 19:08 [ko1@a... ] knu:r41796 (trunk): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
29745 2013-07-05 20:50 [ko1@a... ] usa:r41797 (trunk): * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): this
29746 2013-07-05 22:43 [ko1@a... ] nobu:r41799 (trunk): un.rb: refine regexp
29747 2013-07-05 22:43 [ko1@a... ] nobu:r41798 (trunk): un.rb: nodoc setup
29748 2013-07-05 22:43 [ko1@a... ] nobu:r41800 (trunk): un.rb: help message
29749 2013-07-05 22:43 [ko1@a... ] nobu:r41801 (trunk): un.rb: help order
29750 2013-07-06 03:38 [ko1@a... ] svn:r41803 (trunk): * 2013-07-06
29751 2013-07-06 03:38 [ko1@a... ] naruse:r41802 (trunk): Use server_port for Windows
29752 2013-07-06 04:51 [ko1@a... ] tenderlove:r41804 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects so
29753 2013-07-06 06:08 [ko1@a... ] emboss:r41805 (trunk): * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
29754 2013-07-06 06:46 [ko1@a... ] emboss:r41806 (trunk): * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and
29755 2013-07-06 07:16 [ko1@a... ] emboss:r41807 (trunk): * test/openssl/test_x509crl.rb: Remove unused variable.
29756 2013-07-06 07:46 [ko1@a... ] emboss:r41808 (trunk): * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
29757 2013-07-07 01:53 [ko1@a... ] nagachika:r41809 (ruby_2_0_0): merge revision(s) 41785:
29758 2013-07-07 01:58 [ko1@a... ] nagachika:r41810 (ruby_2_0_0): merge revision(s) 41796:
29759 2013-07-07 01:58 [ko1@a... ] nagachika:r41811 (ruby_2_0_0): merge revision(s) 41781: [Backport #8604]
29760 2013-07-07 02:05 [ko1@a... ] nagachika:r41812 (ruby_2_0_0): merge revision(s) 41805: [Backport #8575] [Backport #8582]
29761 2013-07-07 10:23 [ko1@a... ] akr:r41813 (trunk): * bignum.c (bary_sq_fast): Extracted from bigsqr_fast and
29762 2013-07-07 10:23 [ko1@a... ] svn:r41814 (trunk): * 2013-07-07
29763 2013-07-07 11:01 [ko1@a... ] nobu:r41815 (trunk): configure.in: correctly tests dtrace -G in version 1.11
29764 2013-07-07 11:01 [ko1@a... ] nobu:r41816 (trunk): configure.in: check exit statuses
29765 2013-07-07 11:35 [ko1@a... ] kou:r41817 (trunk): * lib/rexml/text.rb (REXML::Text#clear_cache): Extract common
29766 2013-07-07 11:48 [ko1@a... ] kou:r41818 (trunk): * lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"
29767 2013-07-07 11:50 [ko1@a... ] kou:r41819 (trunk): * lib/rexml/text.rb (REXML::Text#<<): Support appending in not
29768 2013-07-07 11:56 [ko1@a... ] kou:r41820 (trunk): * NEWS: Add REXML::Text#<< related updates.
29769 2013-07-07 15:04 [ko1@a... ] akr:r41821 (trunk): * bignum.c: (bigsub_core): Use bary_sub.
29770 2013-07-07 20:02 [ko1@a... ] akr:r41822 (trunk): * bignum.c: Reorder functions to decrease forward reference.
29771 2013-07-07 20:04 [ko1@a... ] akr:r41823 (trunk): Useless comment removed.
29772 2013-07-07 23:02 [ko1@a... ] akr:r41824 (trunk): * internal.h (rb_big_mul_normal): Declared.
29773 2013-07-07 23:06 [ko1@a... ] akr:r41825: Ignore config.guess and config.sub.
29774 2013-07-08 00:21 [ko1@a... ] akr:r41826 (trunk): * bignum.c (bary_mul_karatsuba): Unreachable code removed. Remove
29775 2013-07-08 00:21 [ko1@a... ] svn:r41827 (trunk): * 2013-07-08
29776 2013-07-08 08:04 [ko1@a... ] akr:r41828 (trunk): * bignum.c (bary_mul): Add a RB_GC_GUARD.
29777 2013-07-08 08:30 [ko1@a... ] emboss:r41829 (trunk): * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves as
29778 2013-07-08 20:57 [ko1@a... ] akr:r41830 (trunk): * bignum.c (bary_mul_balance): Reduce work memory.
29779 2013-07-08 22:00 [ko1@a... ] akr:r41831 (trunk): * bignum.c (bary_mul_balance): Initialize a local variable to suppress
29780 2013-07-08 22:06 [ko1@a... ] akr:r41832 (trunk): * bignum.c (rb_big_sq_fast): New function for testing.
29781 2013-07-08 22:44 [ko1@a... ] akr:r41833 (trunk): * bignum.c (bary_mul): Arguments for work memory added.
29782 2013-07-08 23:12 [ko1@a... ] nobu:r41834 (trunk): win32: for strict ANSI
29783 2013-07-08 23:13 [ko1@a... ] nobu:r41835 (trunk): numeric.c: for strict ANSI
29784 2013-07-08 23:13 [ko1@a... ] nobu:r41836 (trunk): win32.c: for strict ANSI
29785 2013-07-08 23:23 [ko1@a... ] nobu:r41837 (trunk): win32.c: suppress warnings
29786 2013-07-08 23:37 [ko1@a... ] nobu:r41838 (trunk): win32/registry.rb: use WCHAR
29787 2013-07-09 00:48 [ko1@a... ] akr:r41839 (trunk): * bignum.c (biglsh_bang): Fix bignum digits under-run.
29788 2013-07-09 00:48 [ko1@a... ] svn:r41840 (trunk): * 2013-07-09
29789 2013-07-09 01:19 [ko1@a... ] akr:r41841 (trunk): * bignum.c (bigrsh_bang): Fix bignum digits overrun.
29790 2013-07-09 01:50 [ko1@a... ] akr:r41842 (trunk): * bignum.c (biglsh_bang): Don't shift a BDIGIT with BITSPERDIG bits.
29791 2013-07-09 07:41 [ko1@a... ] drbrain:r41843 (trunk): * lib/rubygems: Update to RubyGems 2.0.4. See
29792 2013-07-09 09:50 [ko1@a... ] usa:r41844 (trunk): * ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):
29793 2013-07-09 10:04 [ko1@a... ] usa:r41845 (trunk): * ext/{dl,fiddle}/win32/lib/win32/registry.rb
29794 2013-07-09 10:28 [ko1@a... ] naruse:r41846 (trunk): Apply r41148 again
29795 2013-07-09 10:30 [ko1@a... ] usa:r41847 (trunk): * ext/{dl,fiddle}/win32/lib/win32/registry.rb
29796 2013-07-09 10:46 [ko1@a... ] usa:r41848 (trunk): * ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.
29797 2013-07-09 11:06 [ko1@a... ] usa:r41849 (trunk): * ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):
29798 2013-07-09 12:50 [ko1@a... ] glass:r41850 (trunk): * io.c (appendline): use READ_CHAR_PENDING_XXX macros and
29799 2013-07-09 16:02 [ko1@a... ] knu:r41851 (trunk): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If user
[前][次][スレッド一覧][上]