libXtst: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jun 6 18:43:12 PDT 2007


 .gitignore      |    1 
 COPYING         |   70 ++++++++-
 ChangeLog       |   49 ------
 Makefile.am     |   14 +
 configure.ac    |   15 +-
 man/.gitignore  |    7 
 man/Makefile.am |   86 +++++++++++
 man/XTest.xml   |  414 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/Makefile.am |    8 +
 src/XRecord.c   |   70 +++++----
 src/XTest.c     |   21 +-
 11 files changed, 651 insertions(+), 104 deletions(-)

New commits:
commit 8bbc3b75318c67f6089d50f68d53d092390c8233
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 18:41:36 2007 -0700

    Replace static ChangeLog with dist-hook to generate from git

commit 6aaa875dffbcc5dd2206644cfa73fdfd8ffe280f
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 18:13:32 2007 -0700

    Convert man page to docbook/xml (thanks to doclifter)

commit d9514f97f54b47630b645ef44a5d40262a10d33a
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 16:39:01 2007 -0700

    Add man pages for XTest*() functions
    
    Converted xorg-docs/Xext/xtestlib.ms to man page formatting

commit 68a28875bc7a2cd760f035508997dfd88b3b6cc8
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 14:43:59 2007 -0700

    Fill in COPYING file with real copyright/licenses

commit 931675017dd28ccca8353abeff3055f0c47bc3b2
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 14:36:43 2007 -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.)

commit dab4830b8db0d3cf5db5e96b2b870e94a48330bc
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 14:23:17 2007 -0700

    ANSIfy static function declarations (clears some lint warnings)

commit 57a201a15637cfea6c15a4d0ed8b629c9cd49495
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 14:11:04 2007 -0700

    Add hooks to check code with sparse/lint

commit 5e791a1465aba3b8be89b4cf2d9f90dee18e8e96
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 6 14:10:44 2007 -0700

    Add *~ to .gitignore to skip emacs/patch droppings



More information about the xorg-commit mailing list