Opened 3 months ago

Closed 3 months ago

#19229 closed enhancement (fixed)

xorg applications: xkbcomp-1.4.7 xkbutils-1.0.6 xprop-1.2.7

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

All new point versions.

Change History (5)

comment:1 by Xi Ruoyao, 3 months ago

xkbcomp-1.4.7:

  • Avoid possibly dereferencing null pointer
  • gitlab CI: stop requiring Signed-off-by in commits
  • Eliminate 20 -Wimplicit-fallthrough warnings
  • Remove register keyword from variable declarations
  • Variable scope reductions
  • Use C99 struct initializers
  • Delete unused uTmpAlloc/uTmpFree wrappers around alloca()
  • Replace uAlloc() and uTypedAlloc() with direct malloc() calls
  • Replace uCalloc() and uTypedCalloc() with direct calloc() calls
  • Replace uTypedRealloc() with direct reallocarray() calls
  • Replace uTypedRecalloc() with direct recallocarray() calls
  • Replace uFree() with direct free() calls
  • Remove unnecessary checks for NULL pointers before calling free()
  • Replace Opaque with direct usage of void *
  • Remove unnecessary casts from memcpy() calls
  • Remove unnecessary casts from bzero() calls
  • Replace malloc()+bzero() pairs with calloc() calls
  • Fix 106 missing-field-initializers warnings in misc.c
  • Replace && with & for bitwise comparison
  • Use asprintf() if the platform supports it
  • Handle -Wstringop-truncation warning in HandleOverlayDef()
  • Remove #ifdef sgi sections
  • FindKeypadVMod: check xkb is not NULL before dereference, not after
  • XkbAddDirectoryToPath: don't leak existing paths on realloc() failure
  • Mark more functions and variables static
  • Remove unused "no indent" (NOI) debug functions
  • Only build debug infrastructure if DEBUG is defined
  • Stop building more unused functions
  • Use unsigned ints when shifting to create bitmasks
  • Mark more pointers as const
  • Replace calloc(strlen())+strcpy() pairs with strdup() calls
  • xkbcomp.h: include config.h before any other headers
  • configure: raise minimum autoconf requirement to 2.70
  • GenerateListing: close outFile before returning
  • xkbcomp 1.4.7

comment:2 by Xi Ruoyao, 3 months ago

xkbutils-1.0.6:

  • gitlab CI: stop requiring Signed-off-by in commits
  • Remove "All rights reserved" from Oracle copyright notices
  • xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)
  • Remove uSetErrorFile()
  • Change sprintf calls to use snprintf instead
  • xkbutils 1.0.6

comment:3 by Xi Ruoyao, 3 months ago

xprop-1.2.7:

  • Fix C23 build by renaming variable 'true'
  • xprop 1.2.7

comment:4 by Bruce Dubbs, 3 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:5 by Bruce Dubbs, 3 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 80108548.

Note: See TracTickets for help on using tickets.