Author: coke
Date: Wed Feb 8 07:46:44 2006
New Revision: 11474
Added:
trunk/languages/tcl/pmc/
- copied from r11473, trunk/languages/tcl/classes/
Removed:
trunk/languages/tcl/classes/
Modified:
trunk/MANIFEST
trunk/languages/tcl/config/root.in
trunk/languages/tcl/pmc/tclarray.pmc
trunk/languages/tcl/pmc/tcllist.pmc
Log:
tcl - convert to the trend of using "pmc" instead of "classes" for dirs
with pmcs.
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Wed Feb 8 07:46:44 2006
@@ -1271,12 +1271,6 @@ languages/tcl/LICENSE
languages/tcl/MAINTAINER [tcl]
languages/tcl/README.pod [tcl]
languages/tcl/TODO [tcl]
-languages/tcl/classes/tclarray.pmc [tcl]
-languages/tcl/classes/tclfloat.pmc [tcl]
-languages/tcl/classes/tclint.pmc [tcl]
-languages/tcl/classes/tcllist.pmc [tcl]
-languages/tcl/classes/tclobject.pmc [tcl]
-languages/tcl/classes/tclstring.pmc [tcl]
languages/tcl/config/examples.in [tcl]
languages/tcl/config/root.in [tcl]
languages/tcl/docs/hacks.pod [tcl]
@@ -1375,6 +1369,12 @@ languages/tcl/lib/tclops.pir
languages/tcl/lib/tclvar.pir [tcl]
languages/tcl/lib/tclword.pir [tcl]
languages/tcl/lib/variables.pir [tcl]
+languages/tcl/pmc/tclarray.pmc [tcl]
+languages/tcl/pmc/tclfloat.pmc [tcl]
+languages/tcl/pmc/tclint.pmc [tcl]
+languages/tcl/pmc/tcllist.pmc [tcl]
+languages/tcl/pmc/tclobject.pmc [tcl]
+languages/tcl/pmc/tclstring.pmc [tcl]
languages/tcl/t/Parrot/Test/Tcl.pm [tcl]
languages/tcl/t/cmd_append.t [tcl]
languages/tcl/t/cmd_array.t [tcl]
Modified: trunk/languages/tcl/config/root.in
==============================================================================
--- trunk/languages/tcl/config/root.in (original)
+++ trunk/languages/tcl/config/root.in Wed Feb 8 07:46:44 2006
@@ -8,7 +8,7 @@ BUILTIN = $(LIBPATH)@[EMAIL PROTECTED]
BUILD = $(PERL) @build_dir@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]
DESTDIR = @build_dir@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]
O = @o@
-CLASSDIR = classes
+CLASSDIR = pmc
LOAD_EXT = @load_ext@
PMCS = \
Modified: trunk/languages/tcl/pmc/tclarray.pmc
==============================================================================
--- trunk/languages/tcl/classes/tclarray.pmc (original)
+++ trunk/languages/tcl/pmc/tclarray.pmc Wed Feb 8 07:46:44 2006
@@ -12,7 +12,7 @@
=head1 NAME
-classes/tclarray.pmc - Tcl Array PMC
+pmc/tclarray.pmc - Tcl Array PMC
=head1 DESCRIPTION
Modified: trunk/languages/tcl/pmc/tcllist.pmc
==============================================================================
--- trunk/languages/tcl/classes/tcllist.pmc (original)
+++ trunk/languages/tcl/pmc/tcllist.pmc Wed Feb 8 07:46:44 2006
@@ -4,7 +4,7 @@ $Id$
=head1 NAME
-classes/tcllist.pmc - Tcl List
+pmc/tcllist.pmc - Tcl List
=head1 DESCRIPTION