-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from github/dbussink-ruby-2-1-5
Update to upstream 2.1.5
- Loading branch information
Showing
9 changed files
with
183 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,50 @@ | ||
Thu Nov 13 22:32:34 2014 CHIKANAGA Tomoyuki <[email protected]> | ||
|
||
* lib/rexml/document.rb: add REXML::Document#document. | ||
reported by Tomas Hoger <[email protected]> and patched by nahi. | ||
|
||
Thu Nov 6 22:57:43 2014 Naohisa Goto <[email protected]> | ||
|
||
* bignum.c (absint_numwords_generic): set an array element after | ||
definition of a variable to fix compile error with older version | ||
of fcc (Fujitsu C Compiler) 5.6 on Solaris 10 on Sparc. | ||
[Bug #10350] [ruby-dev:48608] | ||
|
||
Thu Nov 6 22:36:55 2014 Naohisa Goto <[email protected]> | ||
|
||
* compile.c (compile_data_alloc): add padding when strict alignment | ||
is required for memory access. Currently, the padding is enabled | ||
only when the CPU is 32-bit SPARC and the compiler is GCC. | ||
[Bug #9681] [ruby-core:61715] | ||
|
||
* compile.c (STRICT_ALIGNMENT): defined if strict alignment is required | ||
|
||
* compile.c (ALIGNMENT_SIZE, ALIGNMENT_SIZE_MASK, PADDING_SIZE_MAX): | ||
new macros for alignemnt word size, bit mask, max size of padding. | ||
|
||
* compile.c (calc_padding): new function to calculate padding size. | ||
|
||
Wed Nov 5 00:18:22 2014 Nobuyoshi Nakada <[email protected]> | ||
|
||
* configure.in (__builtin_setjmp): disable with gcc/clang earlier | ||
than 4.3 on Mac OS X. [ruby-core:65174] [Bug #10272] | ||
|
||
Wed Nov 5 00:01:04 2014 Tanaka Akira <[email protected]> | ||
|
||
* bignum.c (bary_mul_balance_with_mulfunc): Fix free work area | ||
location. | ||
[ruby-dev:48723] [Bug #10464] | ||
[ruby-core:66044] [Bug #10465] | ||
Reported by Kohji Nishihama. | ||
|
||
Tue Oct 28 22:30:21 2014 NARUSE, Yui <[email protected]> | ||
|
||
* configure.in: remove apple-gcc4.2 from CC candidates. | ||
|
||
火 10 28 22:19:44 2014 CHIKANAGA Tomoyuki <[email protected]> | ||
|
||
* version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.5. | ||
|
||
Mon Oct 27 20:20:14 2014 NAKAMURA Usaku <[email protected]> | ||
|
||
* lib/rexml/entity.rb: keep the entity size within the limitation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
access :P