iceauth: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jun 4 23:25:42 PDT 2014


 autogen.sh   |    5 ++--
 configure.ac |    8 ++++--
 iceauth.c    |    6 ++--
 iceauth.h    |    2 -
 process.c    |   73 +++++++++++++++++++++++++++++------------------------------
 5 files changed, 49 insertions(+), 45 deletions(-)

New commits:
commit 04c0fe624bf0140e0f938942e48a01ce5c01b7be
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 1 23:38:45 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6e38d6b6598f3beb36a5526f482a6356e85c4fd5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 1 23:38:45 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b0c12dd905053b38d81d44c222dbef999e992193
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 1 23:38:40 2014 -0700

    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 2222cab2a3cc2615e7a3f2ec8665fdfcabc0436c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 31 16:15:19 2014 -0700

    More constification cleanup
    
    Started by fixing gcc warning:
    iceauth.c:47:1: warning: initialization discards ‘const’ qualifier from
     pointer target type [enabled by default]
     static char *defcmds[] = { "source", "-", NULL };  /* default command */
     ^
    
    and chasing down the rabbit hole of the functions the command line
    arguments can be passed through, until we came out the other side
    const clean.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list