CHANGES: Update

- Slog: Support callstack traces
  - Uclnt/usrv: Support application defined down_terminate messages
  - YMutex: Make YDummyMutex YDebugMutex and made it lock again
This commit is contained in:
Jan Lindemann 2004-02-09 23:39:05 +00:00 committed by Jan Lindemann
commit 7720231ed2

View file

@ -131,3 +131,6 @@ o uclnt: big rewrite (again), now using five threads beside the main thread:
o YStopWatch: bugfix, was alarmed by to long step times, even if step times
was off
o YThread: added getFlags(), setFlags(), addFlags(), delFlags()
o slog: now supporting callstack traces
o uclnt/usrv: now supporting application defined down_terminate messages
o YMutex: made YDummyMutex YDebugMutex and made it lock again