Author: jhoblitt
Date: Tue Jan 10 23:57:47 2006
New Revision: 11077
Added:
trunk/docs/dev/byteorder.pod
- copied, changed from r10933, trunk/docs/dev/byteorder.dev
trunk/docs/dev/dod.pod
- copied, changed from r10933, trunk/docs/dev/dod.dev
trunk/docs/dev/infant.pod
- copied, changed from r10933, trunk/docs/dev/infant.dev
trunk/docs/dev/jit_i386.pod
- copied, changed from r10933, trunk/docs/dev/jit_i386.dev
trunk/docs/dev/longopt.pod
- copied, changed from r10933, trunk/docs/dev/longopt.dev
Removed:
trunk/docs/dev/byteorder.dev
trunk/docs/dev/dod.dev
trunk/docs/dev/infant.dev
trunk/docs/dev/jit_i386.dev
trunk/docs/dev/longopt.dev
Modified:
trunk/MANIFEST
Log:
rename docs/dev/*.dev -> docs/dev/*.pod
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Tue Jan 10 23:57:47 2006
@@ -271,13 +271,13 @@ docs/compiler_faq.pod
docs/configuration.pod [devel]doc
docs/debug.pod [devel]doc
docs/debugger.pod [main]doc
-docs/dev/byteorder.dev [main]doc
-docs/dev/dod.dev [devel]doc
+docs/dev/byteorder.pod [main]doc
+docs/dev/dod.pod [devel]doc
docs/dev/events.pod [devel]doc
docs/dev/fhs.pod [devel]doc
-docs/dev/infant.dev [devel]doc
-docs/dev/jit_i386.dev [main]doc
-docs/dev/longopt.dev [main]doc
+docs/dev/infant.pod [devel]doc
+docs/dev/jit_i386.pod [main]doc
+docs/dev/longopt.pod [main]doc
docs/dev/nanoparrot.c [main]doc
docs/dev/optimizer.pod [main]doc
docs/dev/pmc_freeze.pod [devel]doc
Copied: trunk/docs/dev/byteorder.pod (from r10933, trunk/docs/dev/byteorder.dev)
==============================================================================
--- trunk/docs/dev/byteorder.dev (original)
+++ trunk/docs/dev/byteorder.pod Tue Jan 10 23:57:47 2006
@@ -3,7 +3,7 @@
=head1 NAME
-docs/dev/byteorder.dev - Byteorder Conversion Functions
+docs/dev/byteorder.pod - Byteorder Conversion Functions
=head1 Overview
Copied: trunk/docs/dev/dod.pod (from r10933, trunk/docs/dev/dod.dev)
==============================================================================
--- trunk/docs/dev/dod.dev (original)
+++ trunk/docs/dev/dod.pod Tue Jan 10 23:57:47 2006
@@ -3,14 +3,14 @@
=head1 NAME
-docs/dev/dod.dev - Dead object detection (DOD)
+docs/dev/dod.pod - Dead object detection (DOD)
=head1 Overview
The DOD code performs dead object detection and reclamation, thereby
implementing a mark and copy garbage collector. The official garbage
collection PDD is PDD 9 and is located in the docs/pdds directory of the parrot
-distribution. This .dev file is only meant to describe the current state of
+distribution. This Pod file is only meant to describe the current state of
the code and is not meant to replace a thorough understanding of PDD 9.
=head1 Data Structures and Algorithms
Copied: trunk/docs/dev/infant.pod (from r10933, trunk/docs/dev/infant.dev)
==============================================================================
--- trunk/docs/dev/infant.dev (original)
+++ trunk/docs/dev/infant.pod Tue Jan 10 23:57:47 2006
@@ -3,7 +3,7 @@
=head1 NAME
-docs/dev/infant.dev - Infant Mortality
+docs/dev/infant.pod - Infant Mortality
=head1 Overview
Copied: trunk/docs/dev/jit_i386.pod (from r10933, trunk/docs/dev/jit_i386.dev)
==============================================================================
--- trunk/docs/dev/jit_i386.dev (original)
+++ trunk/docs/dev/jit_i386.pod Tue Jan 10 23:57:47 2006
@@ -3,7 +3,7 @@
=head1 NAME
-docs/dev/jit_i386.dev - Parrot JIT (i386/gcc)
+docs/dev/jit_i386.pod - Parrot JIT (i386/gcc)
=head1 ABSTRACT
Copied: trunk/docs/dev/longopt.pod (from r10933, trunk/docs/dev/longopt.dev)
==============================================================================
--- trunk/docs/dev/longopt.dev (original)
+++ trunk/docs/dev/longopt.pod Tue Jan 10 23:57:47 2006
@@ -3,7 +3,7 @@
=head1 NAME
-docs/dev/longopt.dev - Long option parsing
+docs/dev/longopt.pod - Long option parsing
=head1 SUMMARY