Check-in Number:
|
5118 | |
Date: |
2005-Aug-30 20:36:55 (local)
2005-Aug-30 18:36:55 (UTC) |
User: | rse |
Branch: | |
Comment: |
Add SEEALSO document which references all known UUID implementations. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.76 -> 1.77
--- ChangeLog 2005/08/30 15:26:07 1.76
+++ ChangeLog 2005/08/30 18:36:55 1.77
@@ -11,7 +11,11 @@
This is a list of all changes to OSSP uuid.
For a more brief summary please have a look at the NEWS file.
- Changes between 1.2.0 and 1.2.1 (23-Jan-2005 to xx-Mar-2005)
+ Changes between 1.2.0 and 1.2.1 (23-Jan-2005 to 30-Aug-2005)
+
+ o Add SEEALSO document which references all known
+ UUID implementations.
+ [Ralf S. Engelschall]
o Improve the PRNG in case no stronger system PRNG device is
available by passing time and rand(3) based entropy into the MD5
|
|
ossp-pkg/uuid/SEEALSO -> 1.1
*** /dev/null Fri Nov 22 15:13:38 2024
--- - Fri Nov 22 15:13:38 2024
***************
*** 0 ****
--- 1,52 ----
+ _ ___ ____ ____ ____ _ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| |
+ _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
+ |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| |
+ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
+
+ OSSP uuid - Universally Unique Identifier
+
+ SEE ALSO
+
+ Although we consider OSSP uuid the ultimate reference implementation
+ of an UUID generator, there are multiple alternatives available.
+ Following is a short reference of all currently known UUID
+ implementations for platforms with an Unix/POSIX API:
+
+ o OSSP uuid (ISO-C), OSSP::uuid (Perl)
+ http://www.ossp.org/pkg/lib/uuid/
+ http://cvs.ossp.org/ossp-pkg/uuid/
+
+ o FreeBSD libc (ISO-C)
+ http://www.freebsd.org/
+ http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/uuid/
+
+ o Sun Solaris libc (ISO-C), DCE::UUID (Perl/XS)
+ http://www.opensolaris.org/
+ http://cvs.opensolaris.org/source/xref/usr/src/lib/libuuid/
+
+ o APR libaprutil (ISO-C), APR::UUID (Perl/XS)
+ http://svn.apache.org/repos/asf/apr/apr-util/trunk/crypto/
+
+ o e2fsprogs/libuuid (ISO-C), UUID (Perl/XS)
+ http://e2fsprogs.sourceforge.net/
+ http://thunk.org/hg/e2fsprogs/
+
+ o Wine rpcrt4 DLL (ISO-C)
+ http://www.winehq.org/
+
+ o Data::UUID (Perl/XS)
+ http://search.cpan.org/src/AGOLOMSH/
+ http://www.cpan.org/modules/by-module/Data/
+
+ o JUG (Java/JNI)
+ http://www.doomdark.org/doomdark/proj/jug/
+
+ o Mozilla (ISO-C, ISO-C++)
+ http://www.mozilla.org/
+ http://lxr.mozilla.org/mozilla1.7/source/calendar/libxpical/token.c
+
+ o HelixPlayer (ISO-C, ISO-C++)
+ https://player.helixcommunity.org/
+ common/util/chxuuid.cpp
+
|
|