[svn:parrot] r38700 - in trunk: . config/gen/makefiles
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Mon May 11 20:57:17 UTC 2009
Author: NotFound
Date: Mon May 11 20:57:16 2009
New Revision: 38700
URL: https://trac.parrot.org/parrot/changeset/38700
Log:
[library] generate YAML pbcs and use it instead of his .pir
Modified:
trunk/MANIFEST.generated
trunk/config/gen/makefiles/root.in
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Mon May 11 20:09:47 2009 (r38699)
+++ trunk/MANIFEST.generated Mon May 11 20:57:16 2009 (r38700)
@@ -178,6 +178,9 @@
runtime/parrot/library/Stream/Writer.pbc [main]
runtime/parrot/library/TclLibrary.pbc [main]
runtime/parrot/library/TGE.pbc [tge]
+runtime/parrot/library/YAML/Dumper/Base.pmc [main]
+runtime/parrot/library/YAML/Dumper/Default.pmc [main]
+runtime/parrot/library/YAML/Dumper.pbc [main]
src/call_list.txt [devel]src
src/glut_callbacks.c []
src/jit_emit.h []
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Mon May 11 20:09:47 2009 (r38699)
+++ trunk/config/gen/makefiles/root.in Mon May 11 20:57:16 2009 (r38700)
@@ -293,6 +293,9 @@
$(LIBRARY_DIR)/Tcl/Glob.pbc \
$(LIBRARY_DIR)/TclLibrary.pbc \
$(LIBRARY_DIR)/uuid.pbc \
+ $(LIBRARY_DIR)/YAML/Dumper/Base.pbc \
+ $(LIBRARY_DIR)/YAML/Dumper/Default.pbc \
+ $(LIBRARY_DIR)/YAML/Dumper.pbc \
$(LIBRARY_DIR)/YAML/Parser/Syck.pbc \
$(LIBRARY_DIR)/STM.pbc \
$(LIBRARY_DIR)/libpcre.pbc \
More information about the parrot-commits
mailing list