2008-Jul-05 14:58 |
1.12
|
Check-in
[6010]:
remove OSSP uuid from CVS -- it is now versioned controlled in a Monotone repository By rse.
(diff)
|
2008-Jan-10 15:18 |
1.11
|
Check-in
[5985]:
adjust copyright messages for 2008 and bump version in advance By rse.
(diff)
|
2007-Jan-01 19:14 |
1.10
|
Check-in
[5676]:
Adjust copyright messages for new year 2007. By rse.
(diff)
|
2006-Aug-02 15:11 |
1.9
|
Check-in
[5630]:
Optional DMALLOC based memory debugging support. By rse.
(diff)
|
2006-Mar-17 08:10 |
1.8
|
Check-in
[5384]:
Speed up processing in uuid_str.c by reducing va_copy() calls from
two to just one per formatting. By rse.
(diff)
|
2006-Mar-13 10:39 |
1.7
|
Check-in
[5381]:
Fix uuid_export() function by fixing the internal
uuid_s[ar]printf() functions which require the backup of va_list
arguments between subsequent processing. By rse.
(diff)
|
2006-Jan-13 07:44 |
1.6
|
Check-in
[5356]:
Adjust copyright messages for new year 2006. By rse.
(diff)
|
2005-Mar-29 21:01 |
1.5
|
Check-in
[5039]:
Cleanup the source code even more by following a large
set of FlexeLint's suggestions. By rse.
(diff)
|
2004-Dec-31 20:20 |
1.4
|
Check-in
[4943]:
Adjust copyright messages for new year 2005. By rse.
(diff)
|
2004-Feb-16 10:13 |
1.3
|
Check-in
[4426]:
- Resolve namespace conflicts with GCC 3.4 internal pow10() and round()
functions within uuid_str.c.
- Fix buffer handling in "uuid_export(..., UUID_FMT_TXT, vp, ...)" in
case "vp" is not NULL.
Partly submitted by: Fuyuki <fuyuki@nigredo.org> By rse.
(diff)
|
2004-Jan-18 20:22 |
1.2
|
Check-in
[4368]:
- Cleanup the C code to also pass warning-free a C++ compiler.
- Support C++ by enclosing the C API declarations in
'extern "C" {...}' within uuid.h.
Submitted by: Guerry Semones <guerry@tsunamiresearch.com> By rse.
(diff)
|
2004-Jan-13 20:43 |
1.1
|
Check-in
[4318]:
Implement uuid_dump() and corresponding uuid CLI "-d"
option for dumping a given UUID into clear text. For convinience
reasons add uuid_bm.h (bit mask API) and uuid_str (string
formatting API) sub-modules. By rse.
|