Author: particle
Date: Wed Dec 28 09:22:52 2005
New Revision: 10730

Added:
   trunk/examples/io/echo_client.pir
      - copied, changed from r10724, trunk/examples/io/echo_client.imc
   trunk/examples/io/http.pir
      - copied, changed from r10724, trunk/examples/io/http.imc
   trunk/examples/io/httpd.pir
      - copied, changed from r10724, trunk/examples/io/httpd.imc
   trunk/examples/io/pipe2.pir
      - copied unchanged from r10724, trunk/examples/io/pipe2.imc
   trunk/examples/io/pipe3.pir
      - copied unchanged from r10724, trunk/examples/io/pipe3.imc
Removed:
   trunk/examples/io/echo_client.imc
   trunk/examples/io/http.imc
   trunk/examples/io/httpd.imc
   trunk/examples/io/pipe2.imc
   trunk/examples/io/pipe3.imc
Modified:
   trunk/MANIFEST
Log:
#37520: [TODO] rename library files from .imc to .pir
~files in examples/io/ renamed

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Wed Dec 28 09:22:52 2005
@@ -437,13 +437,13 @@ examples/benchmarks/vpm.rb              
 examples/c/test_main.c                            [main]doc
 examples/compilers/Makefile                       [main]doc
 examples/compilers/japhc.c                        [main]doc
-examples/io/echo_client.imc                       [main]doc
-examples/io/http.imc                              [main]doc
-examples/io/httpd.imc                             [main]doc
+examples/io/echo_client.pir                       [main]doc
+examples/io/http.pir                              [main]doc
+examples/io/httpd.pir                             [main]doc
 examples/io/net_smtp.pasm                         [main]doc
 examples/io/pioctl.pasm                           [main]doc
-examples/io/pipe2.imc                             [main]doc
-examples/io/pipe3.imc                             [main]doc
+examples/io/pipe2.pir                             [main]doc
+examples/io/pipe3.pir                             [main]doc
 examples/japh/README                              [main]doc
 examples/japh/japh1.pasm                          [main]doc
 examples/japh/japh10.pasm                         [main]doc

Copied: trunk/examples/io/echo_client.pir (from r10724, 
trunk/examples/io/echo_client.imc)
==============================================================================
--- trunk/examples/io/echo_client.imc   (original)
+++ trunk/examples/io/echo_client.pir   Wed Dec 28 09:22:52 2005
@@ -3,11 +3,11 @@
 
 =head1 NAME
 
-examples/io/echo_client.imc - Echo client
+examples/io/echo_client.pir - Echo client
 
 =head1 SYNOPSIS
 
-    % ./parrot examples/io/echo_client.imc
+    % ./parrot examples/io/echo_client.pir
 
 =head1 DESCRIPTION
 

Copied: trunk/examples/io/http.pir (from r10724, trunk/examples/io/http.imc)
==============================================================================
--- trunk/examples/io/http.imc  (original)
+++ trunk/examples/io/http.pir  Wed Dec 28 09:22:52 2005
@@ -3,11 +3,11 @@
 
 =head1 NAME
 
-examples/io/http.imc - HTTP client
+examples/io/http.pir - HTTP client
 
 =head1 SYNOPSIS
 
-    % ./parrot examples/io/http.imc
+    % ./parrot examples/io/http.pir
 
 =head1 DESCRIPTION
 

Copied: trunk/examples/io/httpd.pir (from r10724, trunk/examples/io/httpd.imc)
==============================================================================
--- trunk/examples/io/httpd.imc (original)
+++ trunk/examples/io/httpd.pir Wed Dec 28 09:22:52 2005
@@ -3,11 +3,11 @@
 
 =head1 NAME
 
-examples/io/httpd.imc - HTTP server
+examples/io/httpd.pir - HTTP server
 
 =head1 SYNOPSIS
 
-    % ./parrot examples/io/httpd.imc
+    % ./parrot examples/io/httpd.pir
 
 =head1 DESCRIPTION
 

Reply via email to