summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libxkbfile 1.0.7libxkbfile-1.0.7Alan Coopersmith2010-10-291-1/+3
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge cvs tags.Jesse Adkins2010-10-0620-39/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge macro NEED_EVENTSFernando Carrijo2010-07-086-6/+0
| | | | | | Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-03-291-1/+1
| | | | | | | | | | Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-284-2/+5
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-2/+3
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-12/+60
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* libxkbfile 1.0.6libxkbfile-1.0.6Alan Coopersmith2009-10-061-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-062-9/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4Adam Jackson2009-05-084-33/+39
| | | | | _XkbDupString() checks for NULL, strdup doesn't. Still, implement in terms of real strdup and skip the calloc.
* Use flockfile if available.Adam Jackson2009-05-072-1/+13
| | | | Not really a huge improvement, but we might as well.
* s/_XkbDupString/strdup/Adam Jackson2009-05-074-50/+34
| | | | | Super special bonus lols edition: _XkbDupString would allocate the new string with calloc, just to be extra sure.
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+24
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-299-17/+28
|
* Fix static buffer overflow in "xkbcomp -C :0"Kees Cook2009-01-151-5/+21
| | | | | | | | | | | This patch uses dynamically allocated strings instead of the fixed-length buffers to avoid stack overflows. https://bugs.freedesktop.org/show_bug.cgi?id=19490 https://bugs.launchpad.net/ubuntu/+source/x11-xkb-utils/+bug/309013 Signed-off-by: Kees Cook <kees.cook@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Apply partial matches for option (#19563)Alexey Ten2009-01-151-0/+1
| | | | | | | | | | | Rules which match star (*) and option, like one below, should be applied layout[2] option = symbols * misc:typo = +typo(base) X.Org bug 19563 <http://bugs.freedesktop.org/show_bug.cgi?id=19563> Signed-off-by: Sergey V. Udaltsov <svu@gnome.org>
* Version bump: 1.0.5libxkbfile-1.0.5Alan Coopersmith2008-03-171-1/+1
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-105/+10
|
* Bug #11094: libxkbfile COPYING fileDaniel Drake2007-09-071-8/+62
| | | | X.Org Bugzilla #11094 <https://bugs.freedesktop.org/show_bug.cgi?id=11094>
* Bump to 1.0.4libxkbfile-1.0.4Adam Jackson2006-10-131-1/+1
|
* Do not have to have "have have" in config.h comment if we don't have strcasecmpAlan Coopersmith2006-09-281-1/+1
|
* Add *~ to gitignore to skip over emacs droppingsAlan Coopersmith2006-09-281-0/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-133-0/+0
|
* Bump to 1.0.3libxkbfile-1_0_3XORG-7_1Adam Jackson2006-04-272-1/+6
|
* Fix offline operation.Daniel Stone2006-04-123-4/+10
|
* Really fix typos.Daniel Stone2006-04-102-4/+4
|
* Fix stupid typos. (Shang-Feng Yang)Daniel Stone2006-04-103-4/+10
|
* Coverity #265: Fix potential NULL dereference.Daniel Stone2006-04-092-1/+5
|
* Coverity #776, #777: Fix memory leaks.Daniel Stone2006-04-093-7/+17
|
* Coverity #787, 788: Fix memory leaks.Daniel Stone2006-04-072-5/+8
|
* Coverity #979, #980, #981: Avoid potential NULL dereferences.Daniel Stone2006-04-072-7/+7
|
* Coverity #982: Fix potential NULL dereference.Daniel Stone2006-04-072-4/+10
|
* Fix signed vs unsigned char hilarity. (Bill Crawford)Daniel Stone2006-04-072-7/+14
|
* Bug #3819: Fix serious botching of _XkbStrCaseCmp commit.XORG-7_0_99_901Daniel Stone2006-03-276-45/+79
|
* Bug #3819: Change open-coded _XkbStrCaseCmp to strcmp + tolower.Daniel Stone2006-03-255-78/+54
|
* Bump to 1.0.2.libxkbfile-1_0_2Adam Jackson2006-02-283-2/+8
|
* Bug #5216: Allow options to appear with other components.Daniel Stone2006-02-282-7/+5
|
* Update package version for X11R7 release.XORG-7_0Kevin E Martin2005-12-212-1/+6
|
* Stub COPYING filesAdam Jackson2005-12-191-0/+12
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-3/+10
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* magic lives in src, so add it to EXTRA_DIST there insteadKevin E Martin2005-10-033-2/+9
|
* Add magic to EXTRA_DISTAlan Coopersmith2005-10-011-1/+1
|
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-033-7/+7
| | | | a global configure cache don't get confused.