[parrot/parrot] 04d2ff: [GH #870] Export INTVAL dynpmc_class_<ClassName> t...

GitHub noreply at github.com
Mon Dec 3 20:20:22 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 04d2ffcb5d618efb94d69ad52c079d81b593d53f
      https://github.com/parrot/parrot/commit/04d2ffcb5d618efb94d69ad52c079d81b593d53f
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Library.pm
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/UtilFunctions.pm

  Log Message:
  -----------
  [GH #870] Export INTVAL dynpmc_class_<ClassName> types for each dynpmc

Each pmc2c library header or single dynpmc header contains now the declaration
of a global type, initialized dynamically.

library loaders only load Parrot_lib_$name_load:
darwin detected a problem with multiple exports of dynpmc_class_Foo symbols.
We cannot provide duplicate object code to load dynpmc groups.
The group calls the seperate Parrot_lib_$name_load funcs, which by them export the
dynpmc_class_$name symbols.
Sort the grouped dynpmc's by lc Parrot_lib_*_load name


  Commit: 4fa3d40e50ff15120bf7b9384b25c930a36dd401
      https://github.com/parrot/parrot/commit/4fa3d40e50ff15120bf7b9384b25c930a36dd401
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry for rurban/gh870-pmc_class


  Commit: 9e2d21d9a4ff8e23fd0bb580fc28d07a6f1e4899
      https://github.com/parrot/parrot/commit/9e2d21d9a4ff8e23fd0bb580fc28d07a6f1e4899
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M ChangeLog
    M lib/Parrot/Pmc2c/Library.pm
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/UtilFunctions.pm

  Log Message:
  -----------
  Merge branch 'rurban/gh870-pmc_class'


Compare: https://github.com/parrot/parrot/compare/b09c161e0626...9e2d21d9a4ff


More information about the parrot-commits mailing list