[svn:parrot] r43003 - in branches/context_unify3/src: . call interp runcore

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Dec 11 21:33:41 UTC 2009


Author: bacek
Date: Fri Dec 11 21:33:39 2009
New Revision: 43003
URL: https://trac.parrot.org/parrot/changeset/43003

Log:
Mass replace include pmc_context with pmc_callcontext

Modified:
   branches/context_unify3/src/call/args.c
   branches/context_unify3/src/call/context.c
   branches/context_unify3/src/call/context_accessors.c
   branches/context_unify3/src/call/pcc.c
   branches/context_unify3/src/debug.c
   branches/context_unify3/src/dynext.c
   branches/context_unify3/src/embed.c
   branches/context_unify3/src/exceptions.c
   branches/context_unify3/src/extend.c
   branches/context_unify3/src/global.c
   branches/context_unify3/src/global_setup.c
   branches/context_unify3/src/hll.c
   branches/context_unify3/src/interp/inter_create.c
   branches/context_unify3/src/interp/inter_misc.c
   branches/context_unify3/src/key.c
   branches/context_unify3/src/multidispatch.c
   branches/context_unify3/src/oo.c
   branches/context_unify3/src/packfile.c
   branches/context_unify3/src/pmc.c
   branches/context_unify3/src/pmc_freeze.c
   branches/context_unify3/src/runcore/cores.c
   branches/context_unify3/src/runcore/main.c
   branches/context_unify3/src/runcore/profiling.c
   branches/context_unify3/src/runcore/trace.c
   branches/context_unify3/src/scheduler.c
   branches/context_unify3/src/sub.c
   branches/context_unify3/src/warnings.c

Modified: branches/context_unify3/src/call/args.c
==============================================================================
--- branches/context_unify3/src/call/args.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/call/args.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -26,7 +26,7 @@
 #include "pmc/pmc_key.h"
 #include "pmc/pmc_callcontext.h"
 #include "pmc/pmc_fixedintegerarray.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/call.h */
 

Modified: branches/context_unify3/src/call/context.c
==============================================================================
--- branches/context_unify3/src/call/context.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/call/context.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -17,7 +17,7 @@
 #include "parrot/parrot.h"
 #include "parrot/call.h"
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /*
 

Modified: branches/context_unify3/src/call/context_accessors.c
==============================================================================
--- branches/context_unify3/src/call/context_accessors.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/call/context_accessors.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -16,7 +16,7 @@
 
 #include "parrot/parrot.h"
 #include "parrot/call.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/context.h */
 

Modified: branches/context_unify3/src/call/pcc.c
==============================================================================
--- branches/context_unify3/src/call/pcc.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/call/pcc.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -25,7 +25,7 @@
 #include "pcc.str"
 #include "pmc/pmc_key.h"
 #include "pmc/pmc_continuation.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/call.h */
 

Modified: branches/context_unify3/src/debug.c
==============================================================================
--- branches/context_unify3/src/debug.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/debug.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -32,7 +32,7 @@
 #include "parrot/runcore_trace.h"
 #include "debug.str"
 #include "pmc/pmc_continuation.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* Hand switched debugger tracing
  * Set to 1 to enable tracing to stderr

Modified: branches/context_unify3/src/dynext.c
==============================================================================
--- branches/context_unify3/src/dynext.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/dynext.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -22,7 +22,7 @@
 #include "parrot/dynext.h"
 #include "dynext.str"
 #include "pmc/pmc_parrotlibrary.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/dynext.h */
 

Modified: branches/context_unify3/src/embed.c
==============================================================================
--- branches/context_unify3/src/embed.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/embed.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -22,7 +22,7 @@
 #include "parrot/embed.h"
 #include "parrot/oplib/ops.h"
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 #include "parrot/runcore_api.h"
 
 #include "../compilers/imcc/imc.h"

Modified: branches/context_unify3/src/exceptions.c
==============================================================================
--- branches/context_unify3/src/exceptions.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/exceptions.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -23,7 +23,7 @@
 #include "parrot/exceptions.h"
 #include "exceptions.str"
 #include "pmc/pmc_continuation.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/exceptions.h */
 

Modified: branches/context_unify3/src/extend.c
==============================================================================
--- branches/context_unify3/src/extend.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/extend.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -61,7 +61,7 @@
 #include "parrot/parrot.h"
 #include "parrot/extend.h"
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/extend.h */
 

Modified: branches/context_unify3/src/global.c
==============================================================================
--- branches/context_unify3/src/global.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/global.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -21,7 +21,7 @@
 #include "parrot/parrot.h"
 #include "global.str"
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/global.h */
 /* HEADERIZER BEGIN: static */

Modified: branches/context_unify3/src/global_setup.c
==============================================================================
--- branches/context_unify3/src/global_setup.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/global_setup.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -23,7 +23,7 @@
 
 #define INSIDE_GLOBAL_SETUP
 #include "parrot/parrot.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 #include "global_setup.str"
 
 /* These functions are defined in the auto-generated file core_pmcs.c */

Modified: branches/context_unify3/src/hll.c
==============================================================================
--- branches/context_unify3/src/hll.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/hll.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -31,7 +31,7 @@
 
 #include "parrot/parrot.h"
 #include "parrot/dynext.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 #include "hll.str"
 
 /* HEADERIZER HFILE: include/parrot/hll.h */

Modified: branches/context_unify3/src/interp/inter_create.c
==============================================================================
--- branches/context_unify3/src/interp/inter_create.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/interp/inter_create.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -23,7 +23,7 @@
 #include "parrot/runcore_api.h"
 #include "parrot/oplib/core_ops.h"
 #include "../compilers/imcc/imc.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 #include "inter_create.str"
 
 /* HEADERIZER HFILE: include/parrot/interpreter.h */

Modified: branches/context_unify3/src/interp/inter_misc.c
==============================================================================
--- branches/context_unify3/src/interp/inter_misc.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/interp/inter_misc.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -23,7 +23,7 @@
 #include "inter_misc.str"
 #include "../compilers/imcc/imc.h"
 #include "parrot/runcore_api.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 #include "parrot/has_header.h"
 

Modified: branches/context_unify3/src/key.c
==============================================================================
--- branches/context_unify3/src/key.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/key.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -22,7 +22,7 @@
 #include "parrot/key.h"
 #include "key.str"
 #include "pmc/pmc_key.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/key.h */
 

Modified: branches/context_unify3/src/multidispatch.c
==============================================================================
--- branches/context_unify3/src/multidispatch.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/multidispatch.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -44,7 +44,7 @@
 #include "multidispatch.str"
 #include "pmc/pmc_nci.h"
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/multidispatch.h */
 

Modified: branches/context_unify3/src/oo.c
==============================================================================
--- branches/context_unify3/src/oo.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/oo.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -24,7 +24,7 @@
 #include "parrot/oo_private.h"
 #include "pmc/pmc_class.h"
 #include "pmc/pmc_object.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 #include "oo.str"
 

Modified: branches/context_unify3/src/packfile.c
==============================================================================
--- branches/context_unify3/src/packfile.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/packfile.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -33,7 +33,7 @@
 #include "packfile.str"
 #include "pmc/pmc_sub.h"
 #include "pmc/pmc_key.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/packfile.h */
 

Modified: branches/context_unify3/src/pmc.c
==============================================================================
--- branches/context_unify3/src/pmc.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/pmc.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -21,7 +21,7 @@
 #include "parrot/parrot.h"
 #include "pmc.str"
 #include "pmc/pmc_class.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/pmc.h */
 

Modified: branches/context_unify3/src/pmc_freeze.c
==============================================================================
--- branches/context_unify3/src/pmc_freeze.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/pmc_freeze.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -27,7 +27,7 @@
 */
 
 #include "parrot/parrot.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 #include "pmc_freeze.str"
 
 /* HEADERIZER HFILE: include/parrot/pmc_freeze.h */

Modified: branches/context_unify3/src/runcore/cores.c
==============================================================================
--- branches/context_unify3/src/runcore/cores.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/runcore/cores.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -253,7 +253,7 @@
 #include "parrot/dynext.h"
 
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 #ifdef HAVE_COMPUTED_GOTO
 #  include "parrot/oplib/core_ops_cg.h"

Modified: branches/context_unify3/src/runcore/main.c
==============================================================================
--- branches/context_unify3/src/runcore/main.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/runcore/main.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -46,7 +46,7 @@
 #endif
 #include "parrot/dynext.h"
 #include "pmc/pmc_parrotlibrary.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 
 /* HEADERIZER HFILE: include/parrot/runcore_api.h */

Modified: branches/context_unify3/src/runcore/profiling.c
==============================================================================
--- branches/context_unify3/src/runcore/profiling.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/runcore/profiling.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -26,7 +26,7 @@
 #include "profiling.str"
 
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 #include "pmc/pmc_namespace.h"
 
 #ifdef WIN32

Modified: branches/context_unify3/src/runcore/trace.c
==============================================================================
--- branches/context_unify3/src/runcore/trace.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/runcore/trace.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -26,7 +26,7 @@
 #include "parrot/runcore_trace.h"
 #include "parrot/oplib/ops.h"
 #include "pmc/pmc_sub.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/runcore_trace.h */
 

Modified: branches/context_unify3/src/scheduler.c
==============================================================================
--- branches/context_unify3/src/scheduler.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/scheduler.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -22,7 +22,7 @@
 #include "pmc/pmc_scheduler.h"
 #include "pmc/pmc_task.h"
 #include "pmc/pmc_timer.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 #include "scheduler.str"
 

Modified: branches/context_unify3/src/sub.c
==============================================================================
--- branches/context_unify3/src/sub.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/sub.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -23,7 +23,7 @@
 #include "sub.str"
 #include "pmc/pmc_sub.h"
 #include "pmc/pmc_continuation.h"
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 /* HEADERIZER HFILE: include/parrot/sub.h */
 

Modified: branches/context_unify3/src/warnings.c
==============================================================================
--- branches/context_unify3/src/warnings.c	Fri Dec 11 21:32:53 2009	(r43002)
+++ branches/context_unify3/src/warnings.c	Fri Dec 11 21:33:39 2009	(r43003)
@@ -19,7 +19,7 @@
 
 #include "parrot/parrot.h"
 
-#include "pmc/pmc_context.h"
+#include "pmc/pmc_callcontext.h"
 
 #include <stdarg.h>
 


More information about the parrot-commits mailing list