[parrot/parrot] ab13d8: [docs] Add some basic docs about type signatures a...

noreply at github.com noreply at github.com
Sat Dec 18 14:58:25 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/parrot/parrot

Commit: ab13d81a8148a391d4e62ec990b034b3e591f8ff
    https://github.com/parrot/parrot/commit/ab13d81a8148a391d4e62ec990b034b3e591f8ff
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
[docs] Add some basic docs about type signatures and improve description of some datatypes


Commit: 4ff5b0b32841af433ed1439ffa5b3fb91dee2e9a
    https://github.com/parrot/parrot/commit/4ff5b0b32841af433ed1439ffa5b3fb91dee2e9a
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Add a more user-friendly description of Parrot type signatures


Commit: 012bfb704d063a9af075ac00d2d9be9feaf1248b
    https://github.com/parrot/parrot/commit/012bfb704d063a9af075ac00d2d9be9feaf1248b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Add a 'nothing in, nothing out' type signature example


Commit: 5e5548c32907b0eb77d880a194fb4b3b87dc28ea
    https://github.com/parrot/parrot/commit/5e5548c32907b0eb77d880a194fb4b3b87dc28ea
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
s/type signature/function signature/ and clarify what Pi means


Commit: 6c63f40b8cbcce2b62deb2c69db48516da2bff6e
    https://github.com/parrot/parrot/commit/6c63f40b8cbcce2b62deb2c69db48516da2bff6e
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Clarify what the structure of a Parrot function signature describes


Commit: b294b0fa9b9026bcc542d0284f120fb8372457da
    https://github.com/parrot/parrot/commit/b294b0fa9b9026bcc542d0284f120fb8372457da
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Document interpreter flags in docs/embed.pod


Commit: 00d1cb7b6feadcb2192360e7c38e10b1327f92f7
    https://github.com/parrot/parrot/commit/00d1cb7b6feadcb2192360e7c38e10b1327f92f7
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Add another function signature example

The 'constants' section was removed because the interpreter flags are now
documented and there do not appear to be other constants to document.


Commit: 9efb857d14ddc1e40d66744b0b7b3a8f2e541053
    https://github.com/parrot/parrot/commit/9efb857d14ddc1e40d66744b0b7b3a8f2e541053
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M t/src/atomic.t
  M t/src/basic.t
  M t/src/embed.t
  M t/src/exit.t
  M t/src/extend.t
  M t/src/pointer_array.t
  M t/src/warnings.t

Log Message:
-----------
Make t/src tests skip_all if src/parrot_config.o is not built


Commit: 889f1c2fe347411469aa402edfdc04453664f81e
    https://github.com/parrot/parrot/commit/889f1c2fe347411469aa402edfdc04453664f81e
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Add an embed test that creates multiple interpreters


Commit: d72f67b1447aaa7ea151becc7ac2ca10a781a61b
    https://github.com/parrot/parrot/commit/d72f67b1447aaa7ea151becc7ac2ca10a781a61b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t][TT#1880] Add embed test for using Parrot_new to create multiple interps without chaining off first interp


Commit: 7447b4e0ce0bf1ea2cfa673a257f95f53f3a99f3
    https://github.com/parrot/parrot/commit/7447b4e0ce0bf1ea2cfa673a257f95f53f3a99f3
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Note that spaces are not allowed in function signatures


Commit: 8ff5b7c58ecb8da9c6e9148fd6ea8c9992272c59
    https://github.com/parrot/parrot/commit/8ff5b7c58ecb8da9c6e9148fd6ea8c9992272c59
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M docs/embed.pod

Log Message:
-----------
Improve example and reorder some POD


Commit: d39c275db88b0820eee7cfbba51f33151dd4621a
    https://github.com/parrot/parrot/commit/d39c275db88b0820eee7cfbba51f33151dd4621a
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Add an embed test for returning numerics


Commit: 951b318a6e347699edb447dfaf12aebc4793ba10
    https://github.com/parrot/parrot/commit/951b318a6e347699edb447dfaf12aebc4793ba10
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Add a test for returning a Float PMC


Commit: a8be04272247dbd2de95e2441ce0dabba7113d63
    https://github.com/parrot/parrot/commit/a8be04272247dbd2de95e2441ce0dabba7113d63
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-18 (Sat, 18 Dec 2010)

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Tests for returning a ResizablePMCArray




More information about the parrot-commits mailing list