From 5d2dffa5e9301572f232c253325e7648ca2501e2 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 13 Jan 2004 02:07:45 +0000 Subject: [PATCH] CHANGES: Update - YThread: Big redesign, mostly because everything is now handled in one giant switch / case statement - Slog: Log timestamps to console, too - Slog: Add get_log_prio_str() - Misc: Add pthread_join_strerror() - YError: nicer timestamps - YQueue: bugfix in ETIMEDOUT --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 56444ec6..df09eb0c 100644 --- a/CHANGES +++ b/CHANGES @@ -108,3 +108,10 @@ o big changes everywhere, triggered by different uclnt thread scheme o preserving targets over config target invocation o added hdr to module script/devutils o added YTimeB: added getDateStr() +o YThread: Big redesign, mostly because everything is now + handled in one giant switch / case statement +o slog: now logging timestamps to console, too +o slog: added get_log_prio_str() +o misc: added pthread_join_strerror() +o YError: nicer timestamps +o YQueue: bugfix in ETIMEDOUT