Alan Coopersmith [Fri, 31 May 2013 02:09:42 +0000 (19:09 -0700)]
libXtst 1.2.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Sat, 13 Apr 2013 18:27:26 +0000 (11:27 -0700)]
integer overflow in XRecordGetContext() [CVE-2013-2063]
The nclients and nranges members of the reply are both CARD32 and need
to be bounds checked before multiplying by the size of the structs to
avoid integer overflow leading to underallocation and writing data from
the network past the end of the allocated buffer.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Sat, 13 Apr 2013 18:05:27 +0000 (11:05 -0700)]
Use _XEatDataWords to eat data in error cases
Avoids having to do calculcations based on response contents
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Colin Walters [Wed, 4 Jan 2012 22:37:06 +0000 (17:37 -0500)]
autogen.sh: Implement GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt
Signed-off-by: Adam Jackson <ajax@redhat.com>
Adam Jackson [Tue, 15 Jan 2013 19:28:48 +0000 (14:28 -0500)]
configure: Remove AM_MAINTAINER_MODE
Signed-off-by: Adam Jackson <ajax@redhat.com>
Alan Coopersmith [Tue, 24 Apr 2012 05:02:20 +0000 (22:02 -0700)]
Add xextproto & xi to Requires.private
Only headers are needed, not libraries to link with. Required for
includes of xtestconst.h (xextproto) and XInput.h (xi) in XTest.h
public header.
Fixes https://bugs.freedesktop.org/attachment.cgi?id=59835
(originally reported as https://bugzilla.novell.com/show_bug.cgi?id=748808 )
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Alan Coopersmith [Tue, 24 Apr 2012 05:01:16 +0000 (22:01 -0700)]
Move -I flags from AM_CFLAGS to AM_CPPFLAGS
Ensures local copy of headers takes precedence over any -I flags the
builder may have passed in CPPFLAGS.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Julien Cristau [Tue, 24 Apr 2012 19:04:06 +0000 (21:04 +0200)]
COPYING: add copyright notices and licenses from the manpages and specs
Reported-by: Ansgar Burchardt
Signed-off-by: Julien Cristau <jcristau@debian.org>
Alan Coopersmith [Thu, 8 Mar 2012 05:11:34 +0000 (21:11 -0800)]
libXtst 1.2.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Fri, 11 Nov 2011 05:43:16 +0000 (21:43 -0800)]
Fix gcc -Wwrite-strings warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Matt Dew [Wed, 5 Oct 2011 03:50:03 +0000 (21:50 -0600)]
Cleanup IDs and links in doc
1 - fix the capitalization of the ID attributes to match either the
<title> or <funcdef> string it goes with.
2 - fix any <linkend>'s that were affected by 1.
3 - any <function> in the docs that has an actual funcdef,
will become an olink.
Signed-off-by: Matt Dew <marcoz@osource.org>
Gaetan Nadon [Tue, 20 Sep 2011 19:30:22 +0000 (15:30 -0400)]
specs: refactor copyright legal text for multi licensing
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Alan Coopersmith [Sat, 17 Sep 2011 05:55:23 +0000 (22:55 -0700)]
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Gaetan Nadon [Fri, 16 Sep 2011 20:57:52 +0000 (16:57 -0400)]
xtestlib: remove duplicate paragraph in legal notice
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Fri, 16 Sep 2011 20:55:48 +0000 (16:55 -0400)]
specs: fix author affiliation
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Mon, 12 Sep 2011 20:54:45 +0000 (16:54 -0400)]
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sun, 11 Sep 2011 23:49:54 +0000 (19:49 -0400)]
docs: remove <productnumber> which is not used by default
This element is not rendered by default on the title. A template
customization is required to display it.
X Window System does not have a product number.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Fri, 9 Sep 2011 00:00:00 +0000 (20:00 -0400)]
docbook.am: embed css styles inside the HTML HEAD element
Rather than referring to the external xorg.css stylesheet, embed the content
of the file in the html output produced. This is accomplished by using
version 1.10 of xorg-xhtml.xsl.
This makes the whole html docs tree much more relocatable.
In addition, it eliminates xorg.css as a runtime file which makes
xorg-sgml-doctools a build time only package.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Wed, 7 Sep 2011 14:31:04 +0000 (10:31 -0400)]
docbook.am: global maintenance update - entities, images and olinking
Adding support in libX11 for html chunking caused a reorg of docbook.am
as well as the xorg-sgml-doctools masterdb for olinking.
The parameter img.src.path is added for pdf images.
A searchpath to the root builddir is added for local entities, if present.
The docbook.am makefile hides all the details and is identical for
all 22 modules having DocBook documentation. It is included by a thin
Makefile.am which requires no docbook knowledge.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sun, 12 Jun 2011 22:39:46 +0000 (18:39 -0400)]
Install xml versions of specs even if HAVE_XMLTO is false
DocBook/XML input source is also a usefull output format that can be viewed
with an XML viewer or editor and by some O/S help system.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sun, 5 Jun 2011 20:27:37 +0000 (16:27 -0400)]
Install target dbs alongside generated documents
This matches a change in xorg-sgml-docs whereby the masterdb will look for
the target dbs into the same location as the generated documents.
The target dbs are now installed alongside the generated documents.
Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
has the potential of installing outside the package prefix and cause
distcheck to fail when user does not have write permission in this package.
Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
Matt Dew [Wed, 1 Jun 2011 02:03:23 +0000 (20:03 -0600)]
Add id attributes to funcsynopsis to allow other docs to olink to them.
Signed-off-by: Matt Dew <marcoz@osource.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sun, 27 Feb 2011 20:06:18 +0000 (15:06 -0500)]
Documentation: add Docbook external references support
When writing technical documentation, it is often necessary to cross
reference to other information. When that other information is not in the
current document, additional support is needed, namely <olink>.
A new feature with version 1.7 of xorg-sgml-doctools adds references to
other documents within or outside this package.
This patch adds technical support for this feature but does not change
the content of the documentation as seen by the end user.
Each book or article must generate a database containing the href
of sections that can be referred to from another document. This database
is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
the value of DATAROOTDIR for xorg-sgml-doctools and for the package
documentation is the same. This forms a virtual document tree.
This database is consulted by other documents while they are being generated
in order to fulfill the missing information for linking.
Refer to the xorg-sgml-doctools for further technical information.
Co-authored-by: Matt Dew <marcoz@osource.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Wed, 2 Feb 2011 16:43:45 +0000 (11:43 -0500)]
config: comment, minor upgrade, quote and layout configure.ac
Group statements per section as per Autoconf standard layout
Quote statements where appropriate.
Autoconf recommends not using dnl instead of # for comments
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
Add AC_CONFIG_SRCDIR([Makefile.am])
This helps automated maintenance and release activities.
Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
Gaetan Nadon [Sat, 29 Jan 2011 00:41:37 +0000 (19:41 -0500)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Thu, 27 Jan 2011 23:50:15 +0000 (18:50 -0500)]
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Paulo Zanoni [Thu, 16 Dec 2010 16:11:43 +0000 (14:11 -0200)]
Use docbookx.dtd version 4.3 for all docs
Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Gaetan Nadon [Tue, 9 Nov 2010 18:04:59 +0000 (13:04 -0500)]
config: HTML file generation: use the installed copy of xorg.css
Currenlty the xorg.css file is copied in each location
where a DocBook/XML file resides. This produces about
70 copies in the $(docdir) install tree.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Alan Coopersmith [Sat, 30 Oct 2010 00:38:10 +0000 (17:38 -0700)]
libXtst 1.2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Tobias Koch [Wed, 29 Sep 2010 15:03:30 +0000 (18:03 +0300)]
Allow more than 6 axes to be sent.
From: Tobias Koch <tobias.koch@nokia.com>
If the number of axes exceeds 6, X server will return BadValue for
XTestFakeInput because the number of axes in a single DeviceValuator
event is incorrectly set to the total number of axes.
Signed-off-by: Tobias Koch <tobias.koch@nokia.com>
Reviewed-by: Rami Ylimäki <rami.ylimaki@vincit.fi>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Jesse Adkins [Tue, 28 Sep 2010 20:30:04 +0000 (13:30 -0700)]
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Gaetan Nadon [Mon, 16 Aug 2010 15:40:14 +0000 (11:40 -0400)]
man: remove unused $(BUILT_SOURCES) variable
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Mon, 16 Aug 2010 15:30:23 +0000 (11:30 -0400)]
man: remove unused LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)
Local fix in CVS for bug 5628 is not required
as the problem has been fixed in
util-macros
d9062e4077ebfd0985baf8418f3d0f111b9ddbba
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Alan Coopersmith [Thu, 8 Jul 2010 22:10:27 +0000 (15:10 -0700)]
config: Use additional man page support from util-macros 1.8
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
The existing statement can now be removed from the configuration file.
Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
Enables silent rule and use platform appropriate version of sed.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Fernando Carrijo [Thu, 1 Jul 2010 10:05:16 +0000 (07:05 -0300)]
Purge macros NEED_EVENTS and NEED_REPLIES
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>
Gaetan Nadon [Mon, 28 Jun 2010 00:45:38 +0000 (20:45 -0400)]
specs: remove trailing spaces in DocBook XML docs
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sun, 27 Jun 2010 13:29:26 +0000 (09:29 -0400)]
doc: add recordlib converted docbook xml
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sat, 26 Jun 2010 17:36:29 +0000 (13:36 -0400)]
doc: replace groff input format with docbook xml format
Initial version of xtestlib and recordlib docbook xml.
recordlib is missing and will be added later
Requires util-macros 1.10
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Thu, 17 Jun 2010 18:45:14 +0000 (14:45 -0400)]
specs: translate, format, process, install and distribute.
Makefile copied from libSM.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Alan Coopersmith [Sat, 12 Jun 2010 16:03:23 +0000 (09:03 -0700)]
Sun's copyrights belong to Oracle now
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Sat, 12 Jun 2010 16:00:56 +0000 (09:00 -0700)]
Copy some introductory text from the specs to README
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Sat, 12 Jun 2010 15:54:20 +0000 (08:54 -0700)]
Move recordlib & testlib specs from xorg-docs module
Not formatted, translated, processed or installed yet,
just moved & added to EXTRA_DIST
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Gaetan Nadon [Mon, 29 Mar 2010 20:50:34 +0000 (16:50 -0400)]
config: update AC_PREREQ statement to 2.60
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>
Gaetan Nadon [Mon, 29 Mar 2010 18:53:49 +0000 (14:53 -0400)]
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Thu, 11 Mar 2010 15:22:59 +0000 (10:22 -0500)]
doc: specify 0.0.20 as the minimum version for xmlto
Older versions do not have fop backend.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Tue, 16 Feb 2010 15:37:21 +0000 (10:37 -0500)]
config: move CWARNFLAGS from configure.ac to Makefile.am
Compiler warning flags should be explicitly set in the makefile
rather than being merged with other packages compiler flags.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Sat, 23 Jan 2010 15:49:06 +0000 (10:49 -0500)]
man: allow installing prebuilt man pages from tarball
The man pages source may be supplied in the tarball or built
from git. The makefile needs to take that into consideration
and adjust the targets accordingly.
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Tue, 19 Jan 2010 01:09:55 +0000 (20:09 -0500)]
config: replace custom code with reusable macro XORG_WITH_XMLTO
XORG_WITH_XMLTO provides additional functions like a configure
option which allow platform builders to control the usage of
the xmlto program.
This is a requirement from platforms that do not have such doc tool.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Alan Coopersmith [Fri, 15 Jan 2010 04:38:59 +0000 (20:38 -0800)]
Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Gaetan Nadon [Sat, 28 Nov 2009 01:56:04 +0000 (20:56 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
Gaetan Nadon [Wed, 28 Oct 2009 18:09:10 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
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.
Gaetan Nadon [Tue, 27 Oct 2009 19:07:26 +0000 (15:07 -0400)]
Deploy the new XORG_DEFAULT_OPTIONS #24242
This macro aggregate a number of existing macros that sets commmon
X.Org components configuration options. It shields the configuration file from
future changes.
Gaetan Nadon [Tue, 27 Oct 2009 02:08:43 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
Gaetan Nadon [Thu, 22 Oct 2009 16:34:19 +0000 (12:34 -0400)]
.gitignore: use common defaults with custom section # 24239
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.
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:26 +0000 (12:47 -0700)]
This is not a GNU project, so declare it foreign.
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>
Peter Hutterer [Mon, 5 Oct 2009 01:38:38 +0000 (11:38 +1000)]
libXtst 1.1.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Mon, 5 Oct 2009 01:40:53 +0000 (11:40 +1000)]
Require libXext 1.0.99.4
libXext 1.0.99.1 up to including 1.0.99.3 had the XTest.h header which is
now in this module.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Mon, 5 Oct 2009 00:38:34 +0000 (10:38 +1000)]
Require macros 1.3 for XORG_DEFAULT_OPTIONS
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Tue, 25 Aug 2009 04:09:47 +0000 (14:09 +1000)]
Version bump: 1.0.99.2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Tue, 18 Aug 2009 01:12:37 +0000 (11:12 +1000)]
Include recordproto.h instead of recordstr.h
Peter Hutterer [Fri, 14 Aug 2009 04:15:48 +0000 (14:15 +1000)]
Move record headers to here.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Fri, 14 Aug 2009 05:00:15 +0000 (15:00 +1000)]
XRecord: avoid use of uninitialised variables.
Both variables are initialized inside an if condition but later checked for
NULL.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Wed, 22 Jul 2009 10:34:51 +0000 (20:34 +1000)]
Version bump: 1.0.99.1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Magnus Kessler [Wed, 22 Jul 2009 08:29:16 +0000 (09:29 +0100)]
Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on case-insensitive filesystems
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Mon, 20 Jul 2009 03:26:45 +0000 (13:26 +1000)]
Move XTest.h header from xextproto/libXext to here.
XTest.h was in xextproto until xextproto-7.1 and did a short but whoefully
misguided visit to libXext during the cleanup of the xextproto headers.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Peter Hutterer [Wed, 15 Jul 2009 23:41:33 +0000 (09:41 +1000)]
Include xtestproto.h, not xteststr.h
Require xextproto 7.0.99.1.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Alan Coopersmith [Tue, 3 Feb 2009 04:34:37 +0000 (20:34 -0800)]
Add README with pointers to mailing list, bugzilla & git repos
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Paulo Cesar Pereira de Andrade [Fri, 30 Jan 2009 22:41:31 +0000 (20:41 -0200)]
Janitor: ansification, make distcheck, compiler warnings.
Manual page generation, and xmlto handling, shamelessly cut&paste'd
from libXi/man/Makefile.am, so that make distcheck will work.
Peter Hutterer [Fri, 8 Aug 2008 00:48:19 +0000 (10:18 +0930)]
Require xi.pc for XInput.h include.
XInput.h is now part of libXi. But just in case we have an older version of
libXi floating around, pull in inputproto too.
Ian Romanick [Wed, 21 May 2008 19:38:00 +0000 (12:38 -0700)]
Add .PHONY build target to fix parallel builds
Peter Hutterer [Mon, 19 May 2008 08:08:08 +0000 (17:38 +0930)]
Rename parameters to clarify QueryExtension call.
These parameters are not treated as input. Rename them to make the inner
workings slightly more obvious.
X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
James Cloos [Thu, 6 Dec 2007 20:51:20 +0000 (15:51 -0500)]
Add missing PHONY line for automatic ChangeLog generation
Egbert Eich [Tue, 16 Oct 2007 12:27:57 +0000 (14:27 +0200)]
Wrong place. Reverting srcdir patch.
Egbert Eich [Mon, 15 Oct 2007 09:44:53 +0000 (11:44 +0200)]
Fix man page build when srcdir is specified.
Alan Coopersmith [Fri, 17 Aug 2007 21:57:22 +0000 (14:57 -0700)]
Version bump: 1.0.3
zoka [Tue, 3 Jul 2007 03:34:52 +0000 (20:34 -0700)]
libXtst man pages generation fails if srcdir != builddir
Alan Coopersmith [Thu, 7 Jun 2007 01:57:12 +0000 (18:57 -0700)]
Version bump: 1.0.2
Alan Coopersmith [Thu, 7 Jun 2007 01:41:36 +0000 (18:41 -0700)]
Replace static ChangeLog with dist-hook to generate from git
Alan Coopersmith [Thu, 7 Jun 2007 01:13:32 +0000 (18:13 -0700)]
Convert man page to docbook/xml (thanks to doclifter)
Alan Coopersmith [Wed, 6 Jun 2007 23:39:01 +0000 (16:39 -0700)]
Add man pages for XTest*() functions
Converted xorg-docs/Xext/xtestlib.ms to man page formatting
Alan Coopersmith [Wed, 6 Jun 2007 21:43:59 +0000 (14:43 -0700)]
Fill in COPYING file with real copyright/licenses
Alan Coopersmith [Wed, 6 Jun 2007 21:36:43 +0000 (14:36 -0700)]
Coverity #578/579: Don't leak memory if one malloc fails but other succeeds
(Unlikely to happen, since the smaller malloc was first, but still possible.)
Alan Coopersmith [Wed, 6 Jun 2007 21:23:17 +0000 (14:23 -0700)]
ANSIfy static function declarations (clears some lint warnings)
Alan Coopersmith [Wed, 6 Jun 2007 21:11:04 +0000 (14:11 -0700)]
Add hooks to check code with sparse/lint
Alan Coopersmith [Wed, 6 Jun 2007 21:10:44 +0000 (14:10 -0700)]
Add *~ to .gitignore to skip emacs/patch droppings
Alan Coopersmith [Thu, 13 Jul 2006 21:59:09 +0000 (14:59 -0700)]
renamed: .cvsignore -> .gitignore
Kevin E Martin [Wed, 21 Dec 2005 02:30:06 +0000 (02:30 +0000)]
Update package version for X11R7 release.
Adam Jackson [Mon, 19 Dec 2005 16:28:27 +0000 (16:28 +0000)]
Stub COPYING files
Kevin E Martin [Thu, 15 Dec 2005 00:24:35 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.
Kevin E Martin [Sat, 3 Dec 2005 05:49:45 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.
Kevin E Martin [Sat, 19 Nov 2005 07:15:43 +0000 (07:15 +0000)]
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Kevin E Martin [Wed, 9 Nov 2005 21:19:13 +0000 (21:19 +0000)]
Update package version number for X11R7 RC2 release.
Kevin E Martin [Tue, 1 Nov 2005 15:11:52 +0000 (15:11 +0000)]
Update pkgcheck dependencies to work with separate build roots.
Kevin E Martin [Wed, 19 Oct 2005 02:48:12 +0000 (02:48 +0000)]
Update package version number for RC1 release.
Adam Jackson [Wed, 3 Aug 2005 03:28:02 +0000 (03:28 +0000)]
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
Kevin E Martin [Fri, 29 Jul 2005 21:22:53 +0000 (21:22 +0000)]
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
Daniel Stone [Sat, 16 Jul 2005 07:39:26 +0000 (07:39 +0000)]
Set soversion to 6.1.0 with -version-number.
Adam Jackson [Thu, 14 Jul 2005 15:07:42 +0000 (15:07 +0000)]
more trailing whitespace
Keith Packard [Sat, 9 Jul 2005 06:50:41 +0000 (06:50 +0000)]
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Kevin E Martin [Sat, 2 Jul 2005 06:35:03 +0000 (06:35 +0000)]
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems