summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-19libICE 1.0.7libICE-1.0.7Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-10-17Fix include ordering, so -I../include precedes $CPPFLAGS which couldJeremy Huddleston
cause us to include installed rather than packaged headers. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-10-06Purge cvs tags.Jesse Adkins
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-30specs: convert ICE doc/specs from xorg-docs module to DocBook XMLMatt Dew
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-08Move ICE protocol & API specs from xorg-docs moduleAlan Coopersmith
For now, just checked in and included in dist tarballs, not processed into a usable format - same as it was in xorg-docs Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-05-11Set the close-on-exec flag for listening socketsJulien Cristau
This prevents xsm from leaking file descriptors to the processes it starts. X.Org bug#22932 <http://bugs.freedesktop.org/show_bug.cgi?id=22932> Reported-by: Kalle Olavi Niemitalo <kon@iki.fi> Signed-off-by: Julien Cristau <jcristau@debian.org>
2010-04-05config: update AC_PREREQ statement to 2.60Gaetan Nadon
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>
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
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>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
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.
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon
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.
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston
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>
2009-08-28libICE 1.0.6libICE-1.0.6Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-28Janitor: Correct sparse warnings.Paulo Cesar Pereira de Andrade
Also reorders some code in configure.ac and Makefile.am to match pattern used on other packages.
2009-01-06Update .gitignore.libICE-1.0.5Paulo Cesar Pereira de Andrade
Don't warn about files left after a build and/or make distcheck in 'git status -a'.
2009-01-06bump to 1.0.5Peter Breitenlohner
2009-01-06remove ChangeLog from EXTRA_DIST and CLEANFILESPeter Breitenlohner
2009-01-06use memcmp instead of binaryEqualPeter Breitenlohner
suggested by Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> http://lists.freedesktop.org/archives/xorg/2008-December/041222.html
2009-01-06Use NULL, not zero, for pointersPeter Breitenlohner
From Magnus Kessler <Magnus.Kessler@gmx.net> http://lists.freedesktop.org/archives/xorg/2008-October/039799.html http://lists.freedesktop.org/archives/xorg/attachments/20081030/b2ea5b1c/attachment-0001.bin
2009-01-06ANSI CPeter Breitenlohner
convert all old style function declarations see also: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> http://bugs.freedesktop.org/show_bug.cgi?id=14683 http://bugs.freedesktop.org/attachment.cgi?id=14582 see also: Magnus Kessler <Magnus.Kessler@gmx.net> http://lists.freedesktop.org/archives/xorg/2008-October/039799.html http://lists.freedesktop.org/archives/xorg/attachments/20081030/b2ea5b1c/attachment-0001.bin
2009-01-06towards ANSI CPeter Breitenlohner
make _IceProcessCoreMessage and default error handlers static
2009-01-06Activate CWARNFLAGS with lots of gcc warningsPeter Breitenlohner
2009-01-06use xorg-macros-1.2.1Peter Breitenlohner
Use XORG_CHANGELOG for rule to generate ChangeLog from git log Use XORG_CWARNFLAGS for compiler warning flags, leave CFLAGS to user
2008-10-07Constify some arguments in libICE to clear warnings in libSMPeter Breitenlohner
This patch avoids the gcc (3.4.6) warnings: ../../libSM-1.0.3/src/sm_client.c:104: warning: passing arg 7 of `IceRegisterForProtocolSetup' from incompatible pointer type ../../libSM-1.0.3/src/sm_manager.c:168: warning: passing arg 7 of `IceRegisterForProtocolReply' from incompatible pointer type when compiling libSM
2008-10-07define macros to 1 in icetrans.c to avoid redefined macro warningsPeter Breitenlohner
X.Org Bug #17947 <http://bugs.freedesktop.org/show_bug.cgi?id=17947> Patch #19444 <http://bugs.freedesktop.org/attachment.cgi?id=19444> Define as 1 (one) as done by autoconf and the command line option, e.g. -DICE_t, not as empty. This avoids the gcc (3.4.6) warnings: ../../libICE-1.0.4/src/icetrans.c:29:1: warning: "ICE_t" redefined ../config.h:38:1: warning: this is the location of the previous definition ../../libICE-1.0.4/src/icetrans.c:30:1: warning: "TRANS_CLIENT" redefined <command line>:6:1: warning: this is the location of the previous definition ../../libICE-1.0.4/src/icetrans.c:31:1: warning: "TRANS_SERVER" redefined <command line>:7:1: warning: this is the location of the previous definition
2008-04-29silence warningAlan Hourihane
2008-04-29include for sleep()Colin Harrison
2008-03-09nuke RCS IdsMatthieu Herrb
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos
2007-08-20Version bump: 1.0.4libICE-1.0.4Alan Coopersmith
2007-06-04Add $(AM_CFLAGS) to lint flags to get correct Xtrans flagsAlan Coopersmith
2007-04-05Replace many malloc(strlen()); strcpy() pairs with strdup()Alan Coopersmith
2007-04-05Provide ANSI C prototypes for more static functionsAlan Coopersmith
2007-04-05Convert authutil.c static helpers to ANSI C prototypes to clear sparse warningsAlan Coopersmith
2007-04-05Add hooks for checking source code with lint/sparse/etc.Alan Coopersmith
2007-04-05Coverity #1086: Double free of pointer "*listenObjsRet"Alan Coopersmith
Same bug, different function.
2007-04-05Coverity #1085: Double free of pointer "*listenObjsRet"Alan Coopersmith
If malloc failed in the loop in IceListenForConnections, the error path would free all previous allocations, then loop around and try again, and if it failed again, free the previous allocations again. On the other hand, if it succeeded on the later tries, then the memory would just be leaked, since the error would be returned and not the pointer to them.
2007-04-05Add *~ to .gitignore to skip emacs/patch droppingsAlan Coopersmith
2006-12-16bump to 1.0.3libICE-1.0.3Daniel Stone
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone
Make ChangeLog hook as safe as possible.
2006-10-13Bump to 1.0.2libICE-1.0.2Adam Jackson
2006-10-12Fix ChangeLog hook to distcheck.Adam Jackson
2006-07-16set GIT_DIR=${srcdir}/.git for git-logMatthieu Herrb
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-07-11Replace static ChangeLog with rule copied from libX11 to generate from git logAlan Coopersmith
2006-07-11Sun bug #6193975: kde session manager core dumps in _IceWrite()Derek Wang