Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.157' '-r1.158' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- 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] Index: ossp-pkg/uuid/README RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/README,v rcsdiff -q -kk '-r1.46' '-r1.47' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/README,v' 2>/dev/null --- 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 Index: ossp-pkg/uuid/uuid.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v' 2>/dev/null --- 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 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 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 (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 = "-" "-" @@ -464,7 +465,7 @@ B, 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, 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 Index: ossp-pkg/uuid/uuid_cli.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v' 2>/dev/null --- 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 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 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 (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