twm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Aug 18 11:14:26 PDT 2013


 src/add_window.c |   37 ++++++++++++++++++-------------------
 src/events.c     |   20 ++++++++++----------
 src/gram.y       |    3 +--
 src/iconmgr.c    |    6 +++---
 src/icons.c      |   16 ++++++++--------
 src/list.c       |    4 ++--
 src/menus.c      |   20 +++++++++-----------
 src/parse.c      |    6 +++---
 src/session.c    |   27 +++++++++------------------
 src/twm.c        |   10 ++++------
 src/util.c       |   15 +++++++--------
 11 files changed, 74 insertions(+), 90 deletions(-)

New commits:
commit 97b55a970dc5281c2d41500990d99fcd24d2dd5f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 18 10:50:01 2013 -0700

    Replace malloc(strlen()+1); strcpy(); pairs with strdup()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8b2a314c267071656ca4d86bae56c6d82bb8127a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 18 10:42:45 2013 -0700

    AddWindow: Use NULL instead of 0 for null pointer check
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c2e232e6915356eba3edf2efea99720746694c52
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 18 10:28:21 2013 -0700

    Stop casting return values from malloc & calloc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 58f3c3b8d518786764f45ac2be1f1f0850129125
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 18 10:18:21 2013 -0700

    Stop casting pointers to (char *) when freeing them
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list