[parrot/parrot] bd68db: remove old section of imcc_run which was handling ...

noreply at github.com noreply at github.com
Sun Jan 23 12:46:02 UTC 2011


Branch: refs/heads/whiteknight/imcc_interfaces
Home:   https://github.com/parrot/parrot

Commit: bd68dbffd461f9903baf118c8ac8d60843f8eab5
    https://github.com/parrot/parrot/commit/bd68dbffd461f9903baf118c8ac8d60843f8eab5
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
remove old section of imcc_run which was handling the -r arguments. That's in the frontend now


Commit: ffd1f4115fe3780f937a75f4da1e8b0100dfb41d
    https://github.com/parrot/parrot/commit/ffd1f4115fe3780f937a75f4da1e8b0100dfb41d
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M frontend/parrot/main.c

Log Message:
-----------
start rearranging the frontend code, adding in some stub logic to properly handle -r and -o from the frontend instead of in IMCC


Commit: 6e800f98e3b4355a35692391f8805bf599b64554
    https://github.com/parrot/parrot/commit/6e800f98e3b4355a35692391f8805bf599b64554
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M frontend/parrot/main.c

Log Message:
-----------
+func docs


Commit: 2f0411b6b50f28ca4eb4b4debc90c0120d3728d3
    https://github.com/parrot/parrot/commit/2f0411b6b50f28ca4eb4b4debc90c0120d3728d3
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M src/embed/api.c

Log Message:
-----------
Add a new prototype API function to write a PackFile PMC out to a .pbc file. This will be used to implement the -o and -r commandline options in the front-end


Commit: 9aac389583699594633cf4a66807599d3e3da2fa
    https://github.com/parrot/parrot/commit/9aac389583699594633cf4a66807599d3e3da2fa
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M include/parrot/api.h

Log Message:
-----------
headerize


Commit: fa228c7078554126cdb06345d25c9fdd03408306
    https://github.com/parrot/parrot/commit/fa228c7078554126cdb06345d25c9fdd03408306
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M src/embed/api.c

Log Message:
-----------
handle -o and -r options from the frontend. delete some code in IMCC that checked them for errors, that wrote packfiles out to file, etc. Some tests fail, look mostly like tests for exact text of error message




More information about the parrot-commits mailing list