Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9821163D6F9 for ; Fri, 2 Dec 2011 22:45:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6D54F14A254; Fri, 2 Dec 2011 22:45:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 634E614A286 for ; Fri, 2 Dec 2011 22:45:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zRci5WvObZHl for ; Fri, 2 Dec 2011 22:45:48 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2093614A22B for ; Fri, 2 Dec 2011 22:45:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F3D2D175DD; Fri, 2 Dec 2011 22:45:47 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 2 Dec 2011 22:45:47 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/devel/lmdbg To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20111202224547.F3D2D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: cheusov Date: Fri Dec 2 22:45:47 UTC 2011 Modified Files: pkgsrc/devel/lmdbg: DESCR Makefile distinfo Log Message: Update to 0.17.0 Long options have been removed from all programs. Use standard single-letter POSIX-compatible options. lmdbg-sym: - Doesn't accept progname as an argument anymore. Use -P option instead. - option --with-so was replaced with -s. SORRY FOR INCOMPATIBILITIES WITH PREVIOUS RELEASES. ---------------------------------- lmdbg: - -M option was added. lmdbg(1) is now a meta tools which is able to not only collecting memory leaks. See the manual page for details. - -n option was added - -T and -B options were added - Regression tests were added for -M A lot of improvements and grammar fixes in manual pages. Thanks to Nikolai Krot for this. lmdbg-stat, tests/test.sh: - Fixes for Solaris lmdbg-run: - options -T and -B were added to lmdbg-run. - option -n was added. It disables logging on startup. Sending SIGUSR1 signal to the process enables it. -f option was added, synonym for -p. lmdbg-grep.1: - documentation for "bytes" variable If set, LMDBG_MODULES_AWK and LMDBG_STRIP_AWK environment variables are used as a path to AWK interpreter by "lmdbg-modules" and "lmdbg-strip" programs respectively. More regression tests To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lmdbg/DESCR \ pkgsrc/devel/lmdbg/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/lmdbg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.