Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/xorg]: xsrc/external/mit/xtrans/dist initial import of xtrans-1.4.0



details:   https://anonhg.NetBSD.org/xsrc/rev/265f62c6d293
branches:  xorg
changeset: 10242:265f62c6d293
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 18 04:24:28 2019 +0000

description:
initial import of xtrans-1.4.0

diffstat:

 external/mit/xtrans/dist/ChangeLog       |   210 ++
 external/mit/xtrans/dist/Makefile.am     |     2 +-
 external/mit/xtrans/dist/Makefile.in     |    48 +-
 external/mit/xtrans/dist/README.md       |    36 +
 external/mit/xtrans/dist/Xtrans.c        |   190 +--
 external/mit/xtrans/dist/Xtrans.h        |    52 +-
 external/mit/xtrans/dist/Xtransint.h     |    40 +-
 external/mit/xtrans/dist/Xtranslcl.c     |   158 +-
 external/mit/xtrans/dist/Xtranssock.c    |   178 +--
 external/mit/xtrans/dist/aclocal.m4      |  2515 +++++++++++++++--------------
 external/mit/xtrans/dist/compile         |     2 +-
 external/mit/xtrans/dist/config.guess    |   854 ++++-----
 external/mit/xtrans/dist/config.sub      |   334 ++-
 external/mit/xtrans/dist/configure       |    75 +-
 external/mit/xtrans/dist/configure.ac    |     4 +-
 external/mit/xtrans/dist/doc/Makefile.in |    26 +-
 external/mit/xtrans/dist/doc/xtrans.xml  |   117 +-
 external/mit/xtrans/dist/install-sh      |   354 +--
 external/mit/xtrans/dist/missing         |     6 +-
 external/mit/xtrans/dist/xtrans.m4       |     3 +
 20 files changed, 2456 insertions(+), 2748 deletions(-)

diffs (truncated from 7800 to 300 lines):

diff -r 575c21a7710f -r 265f62c6d293 external/mit/xtrans/dist/ChangeLog
--- a/external/mit/xtrans/dist/ChangeLog        Mon Mar 18 04:24:25 2019 +0000
+++ b/external/mit/xtrans/dist/ChangeLog        Mon Mar 18 04:24:28 2019 +0000
@@ -1,3 +1,213 @@
+commit c4262efc9688e495261d8b23a12f956ab38e006f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Mar 16 14:25:35 2019 -0700
+
+    xtrans 1.4.0
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit faa42207a0653535ab80825b0acb50b417702ec4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 7 19:52:43 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit cd22de616c77328da3410b1eaab541c2d331ffdb
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Nov 19 23:12:07 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 06cfa80fb3d03ca03fd92f9687a77958338e012c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Sep 30 17:04:51 2018 -0700
+
+    Use fchmod() instead of chmod() when creating named pipes
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7bd504f7ab7799ab77ad50eb39f6afdbaf2f9e50
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Aug 25 11:18:52 2018 -0700
+
+    Use strcasecmp if it's available, instead of lowercasing strings
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 941cfa50bc2d45f20943fd21bab98e2eceeeb259
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Aug 25 10:45:04 2018 -0700
+
+    Set freeXLOCAL to NULL after freeing it to prevent double frees
+    
+    We shouldn't be calling the LocalEndTransports routine twice, but
+    just make sure if we do, we don't call free twice on the same pointer.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a97e5fc6e4f294294d75500068892aea11952773
+Author: Rin Okuyama <rin%NetBSD.org@localhost>
+Date:   Tue Feb 21 06:18:37 2017 +0000
+
+    avoid -Wformat errors from clang
+    
+    https://bugs.freedesktop.org/show_bug.cgi?id=99882
+    
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 28366676effaa512e43bfd2276a317389a992511
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 8554cf05262ab6ad6e8da5f11022e5dc2a452e38
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 560d7550e23e9b14056b4a9b2569c2f256015f8a
+Author: Jeremy Huddleston Sequoia <jeremyhu%apple.com@localhost>
+Date:   Sat Sep 10 22:09:51 2016 -0700
+
+    Update strlcpy macro check to also check HAVE_STRLCPY
+    
+    xorg-server moved from HAS_STRLCPY to HAVE_STRLCPY in 2011
+    
+    cf-xserver: d829a7c5cb42c979b58f3547136df5b05d906423
+    
+    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu%apple.com@localhost>
+
+commit 2e4c338eda8ec6996b7bacc1d0c7dfe7de925864
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Thu Sep 1 09:28:58 2016 -0400
+
+    Revert "Make FreeConnInfo static"
+    
+    <anholt> ajax: 75419e6b6d985ea8796f05d1acb5e154b065c9b9 of xtrans also
+             seems to have broken xtest.
+    
+    And indeed it does, xts5 knows a fair amount about xlib internals for
+    some reason. Whether that's cromulent or not, we want to be able to run
+    automatic tests from top-of-tree, so we can't leave this broken.
+    
+    This reverts commit 75419e6b6d985ea8796f05d1acb5e154b065c9b9.
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit 3810e026323210df6ec6cf818f01832a63e9fbb9
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Wed May 18 12:58:31 2016 -0400
+
+    Remove GetMyAddr
+    
+    Again, pre-xcb libX11 was the only consumer.
+    
+    Reviewed-by: Keith Packard <keithp%keithp.com@localhost>
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit 75419e6b6d985ea8796f05d1acb5e154b065c9b9
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Wed May 18 12:50:48 2016 -0400
+
+    Make FreeConnInfo static
+    
+    libX11 used to need this in the XOpenDisplay code, but hasn't since xcb
+    became mandatory.
+    
+    Reviewed-by: Keith Packard <keithp%keithp.com@localhost>
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit 0794b1b712a90b40e2b019c9edc6f96874493c52
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Wed May 18 12:41:41 2016 -0400
+
+    unifdef LBXPROXY_t and TEST_t
+    
+    LBX is dead, and TEST_t is unused.
+    
+    Reviewed-by: Keith Packard <keithp%keithp.com@localhost>
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit 473e77563b16fa7c42db9403c1382e9483e3666c
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Wed May 18 12:38:02 2016 -0400
+
+    Remove CLTS code
+    
+    Never been used, as far as I can tell.
+    
+    Reviewed-by: Keith Packard <keithp%keithp.com@localhost>
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit b167145a51153eccc16a3e43f7ed0faea7e6c762
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Wed May 18 15:19:50 2016 -0400
+
+    autogen: Add a default patch prefix
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit cc29fbc1fe86ae4dfe2f4eaae7352ea86aa4acac
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Nov 28 13:04:21 2015 -0800
+
+    Remove support for SysV on x86 platforms other than Solaris & SCO
+    
+    No other x86 SysV platforms have ever been supported in the modular
+    build systems, so we don't need to keep carrying around a bunch of
+    ifdef's for them.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+    Reviewed-by: Mark Kettenis <kettenis%openbsd.org@localhost>
+
+commit 3ba0b7a37b9053662ff42f0b4caa856856098475
+Author: Richard PALO <richard%NetBSD.org@localhost>
+Date:   Tue Nov 17 07:02:27 2015 +0100
+
+    Replace 'sun' with '__sun'
+    
+    Globally replace #ifdef and #if defined usage of 'sun' with '__sun' such
+    that strict ISO compiler modes such as -ansi or -std=c99 can be used.
+    
+    Signed-off-by: Richard PALO <richard%NetBSD.org@localhost>
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 1d31b87e8045f3fc89b1914187a9a13861d35f2d
+Author: Julien Cristau <jcristau%debian.org@localhost>
+Date:   Wed Jul 29 20:36:13 2015 +0200
+
+    Make sure LONG64 is defined in Xtrans.h
+    
+    Xtrans.h defines BytesReadable_t as int or long depending on whether
+    LONG64 is defined.  We need to make sure Xmd.h is included so our idea
+    of BytesReadable_t is consistent across compilation units.
+    
+    Debian bug#749120
+    
+    Reported-by: Michael Tautschnig <mt%debian.org@localhost>
+    Signed-off-by: Julien Cristau <jcristau%debian.org@localhost>
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 7cbad9fe2e61cd9d5caeaf361826a6f4bd320f03
 Author: Keith Packard <keithp%keithp.com@localhost>
 Date:   Sat Sep 20 10:02:05 2014 -0700
diff -r 575c21a7710f -r 265f62c6d293 external/mit/xtrans/dist/Makefile.am
--- a/external/mit/xtrans/dist/Makefile.am      Mon Mar 18 04:24:25 2019 +0000
+++ b/external/mit/xtrans/dist/Makefile.am      Mon Mar 18 04:24:28 2019 +0000
@@ -17,7 +17,7 @@
 pkgconfig_DATA = xtrans.pc
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = ${aclocal_DATA}
+EXTRA_DIST = ${aclocal_DATA} README.md
 
 .PHONY: ChangeLog INSTALL
 
diff -r 575c21a7710f -r 265f62c6d293 external/mit/xtrans/dist/Makefile.in
--- a/external/mit/xtrans/dist/Makefile.in      Mon Mar 18 04:24:25 2019 +0000
+++ b/external/mit/xtrans/dist/Makefile.in      Mon Mar 18 04:24:28 2019 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -16,7 +16,17 @@
 
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
       ?) ;; \
@@ -80,15 +90,13 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-       $(top_srcdir)/configure $(am__configure_deps) \
-       $(srcdir)/xtrans.pc.in $(Xtransinclude_HEADERS) AUTHORS \
-       COPYING ChangeLog INSTALL README compile config.guess \
-       config.sub install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+       $(am__configure_deps) $(Xtransinclude_HEADERS) \
+       $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -181,6 +189,9 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xtrans.pc.in AUTHORS \
+       COPYING ChangeLog INSTALL compile config.guess config.sub \
+       install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -365,7 +376,7 @@
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = xtrans.pc
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = ${aclocal_DATA}
+EXTRA_DIST = ${aclocal_DATA} README.md
 all: all-recursive
 
 .SUFFIXES:
@@ -384,7 +395,6 @@



Home | Main Index | Thread Index | Old Index