xkbprint: Changes to 'refs/tags/xkbprint-1.0.4'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Apr 16 23:44:49 PDT 2015


Tag 'xkbprint-1.0.4' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2015-04-17 07:44 -0700

xkbprint-1.0.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (SunOS)

iQIcBAABCgAGBQJVMKvXAAoJEM/fFIgoxkKnn2gP/A7CfhvHujx2NRm86Bcj36lk
3SMs5v1rjKCN1D8UntIjGHGmHpJH5fKpCW1EoBpJZgUOLu+0sKskdyyZ4hEFfWMA
SnGLGszm3Ycps77c2CG2DDb0w/ys6XAa45m7Si/y68kTr1N1hacNezWoU6FktU/l
sfHSHz9qbla6WUtzoYWg7foxQyYilXsRMyOoJ48txSvpNbXvo87uJFqhq6h/uc4c
hilI07w+abnBYJSgGrsx3JrTVC7w2l5n9ObhyWWzNXSUAFOjL0BLgBO8zplrGw6w
pu8FmqnLpCmiasCmiO9Ypf+cqRzHPSwpFL6zK5BU+VM/ScbCKbgDjeM7oRpJH+VS
YSjIJce5EKQXI60l8absa7wOBnwU5taAZ1VsWNOY2EqtUs4K06bqJEBNUes5RyVp
+wOf5G1ZhQI0Zj08ojIXg7bvjbepI7tg891rsEl0WlUEMoG6CcrwBB6NnlW19Sqr
nES3htsUVCr6ziHmZfMLPTlFSLRUruyiONR+dytwdoC7IQDzpYUW4xsUw1GhzLrw
5bOEcgiaOcw8XzW0bZ81DMfn8q7nMwXt++LdQiWiL7N88XRgcneViHSz/Obhko5T
cmT1gV1zWSap78U7DSpeflFwHmreAbsqPwygtcxwRFeAX6eqv/Crh7f93UYM7A+G
cU6qik8CpM5osU3IuPTb
=Kt8r
-----END PGP SIGNATURE-----

Changes since xkbprint-1.0.3:
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

---
 Makefile.am      |   17 
 autogen.sh       |    5 
 configure.ac     |   14 
 isokeys.h        | 1102 +++++++++---------
 man/Makefile.am  |   12 
 man/xkbprint.man |  113 +
 psgeom.c         | 3253 ++++++++++++++++++++++++++++++-------------------------
 utils.c          |  324 +----
 utils.h          |  224 ---
 xkbprint.c       | 1317 +++++++++++-----------
 xkbprint.h       |   80 -
 xkbprint.man     |  113 -
 12 files changed, 3288 insertions(+), 3286 deletions(-)
---


More information about the xorg-commit mailing list