xedit: Changes to 'refs/tags/xedit-1.2.1'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jan 12 17:02:50 PST 2013


Tag 'xedit-1.2.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2013-01-13 01:02 -0800

xedit-1.2.1

Changes since xedit-1.2.0:
Alan Coopersmith (3):
      Fix builds of lisp/core.c with Solaris Studio compilers
      Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
      xedit 1.2.1

Eric S. Raymond (1):
      Eliminate use of tab stops. Use real TBL markup.

Gaetan Nadon (5):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Require xt >= 1.0 for appdefaultdir

Thomas Klausner (1):
      Do not unconditionally define DEBUG.

pcpa (4):
      Update fallback implementation of missing libc functions
      Correct 64 bit overflow check and bignum code.
      Use proper pointer when computing "realpath" of a new file.
      Avoid problems with builds with -Werror=format-security.

---
 AUTHORS         |    2 
 COPYING         |   50 ++++-
 Makefile.am     |   19 --
 configure.ac    |   13 -
 lisp/core.c     |    5 
 lisp/env.c      |  151 -----------------
 lisp/getenv.c   |   81 +++++++++
 lisp/lisp.c     |    2 
 lisp/mathimp.c  |   37 ----
 lisp/mp/mp.c    |   12 -
 lisp/mp/mp.h    |    2 
 lisp/mp/mpi.c   |    8 
 lisp/re/re.c    |    2 
 lisp/read.c     |    4 
 lisp/setenv.c   |  178 ++++++++++++++++++++
 man/Makefile.am |   12 +
 man/xedit.man   |  476 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 realpath.c      |  306 ++++++++++++++++++------------------
 util.c          |    2 
 xedit.man       |  451 -----------------------------------------------------
 20 files changed, 973 insertions(+), 840 deletions(-)
---


More information about the xorg-commit mailing list