From 0855a4efd66aeb6af699c61331296160895310d1 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 21 Mar 2005 11:49:56 +0000 Subject: [PATCH] CHANGES: Update - Uclnt: - Added YMsgDispatcher::getAddress() - Add getCount() - Add instance count to thread names - Make some getXX() functions const - Slog: - Now not logging date, process id, id to console anylonger by default - Introduced mutex to be able to use static buffer --- CHANGES | 8 ++++++-- make/defs.mk | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index af62677b..662fe026 100644 --- a/CHANGES +++ b/CHANGES @@ -199,5 +199,9 @@ o added support for QT ui generation from .ui files 1.1.9-0 ------- -o uclnt: Added YMsgDispatcher::getAddress() - +o uclnt: - Added YMsgDispatcher::getAddress() + - added getCount() + - added instance count to thread names + - made some getXX() functions const +o slog: - now not logging date, process id, id to console anylonger by default + - introduced mutex to be able to use static buffer diff --git a/make/defs.mk b/make/defs.mk index 2187960a..a64778f4 100644 --- a/make/defs.mk +++ b/make/defs.mk @@ -187,7 +187,7 @@ LDFLAGS += -L/usr/X11/lib -lXext -lX11 endif ifeq ($(GCC_MAJOR),2) -LPPFLAGS += -lstdc++ +LPPFLAGS += -lstdc++ -lm DEPEND_CPPFLAGS += -I/usr/include/g++ -I/usr/local/include else LPPFLAGS += -L/usr/local/gcc3.3/lib -lstdc++ -lgcc_s