Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 16747710D9 for ; Sat, 7 Sep 2013 05:53:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6BEA414A1B3; Sat, 7 Sep 2013 05:53:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B26B514A1CB for ; Sat, 7 Sep 2013 05:53:40 +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 Wh55QuzRr3vr for ; Sat, 7 Sep 2013 05:53:40 +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 D4E4D14A19F for ; Sat, 7 Sep 2013 05:53:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CE03D96; Sat, 7 Sep 2013 05:53:39 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 7 Sep 2013 05:53:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/twm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130907055339.CE03D96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Sep 7 05:53:39 UTC 2013 Modified Files: pkgsrc/wm/twm: Makefile distinfo Log Message: Update to 1.0.8: This release moves twm slightly into the 1990's, with ANSI C89 function declarations, removal of ancient casts left over from the era before function prototypes, C89 standard signal handlers, and the loss of support for running on Apple's A/UX Unix for the 680x0 Macs. It also includes some bug fixes and man page formatting improvements, amongst all the code cleanups. Alan Coopersmith (16): Terminate execl() arguments with NULL instead of 0 Constification cleanup - fix dozens of gcc warnings Use (void) to declare functions that take no arguments, instead of () Convert remaining K&R function declarations to C89 style Make various helper & callback functions private to session.c unifdef macII - drop support for A/UX 2.0 Remove unused global variable gotFirstSave Make some more previously global variables into file-scoped statics Assume C89 signal handlers, returning void Make more functions static that aren't called from other files Delete trailing whitespace in non *.[ch] source files Stop casting pointers to (char *) when freeing them Stop casting return values from malloc & calloc AddWindow: Use NULL instead of 0 for null pointer check Replace malloc(strlen()+1); strcpy(); pairs with strdup() twm 1.0.8 Colin Harrison (1): Syntax error in recent twm commit Egbert Eich (1): Fix SEGV if CreateColormapWindow() returns NULL. Eric S. Raymond (1): Don't rely on the ability to set tab stops. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/twm/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/twm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.