<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/xkb/maprules.c, branch 3.6.x</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.6.x</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.6.x'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2019-06-22T09:30:54+00:00</updated>
<entry>
<title>xkb: Use snprintf to measure string lengths instead of manual strlen math</title>
<updated>2019-06-22T09:30:54+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-21T08:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=054e906f6059366150bb7426973542203c8a0e4c'/>
<id>urn:sha1:054e906f6059366150bb7426973542203c8a0e4c</id>
<content type='text'>
  commit a4a2e814d5d0e6152307a301eda1d6fc1c555aaa
  Author: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
  Date:   Sun Feb 13 21:36:02 2011 -0800

    xkb: Use snprintf to measure string lengths instead of manual strlen math

    Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
    Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
    Reviewed-by: Daniel Stone &lt;daniel@fooishbar.org&gt;
</content>
</entry>
<entry>
<title>XKB: Remove a bunch of mad ifdefs</title>
<updated>2019-06-22T09:30:54+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-21T08:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=4962c5a8dee7bc2b903b9aafa27f4d0fd3c1d177'/>
<id>urn:sha1:4962c5a8dee7bc2b903b9aafa27f4d0fd3c1d177</id>
<content type='text'>
  commit 534fc5140b039a8c98ab715d0a6740d513b41209
  Author: Daniel Stone &lt;daniel@fooishbar.org&gt;
  Date:   Sun Feb 3 23:30:22 2008 +1100

    XKB: Remove a bunch of mad ifdefs

    We have SEEK_SET and size_t, seriously.  Also use DebugF instead of
    ifdef DEBUG, and ditch a couple of random bits that were never used.
</content>
</entry>
<entry>
<title>Lift xkb to XORG-1.2.0 state</title>
<updated>2018-11-09T14:31:57+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-06-29T20:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=9808c66ec37d5d99f58bdb6136ae96381cb9cfc8'/>
<id>urn:sha1:9808c66ec37d5d99f58bdb6136ae96381cb9cfc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lift xkb to xorg-xserver-7.1/1.1.0 state - non-functional changes only</title>
<updated>2018-02-27T23:52:10+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-02-27T23:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=00e3e95e5f40de2aaf5bb920bc51a311404889fc'/>
<id>urn:sha1:00e3e95e5f40de2aaf5bb920bc51a311404889fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lift xkb to xorg-xserver-7.1/1.1.0 state</title>
<updated>2018-02-27T23:40:45+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-11-05T01:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=9e6f87e20d8a9145be9faca0502b23de7809c5e4'/>
<id>urn:sha1:9e6f87e20d8a9145be9faca0502b23de7809c5e4</id>
<content type='text'>
In XORG-7_1 xkbconfig.c had been dropped. We must keep this file
because it is used by hw/nxagent/Keyboard.c to load the xkb
configuration file. Maybe we should move the relevant code to there or
drop xkb configuration file support from nxagent.
</content>
</entry>
<entry>
<title>Allow options to appear with other components.</title>
<updated>2017-12-07T06:20:55+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2017-12-05T21:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=e05b90814984e65bac2dc602bc368b2046a7b92e'/>
<id>urn:sha1:e05b90814984e65bac2dc602bc368b2046a7b92e</id>
<content type='text'>
Backported from X.Org:

   commit 1cfa9f647e0241f4b9e56556b128d7bfd987eaca
   Author: Daniel Stone &lt;daniel@fooishbar.org&gt;
   Date:   Tue Feb 28 16:55:26 2006 +0000

   Bug # 5216: Allow options to appear with other components.

Backported-to-NX-by: Ulrich Sibiller &lt;uli42@gmx.de&gt;
</content>
</entry>
<entry>
<title>Replace _XkbDupString with Xstrdup</title>
<updated>2017-03-03T20:33:34+00:00</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2011-02-14T05:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=bdfb52193b5a2c5e44969b11d997ce19f0310af9'/>
<id>urn:sha1:bdfb52193b5a2c5e44969b11d997ce19f0310af9</id>
<content type='text'>
The two functions have identical semantics, including safely returning
NULL when NULL is passed in (which POSIX strdup does not guarantee).

Some callers could probably be adjusted to call libc strdup directly,
when we know the input is non-NULL.

Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Reviewed-by: Daniel Stone &lt;daniel@fooishbar.org&gt;
Backported-to-NX-by: Ulrich Sibiller &lt;uli42@gmx.de&gt;
</content>
</entry>
<entry>
<title>xserver: drop XKBSRV_NEED_FILE_FUNCS</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T20:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2a5364d5ff547e0a2447cbde4cd37da2fe69dece'/>
<id>urn:sha1:2a5364d5ff547e0a2447cbde4cd37da2fe69dece</id>
<content type='text'>
just as upstream did
</content>
</entry>
<entry>
<title>xserver: remove define XKB_IN_SERVER</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T19:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=7c5d836c2d672a2eb84c3570d88a0d439140083d'/>
<id>urn:sha1:7c5d836c2d672a2eb84c3570d88a0d439140083d</id>
<content type='text'>
it is no longer needed because the code here is only used in the server.
</content>
</entry>
<entry>
<title>xserver: use own copy of XKBgeom.h header</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T19:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2fdb1add03d6e5cff06ee5d9eb4aa89b3736c66c'/>
<id>urn:sha1:2fdb1add03d6e5cff06ee5d9eb4aa89b3736c66c</id>
<content type='text'>
just like upstream does
</content>
</entry>
</feed>
