xfs: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Nov 28 17:19:12 UTC 2017


 configure.ac        |    6 +--
 difs/atom.c         |    2 -
 difs/charinfo.c     |   70 +++++++++++++++++++++++++++++++++++++++---
 difs/difsutils.c    |   12 +++----
 difs/fontinfo.c     |    3 +
 difs/fonts.c        |   76 +++++++++++++---------------------------------
 difs/initfonts.c    |   45 ++++++++++++++++++++++++---
 include/difs.h      |    8 ++++
 include/difsutils.h |    8 ++--
 include/globals.h   |    4 +-
 include/misc.h      |   12 ++++---
 include/os.h        |    2 -
 os/config.c         |    5 +--
 os/utils.c          |   85 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 os/xfstrans.c       |   13 ++++---
 15 files changed, 254 insertions(+), 97 deletions(-)

New commits:
commit c0ff087474db78b91241c31c00a501782a3da31b
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Nov 28 12:16:13 2017 -0500

    xfs 1.2.0
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>

commit fedc90e8e3f6c36204de5562bfb726270064a4f1
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Apr 24 17:35:14 2017 -0400

    xfs: port to libXfont2
    
    This appears to work, in the sense that xfsinfo and fslsfonts print the
    same thing before and after.
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>

commit 47eceb44ca00569b76e4304ee3b36c8f87d46a3e
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Apr 24 15:33:39 2017 -0400

    xtrans: Simplify an error path when started from inetd
    
    The old code is redundant, since our caller looks like:
    
        OldListen = _FontTransGetInetdListenInfo (inetdListener);
        if (OldListen == NULL) {
            FatalError("failed to initialize OldListen to inetd socket: %s\n",
                       strerror(errno));
        }
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list