Author: coke
Date: Fri Nov 14 16:33:41 2008
New Revision: 32652

Modified:
   trunk/docs/pdds/pdd19_pir.pod

Changes in other areas also in this revision:
Modified:
   trunk/DEPRECATED.pod
   trunk/compilers/imcc/imcc.y
   trunk/compilers/imcc/imcparser.c
   trunk/languages/dotnet/build/builtins.pl
   trunk/languages/dotnet/build/translator.pl
   trunk/languages/dotnet/src/exception.pir
   trunk/languages/dotnet/src/field.pir
   trunk/languages/dotnet/src/method.pir
   trunk/languages/dotnet/src/net2pbc.pir
   trunk/languages/dotnet/src/signature.pir
   trunk/languages/dotnet/src/translator.pir
   trunk/languages/dotnet/src/typeinfo.pir
   trunk/languages/dotnet/t/staticfield.t
   trunk/languages/dotnet/t/staticmethod.t
   trunk/languages/forth/forth.pir
   trunk/languages/forth/tokenstream.pir
   trunk/languages/forth/variablestack.pir
   trunk/languages/forth/virtualstack.pir
   trunk/languages/forth/words.pir
   trunk/runtime/parrot/library/Range.pir
   trunk/t/compilers/imcc/syn/hll.t
   trunk/t/library/p6object.t
   trunk/t/oo/isa.t
   trunk/t/pmc/key.t
   trunk/t/pmc/multidispatch.t
   trunk/t/pmc/namespace.t
   trunk/t/pmc/parrotinterpreter.t
   trunk/t/pmc/threads.t

Log:
RT #57428; add new ".HLL <string>" syntax specified in PDD19, and update code 
to the new usage.

This paves the way to rip out the old syntax next release.



Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod       (original)
+++ trunk/docs/pdds/pdd19_pir.pod       Fri Nov 14 16:33:41 2008
@@ -322,7 +322,7 @@
 A library loaded this way is also available at runtime, as if it has been
 loaded again in C<:load>, so there is no need to call C<loadlib> at runtime.
 
-=item .HLL <hll_name> [unimplemented: RT #57426]
+=item .HLL <hll_name>
 
 Define the HLL for the current file. Takes one string constant, the name
 of the HLL.

Reply via email to