Check-in Number:
|
5161 | |
Date: |
2005-Sep-02 19:22:05 (local)
2005-Sep-02 17:22:05 (UTC) |
User: | rse |
Branch: | |
Comment: |
small cleanups to the source tree only |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.87 -> 1.88
--- ChangeLog 2005/09/02 14:23:46 1.87
+++ ChangeLog 2005/09/02 17:22:05 1.88
@@ -11,6 +11,8 @@
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.3.0 and 1.3.1 (02-Sep-2005 to xx-xxx-2005)
+
Changes between 1.2.1 and 1.3.0 (30-Aug-2005 to 02-Sep-2005)
o Add an experimental PHP 4/5 language API binding which
|
|
ossp-pkg/uuid/Makefile.in 1.35 -> 1.36
--- Makefile.in 2005/09/02 14:40:13 1.35
+++ Makefile.in 2005/09/02 17:22:05 1.36
@@ -29,9 +29,9 @@
@SET_MAKE@
+VPATH = @srcdir@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-VPATH = @srcdir@
DESTDIR =
prefix = @prefix@
|
|
ossp-pkg/uuid/TODO 1.25 -> 1.26
--- TODO 2005/01/23 11:27:12 1.25
+++ TODO 2005/09/02 17:22:05 1.26
@@ -15,10 +15,9 @@
=====
- allow to re-create version 1 UUIDs by specifying time, etc.
- - use MD5/SHA1 for further post-processing data in PRNG?
- getopt_long support for CLI?
- a more sophisticated test suite with UUID references?!
- more platform support in uuid_mac.c?!
- - global memory locking according to standard??
- - persistent/non-volatile state writing according to standard??
+ - global memory locking according to standard hints??
+ - persistent/non-volatile state writing according to standard hints??
|
|
ossp-pkg/uuid/perl/Makefile.PL 1.7 -> 1.8
--- Makefile.PL 2005/08/31 10:34:09 1.7
+++ Makefile.PL 2005/09/02 17:22:05 1.8
@@ -27,7 +27,8 @@
## Makefile.PL: Perl MakeMaker build source procedure
##
-use 5.008;
+require 5.008;
+
use Config;
use ExtUtils::MakeMaker;
|
|