xedit: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Sep 9 20:33:56 PDT 2014


 commands.c      |   16 -------
 configure.ac    |    6 +-
 hash.c          |    7 +--
 hook.c          |   35 ++++++++-------
 lisp/compile.c  |    2 
 lisp/core.c     |    3 -
 lisp/debugger.c |   16 +++----
 lisp/format.c   |   43 +++++++++----------
 lisp/internal.h |   50 +++++++++++-----------
 lisp/io.c       |   37 +++++++---------
 lisp/io.h       |   16 +++----
 lisp/lisp.c     |  126 +++++++++++++++++++++++++-------------------------------
 lisp/lisp.h     |    2 
 lisp/mathimp.c  |    4 -
 lisp/package.c  |    6 +-
 lisp/package.h  |    4 -
 lisp/pathname.c |    3 -
 lisp/private.h  |   14 +++---
 lisp/re/re.c    |    4 -
 lisp/read.c     |   81 ++++++++++++++++++------------------
 lisp/stream.c   |    2 
 lisp/write.c    |   25 +++++------
 lisp/write.h    |    2 
 util.c          |    8 +--
 util.h          |    2 
 xedit.h         |    6 +-
 26 files changed, 249 insertions(+), 271 deletions(-)

New commits:
commit 46a906557fcf321592d543d818bc8054aad0ee89
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Sep 9 20:32:53 2014 -0700

    Use automake subdir-objects option
    
    Stops automake from issuing a ton of warnings about how this will be the
    default soon.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4c63319d249cb796b735ec56904c088c56a5171f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Sep 9 20:26:15 2014 -0700

    Check for pagesize options via autoconf instead of per-platform #ifdefs
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 9f0f4a2c5495eec2d81a4381fb962fad93b2ddde
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Sep 9 20:05:27 2014 -0700

    Copious const cleanup
    
    Removes 1554 gcc warnings of "discards ‘const’ qualifier"
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 40615f52b8fe7478599ce4948ccc751aa0a34397
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Sep 9 19:23:59 2014 -0700

    Require OS to provide rename(2), as all POSIX.1-1990 & later OS'es do
    
    Sorry SVR1-SVR3.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list