Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-28 | libICE 1.0.6libICE-1.0.6 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-28 | Janitor: 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-06 | Update .gitignore.libICE-1.0.5 | Paulo Cesar Pereira de Andrade | |
Don't warn about files left after a build and/or make distcheck in 'git status -a'. | |||
2009-01-06 | bump to 1.0.5 | Peter Breitenlohner | |
2009-01-06 | remove ChangeLog from EXTRA_DIST and CLEANFILES | Peter Breitenlohner | |
2009-01-06 | use memcmp instead of binaryEqual | Peter Breitenlohner | |
suggested by Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> http://lists.freedesktop.org/archives/xorg/2008-December/041222.html | |||
2009-01-06 | Use NULL, not zero, for pointers | Peter 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-06 | ANSI C | Peter 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-06 | towards ANSI C | Peter Breitenlohner | |
make _IceProcessCoreMessage and default error handlers static | |||
2009-01-06 | Activate CWARNFLAGS with lots of gcc warnings | Peter Breitenlohner | |
2009-01-06 | use xorg-macros-1.2.1 | Peter 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-07 | Constify some arguments in libICE to clear warnings in libSM | Peter 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-07 | define macros to 1 in icetrans.c to avoid redefined macro warnings | Peter 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-29 | silence warning | Alan Hourihane | |
2008-04-29 | include for sleep() | Colin Harrison | |
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-08-20 | Version bump: 1.0.4libICE-1.0.4 | Alan Coopersmith | |
2007-06-04 | Add $(AM_CFLAGS) to lint flags to get correct Xtrans flags | Alan Coopersmith | |
2007-04-05 | Replace many malloc(strlen()); strcpy() pairs with strdup() | Alan Coopersmith | |
2007-04-05 | Provide ANSI C prototypes for more static functions | Alan Coopersmith | |
2007-04-05 | Convert authutil.c static helpers to ANSI C prototypes to clear sparse warnings | Alan Coopersmith | |
2007-04-05 | Add hooks for checking source code with lint/sparse/etc. | Alan Coopersmith | |
2007-04-05 | Coverity #1086: Double free of pointer "*listenObjsRet" | Alan Coopersmith | |
Same bug, different function. | |||
2007-04-05 | Coverity #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-05 | Add *~ to .gitignore to skip emacs/patch droppings | Alan Coopersmith | |
2006-12-16 | bump to 1.0.3libICE-1.0.3 | Daniel Stone | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-10-13 | Bump to 1.0.2libICE-1.0.2 | Adam Jackson | |
2006-10-12 | Fix ChangeLog hook to distcheck. | Adam Jackson | |
2006-07-16 | set GIT_DIR=${srcdir}/.git for git-log | Matthieu Herrb | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-07-11 | Replace static ChangeLog with rule copied from libX11 to generate from git log | Alan Coopersmith | |
2006-07-11 | Sun bug #6193975: kde session manager core dumps in _IceWrite() | Derek Wang | |
2006-07-11 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-04-26 | Bump to 1.0.1libICE-1_0_1XORG-7_1 | Adam Jackson | |
2006-04-10 | Coverity #664: Free memory allocated by EXTRACT_STRING in | Alan Coopersmith | |
_IceDefaultErrorHandler after we're done fprintf()'ing it. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPY | Kevin E Martin | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-10-23 | Bug #1893: Fix replies when peers use different major opcodes for the sameXORG-6_8_99_903XORG-6_8_99_902 | Adam Jackson | |
subprotocol. (016_ICE_subprotocol_reply_fix.diff from Debian, by Jochen Voss) | |||
2005-07-30 | Add -D flags to clear various warnings (Stefan Dirsch)XORG-6_99_99_901XORG-6_99_99_900 | Alan Coopersmith | |
2005-07-29 | Various 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-16 | Set soversion to 6.3.0. | Daniel Stone | |
2005-07-09 | Add .cvsignore files | Keith Packard | |
2005-07-03 | Add 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_14 | Daniel 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-10 | Remove pointless include of Xlib.h.XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11 | Daniel Stone | |
Fix #include path to bigreqstr.h. | |||
2005-06-09 | Replace <X11/transport.c> with <X11/Xtrans/transport.c> | Alexander Gottwald | |