smproxy: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Dec 2 11:17:05 PST 2013


 configure.ac    |   15 ++++--
 man/smproxy.man |    5 +-
 save.c          |  124 ++++++++++++++++++++++++++++++++++----------------------
 smproxy.c       |   44 ++++++++++++++-----
 smproxy.h       |    5 ++
 5 files changed, 128 insertions(+), 65 deletions(-)

New commits:
commit cd8b8001b6b9e11ba27a300cd03d70cab0271bf0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 23:26:31 2013 -0800

    Add -version option to print program version
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5eb28e5bbb97a1c1faa0d77c85c8d566e3e4fcdf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 23:23:26 2013 -0800

    Print which option was in error along with usage message
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 53a484fbd297a03bfbe7d656818c94a4c4b071fe
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 23:08:06 2013 -0800

    Simplify & unify variants of unique_filename
    
    Variants depend on whether system has mkstemp, mktemp or tempnam
    Also fixes some const char warnings in this code.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d00b208df92061f0049bfcd993ab1f92dc8aa2cb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 22:44:06 2013 -0800

    Convert sprintf calls to asprintf or snprintf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d59fe3c0501ec07b725004de86c1a8adac966092
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 22:33:18 2013 -0800

    Add local copy of asprintf()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 747e066281b78909e5c9703f639c0813b14c385f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 22:06:44 2013 -0800

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6f90cf3021d5c8755963ab5d88d477774cd5bd43
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 23 21:56:29 2013 -0800

    Replace #ifdef X_NOT_POSIX with explicit check for mktemp function
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list