Subject: CVS commit: src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 05/29/2007 13:20:21
Module Name:	src
Committed By:	blymn
Date:		Tue May 29 13:20:21 UTC 2007

Modified Files:
	src/lib/libcurses: Makefile ctrace.c

Log Message:
Change debug handling, now we write debug out iff CURSES_TRACE_FILE
has been set in the environment, this prevents people using MKDEBUGLIB
getting more than they bargained for.

Tidied up the debug settings in the Makefile to reflect the above change,
we no longer need to have FULL_DEBUG since nothing is written by default.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/lib/libcurses/Makefile
cvs rdiff -r1.18 -r1.19 src/lib/libcurses/ctrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.