[parrot/parrot] c4ccd1: first prototype of a new mechanism for setting the...

noreply at github.com noreply at github.com
Wed Nov 24 00:55:49 UTC 2010


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

Commit: c4ccd134064a7d1af321d63fb7c3277becc6cc2f
    https://github.com/parrot/parrot/commit/c4ccd134064a7d1af321d63fb7c3277becc6cc2f
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-22 (Mon, 22 Nov 2010)

Changed paths:
  M compilers/imcc/main.c
  M include/parrot/api.h
  M include/parrot/embed.h
  M include/parrot/global_setup.h
  M include/parrot/longopt.h
  M src/embed/api.c
  M src/embed/strings.c
  M src/global_setup.c
  M src/main.c
  M tools/build/parrot_config_c.pl

Log Message:
-----------
first prototype of a new mechanism for setting the configuration hash as a PMC


Commit: 1a72bd7c9d52d579fefbe2053f784733a40c9491
    https://github.com/parrot/parrot/commit/1a72bd7c9d52d579fefbe2053f784733a40c9491
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-22 (Mon, 22 Nov 2010)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/api.h
  M tools/build/parrot_config_c.pl

Log Message:
-----------
miniparrot builds again and does not segfault. It fails in other ways


Commit: 65bf81a51a924e83e3cd9505a849cb2fb429559a
    https://github.com/parrot/parrot/commit/65bf81a51a924e83e3cd9505a849cb2fb429559a
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-22 (Mon, 22 Nov 2010)

Changed paths:
  M include/parrot/embed.h
  M src/embed.c
  M src/embed/api.c
  M src/main.c
  M tools/build/parrot_config_c.pl

Log Message:
-----------
actually run the code, don't just look at it. Miniparrot runs now. parrot executable fails (but I suspect the problem is easy to fix)


Commit: 291f4c339a4582f7ed23589018e0bf4d1955e0d9
    https://github.com/parrot/parrot/commit/291f4c339a4582f7ed23589018e0bf4d1955e0d9
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-22 (Mon, 22 Nov 2010)

Changed paths:
  A src/embed/pmc.c

Log Message:
-----------
add pmc.c for bluescreen++


Commit: 5c2c3d483763ce5b996b3d18818612c0312862f5
    https://github.com/parrot/parrot/commit/5c2c3d483763ce5b996b3d18818612c0312862f5
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-23 (Tue, 23 Nov 2010)

Changed paths:
  M include/parrot/library.h
  M src/embed/api.c
  M src/library.c

Log Message:
-----------
fix library paths. The build now progresses through all the parts that require the parrot executable and we now need to fix all the ancillary utility programs to also work




More information about the parrot-commits mailing list