Next | Query returned 31 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-03-17 09:17:09 by Tobias Nygren | Files touched by this commit (1)
Log message:
libXaw: fix post-install on Darwin
   2023-03-17 08:31:48 by Thomas Klausner | Files touched by this commit (1)
Log message:
libXaw: be more defensive in post-install target
   2023-03-16 08:19:22 by Thomas Klausner | Files touched by this commit (10) | Package removed
Log message:
libXaw: update to 1.0.15.

Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.

Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      Stop memory leak in GetResourcePixmapPath()
      Stop memory leak in error paths in XawTextSinkConvertPropertyList()
      Remove "All rights reserved" from Oracle copyright notices
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Replace calls to index() with strchr()
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      libXaw 1.0.15

Taylor R Campbell (1):
      Fix ctype(3) users.

Thomas E. Dickey (1):
      issue #6: fix typo in XawMax parameter in GetBlockBoundaries
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-04-04 14:55:28 by Thomas Klausner | Files touched by this commit (8)
Log message:
libXaw: add upstream bug report URLs

Fix CATEGORIES while here
   2022-04-04 14:42:19 by Taylor R Campbell | Files touched by this commit (8)
Log message:
x11/libXaw: Patch ctype(3) abuse.
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-03-29 22:57:08 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libXaw: update to 1.0.14.

Changes in libXaw-1.0.14:

Alan Coopersmith (26):
      editres can trigger sigsegv in inspected application (Debian bug 790325)
      Fix xload crashes if the window is wider than 2048 pixels
      Fix misleading indentation in TextAction.c
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      specs: suggest XtOpenApplication instead of XtAppInitialize
      specs: Convert troff .IN macros to docbook <indexterm> tags
      specs: Add olinks to libXt spec
      specs: Add olinks to libX11 spec
      specs: Add olinks to ICCCM spec
      specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec
      specs: Reorder subsections of CH5 to match X11R6.6 spec
      specs: update credits for DocBook conversion
      specs: show libXaw version instead of X11R7.7
      specs: use glossary list markup for Terminology section
      specs: restore missing list terms in "Underlying Model"
      specs: fixup some more xrefs & links
      specs: fixup remaining troff \fI & \fP escapes
      specs: Convert ``quotes'' to <quote>
      specs: misc. manual fixes
      specs: replace nroff 1/6th-em space (\|) with Unicode entity (&#x2006;)
      specs: replace nroff hair space (\^) with Unicode entity (&#x200A;)
      specs: move trailing punctuation to behind </function> tag
      specs: remove excess spaces between < > and header names
      specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib
      Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      darwin: Remove incorrect export of vendorShellClassRec and \ 
vendorShellWidgetClass

Jon Turney (1):
      Avoid warning about missing getpagesize() prototype on Windows

Matt Turner (1):
      libXaw 1.0.14

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Roberto Branciforti (1):
      Scrollbar.c: Add Btn4 & Btn5 to default translations

Thomas E. Dickey (57):
      build-fixes when _CONST_X_STRING is defined
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add --disable-const option, from libXt
      trim some stray backslashes leftover from nroff, and fix some whitespace \ 
in code samples
      quiet some more type-conversion warnings, as well as unused-parameters
      change variables to/from char* vs String to reduce compiler warnings (no \ 
object change)
      fix a missing struct-initializer, and quiet unused-parameter warnings
      change a couple of variable-types to reduce compiler warnings (no object \ 
change)
      fix some type/comparison compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix misleading indentation, which gave a compiler warning
      fix some type/conversion warnings (no object change)
      fix some type/conversion warnings (no object change)
      fix some compiler warnings in MenuButton.c by changing the menu name from \ 
String to char*
      use _X_UNUSED to quiet unused-parameter warnings
      change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
      fix compiler warning by updating parameter type for call to XtDisplayInitialize
      reduce compiler warnings using casts, no object change
      compiler-warning fixes for const-mismatches, no object-change

Tobias Stoeckmann (1):
      NULL pointer dereference in XawAsciiSinkInitialize
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Next | Query returned 31 messages, browsing 1 to 10 | Previous