On Mon, Feb 14, 2011 at 02:43:21PM +0100, Petr Uzel wrote: > uuidd: fix manpage: libuuid(3) does not exist > libuuid: fix test in get_clock() > libuuid: manpage spelling fixes > libuuid: do not use invalid file descriptor > libuuid: get_clock(): report if the clock_seq is safe > libuuid: rename uuid__generate_* to __uuid_generate_* > libuuid: __uuid_generate_time(): report if clock_seq is safe > libuuid: introduce uuid_generate_time_safe() > libuuid: update manpage, mention uuid_generate_time_safe > > misc-utils/uuidd.8 | 2 +- > misc-utils/uuidd.c | 8 ++-- > shlibs/uuid/man/Makefile.am | 2 +- > shlibs/uuid/man/uuid_generate.3 | 30 +++++++++++-- > shlibs/uuid/man/uuid_generate_time_safe.3 | 1 + > shlibs/uuid/man/uuid_time.3 | 4 +- > shlibs/uuid/src/gen_uuid.c | 70 ++++++++++++++++++++++------- > shlibs/uuid/src/uuid.h | 1 + > shlibs/uuid/src/uuid.sym | 16 +++++-- > shlibs/uuid/src/uuidd.h | 4 +- > 10 files changed, 105 insertions(+), 33 deletions(-) > create mode 100644 shlibs/uuid/man/uuid_generate_time_safe.3 Excellent patches. Applied, thanks! Note that I have moved __uuid_* function to a separate versioning section (UUID_PRIVATE) in uuid.sym. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html