OSSP CVS Repository

ossp - Check-in [5997]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5997
Date: 2008-Mar-07 14:52:41 (local)
2008-Mar-07 13:52:41 (UTC)
User:rse
Branch:
Comment: Consistently annotate "RFC-XXXX" with "IETF" to clearly indicate from which standards body this comes from.
Tickets:
Inspections:
Files:
ossp-pkg/uuid/ChangeLog      1.157 -> 1.158     4 inserted, 0 deleted
ossp-pkg/uuid/README      1.46 -> 1.47     2 inserted, 2 deleted
ossp-pkg/uuid/uuid.pod      1.43 -> 1.44     15 inserted, 14 deleted
ossp-pkg/uuid/uuid_cli.pod      1.27 -> 1.28     3 inserted, 3 deleted

ossp-pkg/uuid/ChangeLog 1.157 -> 1.158

--- ChangeLog    2008/03/07 09:28:14     1.157
+++ ChangeLog    2008/03/07 13:52:41     1.158
@@ -13,6 +13,10 @@
 
   Changes between 1.6.1 and 1.6.2 (21-Feb-2008 to 06-Mar-2008)
 
+   o Consistently annotate "RFC-XXXX" with "IETF" to clearly
+     indicate from which standards body this comes from.
+     [Ralf S. Engelschall]
+
    o Resolve namespace conflicts of recently introduced time_xxx()
      functions by using a propoer "uuid_" prefix.
      [Ralf S. Engelschall]


ossp-pkg/uuid/README 1.46 -> 1.47

--- README       2008/02/21 15:36:52     1.46
+++ README       2008/03/07 13:52:41     1.47
@@ -10,8 +10,8 @@
   ABSTRACT
 
   OSSP uuid is a ISO-C:1999 application programming interface (API)
-  and corresponding command line interface (CLI) for the generation
-  of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
+  and corresponding command line interface (CLI) for the generation of
+  DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
   Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
   1 (time and node based), version 3 (name based, MD5), version 4
   (random number based) and version 5 (name based, SHA-1). Additional


ossp-pkg/uuid/uuid.pod 1.43 -> 1.44

--- uuid.pod     2008/01/10 14:18:47     1.43
+++ uuid.pod     2008/03/07 13:52:41     1.44
@@ -39,9 +39,9 @@
 
 =head1 DESCRIPTION
 
-B<OSSP uuid> is a ISO-C:1999 application programming interface (API)
-and corresponding command line interface (CLI) for the generation of
-DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant I<Universally Unique
+B<OSSP uuid> is a ISO-C:1999 application programming interface (API) and
+corresponding command line interface (CLI) for the generation of DCE
+1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant I<Universally Unique
 Identifier> (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time
 and node based), version 3 (name based, MD5), version 4 (random number
 based) and version 5 (name based, SHA-1). Additional API bindings are
@@ -61,9 +61,10 @@
 
 =head2 UUID Binary Representation
 
-According to the DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 standards, a
-DCE 1.1 variant UUID is a 128 bit number defined out of 7 fields, each
-field a multiple of an octet in size and stored in network byte order:
+According to the DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122
+standards, a DCE 1.1 variant UUID is a 128 bit number defined out of 7
+fields, each field a multiple of an octet in size and stored in network
+byte order:
 
                                                     [4]
                                                    version
@@ -109,12 +110,12 @@
 
 =head2 UUID ASCII String Representation
 
-According to the DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 standards,
-a DCE 1.1 variant UUID is represented as an ASCII string consisting
-of 8 hexadecimal digits followed by a hyphen, then three groups of
-4 hexadecimal digits each followed by a hyphen, then 12 hexadecimal
-digits. Formally, the string representation is defined by the following
-grammar:
+According to the DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122
+standards, a DCE 1.1 variant UUID is represented as an ASCII string
+consisting of 8 hexadecimal digits followed by a hyphen, then three
+groups of 4 hexadecimal digits each followed by a hyphen, then 12
+hexadecimal digits. Formally, the string representation is defined by
+the following grammar:
 
  uuid                        = <time_low> "-"
                                <time_mid> "-"
@@ -464,7 +465,7 @@
 
 B<A Universally Unique IDentifier (UUID) URN Namespace>,
 P. Leach, M. Mealling, R. Salz,
-IETF RFC 4122,
+IETF RFC-4122,
 July 2005, 32 pages,
 http://www.ietf.org/rfc/rfc4122.txt
 
@@ -500,7 +501,7 @@
 
 B<HTTP Extensions for Distributed Authoring (WebDAV)>,
 section B<6.4.1 Node Field Generation Without the IEEE 802 Address>,
-IETF Request for Comments: RFC 2518,
+IETF RFC-2518,
 February 1999, 94 pages,
 http://www.ietf.org/rfc/rfc2518.txt
 


ossp-pkg/uuid/uuid_cli.pod 1.27 -> 1.28

--- uuid_cli.pod 2008/01/10 14:18:47     1.27
+++ uuid_cli.pod 2008/03/07 13:52:41     1.28
@@ -56,9 +56,9 @@
 
 =head1 DESCRIPTION
 
-B<OSSP uuid> is a ISO-C:1999 application programming interface (API)
-and corresponding command line interface (CLI) for the generation of
-DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant I<Universally Unique
+B<OSSP uuid> is a ISO-C:1999 application programming interface (API) and
+corresponding command line interface (CLI) for the generation of DCE
+1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant I<Universally Unique
 Identifier> (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time
 and node based), version 3 (name based, MD5), version 4 (random number
 based) and version 5 (name based, SHA-1). Additional API bindings are

CVSTrac 2.0.1