summaryrefslogtreecommitdiff
path: root/wm/twm/distinfo
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-09-07 05:53:39 +0000
committerwiz <wiz@pkgsrc.org>2013-09-07 05:53:39 +0000
commit0f218aae8b582f931b2bca50d0a7d329e754af00 (patch)
tree8db7bcb4ad2d559dcef7a0c79e3d25e35baf4bdf /wm/twm/distinfo
parentde2873535b501ddcbc55fb1b09a023ef8dce7cec (diff)
downloadpkgsrc-0f218aae8b582f931b2bca50d0a7d329e754af00.tar.gz
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.
Diffstat (limited to 'wm/twm/distinfo')
-rw-r--r--wm/twm/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/twm/distinfo b/wm/twm/distinfo
index 0811e75ed9b..115c2a7735d 100644
--- a/wm/twm/distinfo
+++ b/wm/twm/distinfo
@@ -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