[svn:parrot] r48678 - branches/gsoc_threads
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Thu Aug 26 22:57:16 UTC 2010
Author: jkeenan
Date: Thu Aug 26 22:57:15 2010
New Revision: 48678
URL: https://trac.parrot.org/parrot/changeset/48678
Log:
MANIFEST in this branch was very incomplete. Run 'tools/dev/mk_manifest_and_skip.pl' to refresh and test with 'make manifest_tests'.
Modified:
branches/gsoc_threads/MANIFEST
Modified: branches/gsoc_threads/MANIFEST
==============================================================================
--- branches/gsoc_threads/MANIFEST Thu Aug 26 20:05:11 2010 (r48677)
+++ branches/gsoc_threads/MANIFEST Thu Aug 26 22:57:15 2010 (r48678)
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Wed Aug 25 22:58:44 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Aug 26 22:55:46 2010 UT
#
# See below for documentation on the format of this file.
#
@@ -12,6 +12,7 @@
CREDITS [main]doc
ChangeLog []
Configure.pl []
+DEPRECATED-branch.pod []
DEPRECATED.pod [devel]doc
DEVELOPING []
DONORS.pod [main]doc
@@ -961,6 +962,7 @@
include/parrot/embed.h [main]include
include/parrot/encoding.h [main]include
include/parrot/enums.h [main]include
+include/parrot/events.h [main]include
include/parrot/exceptions.h [main]include
include/parrot/exit.h [main]include
include/parrot/extend.h [main]include
@@ -1009,6 +1011,7 @@
include/parrot/thr_pthread.h [main]include
include/parrot/thr_windows.h [main]include
include/parrot/thread.h [main]include
+include/parrot/threads.h [main]include
include/parrot/vtables.h [main]include
include/parrot/warnings.h [main]include
include/pmc/dummy [main]include
@@ -1284,6 +1287,7 @@
src/dynpmc/rotest.pmc []
src/dynpmc/subproxy.pmc []
src/embed.c []
+src/events.c []
src/exceptions.c []
src/exit.c []
src/extend.c []
@@ -1372,6 +1376,7 @@
src/pmc/default.pmc []
src/pmc/env.pmc []
src/pmc/eval.pmc []
+src/pmc/eventhandler.pmc []
src/pmc/exception.pmc []
src/pmc/exceptionhandler.pmc []
src/pmc/exporter.pmc []
@@ -1476,6 +1481,7 @@
src/string/unicode.h []
src/sub.c []
src/thread.c []
+src/threads.c []
src/utils.c []
src/vtable.tbl [devel]src
src/vtables.c []
@@ -1954,6 +1960,7 @@
t/pmc/sub.t [test]
t/pmc/sys.t [test]
t/pmc/task.t [test]
+t/pmc/task_primes.t [test]
t/pmc/testlib/annotations.pir [test]
t/pmc/testlib/number.pasm [test]
t/pmc/testlib/packfile_common.pir [test]
@@ -1974,6 +1981,7 @@
t/src/embed.t [test]
t/src/exit.t [test]
t/src/extend.t [test]
+t/src/threads_io.t [test]
t/src/warnings.t [test]
t/steps/auto/arch-01.t [test]
t/steps/auto/attributes-01.t [test]
More information about the parrot-commits
mailing list