Path to this page:
Subject: CVS commit: pkgsrc/x11/xkbprint
From: Thomas Klausner
Date: 2015-04-17 09:11:36
Message id: 20150417071136.5D64398@cvs.netbsd.org
Log Message:
Update to 1.0.4:
This minor maintenance release provides the recent round of build
configuration improvements and janitorial cleanups.
Alan Coopersmith (26):
Convert sources to X.Org standard coding style
unifdef -Unotyet -UNOTYET
Fix many const char * warnings
Remove unused uASSERT macro
Remove unused debugging & function tracing frameworks
Remove unused uStrCasePrefix fallback for strncasecmp
Remove unused uRealloc & uRecalloc functions
Remove unused uTmpAlloc & uTmpFree fallbacks for alloca
Replace sole call to uFree() with direct call to free()
Replace custom uAlloc/uCalloc with plain malloc/calloc
Replace uStringDup() with direct calls to strdup()
Replace uStrCaseCmp() with direct calls to strcasecmp()
Add printf & noreturn attributes recommended by gcc
Replace several malloc+sprintf pairs with asprintf() calls
Replace remaining sprintf calls with snprintf()
Combine repeated sequences of fprintf() calls into single calls
Replace calls to index() with calls to strchr()
Combine IsoKeyCaps array of strings into a single string
Move some local variables to the scope in which they live
Remove unused INPUT_* definitions
Fix some sign/size conversion warnings from clang
Add -version option to print program version
Remove old CVS id tags
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xkbprint 1.0.4
Gaetan Nadon (3):
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Files: