twm: Changes to 'refs/tags/twm-1.0.8'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Sep 6 19:00:36 PDT 2013


Tag 'twm-1.0.8' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2013-09-07 03:00 -0700

twm-1.0.8

Changes since twm-1.0.7:
Alan Coopersmith (16):
      Terminate execl() arguments with NULL instead of 0
      Constification cleanup - fix dozens of gcc warnings
      Use (void) to declare functions that take no arguments, instead of ()
      Convert remaining K&R function declarations to C89 style
      Make various helper & callback functions private to session.c
      unifdef macII - drop support for A/UX 2.0
      Remove unused global variable gotFirstSave
      Make some more previously global variables into file-scoped statics
      Assume C89 signal handlers, returning void
      Make more functions static that aren't called from other files
      Delete trailing whitespace in non *.[ch] source files
      Stop casting pointers to (char *) when freeing them
      Stop casting return values from malloc & calloc
      AddWindow: Use NULL instead of 0 for null pointer check
      Replace malloc(strlen()+1); strcpy(); pairs with strdup()
      twm 1.0.8

Colin Harrison (1):
      Syntax error in recent twm commit

Egbert Eich (1):
      Fix SEGV if CreateColormapWindow() returns NULL.

Eric S. Raymond (1):
      Don't rely on the ability to set tab stops.

---
 Makefile.am      |    6 
 configure.ac     |    6 
 man/twm.man      |  429 +++++++++++++++++++++++++++----------------------------
 src/Makefile.am  |    6 
 src/add_window.c |   47 +++---
 src/cursor.c     |    4 
 src/events.c     |   96 ++++++------
 src/events.h     |    1 
 src/gc.c         |    2 
 src/gram.y       |   74 ++++-----
 src/iconmgr.c    |   20 +-
 src/iconmgr.h    |    2 
 src/icons.c      |   22 +-
 src/icons.h      |    3 
 src/lex.l        |   10 -
 src/list.c       |    4 
 src/menus.c      |   88 ++++++-----
 src/menus.h      |   27 +--
 src/parse.c      |   28 +--
 src/parse.h      |    2 
 src/resize.c     |    6 
 src/resize.h     |    1 
 src/session.c    |  220 +++++++++-------------------
 src/session.h    |   18 --
 src/twm.c        |   31 +--
 src/twm.h        |   24 ---
 src/util.c       |   37 ++--
 src/util.h       |   18 +-
 src/version.c    |    2 
 src/version.h    |    2 
 30 files changed, 562 insertions(+), 674 deletions(-)
---


More information about the xorg-commit mailing list