[parrot/parrot] e439c1: Addresses #280

GitHub noreply at github.com
Tue Jun 12 09:14:23 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: e439c1439000b36c24db51a242a35ac7423581fa
      https://github.com/parrot/parrot/commit/e439c1439000b36c24db51a242a35ac7423581fa
  Author: isBEKaml <nastavs at gmail.com>
  Date:   2012-05-14 (Mon, 14 May 2012)

  Changed paths:
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M src/dynoplibs/sys.ops
    M src/interp/api.c
    M src/ops/core.ops
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Addresses #280

Copy over all attributes from sysinfo into interpinfo core op.
Currently, this is duplicated between sysinfo and interpinfo. We may
move these in favour of interpinfo sometime in future deprecating
sysinfo.


  Commit: 258e0ef8687cc3fc7c90f0a5d3172355d3ff4fb4
      https://github.com/parrot/parrot/commit/258e0ef8687cc3fc7c90f0a5d3172355d3ff4fb4
  Author: isBEKaml <nastavs at gmail.com>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M src/interp/api.c

  Log Message:
  -----------
  First shot at implementing CPU_TYPE

This information is picked out of <sys/utsname.h>, equivalent to `uname
-m` output. I'm unsure as to what should go in there. Fair warning: it's
not quite portable.


  Commit: 329e690f08873f91c90699f5b9bf6057b51d3b14
      https://github.com/parrot/parrot/commit/329e690f08873f91c90699f5b9bf6057b51d3b14
  Author: isBEKaml <nastavs at gmail.com>
  Date:   2012-05-27 (Sun, 27 May 2012)

  Changed paths:
    M include/parrot/platform_interface.h
    M src/interp/api.c
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c

  Log Message:
  -----------
  CPU_TYPE information is now available for win32

I have not tested this in win32 since I don't have one available. When
you get time, please test this and let me know. Particularly, I'm unsure
about the type ramifications between WORD and char* (or STRING).


  Commit: a1b89a3cd01a0963418002db7d8781e000a45630
      https://github.com/parrot/parrot/commit/a1b89a3cd01a0963418002db7d8781e000a45630
  Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M include/parrot/platform_interface.h
    M src/dynoplibs/sys.ops
    M src/interp/api.c
    M src/ops/core.ops
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Merge pull request #772 from svatsan/b280

Addresses #280


Compare: https://github.com/parrot/parrot/compare/e69972a105f4...a1b89a3cd01a


More information about the parrot-commits mailing list