Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 0379de31072022f8f7a180da08ffb4679636e268
      
https://github.com/parrot/parrot/commit/0379de31072022f8f7a180da08ffb4679636e268
  Author: Reini Urban <[email protected]>
  Date:   2014-11-08 (Sat, 08 Nov 2014)

  Changed paths:
    M ChangeLog
    M config/auto/icu.pm

  Log Message:
  -----------
  [config] Provide icu_version config value, GH #867

icu4.4 ships with an -Werror=strict-prototypes incompatible
header file. Currently we disable this warning for  src/string/encoding/shared.c
but we should rather check which icu versions ships this header, and change the
Configure logic (and order) to strip -Werror=strict-prototypes only with a bad 
icu_version


  Commit: 043f607e4406419cdff4596716579fe41a2106a5
      
https://github.com/parrot/parrot/commit/043f607e4406419cdff4596716579fe41a2106a5
  Author: Reini Urban <[email protected]>
  Date:   2014-11-08 (Sat, 08 Nov 2014)

  Changed paths:
    M ChangeLog
    M config/auto/warnings.pm
    M lib/Parrot/Configure/Step/List.pm

  Log Message:
  -----------
  [config] Check icu_version for wrong uset_openEmpty() GH #867

Move step auto::warnings downwards after all probes.
See source/common/unicode/uset.h in icu.
For -Werror=strict-prototypes in src/string/encoding/shared.c.
https://ssl.icu-project.org/repos/icu/icu/tags/release-49-1/source/common/unicode/uset.h

This was broken from icu 42 until 49, fixed with 50.1


  Commit: 3538ffe6b10e7c25db551ea4437823b7b840a122
      
https://github.com/parrot/parrot/commit/3538ffe6b10e7c25db551ea4437823b7b840a122
  Author: Reini Urban <[email protected]>
  Date:   2014-11-08 (Sat, 08 Nov 2014)

  Changed paths:
    M ChangeLog
    M config/auto/icu.pm
    M config/auto/warnings.pm
    M lib/Parrot/Configure/Step/List.pm

  Log Message:
  -----------
  Merge branch 'smoke-me/icu_version-gh867'


  Commit: f7358e7a7f1a8edcb03c1bf1ab1ea847161d09f9
      
https://github.com/parrot/parrot/commit/f7358e7a7f1a8edcb03c1bf1ab1ea847161d09f9
  Author: Reini Urban <[email protected]>
  Date:   2014-11-08 (Sat, 08 Nov 2014)

  Changed paths:
    M ChangeLog
    M examples/c/test_main.c
    M frontend/parrot/main.c
    M frontend/parrot2/main.c
    M frontend/pbc_disassemble/main.c
    M frontend/pbc_dump/main.c
    M frontend/pbc_merge/main.c
    M include/parrot/longopt.h
    M src/longopt.c

  Log Message:
  -----------
  [core] export Parrot_longopt_get, GH #1121

be consistent in our exported names


Compare: https://github.com/parrot/parrot/compare/20c4fda4ade1...f7358e7a7f1a
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to