ossp-pkg/uuid/TODO 1.14 -> 1.15
--- TODO 2004/01/18 19:23:12 1.14
+++ TODO 2004/01/18 19:59:12 1.15
@@ -1,9 +1,6 @@
TODO
- API versioning
-- documentation of Vx and intentions
- v1: one-time global unique identifier
- v3: repeatable not-unique message digest
- v4: one-time local unique identifier
+- why are nanoseconds always "1"?!
CANDO
- getopt_long support
- a more sophisticated test suite
@@ -12,7 +9,3 @@
- persistent/non-volatile state writing?
- additional Perl API for covering Perl language
- additional C API for DCE 1.1 compatibility
-- unify pack/unpack/parse/format/dump into:
- typedef enum { UUID_FMT_BIN, UUID_FMT_STR, UUID_FMT_TXT, UUID_FMT_XML } uuid_fmt_t;
- uuid_rc_t uuid_import(uuid_t *_uuid, uuid_fmt_t _fmt, const void *_buf, size_t _size);
- uuid_rc_t uuid_export(uuid_t *_uuid, uuid_fmt_t _fmt, void **_buf, size_t _size);
|
|