Author: coke Date: Fri Jan 23 21:24:39 2009 New Revision: 35943 Removed: trunk/src/pmc/enumerate.pmc trunk/t/pmc/enumerate.t Modified: trunk/DEPRECATED.pod trunk/MANIFEST trunk/PBC_COMPAT trunk/t/steps/auto_pmc-01.t
Log: TT #187 - remove Enumerate PMC Modified: trunk/DEPRECATED.pod ============================================================================== --- trunk/DEPRECATED.pod (original) +++ trunk/DEPRECATED.pod Fri Jan 23 21:24:39 2009 @@ -41,8 +41,6 @@ =item * deleg_pmc [post 0.9.0] (TT #187) -=item * enumerate [post 0.9.0] (TT #187) - =item * multiarray [post 0.9.0] (TT #187) =item * pair [post 0.9.0] (TT #187) Modified: trunk/MANIFEST ============================================================================== --- trunk/MANIFEST (original) +++ trunk/MANIFEST Fri Jan 23 21:24:39 2009 @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 04:46:33 2009 UT +# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 05:13:29 2009 UT # # See tools/dev/install_files.pl for documentation on the # format of this file. @@ -520,6 +520,8 @@ docs/project/ticket_wrangler_guide.pod [main]doc docs/req/model_users.pod [main]doc docs/resources/favicon.ico [main]doc +docs/resources/parrot.css [main]doc +docs/resources/parrot_logo.png [main]doc docs/resources/parrot_small.png [main]doc docs/resources/perl.css [main]doc docs/resources/up.gif [main]doc @@ -709,8 +711,8 @@ examples/pir/genprog.bas [main]doc examples/pir/hanoi.pir [main]doc examples/pir/hello-dwim.pir [main]doc -examples/pir/io.pir [main]doc examples/pir/interlangs.bas [main]doc +examples/pir/io.pir [main]doc examples/pir/levenshtein.pir [main]doc examples/pir/life.pir [main]doc examples/pir/local_label.pir [main]doc @@ -2949,7 +2951,6 @@ src/pmc/default.pmc [] src/pmc/deleg_pmc.pmc [] src/pmc/delegate.pmc [] -src/pmc/enumerate.pmc [] src/pmc/env.pmc [] src/pmc/eval.pmc [] src/pmc/eventhandler.pmc [] @@ -3368,7 +3369,6 @@ t/pmc/default.t [] t/pmc/deleg_pmc.t [] t/pmc/delegate.t [] -t/pmc/enumerate.t [] t/pmc/env.t [] t/pmc/eval.t [] t/pmc/eventhandler.t [] Modified: trunk/PBC_COMPAT ============================================================================== --- trunk/PBC_COMPAT (original) +++ trunk/PBC_COMPAT Fri Jan 23 21:24:39 2009 @@ -27,7 +27,7 @@ # please insert tab separated entries at the top of the list -3.34 2009.01.23 coke removed intlist PMC +3.34 2009.01.23 coke removed intlist, enumerate PMCs 3.33 2009.01.20 chromatic removed n_neg opcode 3.32 2009.01.19 chromatic removed remaining n_* math/bitwise ops 3.31 2009.01.12 whiteknight remove stm.ops and all opcodes therein Modified: trunk/t/steps/auto_pmc-01.t ============================================================================== --- trunk/t/steps/auto_pmc-01.t (original) +++ trunk/t/steps/auto_pmc-01.t Fri Jan 23 21:24:39 2009 @@ -146,7 +146,7 @@ ########## --pmc ########## my @dummy_options = qw( -default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc managedstruct.pmc delegate.pmc exception.pmc parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc enumerate.pmc exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc scheduler.pmc slice.pmc task .pmc undef.pmc +default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc managedstruct.pmc delegate.pmc exception.pmc parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc scheduler.pmc slice.pmc task.pmc undef.pmc ); my $dummy_options = join q{ } => @dummy_options; @@ -168,7 +168,7 @@ @dummy_options = qw( default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc -managedstruct.pmc delegate.pmc constexception.pmc parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc enumerate.pmc exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc scheduler.pmc slice.pmc task.pmc undef.pmc +managedstruct.pmc delegate.pmc constexception.pmc parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc scheduler.pmc slice.pmc task.pmc undef.pmc ); $dummy_options = join q{ } => @dummy_options;