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
This commit is contained in:
Jan Lindemann 2004-01-13 02:07:45 +00:00 committed by Jan Lindemann
commit 5d2dffa5e9

View file

@ -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