Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / lib / libxkbfile
Commits: c66aabd6 by Adam Jackson at 2013-01-15T14:28:48-05:00 configure: Remove AM_MAINTAINER_MODE Signed-off-by: Adam Jackson <[email protected]> - - - - - 875d8f25 by Colin Walters at 2013-01-15T14:32:13-05:00 autogen.sh: Implement GNOME Build API http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <[email protected]> - - - - - 7381c2f9 by Alan Coopersmith at 2013-01-18T23:08:24-08:00 Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <[email protected]> - - - - - a945540e by Alan Coopersmith at 2013-10-20T14:46:57-07:00 Convert to X.Org standard indentation style Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 7544a9eb by Alan Coopersmith at 2013-10-28T20:28:56-07:00 unifdef -UXKB_IN_SERVER Xserver has its own copy of this code now, so we don't need to keep an unused copy in libxkbfile too. Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Ran Benita <[email protected]> - - - - - 455c2f37 by Alan Coopersmith at 2013-10-28T20:29:16-07:00 Don't dereference xkb pointer until after checking it for NULL Some compilers can perform mind-twistingly evil optimizations if you check for NULL after using it, others just let you segv. Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Ran Benita <[email protected]> - - - - - 390acfe5 by Alan Coopersmith at 2013-10-28T20:29:29-07:00 Convert sprintf calls to snprintf Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Ran Benita <[email protected]> - - - - - 3b460259 by Alan Coopersmith at 2013-10-28T20:29:33-07:00 Constify atom name argument to XkbInternAtom Matches XInternAtom, which it wraps, and quiets a bunch of const warnings in xkbcomp. Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Ran Benita <[email protected]> - - - - - 8a2381c1 by Alan Coopersmith at 2014-11-08T09:37:18-08:00 Remove check to see if SEEK_SET is defined before using it Other references to SEEK_SET in this file are made without checking, since they assume everyone has either reached C89 by now or will use the fallback #define at the top of the file, so we can stop checking here as well. Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 9fa04388 by Jörg Sonnenberger at 2014-11-27T07:50:24+10:00 Remove unnecessary check. The vmods member of XkbNamesPtr is an array and thus never NULL. Signed-off-by: Thomas Klausner <[email protected]> Signed-off-by: Peter Hutterer <[email protected]> - - - - - de4f2307 by Alan Coopersmith at 2015-04-30T22:24:39-07:00 libxkbfile 1.0.9 Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 6223ec08 by Andreas Wettstein at 2016-01-01T18:38:57-08:00 Add missing support for NoLock and NoUnlock flags The LockMods, ISOLock and LockControls support an "affect" flag to selectively enable and disable locking and unlocking for these actions. This change adds output of these flags. Signed-off-by: Andreas Wettstein <[email protected]> Reviewed-By: Ran Benita <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - a594dde5 by Andreas Wettstein at 2016-01-01T18:39:03-08:00 Add support for genKeyEvent flag ActionMessage has an optional flag genKeyEvent. This change makes sure this flag is printed when it is set. Signed-off-by: Andreas Wettstein <[email protected]> Reviewed-By: Ran Benita <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 56fa4472 by Andreas Wettstein at 2016-01-01T18:39:06-08:00 Fix mistyped argument of sizeof A pointer rather than the buffer was given to sizeof. As the data to be written is only one or two bytes, a pointer size is at least four bytes, and the buffer has 32 bytes, this error did not have negative effects. Signed-off-by: Andreas Wettstein <[email protected]> Reviewed-by: Alan Coopersmith <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - cfea939b by Peter Hutterer at 2017-01-26T11:59:25+10:00 autogen.sh: use exec instead of waiting for configure to finish Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <[email protected]> Reviewed-by: Emil Velikov <[email protected]> - - - - - 9e39e363 by Emil Velikov at 2017-01-26T11:59:25+10:00 autogen.sh: use quoted string variables Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Peter Hutterer <[email protected]> Signed-off-by: Peter Hutterer <[email protected]> - - - - - 1c070d11 by Mihail Konev at 2017-01-26T13:52:49+10:00 autogen: add default patch prefix Signed-off-by: Mihail Konev <[email protected]> - - - - - d2ec504f by Martin Burggraf at 2018-03-24T11:43:51-07:00 correcting mathematical nonsense V2: Fixing the issue with numbers between 0 -1 Reviewed-by: Alan Coopersmith <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - b660c757 by Alan Coopersmith at 2018-11-10T13:21:42-08:00 Remove obsolete B16 & B32 tags in struct definitions Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 340581e8 by Alan Coopersmith at 2018-11-19T23:07:00-08:00 Update README for gitlab migration Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 28822317 by Alan Coopersmith at 2018-12-07T19:44:24-08:00 Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 306087b6 by Alan Coopersmith at 2019-03-16T11:22:06-07:00 Add description of libxkbfile to README.md Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 261992d4 by Alan Coopersmith at 2019-03-16T11:30:41-07:00 libxkbfile 1.1.0 Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 12 changed files: - Makefile.am - − README - + README.md - autogen.sh - configure.ac - include/X11/extensions/XKBfile.h - include/X11/extensions/XKBrules.h - include/X11/extensions/XKMformat.h - src/Makefile.am - src/XKBfileInt.h - src/cout.c - src/maprules.c The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbfile/-/compare/5e3da29093ff5d5b6b8805467a523d5cb7663965...261992d42905f209cd5bf6afcf8a7ae3aa30b3ff -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbfile/-/compare/5e3da29093ff5d5b6b8805467a523d5cb7663965...261992d42905f209cd5bf6afcf8a7ae3aa30b3ff You're receiving this email because of your account on salsa.debian.org.

