libXaw3d: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Sep 8 19:20:39 PDT 2011


 src/AsciiSrc.c  |    4 ++--
 src/LayYY.h     |   10 ++++++++++
 src/Layout.c    |    6 ++----
 src/Makefile.am |    3 ++-
 src/laygram.y   |    2 ++
 src/laylex.l    |    1 +
 6 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit 9932303fbd0390628efc714d9c52718eca008015
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 7 17:00:59 2011 -0700

    Make WriteToFile take constified arguments
    
    Fixes compiler warning:
    "AsciiSrc.c", line 858: warning: argument #2 is incompatible with prototype:
    	prototype: pointer to char : "AsciiSrc.c", line 118
    	argument : pointer to const char
    
    Has to use _XtString (#define char *) instead of String (typedef char *) to
    correctly be a pointer to const chars instead of a const pointer to chars.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>

commit c6c61c93154635018c901ace6251018dfc3d9961
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 7 15:46:00 2011 -0700

    Add LayYY.h header for common definitions of lex/yacc created functions
    
    Ensures all sources use consistent types and provides central place
    to add _X_HIDDEN tags to avoid exporting these as part of the API/ABI.
    
    Also fixes:
    "laygram.c", line 1363: warning: implicit function declaration: LayYYlex
    "laygram.c", line 1777: warning: implicit function declaration: LayYYerror
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>

commit fb67997614b32d34de535654876eb8896a9011ac
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 7 19:10:18 2011 -0700

    Fix distcheck by changing doc_DATA to dist_doc_DATA
    
    Oops.   Helps to include the docs in the tarball if you want to install them.
    
    Reported-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list