Branch: refs/heads/smoke-me/sizeof-gh1238
  Home:   https://github.com/parrot/parrot
  Commit: e3451eb68933373ef1e55240bca96d584c0a8c85
      
https://github.com/parrot/parrot/commit/e3451eb68933373ef1e55240bca96d584c0a8c85
  Author: Reini Urban <[email protected]>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M include/parrot/compiler.h

  Log Message:
  -----------
  [core] fix __WORDSIZE for clang

Some clang's do not parse sizeof(void*) * 8, darwin and here esp. freebsd 
clang-4.
Thanksfully clang uses their own macro __SIZE_WIDTH__
for the GCC extension __WORDSIZE.
See GH #1238


  Commit: 53284177b4f4107da5b7e2394cefccaa98194ec3
      
https://github.com/parrot/parrot/commit/53284177b4f4107da5b7e2394cefccaa98194ec3
  Author: Reini Urban <[email protected]>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M Configure.pl
    M lib/Parrot/Headerizer.pm
    M lib/Parrot/Test.pm

  Log Message:
  -----------
  fix cperl compat and perl5.26

no . in @INC anymore.
use strict hashpairs
{ needs to be quoted in regexp.
Test::Builder->plan checks signature under cperl


Compare: https://github.com/parrot/parrot/compare/23325a4eb392...53284177b4f4
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to