[svn:parrot] r38703 - in trunk: . config/gen/makefiles t/library
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Mon May 11 21:55:44 UTC 2009
Author: NotFound
Date: Mon May 11 21:55:44 2009
New Revision: 38703
URL: https://trac.parrot.org/parrot/changeset/38703
Log:
[library] generate Iter.pbc and use it instead of his .pir
Modified:
trunk/MANIFEST.generated
trunk/config/gen/makefiles/root.in
trunk/t/library/iter.t
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Mon May 11 21:42:56 2009 (r38702)
+++ trunk/MANIFEST.generated Mon May 11 21:55:44 2009 (r38703)
@@ -138,6 +138,8 @@
runtime/parrot/library/Data/Dumper.pbc [main]
runtime/parrot/library/dumper.pbc [main]
runtime/parrot/library/Getopt/Obj.pbc [main]
+runtime/parrot/library/Iter.pbc [main]
+runtime/parrot/library/JSON.pbc [main]
runtime/parrot/library/Math/Random/mt19937ar.pbc [main]
runtime/parrot/library/Math/Rand.pbc [main]
runtime/parrot/library/MIME/Base64.pbc [main]
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Mon May 11 21:42:56 2009 (r38702)
+++ trunk/config/gen/makefiles/root.in Mon May 11 21:55:44 2009 (r38703)
@@ -252,6 +252,7 @@
$(LIBRARY_DIR)/dumper.pbc \
$(LIBRARY_DIR)/yaml_dumper.pbc \
$(LIBRARY_DIR)/Getopt/Obj.pbc \
+ $(LIBRARY_DIR)/Iter.pbc \
$(LIBRARY_DIR)/JSON.pbc \
$(LIBRARY_DIR)/Math/Random/mt19937ar.pbc \
$(LIBRARY_DIR)/Math/Rand.pbc \
Modified: trunk/t/library/iter.t
==============================================================================
--- trunk/t/library/iter.t Mon May 11 21:42:56 2009 (r38702)
+++ trunk/t/library/iter.t Mon May 11 21:55:44 2009 (r38703)
@@ -32,7 +32,7 @@
T1:
push_eh err_load_bytecode
- $S0 = 'Iter.pir'
+ $S0 = 'Iter.pbc'
load_bytecode $S0
pop_eh
$S1 = 'loaded '
More information about the parrot-commits
mailing list