Activity
From 06/29/2013 to 07/05/2013
07/05/2013
-
10:46 PM Revision 0d58bb55 (git): * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
- OpenSSL with OPENSSL_NO_EC2M defined, but OPENSSL_NO_EC not
defined.
* test/openssl/test_pkey_ec.rb: Iterate over b... -
10:16 PM Revision 880bc0e0 (git): * test/openssl/test_x509crl.rb: Remove unused variable.
- [ruby-core:53501] [Bug #8114]
Thanks, Vipul Amler, for pointing this out!
git-svn-id: svn+ssh://ci.ruby-lang.org... -
09:44 PM Revision 7e443fcf (git): * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and
- CRYPTO_set_id_callback() callback functions ossl_thread_id and
ossl_lock_callback to ensure the OpenSSL extension i... -
09:08 PM Revision a3a62f87 (git): * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
- critical.
The patch for CVE-2013-4073 caused SSL crash when a SSL server returns
the certificate that has critica... -
07:51 PM Revision c62aca26 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects so
- they are referenced as ids during output.
* test/psych/test_date_time.rb: corresponding test.
git-svn-id: svn+ssh://... - 06:38 PM Revision ddf7ed85 (git): * 2013-07-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:38 PM Revision 7c467109 (git): Use server_port for Windows
- fix r41686 [Bug #8574]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:43 PM Revision eb06e8d3 (git): un.rb: help order
- * lib/un.rb (UN#help): show help messages in the given order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4180... -
01:43 PM Revision 0fc35416 (git): un.rb: help message
- * lib/un.rb (setup): show help message by help method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41800 b2dd0... -
01:43 PM Revision 4d076e91 (git): un.rb: refine regexp
- * lib/un.rb (help): refine regexp to extract method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41799 b2... -
01:43 PM Revision ed0cba79 (git): un.rb: nodoc setup
- * lib/un.rb (setup): nodoc for internal use method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41798 b2dd03c8... - 11:50 AM Revision 9fd8204e (git): * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): this
- assertion doesn't seems to be checking the unicode string on command
line, but seems to be checking how to treat th... - 10:07 AM Revision 9b9654c3 (git): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
- wrong output message when user is nil, which should be "chown
:group file" instead of "chown group file".
git-svn-... - 07:58 AM Revision 2967707b (git): * test/ruby/test_rubyoptions.rb: better approach.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:53 AM Revision 1b644ad4 (git): * test/ruby/test_rubyoptions.rb: typo in r41791.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:24 AM Revision b3c40d5b (git): * test/ruby/test_regexp.rb
- (TestRegexp#test_options_in_look_behind)
(TestRegexp#assert_match_at): Parse regexps in run time rather
than in c... - 07:07 AM Revision a62ee369 (git): * test/ruby/test_regexp.rb
- (TestRegexp#test_options_in_look_behind)
(TestRegexp#assert_match_at): Add tests for another problem
fixed in Oni... - 03:16 AM Revision 738fee09 (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): after
- r41710, the path of command uses backslash as the separator on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
02:29 AM Revision 9d93d4df (git): test/unit: assert_raise_with_message
- * lib/test/unit/assertions.rb (assert_raise_with_message): move from
test/fileutils/test_fileutils.rb. this is sti... - 02:12 AM Revision 5716c5ef (git): * win32/win32.c (w32_spawn): r41710 made that if the command starts with
- a quote and includes slash, removed the top quote and NOT removed the
last quote.
this fixes test failures on tes... -
01:53 AM Revision 01ca1301 (git): mkmf.rb: config_string
- * lib/mkmf.rb (CPPOUTFILE): use config_string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41788 b2dd03c8-39d... -
12:54 AM Revision 5aae8984 (git): * lib/mkmf.rb (CONFIG['CPPOUTFILE']): fix r41769; CONFIG['CPPOUTFILE']
- may be nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:54 AM Revision ed37bfcc (git): broken utf-8
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 AM Revision 660fed67 (git): Fix comment typo by @parroty [fix GH-350]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/04/2013
-
09:04 PM Revision c97c7850 (git): * bignum.c (BARY_MUL1): Renamed from BARY_MUL.
- (bary_mul1): Renamed from bary_mul.
(bary_mul): Renamed from bary_mul2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
08:31 PM Revision c3111343 (git): * bignum.c (bary_mul_balance): Extracted from bigmul1_balance and
- use bary_mul2 and bary_add to decrease allocations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41783 b2dd03... - 05:22 PM Revision a0011cd5 (git): * lib/fileutils.rb (FileUtils.chmod{,_R}): Enhance the symbolic
- mode parser to support the permission symbols u/g/o and multiple
actions as defined in SUS, so that chmod("g=o+w", ... - 05:22 PM Revision 45116b6a (git): * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
- character class [+-=], which happened to match all desired
characters but also match undesired characters.
git-svn... -
04:30 PM Revision 16f70c0e (git): merge revision(s) 41764,41765,41767: [Backport #8583]
- * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
https://bugs.ruby-lang.org/issues/8583
* [b... -
03:29 PM Revision ab7d6086 (git): mkmf.rb: old syntax
- * lib/mkmf.rb (have_framework): get rid of newer syntax to run with
ruby 1.8 for cross compiling. [ruby-core:55745... - 03:25 PM Revision f76fe000 (git): * 2013-07-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision 5d572309 (git): mkmf.rb: header in framework
- * lib/mkmf.rb (have_framework): allow header file to check.
[ruby-core:55745] [Bug #8593]
git-svn-id: svn+ssh://ci... -
02:41 PM Revision 4e681d97 (git): bignum.c: constify
- * bignum.c: constify maxpow tables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41776 b2dd03c8-39d4-4d8f-98ff-... - 01:31 PM Revision 3d8deb6e (git): * object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typo
- where "a" was used instead of "obj".
Fixes GH-349. Patch by @adnandoric
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
11:40 AM Revision 2e44efd4 (git): * tool/make-snapshot: Exit with EXIT_FAILURE when it fails.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Revision 313cdec1 (git): * bignum.c (maxpow_in_bdigit_dbl): Use tables if available.
- (maxpow_in_bdigit): Ditto.
(U16): New macro.
(U32): Ditto.
(U64): Ditto.
(U128): Ditto.
(maxpow16_exp): New... -
09:38 AM Revision fd8f2338 (git): * bignum.c (rb_cstr_to_inum): Avoid temporary buffer allocation except
- very big base non-power-of-2 numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41772 b2dd03c8-39d4-4d8f-9... -
07:03 AM Revision 0eed101a (git): test/mkmf: $extmk in parallel test
- * test/mkmf/base.rb, test/mkmf/test_config.rb: needs to set $extmk
since worker processes in parallel test mode.
g... -
07:03 AM Revision a5361435 (git): test_have_library.rb: toolchains result
- * test/mkmf/test_have_library.rb (create_library): check if toolchains
work.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
07:03 AM Revision 246c66f7 (git): mkmf.rb: CONFTEST
- * lib/mkmf.rb (CONFTEST): constify hardcoded filename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41769 b2dd0... -
06:52 AM Revision 05bc4777 (git): * string.c (rb_str_succ): use ONIGENC_MBCLEN_CHARFOUND_P correctly.
- * string.c (rb_str_dump): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41768 b2dd03c8-39d4-4d8f-98ff-823... -
04:32 AM Revision c294ed58 (git): test_regexp.rb: test for conditional expression
- * test/ruby/test_regexp.rb (TestRegexp#test_conditional_expression):
test for [Bug #8583]
git-svn-id: svn+ssh://ci... -
02:53 AM Revision fa7e5146 (git): Fixing example in comments that raised an error by @JackDanger [fix GH-345]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 AM Revision 60c90330 (git): Additional description for r41764
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 AM Revision d39f1964 (git): * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
- https://bugs.ruby-lang.org/issues/8583
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41764 b2dd03c8-39d4-4d8f-98... -
01:11 AM Revision f23fe319 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/03/2013
-
03:36 PM Revision d1e0cc27 (git): internal.h: supperss warning
- * internal.h (SIGNED_INTEGER_MAX): supperss warning C4146 on VC6.
seems a logical ORed expression becomes unsigned.... - 03:13 PM Revision c352ba8b (git): * 2013-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 PM Revision 15d44509 (git): ruby_atomic.h: ATOMIC_CAS on VC6
- * ruby_atomic.h (rb_w32_atomic_cas): call InterlockedCompareExchange
directly.
* ruby_atomic.h (ATOMIC_CAS): fix mi... -
02:47 PM Revision b12ffcb1 (git): ruby_atomic.h: suppress warnigns
- * ruby_atomic.h (ATOMIC_CAS): suppress C4022 and C4047 warnings in
VC6. only InterlockedCompareExchange is declare... -
02:36 PM Revision 4090bd7b (git): merge revision(s) 41734,41737: [Backport #8596]
- * lib/mkmf.rb (try_config): Fix to not replace $LDFLAGS with $libs
(1.9.3 behavior) [ruby-core:55752] [Bug ... -
01:32 PM Revision b2be6232 (git): * internal.h (ruby_digit36_to_number_table): Declared.
- * util.c (ruby_digit36_to_number_table): Moved from scan_digits.
* bignum.c (conv_digit): Use ruby_digit36_to_number... -
09:12 AM Revision 48ebea71 (git): mkmf.rb: revert DESTDIR prefix
- * lib/mkmf.rb (install_dirs): revert DESTDIR prefix by r39841, since
it is fixed by r41648. [ruby-core:55760] [Bug... -
05:15 AM Revision 48b19a3a (git): dir.c: get rid of FindFirstFile bug
- * dir.c (do_stat): use rb_w32_ustati64() in win32.c to get rid of
mysterious behavior of FindFirstFile() Windows AP... -
05:12 AM Revision 89e38a2b (git): dir.c: do_lstat alias
- * dir.c (do_lstat): make an alias of do_stat instead of two same
functions, when no lstat is available.
git-svn-id... -
05:11 AM Revision 8cbd501e (git): test/ruby: independent from pathname
- * test/ruby/test_dir.rb (TestDir#setup): remove dependency on pathname.
* test/ruby/test_rubyoptions.rb (TestRubyOpt... - 03:08 AM Revision 87e185da (git): * 2013-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 AM Revision c4107e71 (git): * bignum.c (maxpow_in_bdigit): Renamed from calc_hbase and return
- maxpow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/02/2013
-
02:49 PM Revision c7882619 (git): * bignum.c (roomof): Cast to long.
- (rb_ull2big): Fix bignew arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41750 b2dd03c8-39d4-4d8f-98f... - 01:16 PM Revision d74bb62d (git): * bignum.c (rb_cstr_to_inum): fix 64 bit to 32 bit shorten warning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:20 PM Revision 4658478a (git): * bignum.c (rb_cstr_to_inum): Merge two temporary buffers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:52 AM Revision 2ade2218 (git): * bignum.c (rb_cstr_to_inum): Use BDIGIT_DBL to collect adjacent digits.
- (BDIGIT_DBL_MAX): New macro.
(maxpow_in_bdigit_dbl): New function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
08:24 AM Revision 9487404c (git): * doc/syntax/refinements.rdoc: add description of Module#using and
- refinement inheritance by module inclusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41746 b2dd03c8-39d4-4d... -
08:22 AM Revision 58919a4d (git): re.c: use built-in encoding indexes
- * internal.h: add EUC-JP and Windows-31J.
* re.c (rb_char_to_option_kcode): use built-in encoding indexes in
intern... -
08:22 AM Revision 14dfdb5e (git): dir.c: use built-in encoding indexes
- * internal.h: add UTF8-MAC.
* dir.c (rb_utf8mac_encoding): use built-in encoding indexes in
internal.h.
git-svn-id... -
08:22 AM Revision 66564ab6 (git): string.c: use built-in encoding indexes
- * internal.h: add UTF-{16,32} dummy encodings.
* string.c (rb_str_inspect, str_scrub0): use built-in encoding indexes... -
08:22 AM Revision 42a2f89b (git): io.c: use built-in encoding indexes
- * internal.h: add UTF-{16,32}{BE,LE}.
* io.c (io_strip_bom): use built-in encoding indexes in internal.h.
git-svn-id... -
08:22 AM Revision ea2b115e (git): internal.h: use built-in encoding indexes
- * internal.h (rb_{ascii8bit,utf8,usascii}_encindex): use built-in
encoding indexes for optimization.
git-svn-id: s... -
08:22 AM Revision 869a1b58 (git): encoding.c: use built-in encoding indexes
- * encoding.c (enc_inspect, rb_locale_encindex),
(enc_set_filesystem_encoding, rb_filesystem_encindex): use built-in... -
08:22 AM Revision aa1acf1d (git): encoding.c: validate index
- * encoding.c (rb_enc_set_index, rb_enc_associate_index): validate
argument encoding index.
* include/ruby/encoding.... -
08:22 AM Revision 263ce88f (git): encoding.c: preserved encindex
- * encoding.c (rb_enc_init): register preserved indexes.
* internal.h (ruby_preserved_encindex): move from encoding.c.... -
03:00 AM Revision 22d508fc (git): fix indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision ee8fdc47 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Revision c92c5c9e (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision 47434dc1 (git): * lib/mkmf.rb (try_config): Fix to not replace $LDFLAGS with $libs
- (1.9.3 behavior) [ruby-core:55752] [Bug #8595]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41734 b2dd03c8-39d4...
07/01/2013
-
06:09 PM Revision 157dd917 (git): merge revision(s) 41623,41723: [Backport #6862] [Backport #8587]
- * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases when
the argument x is not a BigDecimal.
... - 03:43 PM Revision 3b25c206 (git): * 2013-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 PM Revision 8c55a0a6 (git): * ext/socket/ipsocket.c (init_inetsock_internal): Don't try mismached
- address family if already failed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41731 b2dd03c8-39d4-4d8f-98ff-... -
02:44 PM Revision 2fef1514 (git): util.c: constify
- * util.c (scan_digits): constify readonly table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41730 b2dd03c8-39... -
02:30 PM Revision ba3dc473 (git): Revert r41728
- * string.c (rb_str_inspect): use encoding index macros in encdb.h.
It breaks build because encdb.h requires miniruby... -
02:12 PM Revision 642b157c (git): * string.c (rb_str_inspect): use encoding index macros in encdb.h.
- * string.c (str_scrub0): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41728 b2dd03c8-39d4-4d8f-98ff-823f... -
02:12 PM Revision 5308b0fd (git): * template/encdb.h.tmpl: define encoding index macros to use the index
- statically from C source.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:59 PM Revision df1192ed (git): * bignum.c (bary_mul2): New function.
- (rb_cstr_to_inum): Use a better algorithm to compose the result
if input length is very long.
git-svn-id: svn+ss... - 11:46 AM Revision d08a79cf (git): * ext/bigdecimal/bigdecimal.h (RB_UNUSED_VAR, UNREACHABLE):
- import macros from ruby.h for 1.9.3.
[Bug #8588] [ruby-core:55730]
* ext/bigdecimal/bigdecimal.gemspec: Bump versi... -
11:05 AM Revision b7fd00c8 (git): * ext/socket/ipsocket.c (init_inetsock_internal): Use an address
- family for local address wihch is different to the remote
address if no other choice.
git-svn-id: svn+ssh://ci.r... - 06:37 AM Revision f6a8c82e (git): Additionally mention Heesob Park for his patch to [Bug #6862]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:05 AM Revision 45c2532e (git): csv.rb: get rid of discarding coderange
- * lib/csv.rb (CSV#<<): use StringIO#set_encoding instead of creating
new StringIO instance with String#force_encodi... -
06:04 AM Revision 87768023 (git): stringio.c: keep coderange
- * ext/stringio/stringio.c (strio_write): keep coderange of
ptr->string.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
06:03 AM Revision 78b45a0b (git): string.c: coderange appending to empty string
- * string.c (rb_enc_cr_str_buf_cat, rb_str_append): consider an empty
string 7bit-clean and should not discard cache... -
03:57 AM Revision 72d3e2b1 (git): * eval.c (rb_using_module): activate refinements in the ancestors of
- the argument module to support refinement inheritance by
Module#include. [ruby-core:55671] [Feature #8571]
* test... -
03:04 AM Revision 551fe2bd (git): * bignum.c (rb_cstr_to_inum): Skip leading zeros.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/30/2013
- 04:01 PM Revision f893b2f1 (git): * 2013-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Revision 98a8c820 (git): * bignum.c (nlz16): New function.
- (nlz32): Ditto.
(nlz64): Ditto.
(nlz128): Ditto.
(nlz): Redefined using an above function.
(bitsize): New mac... -
02:16 PM Revision 5956967a (git): process.c: remove ineffective assignment
- * process.c (rb_exec_fillarg): remove ineffective assignment unless
default process encoding is set.
git-svn-id: s... - 01:40 PM Revision 3628ab80 (git): * lib/prime.rb: Corrected a few comments. Patch by @Nullset14.
- Fixes GH-346.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:16 PM Revision 305f06c7 (git): * bignum.c (rb_cstr_to_inum): Use rb_integer_unpack if base is a power
- of 2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:06 AM Revision 3a01b9ec (git): win32: UTF-8 spawn
- * test/ruby/test_process.rb (test_spawn_nonascii): assertions for
non-ascii arguments. [ruby-core:24309] [Bug #177... -
02:10 AM Revision e5d61a86 (git): ChangeLog: remove garbage
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:59 AM Revision 5197f451 (git): win32.c: use backslash
- * win32/win32.c (join_argv): use backslash instead of slash in program
path, otherwise cannot invoke "./c\u{1ee7}a.... -
01:59 AM Revision 637d668b (git): win32: UTF-8 spawn
- * io.c (spawnv, spawn): use UTF-8 spawn family. [Bug #1771]
* process.c (proc_exec_sh, proc_spawn_cmd, proc_spawn_sh... -
01:59 AM Revision 8d2ce0fb (git): win32.c: codepage awareness
- * win32/win32.c (translate_char, join_argv, has_redirection): make
codepage aware.
git-svn-id: svn+ssh://ci.ruby-l... -
01:59 AM Revision b64f79c8 (git): win32.c: rb_w32_udln_find_exe_r,
- rb_w32_udln_find_file_r
* win32/win32.c (rb_w32_udln_find_exe_r, rb_w32_udln_find_file_r):
codepage independent ver... -
01:59 AM Revision dc0b06aa (git): win32.c: UTF-8 spawn
- * win32/win32.c (w32_spawn): extract codepage aware code from
rb_w32_spawn().
* win32/win32.c (rb_w32_uspawn): add ... -
01:59 AM Revision 64d39448 (git): win32.c: UTF-8 aspawn
- * win32/win32.c (w32_aspawn_flags): extract codepage aware code from
rb_w32_aspawn_flags().
* win32/win32.c (rb_w32... -
01:58 AM Revision a65261c2 (git): win32.c: w32_getenv
- * win32/win32.c (w32_getenv): extract codepage aware code from
rb_w32_ugetenv() and rb_w32_getenv().
git-svn-id: s... -
01:58 AM Revision cc3ec30a (git): win32.c: w32_stati64
- * win32/win32.c (w32_stati64): extract codepage aware code from
rb_w32_ustati64() and rb_w32_stati64().
git-svn-id... -
01:58 AM Revision 1f500f03 (git): dln.c: extra arguments
- * dln.h (DLN_FIND_EXTRA_ARG, DLN_FIND_EXTRA_ARG_DECL): allow extra
arguments to dln_find_{exe,file}_r().
* dln_find... -
01:57 AM Revision 69bbcbe4 (git): process.c: default process encoding
- * process.c (EXPORT_STR, EXPORT_DUP): convert to default process
encoding if defined.
* process.c (check_exec_env_i... -
01:57 AM Revision 3e9c0bfa (git): process.c: adjust indent
- * process.c (exec_arg_data_type): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41700 b2dd03c8-39... -
01:23 AM Revision 3a6bcb63 (git): test_process.rb: File.realpath directly
- * test/ruby/test_process.rb (with_tmpchdir): use File.realpath
directly, no need to depend on pathname.
git-svn-id...
06/29/2013
-
04:58 PM Revision b1e052d0 (git): * bignum.c (big_rshift): Use abs2twocomp and twocomp2abs_bang.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:57 PM Revision 3c9f0334 (git): * 2013-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:57 PM Revision 7251c93c (git): * bignum.c (RBIGNUM_SET_NEGATIVE_SIGN): New macro.
- (RBIGNUM_SET_POSITIVE_SIGN): Ditto.
(rb_big_neg): Inline get2comp to avoid double negation.
git-svn-id: svn+ssh:... -
02:38 PM Revision 1522375b (git): * bignum.c (bary_neg): Extracted from bary_2comp.
- (bary_plus_one): Extracted from bary_2comp.
(bary_2comp): Use bary_neg and bary_plus_one.
(big_extend_carry): Ext... -
01:33 PM Revision 69f1a335 (git): * bignum.c (bary_2comp): Simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 AM Revision c6cb7416 (git): * bignum.c (bigor_int): Return -1 if y == -1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 AM Revision f0454052 (git): * bignum.c (bigor_int): Use RB_GC_GUARD.
- (bigxor_int): Take xn and hibitsx arguments. Use twocomp2abs_bang.
(rb_big_xor): Use abs2twocomp and twocomp2abs_b...
Also available in: Atom