Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thorsten Frueauf <frueauf@netbsd.org>
List: source-changes
Date: 12/07/1998 03:37:53
Module Name:	pkgsrc
Committed By:	frueauf
Date:		Mon Dec  7 11:37:52 UTC 1998

Modified Files:
	pkgsrc/devel/ddd: Makefile
	pkgsrc/devel/ddd/files: md5
Log Message:
Update ddd to 3.1.1.

DDD 3.1.1 fixes a number of minor bugs in DDD 3.1:

- Work around EGCS 1.1 bug on Linux
- Make sure ostrstream::pcount() is not considered broken when
using `gcc' (instead of `c++' or `g++') as C++ compiler
- Handle empty status displays properly
- Recognize multiple breakpoints as reported by the Perl debugger
as of Perl 5.005 and later
- Handle incomplete DBX output correctly, such as prompts of the
debugged program.  For details, see the new `positionTimeout' and
`displayTimeout' resources.
- Under certain circumstances, DDD could hang searching for a Java
class.
- Using a remote GDB, a new execution window was launched for each
program run.
- Using the execution window, Program->Run Again and the `run' command
tool button cleared all arguments.

There are no new features in DDD 3.1.1.