Skip to content

Commit

Permalink
twm: update to 1.0.12.
Browse files Browse the repository at this point in the history
Alan Coopersmith (3):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      twm 1.0.12

Thomas E. Dickey (21):
      issue #1: twm random window placement handles large windows poorly
      eliminate a fixed-size buffer in Execute() function.
      use Debian's package-files as starting point for test-packages
      updated patch to work with code, reflect a change made in 2016...
      adapted/updated patch from Debian #956434
      adapted/updated patch from Debian #956434
      eliminate some unnecessary(?) goto statements
      add "-V" version-message
      allow most options to be long/abbreviatable for consistency,
      remove clutter not needed with Xorg
      fix the cppcheck style- and format-warnings
      add/use functions to make warning messages more consistently use the program name as a prefix
      use new warning-message functions in the remaining places where suitable,
      make the "-V" version print less cluttered (and more like most programs)
      add/use new function parseWarning, which honors -v/-q options
      indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which
      include twm.h in header files which rely upon its definitions
      X11R5 change lost the update for yylineno needed to make parse messages
      mention newer behavior of -q/-v options
      issue #8: twm displays all windows as "Untitled"
      quiet a misleading warning in grammar
  • Loading branch information
0-wiz-0 committed Apr 2, 2022
1 parent 6201d70 commit 953411c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wm/twm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2020/06/15 07:22:10 wiz Exp $
# $NetBSD: Makefile,v 1.14 2022/04/02 19:03:58 wiz Exp $

DISTNAME= twm-1.0.11
DISTNAME= twm-1.0.12
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Expand Down
8 changes: 4 additions & 4 deletions wm/twm/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 11:25:19 nia Exp $
$NetBSD: distinfo,v 1.12 2022/04/02 19:03:58 wiz Exp $

BLAKE2s (twm-1.0.11.tar.xz) = 09b4358d1babe643bb0cd6f9483a168432d3a582fb8c1db4b23cb9be7ea8eb6d
SHA512 (twm-1.0.11.tar.xz) = 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d
Size (twm-1.0.11.tar.xz) = 261176 bytes
BLAKE2s (twm-1.0.12.tar.xz) = ce4ab945e419d0aebd52bb5dca129b7109d610988e11aea2e42d3510fb1da504
SHA512 (twm-1.0.12.tar.xz) = f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260
Size (twm-1.0.12.tar.xz) = 262624 bytes

0 comments on commit 953411c

Please sign in to comment.