summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-07-11renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-04-26Bump to 1.0.1libICE-1_0_1XORG-7_1Adam Jackson
2006-04-10Coverity #664: Free memory allocated by EXTRACT_STRING inAlan Coopersmith
_IceDefaultErrorHandler after we're done fprintf()'ing it.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin
2005-10-23Bug #1893: Fix replies when peers use different major opcodes for the sameXORG-6_8_99_903XORG-6_8_99_902Adam Jackson
subprotocol. (016_ICE_subprotocol_reply_fix.diff from Debian, by Jochen Voss)
2005-07-30Add -D flags to clear various warnings (Stefan Dirsch)XORG-6_99_99_901XORG-6_99_99_900Alan Coopersmith
2005-07-29Various changes preparing packages for RC0:Kevin E Martin
- 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
2005-07-16Set soversion to 6.3.0.Daniel Stone
2005-07-09Add .cvsignore filesKeith Packard
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Daniel Stone
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-06-10Remove pointless include of Xlib.h.XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11Daniel Stone
Fix #include path to bigreqstr.h.
2005-06-09Replace <X11/transport.c> with <X11/Xtrans/transport.c>Alexander Gottwald