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.
This commit is contained in:
wiz 2013-09-07 05:53:39 +00:00
parent 54cf65e745
commit 045c423053
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2012/10/23 10:24:15 wiz Exp $
# $NetBSD: Makefile,v 1.9 2013/09/07 05:53:39 wiz Exp $
DISTNAME= twm-1.0.7
DISTNAME= twm-1.0.8
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/06/03 17:52:45 wiz Exp $
$NetBSD: distinfo,v 1.5 2013/09/07 05:53:39 wiz Exp $
SHA1 (twm-1.0.7.tar.bz2) = ff535ef8e676f9ca876a6166858798c7fe70d446
RMD160 (twm-1.0.7.tar.bz2) = a928bc59cac6bd23f0ae78102c2a721c98b41d02
Size (twm-1.0.7.tar.bz2) = 272483 bytes
SHA1 (twm-1.0.8.tar.bz2) = b568e6242c5a2b9a05d0a198b96f3d43cf792931
RMD160 (twm-1.0.8.tar.bz2) = 4b8e957afb93e807abeaa5b785d55d7bc7cdee5e
Size (twm-1.0.8.tar.bz2) = 275201 bytes