Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d95487ca490e
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fefc9b762fa2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 6, 2014

  1. Specifying MACRO for ppc64

    To increase compatibility on ppc64 machines,
    the MACRO "powerpc64" were specified for the architecture,
    just like for x86_64 machines.
    Gustavo Frederico Temple Pedrosa committed Nov 6, 2014
    Copy the full SHA
    32feb80 View commit details
  2. Merge pull request #3185 from gustavotemple/macro-for-ppc64

    Specifying MACRO for ppc64
    jc00ke committed Nov 6, 2014
    Copy the full SHA
    fefc9b7 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 vendor/oniguruma/regint.h
1 change: 1 addition & 0 deletions vendor/oniguruma/regint.h
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@

#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD86) || \
defined(__powerpc64__) || \
defined(__mc68020__)
#define PLATFORM_UNALIGNED_WORD_ACCESS
#endif