libXau: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Apr 5 15:49:51 PDT 2013


 AuFileName.c |    7 +++----
 AuGetAddr.c  |   15 ++++-----------
 AuGetBest.c  |   15 ++++-----------
 AuLock.c     |   30 ++++++++++++------------------
 AuUnlock.c   |   10 ++++------
 configure.ac |    4 ++++
 6 files changed, 31 insertions(+), 50 deletions(-)

New commits:
commit f5a57d8a21a34d7084cce294e24c0422e02ef8ef
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 30 11:42:09 2013 -0700

    Use remove() instead of unlink() to delete lock files
    
    In normal cases, no difference.  If someone has accidentally created
    a directory with those names, this can save you from needing to fsck
    to clean it up on some filesystems (like UFS).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4352cf9707df08d51ef891be156d475743d0a060
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 30 11:30:37 2013 -0700

    Call memcmp() instead of defining our own equivalent
    
    Stops casting len parameters to int in callers so that this change
    doesn't introduce warnings that we're taking unsigned values, casting
    them to signed, then passing to a function that wants them unsigned.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 704beb71768cdaa2448da6edfa219b4a7bf862f1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 30 11:18:44 2013 -0700

    Replace strcpy+strcat pairs with snprintf calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3038a87edce31ad2895431f7cfdc96a33fc70e02
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 30 10:59:06 2013 -0700

    Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX
    
    Drops fallback prototype of sleep() for non-POSIX, non-Windows systems
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 325f5282bc1d93b72b0b05037245cf130970fa38
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 30 10:55:26 2013 -0700

    Use configure check for pathconf instead of X_NOT_POSIX #define
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list