head 1.14; access; symbols OPENPKG_E1_MP_HEAD:1.9 OPENPKG_E1_MP:1.9 OPENPKG_E1_MP_2_STABLE:1.4.2.1 OPENPKG_E1_FP:1.4.2.1 OPENPKG_2_STABLE_MP:1.10 OPENPKG_2_STABLE_20061018:1.4.2.1 OPENPKG_2_STABLE_20060622:1.4 OPENPKG_2_STABLE:1.4.0.2 OPENPKG_2_STABLE_BP:1.4 OPENPKG_2_5_RELEASE:1.2 OPENPKG_2_5_SOLID:1.2.0.12 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.10 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_CW_FP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.8 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.6 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.4 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.2 OPENPKG_2_0_SOLID:1.2.0.2 OPENPKG_2_0_SOLID_BP:1.2; locks; strict; comment @# @; 1.14 date 2009.11.04.16.57.51; author rse; state Exp; branches; next 1.13; commitid GmHZgTPh3QuvSdau; 1.13 date 2009.06.17.13.00.08; author rse; state Exp; branches; next 1.12; commitid IhQlh0L96BSX3dSt; 1.12 date 2009.04.19.08.16.48; author rse; state Exp; branches; next 1.11; commitid iQpkuuzBRyXkoBKt; 1.11 date 2008.11.02.17.49.57; author rse; state Exp; branches; next 1.10; commitid Yy3zkE1yITQLX3pt; 1.10 date 2007.03.09.06.44.32; author rse; state Exp; branches; next 1.9; commitid 1lDOZ0PAxuGcHn9s; 1.9 date 2006.11.17.11.49.59; author rse; state Exp; branches; next 1.8; commitid zuozZpGiPzmcZ0Vr; 1.8 date 2006.11.15.12.20.21; author rse; state Exp; branches; next 1.7; commitid afs4rI1eiCzBdLUr; 1.7 date 2006.09.20.05.45.41; author cs; state Exp; branches; next 1.6; commitid 7jbN76aa226OPwNr; 1.6 date 2006.09.18.06.20.10; author cs; state Exp; branches; next 1.5; commitid RpykGJfxicQC5hNr; 1.5 date 2006.09.06.14.45.07; author cs; state Exp; branches; next 1.4; commitid 6EFb108FOVmLgMLr; 1.4 date 2006.03.18.17.57.25; author rse; state Exp; branches 1.4.2.1; next 1.3; commitid vEhXZlCkKu2wRGpr; 1.3 date 2006.02.26.08.23.06; author rse; state Exp; branches; next 1.2; commitid ryd6vAcl3Gklk4nr; 1.2 date 2004.01.15.16.32.44; author rse; state Exp; branches; next 1.1; 1.1 date 2004.01.10.21.46.44; author rse; state Exp; branches; next ; 1.4.2.1 date 2006.10.16.14.54.07; author rse; state Exp; branches; next 1.4.2.2; commitid iZxwRSmmWscPXUQr; 1.4.2.2 date 2007.02.07.20.36.34; author thl; state Exp; branches; next 1.4.2.3; commitid buiDpkvFRFCkgB5s; 1.4.2.3 date 2007.03.18.23.32.18; author thl; state Exp; branches; next ; commitid j886gsownDQWXCas; desc @@ 1.14 log @modifying package: perl-crypto-5.10 20091019 -> 20091104 @ text @Index: Data-UUID-1.203/UUID.h --- Data-UUID-1.203/UUID.h.orig 2008-11-21 22:37:56 +0100 +++ Data-UUID-1.203/UUID.h 2009-04-19 10:10:42 +0200 @@@@ -61,7 +61,11 @@@@ #define UUID_NODEID_NV_STORE _STDIR"/"UUID_NODEID #endif -#define UUIDS_PER_TICK 1024 +#if defined(__CYGWIN__) || defined(__MINGW32__) +#define UUIDS_PER_TICK 10000 +#else +#define UUIDS_PER_TICK 10 +#endif #ifdef _MSC_VER #define I64(C) C##i64 #else Index: Data-UUID-1.203/UUID.pm --- Data-UUID-1.203/UUID.pm.orig 2009-04-18 20:10:25 +0200 +++ Data-UUID-1.203/UUID.pm 2009-04-19 10:10:42 +0200 @@@@ -109,7 +109,7 @@@@ $ug->create_from_name_bin(, ); # creates UUID string, using conventional UUID string format, - # such as: 4162F712-1DD2-11B2-B17E-C09EFE1DC403 + # such as: 4162f712-1dd2-11b2-b17e-c09efe1dc403 $ug->create_str(); $ug->create_from_name_str(, ); Index: Data-UUID-1.203/UUID.xs --- Data-UUID-1.203/UUID.xs.orig 2008-11-21 22:37:56 +0100 +++ Data-UUID-1.203/UUID.xs 2009-04-19 10:11:33 +0200 @@@@ -106,7 +106,7 @@@@ } static void get_system_time(perl_uuid_time_t *perl_uuid_time) { -#if defined __cygwin__ || defined __MINGW32__ || defined WIN32 +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(WIN32) /* ULARGE_INTEGER time; */ LARGE_INTEGER time; @@@@ -130,7 +130,7 @@@@ static void get_random_info(unsigned char seed[16]) { SV* ctx; -#if defined __cygwin__ || defined __MINGW32__ || defined __MSWin32__ +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(WIN32) typedef struct { MEMORYSTATUS m; SYSTEM_INFO s; @@@@ -149,7 +149,7 @@@@ #endif randomness r; -#if defined __cygwin__ || defined __MINGW32__ || defined __MSWin32__ +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(WIN32) GlobalMemoryStatus(&r.m); GetSystemInfo(&r.s); GetSystemTimeAsFileTime(&r.t); @@@@ -181,10 +181,10 @@@@ len = sizeof(perl_uuid_t); break; case F_STR: - sprintf(buf, "%8.8X-%4.4X-%4.4X-%2.2X%2.2X-", (unsigned int)u.time_low, u.time_mid, + sprintf(buf, "%8.8x-%4.4x-%4.4x-%2.2x%2.2x-", (unsigned int)u.time_low, u.time_mid, u.time_hi_and_version, u.clock_seq_hi_and_reserved, u.clock_seq_low); for(i = 0; i < 6; i++ ) - sprintf(buf+strlen(buf), "%2.2X", u.node[i]); + sprintf(buf+strlen(buf), "%2.2x", u.node[i]); len = strlen(buf); break; case F_HEX: @@@@ -348,7 +348,7 @@@@ *hate += getpid(); } else { get_random_info(seed); - seed[0] |= 0x80; + seed[0] |= 0x01; memcpy(&(RETVAL->nodeid), seed, sizeof(uuid_node_t)); mask = umask(_DEFAULT_UMASK); if ((fd = fopen(UUID_NODEID_NV_STORE, "wb"))) { @ 1.13 log @modifying package: perl-crypto-5.10.0 20090610 -> 20090617 @ text @d1 3 a3 3 Index: Data-UUID-1.202/UUID.h --- Data-UUID-1.202/UUID.h.orig 2008-11-21 22:37:56 +0100 +++ Data-UUID-1.202/UUID.h 2009-04-19 10:10:42 +0200 d17 3 a19 3 Index: Data-UUID-1.202/UUID.pm --- Data-UUID-1.202/UUID.pm.orig 2009-04-18 20:10:25 +0200 +++ Data-UUID-1.202/UUID.pm 2009-04-19 10:10:42 +0200 d29 3 a31 3 Index: Data-UUID-1.202/UUID.xs --- Data-UUID-1.202/UUID.xs.orig 2008-11-21 22:37:56 +0100 +++ Data-UUID-1.202/UUID.xs 2009-04-19 10:11:33 +0200 @ 1.12 log @modifying package: perl-crypto-5.10.0 20081223 -> 20090419 @ text @d1 3 a3 3 Index: Data-UUID-1.201/UUID.h --- Data-UUID-1.201/UUID.h.orig 2008-11-21 22:37:56 +0100 +++ Data-UUID-1.201/UUID.h 2009-04-19 10:10:42 +0200 d17 3 a19 3 Index: Data-UUID-1.201/UUID.pm --- Data-UUID-1.201/UUID.pm.orig 2009-04-18 20:10:25 +0200 +++ Data-UUID-1.201/UUID.pm 2009-04-19 10:10:42 +0200 d29 3 a31 3 Index: Data-UUID-1.201/UUID.xs --- Data-UUID-1.201/UUID.xs.orig 2008-11-21 22:37:56 +0100 +++ Data-UUID-1.201/UUID.xs 2009-04-19 10:11:33 +0200 @ 1.11 log @modifying package: perl-crypto-5.10.0 20081001 -> 20081102 @ text @d1 4 a4 4 Index: Data-UUID-1.149/UUID.h --- Data-UUID-1.149/UUID.h.orig 2006-12-08 13:56:18 +0100 +++ Data-UUID-1.149/UUID.h 2007-03-09 07:38:53 +0100 @@@@ -62,7 +62,11 @@@@ d17 3 a19 3 Index: Data-UUID-1.149/UUID.pm --- Data-UUID-1.149/UUID.pm.orig 2007-03-08 17:03:20 +0100 +++ Data-UUID-1.149/UUID.pm 2007-03-09 07:38:53 +0100 d29 3 a31 3 Index: Data-UUID-1.149/UUID.xs --- Data-UUID-1.149/UUID.xs.orig 2006-12-08 13:56:17 +0100 +++ Data-UUID-1.149/UUID.xs 2007-03-09 07:38:53 +0100 d44 1 a44 1 MD5_CTX c; d50 3 a52 3 @@@@ -151,7 +151,7 @@@@ MD5Init(&c); d59 1 a59 1 @@@@ -182,10 +182,10 @@@@ d72 1 a72 1 @@@@ -274,7 +274,7 @@@@ @ 1.10 log @modifying package: perl-crypto-5.8.8 20070224 -> 20070309 @ text @d1 3 a3 3 Index: Data-UUID-1.148/UUID.h --- Data-UUID-1.148/UUID.h.orig 2006-12-08 13:56:18 +0100 +++ Data-UUID-1.148/UUID.h 2007-03-09 07:38:53 +0100 d17 3 a19 3 Index: Data-UUID-1.148/UUID.pm --- Data-UUID-1.148/UUID.pm.orig 2007-03-08 17:03:20 +0100 +++ Data-UUID-1.148/UUID.pm 2007-03-09 07:38:53 +0100 d29 3 a31 3 Index: Data-UUID-1.148/UUID.xs --- Data-UUID-1.148/UUID.xs.orig 2006-12-08 13:56:17 +0100 +++ Data-UUID-1.148/UUID.xs 2007-03-09 07:38:53 +0100 @ 1.9 log @modifying package: perl-crypto-5.8.8 20061115 -> 20061117 @ text @d1 3 a3 3 Index: Data-UUID-0.148/UUID.h --- Data-UUID-0.148/UUID.h.orig 2006-11-16 15:09:51 +0100 +++ Data-UUID-0.148/UUID.h 2006-11-17 12:44:30 +0100 d17 3 a19 3 Index: Data-UUID-0.148/UUID.pm --- Data-UUID-0.148/UUID.pm.orig 2006-11-16 16:22:10 +0100 +++ Data-UUID-0.148/UUID.pm 2006-11-17 12:43:51 +0100 d29 3 a31 12 @@@@ -176,7 +176,7 @@@@ =head1 AUTHOR -Alexander Golomshtok +Alexander Golomshtok =head1 SEE ALSO Index: Data-UUID-0.148/UUID.xs --- Data-UUID-0.148/UUID.xs.orig 2006-11-16 15:09:51 +0100 +++ Data-UUID-0.148/UUID.xs 2006-11-17 12:45:39 +0100 @ 1.8 log @modifying package: perl-crypto-5.8.8 20061114 -> 20061115 @ text @d1 4 a4 4 Index: Data-UUID-0.146/UUID.h --- Data-UUID-0.146/UUID.h.orig 2006-09-20 00:24:54 +0200 +++ Data-UUID-0.146/UUID.h 2006-09-20 07:42:24 +0200 @@@@ -61,7 +61,11 @@@@ d14 1 a14 1 #if defined(_WIN32) d17 4 a20 4 Index: Data-UUID-0.146/UUID.pm --- Data-UUID-0.146/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.146/UUID.pm 2006-02-26 09:13:35 +0100 @@@@ -108,7 +108,7 @@@@ d29 1 a29 1 @@@@ -175,7 +175,7 @@@@ d38 4 a41 4 Index: Data-UUID-0.146/UUID.xs --- Data-UUID-0.146/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.146/UUID.xs 2006-02-26 09:20:04 +0100 @@@@ -105,11 +105,11 @@@@ d45 1 a45 1 -#if defined __CYGWIN__ || __MINGW32__ || WIN32 d50 1 a50 6 - /* use QeryPerformanceCounter for +ms resolution - as per Paul Stodghill + /* use QueryPerformanceCounter for +ms resolution - as per Paul Stodghill GetSystemTimeAsFileTime((FILETIME *)&time); */ QueryPerformanceCounter(&time); time.QuadPart += @@@@ -129,7 +129,7 @@@@ d54 1 a54 1 -#if defined __CYGWIN__ || __MINGW32__ || WIN32 d59 1 a59 1 @@@@ -150,7 +150,7 @@@@ d63 1 a63 1 -#if defined __CYGWIN__ || __MINGW32__ || WIN32 d68 1 a68 1 @@@@ -181,10 +181,10 @@@@ d81 1 a81 1 @@@@ -273,7 +273,7 @@@@ @ 1.7 log @modifying package: perl-crypto-5.8.8 20060918 -> 20060920 @ text @d1 3 a3 3 Index: Data-UUID-0.145/UUID.h --- Data-UUID-0.145/UUID.h.orig 2006-09-20 00:24:54 +0200 +++ Data-UUID-0.145/UUID.h 2006-09-20 07:42:24 +0200 d17 3 a19 3 Index: Data-UUID-0.145/UUID.pm --- Data-UUID-0.145/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.145/UUID.pm 2006-02-26 09:13:35 +0100 d38 3 a40 3 Index: Data-UUID-0.145/UUID.xs --- Data-UUID-0.145/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.145/UUID.xs 2006-02-26 09:20:04 +0100 @ 1.6 log @modifying package: perl-crypto-5.8.8 20060906 -> 20060918 @ text @d1 4 a4 5 Index: Data-UUID-0.143/UUID.h --- Data-UUID-0.143/UUID.h.orig 2006-02-21 13:04:53 +0100 +++ Data-UUID-0.143/UUID.h 2006-02-26 09:13:35 +0100 @@@@ -52,7 +52,11 @@@@ #define UUID_STATE_NV_STORE _STDIR"/"UUID_STATE d6 1 d14 6 a19 6 #define I64(C) C##LL #define F_BIN 0 Index: Data-UUID-0.143/UUID.pm --- Data-UUID-0.143/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.143/UUID.pm 2006-02-26 09:13:35 +0100 d38 3 a40 3 Index: Data-UUID-0.143/UUID.xs --- Data-UUID-0.143/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.143/UUID.xs 2006-02-26 09:20:04 +0100 @ 1.5 log @modifying package: perl-crypto-5.8.8 20060813 -> 20060906 @ text @d1 3 a3 3 Index: Data-UUID-0.142/UUID.h --- Data-UUID-0.142/UUID.h.orig 2006-02-21 13:04:53 +0100 +++ Data-UUID-0.142/UUID.h 2006-02-26 09:13:35 +0100 d17 3 a19 3 Index: Data-UUID-0.142/UUID.pm --- Data-UUID-0.142/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.142/UUID.pm 2006-02-26 09:13:35 +0100 d38 3 a40 3 Index: Data-UUID-0.142/UUID.xs --- Data-UUID-0.142/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.142/UUID.xs 2006-02-26 09:20:04 +0100 @ 1.4 log @modifying package: perl-crypto-5.8.8 20060226 -> 20060318 @ text @d1 3 a3 3 Index: Data-UUID-0.14/UUID.h --- Data-UUID-0.14/UUID.h.orig 2006-02-21 13:04:53 +0100 +++ Data-UUID-0.14/UUID.h 2006-02-26 09:13:35 +0100 d17 3 a19 3 Index: Data-UUID-0.14/UUID.pm --- Data-UUID-0.14/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.14/UUID.pm 2006-02-26 09:13:35 +0100 d38 3 a40 3 Index: Data-UUID-0.14/UUID.xs --- Data-UUID-0.14/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.14/UUID.xs 2006-02-26 09:20:04 +0100 @ 1.4.2.1 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @d1 5 a5 4 Index: Data-UUID-0.145/UUID.h --- Data-UUID-0.145/UUID.h.orig 2006-09-20 00:24:54 +0200 +++ Data-UUID-0.145/UUID.h 2006-09-20 07:42:24 +0200 @@@@ -61,7 +61,11 @@@@ a6 1 #endif d14 6 a19 6 #if defined(_WIN32) #define I64(C) C##i64 #else Index: Data-UUID-0.145/UUID.pm --- Data-UUID-0.145/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.145/UUID.pm 2006-02-26 09:13:35 +0100 d38 3 a40 3 Index: Data-UUID-0.145/UUID.xs --- Data-UUID-0.145/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.145/UUID.xs 2006-02-26 09:20:04 +0100 @ 1.4.2.2 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d1 4 a4 4 Index: Data-UUID-0.148/UUID.h --- Data-UUID-0.148/UUID.h.orig 2006-11-16 15:09:51 +0100 +++ Data-UUID-0.148/UUID.h 2006-11-17 12:44:30 +0100 @@@@ -62,7 +62,11 @@@@ d14 1 a14 1 #ifdef _MSC_VER d17 4 a20 4 Index: Data-UUID-0.148/UUID.pm --- Data-UUID-0.148/UUID.pm.orig 2006-11-16 16:22:10 +0100 +++ Data-UUID-0.148/UUID.pm 2006-11-17 12:43:51 +0100 @@@@ -109,7 +109,7 @@@@ d29 1 a29 1 @@@@ -176,7 +176,7 @@@@ d38 4 a41 4 Index: Data-UUID-0.148/UUID.xs --- Data-UUID-0.148/UUID.xs.orig 2006-11-16 15:09:51 +0100 +++ Data-UUID-0.148/UUID.xs 2006-11-17 12:45:39 +0100 @@@@ -106,7 +106,7 @@@@ d45 1 a45 1 -#if defined __cygwin__ || defined __MINGW32__ || defined WIN32 d50 6 a55 1 @@@@ -130,7 +130,7 @@@@ d59 1 a59 1 -#if defined __cygwin__ || defined __MINGW32__ || defined __MSWin32__ d64 1 a64 1 @@@@ -151,7 +151,7 @@@@ d68 1 a68 1 -#if defined __cygwin__ || defined __MINGW32__ || defined __MSWin32__ d73 1 a73 1 @@@@ -182,10 +182,10 @@@@ d86 1 a86 1 @@@@ -274,7 +274,7 @@@@ @ 1.4.2.3 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d1 3 a3 3 Index: Data-UUID-1.148/UUID.h --- Data-UUID-1.148/UUID.h.orig 2006-12-08 13:56:18 +0100 +++ Data-UUID-1.148/UUID.h 2007-03-09 07:38:53 +0100 d17 3 a19 3 Index: Data-UUID-1.148/UUID.pm --- Data-UUID-1.148/UUID.pm.orig 2007-03-08 17:03:20 +0100 +++ Data-UUID-1.148/UUID.pm 2007-03-09 07:38:53 +0100 d29 12 a40 3 Index: Data-UUID-1.148/UUID.xs --- Data-UUID-1.148/UUID.xs.orig 2006-12-08 13:56:17 +0100 +++ Data-UUID-1.148/UUID.xs 2007-03-09 07:38:53 +0100 @ 1.3 log @modifying package: perl-crypto-5.8.8 20060223 -> 20060226 @ text @d1 3 a3 3 Index: Data-UUID-0.13/UUID.h --- Data-UUID-0.13/UUID.h.orig 2006-02-21 13:04:53 +0100 +++ Data-UUID-0.13/UUID.h 2006-02-26 09:13:35 +0100 d17 3 a19 3 Index: Data-UUID-0.13/UUID.pm --- Data-UUID-0.13/UUID.pm.orig 2006-02-25 21:33:17 +0100 +++ Data-UUID-0.13/UUID.pm 2006-02-26 09:13:35 +0100 d38 3 a40 3 Index: Data-UUID-0.13/UUID.xs --- Data-UUID-0.13/UUID.xs.orig 2006-02-21 12:51:07 +0100 +++ Data-UUID-0.13/UUID.xs 2006-02-26 09:20:04 +0100 @ 1.2 log @update to my latest patch which now also fixes the multicast address generation @ text @d1 40 a40 3 Index: Data-UUID-0.11/UUID.xs --- Data-UUID-0.11/UUID.xs.orig Wed Aug 27 21:38:35 2003 +++ Data-UUID-0.11/UUID.xs Thu Jan 15 17:25:42 2004 d44 3 a46 3 static void get_system_time(uuid_time_t *uuid_time) { -#if defined __CYGWIN__ || __MINGW32__ +#if defined(__CYGWIN__) || defined(__MINGW32__) d59 2 a60 2 -#if defined __CYGWIN__ || __MINGW32__ +#if defined(__CYGWIN__) || defined(__MINGW32__) d68 2 a69 2 -#if defined __CYGWIN__ || __MINGW32__ +#if defined(__CYGWIN__) || defined(__MINGW32__) d74 1 a74 1 len = sizeof(uuid_t); d86 2 a87 2 @@@@ -270,7 +270,7 @@@@ fclose(fd); a94 37 Index: Data-UUID-0.11/UUID.pm --- Data-UUID-0.11/UUID.pm.orig Wed Aug 27 22:06:06 2003 +++ Data-UUID-0.11/UUID.pm Sat Jan 10 11:37:46 2004 @@@@ -109,7 +109,7 @@@@ $ug->create_from_name_bin(, ); # creates UUID string, using conventional UUID string format, - # such as: 4162F712-1DD2-11B2-B17E-C09EFE1DC403 + # such as: 4162f712-1dd2-11b2-b17e-c09efe1dc403 $ug->create_str(); $ug->create_from_name_str(, ); @@@@ -176,7 +176,7 @@@@ =head1 AUTHOR -Alexander Golomshtok +Alexander Golomshtok =head1 SEE ALSO Index: Data-UUID-0.11/UUID.h --- Data-UUID-0.11/UUID.h.orig Wed Aug 27 21:38:35 2003 +++ Data-UUID-0.11/UUID.h Sat Jan 10 22:38:21 2004 @@@@ -49,7 +49,11 @@@@ #define UUID_STATE_NV_STORE _STDIR"/"UUID_STATE #define UUID_NODEID_NV_STORE _STDIR"/"UUID_NODEID -#define UUIDS_PER_TICK 1024 +#if defined(__CYGWIN__) || defined(__MINGW32__) +#define UUIDS_PER_TICK 10000 +#else +#define UUIDS_PER_TICK 10 +#endif #define I64(C) C##LL #define F_BIN 0 @ 1.1 log @fix Data::UUID to really conform to the UUID standard(s) @ text @d3 1 a3 1 +++ Data-UUID-0.11/UUID.xs Sat Jan 10 22:38:01 2004 d49 9 @