Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/01/16 15:42:50 1.21 +++ ChangeLog 2004/01/16 15:50:30 1.22 @@ -13,6 +13,10 @@ Changes between 0.9.2 and 0.9.3 (15-Jan-2004 to xx-Jan-2004) + o Tested OSSP uuid on 16 particular Unix platforms and list + those in the new PORTING file. + [Ralf S. Engelschall] + o Fixed minor formatting bug in call to str_rsprintf(). [Ralf S. Engelschall] Index: ossp-pkg/uuid/PORTING RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/PORTING,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/uuid/Attic/PORTING,v' | diff -u /dev/null - -L'ossp-pkg/uuid/PORTING' 2>/dev/null --- ossp-pkg/uuid/PORTING +++ - 2024-05-22 03:31:45.515955847 +0200 @@ -0,0 +1,33 @@ + _ ___ ____ ____ ____ _ _ + |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| | + _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` | + |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| | + |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| + + OSSP uuid - Universally Unique Identifier + + PORTING + + OSSP uuid was already written with maximum portability in mind, so + there should be no great effort required to get it running on any Unix + platform with a reasonable POSIX API. Additionally, the portability + was tested by successfully building and running it on the following + particular Unix platforms (syntax is "- ()"): + + alpha-tru644.0 (cc) + alpha-tru645.1 (gcc, cc) + hppa-hpux11.11 (cc) + ia64-hpux11.23 (cc) + ix86-debian2.2 (gcc, icc) + ix86-debian3.0 (gcc) + ix86-debian3.1 (gcc) + ix86-freebsd4.9 (gcc) + ix86-freebsd5.2 (gcc, icc) + ix86-netbsd1.6 (gcc) + ix86-qnx6.2 (gcc) + ix86-solaris10 (gcc) + ix86-unixware7.1.3 (cc) + mips64-irix6.5 (gcc) + sparc64-solaris8 (gcc, forte) + sparc64-solaris9 (gcc) +