Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/transset/dist initial import of transset-1.0.2



details:   https://anonhg.NetBSD.org/xsrc/rev/8a44b4e10e9e
branches:  xorg
changeset: 10211:8a44b4e10e9e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 11 06:43:59 2019 +0000

description:
initial import of transset-1.0.2

diffstat:

 external/mit/transset/dist/COPYING          |     47 +
 external/mit/transset/dist/ChangeLog        |    506 +
 external/mit/transset/dist/INSTALL          |    370 +
 external/mit/transset/dist/Makefile.am      |     21 +
 external/mit/transset/dist/Makefile.in      |    920 +
 external/mit/transset/dist/README           |     32 +
 external/mit/transset/dist/aclocal.m4       |   3338 +++++++
 external/mit/transset/dist/autogen.sh       |     14 +
 external/mit/transset/dist/compile          |    347 +
 external/mit/transset/dist/config.guess     |   1476 +++
 external/mit/transset/dist/config.h.in      |     67 +
 external/mit/transset/dist/config.sub       |   1801 +++
 external/mit/transset/dist/configure        |  12161 ++++++++++++++++++++++++++
 external/mit/transset/dist/configure.ac     |     28 +
 external/mit/transset/dist/depcomp          |    791 +
 external/mit/transset/dist/dsimple.c        |    330 +
 external/mit/transset/dist/dsimple.h        |     67 +
 external/mit/transset/dist/install-sh       |    501 +
 external/mit/transset/dist/man/Makefile.am  |     12 +
 external/mit/transset/dist/man/Makefile.in  |    496 +
 external/mit/transset/dist/man/transset.man |    113 +
 external/mit/transset/dist/missing          |    215 +
 external/mit/transset/dist/transSet.c       |    348 +
 23 files changed, 24001 insertions(+), 0 deletions(-)

diffs (truncated from 24093 to 300 lines):

diff -r 6118e1ead00f -r 8a44b4e10e9e external/mit/transset/dist/COPYING
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/transset/dist/COPYING        Mon Mar 11 06:43:59 2019 +0000
@@ -0,0 +1,47 @@
+Copyright © 2003-2004 Matthew Hawn
+Copyright © 2003-2004 Andreas Kohn
+Copyright © 2003-2004 Roman Divacky
+Copyright © 2003-2004 Keith Packard
+Copyright © 2005-2007 Daniel Forchheimer
+Copyright © 2011-2012 Arnaud Fontaine
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the next
+paragraph) shall be included in all copies or substantial portions of the
+Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
+
+Copyright 1993, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that the
+above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation.
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings in
+this Software without prior written authorization from The Open Group.
diff -r 6118e1ead00f -r 8a44b4e10e9e external/mit/transset/dist/ChangeLog
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/transset/dist/ChangeLog      Mon Mar 11 06:43:59 2019 +0000
@@ -0,0 +1,506 @@
+commit f250616a10ef8bbefc2fc62df6a3afb461fedcdd
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Mar 9 21:30:15 2018 -0800
+
+    transset 1.0.2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0e08633cb33874840915db81b8c11503ec9efa0c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu May 7 22:52:22 2015 -0700
+
+    Fix warnings about signed vs. unsigned comparison
+    
+    Part of https://bugs.freedesktop.org/show_bug.cgi?id=25542
+    
+    dsimple.c:262:19: warning: comparison of integers of different signs: 'int' and
+          'unsigned int' [-Wsign-compare]
+        for (i = 0; i < nchildren; i++) {
+                    ~ ^ ~~~~~~~~~
+    dsimple.c:296:19: warning: comparison of integers of different signs: 'int' and
+          'unsigned int' [-Wsign-compare]
+        for (i = 0; i < nchildren; i++) {
+                    ~ ^ ~~~~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7c0c3afd6f5bfc02fd98a2da03f7fb7d6567ccf3
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Dec 31 00:24:49 2014 -0800
+
+    Only use property pointer if XGetWindowProperty returns success
+    
+    In Xlib versions prior to 1.6, if XGetWindowProperty returns a failure,
+    it didn't always set the property pointer to NULL, and could leave it
+    uninitialized.
+    
+    Reported by Oracle Parfait 1.5.1:
+    Error: Uninitialised memory (CWE 456)
+       Possible access to uninitialised memory '&data'
+            at line 298 of transSet.c in function 'main'.
+              &data allocated at line 154.
+            at line 299 of transSet.c in function 'main'.
+              &data allocated at line 154.
+            at line 300 of transSet.c in function 'main'.
+              &data allocated at line 154.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+    Reviewed-by: Hans de Goede <hdegoede%redhat.com@localhost>
+
+commit eeebd3cd6bb4373ca6da5c0b6d5caa1a41d5bffc
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat May 31 21:39:32 2014 -0700
+
+    autogen.sh: Honor NOCONFIGURE=1
+    
+    See http://people.gnome.org/~walters/docs/build-api.txt
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9380d6ff8b7dd1805d21caef9865537d2ce075ba
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat May 31 21:38:41 2014 -0700
+
+    configure: Drop AM_MAINTAINER_MODE
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 39db25e110cfedcec99394dfa7614ca248685c0d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri May 17 17:47:14 2013 -0700
+
+    transset 1.0.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fc4bf3cda6d14cac9272f8399bb6dc614c1ef956
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 22:05:39 2013 -0800
+
+    Add the options to the man page (they were all missing before)
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f59b8db649c1596a38ce20025417c4060d442d64
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 21:33:25 2013 -0800
+
+    Store min & max as doubles, not floats
+    
+    Since atof generates doubles, and we use them to compare/limit the values
+    of the double "d", might as well keep them in the same format instead of
+    doing unnecessary conversions.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e79903a50b0a9cba9d0e41fc2e389117f3ff42ef
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 21:27:00 2013 -0800
+
+    Typo fixes in verbose message & comment
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit da0682051e880faa2ef1accac388040bb52b46d8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 21:22:43 2013 -0800
+
+    Use correct variable for printing current opacity
+    
+    Found by clang:
+    transSet.c:303:30: warning: variable 'opacity' is uninitialized when used here
+          [-Wuninitialized]
+                        (double) opacity / OPAQUE);
+                                 ^~~~~~~
+    
+    When running transset -v, it prints the current opacity of a window
+    before changing it, but was printing garbage - after this fix, correctly
+    prints the value set by the previous run.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 65f010b8c4ef0e4fa5fc6a0679173f81c7a4b626
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 21:17:59 2013 -0800
+
+    Move release date from transset.c to configure.ac so we remember to update it
+    
+    Currently our 2012 release prints:
+       released: 2007-09-21
+    when you run transset --version
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6cd34b45c87717ae7901993e32b99a43652fa0f3
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 21:14:09 2013 -0800
+
+    Include PACKAGE_STRING in --version output
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2b57aeb0ea616cfca8e6fcbd844960269af8c533
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Feb 22 21:11:04 2013 -0800
+
+    Combine usage message into single string/call
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a2485424bd0f184700dd0a4f0823fb4c4cf25f66
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Thu Jun 7 19:33:28 2012 +0900
+
+    Fix program name in usage information, transset instead of transset-df.
+
+commit 49d17bde62694c2f0e2bb7883641bd60830c6bd5
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:55:54 2012 +0900
+
+    transset 1.0.0
+
+commit 5f23076c05c58e790eaffa66ed6b676f5f736555
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:43:11 2012 +0900
+
+    Rename dpy to disp in function parameter to avoid shadowing dpy global declaration.
+
+commit 8cc91040c81e5e33e6422066763bcc231c778011
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:29:19 2012 +0900
+
+    Add missing const keywords on Fatal_Error() and program_name to clear GCC warnings.
+
+commit ef2753866bf0b51a38484ae5a86562d5057fabab
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:27:02 2012 +0900
+
+    Add _X_ATTRIBUTE_PRINTF attribute to Fatal_Error() to clear GCC warning.
+
+commit bd4ca2af9f39e3282e319e6d31450e04b1b16e64
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:26:08 2012 +0900
+
+    Add _X_NORETURN to Usage() to clear GCC warning.
+
+commit dcdc705fe7af9e834714219a618ddfd74b70294f
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:18:42 2012 +0900
+
+    Use _X_NORETURN from xproto 7.0.17 instead of checking __GNUC__.
+
+commit 051275fbad049b6b88da4350683aa391e9e8b94f
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 14:08:30 2012 +0900
+
+    Add autogen.sh to EXTRA_DIST.
+
+commit c70e20694b27928429715b964f32e0abc519cb19
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Tue Jun 5 12:37:09 2012 +0900
+
+    Clear GCC warning (-Wmaybe-uninitialized).
+
+commit 7018537e9003a1fd311a5875d12f135b9057c184
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Fri Feb 10 10:44:51 2012 +0900
+
+    Add copyright statement and update accordingly COPYING file.
+    
+    Reviewed-by: Gaetan Nadon<memsize%videotron.ca@localhost>
+
+commit 43fb446ddc881f089200ec0d732631d3d7a46544
+Author: Arnaud Fontaine <arnau%debian.org@localhost>
+Date:   Mon Jan 23 11:49:16 2012 +0900
+
+    Update README.
+
+commit cbc473428a71299255d11bfc1dcc7db6a9985eec
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date:   Fri Jan 20 15:00:14 2012 -0500
+
+    config: add dependency on xproto
+    
+    transSet.c includes <X11/Xatom.h>
+    
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+    Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
+
+commit 6c6df06a876eac0a2cf04e4c1020bd8590e3f87c
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date:   Fri Jan 20 14:47:42 2012 -0500
+
+    Remove XFree86 and IMakefile version control information in source code
+    
+    Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
+
+commit ced0d07de735fc4f2fec47b64eeb8d6bd1cdf7ac
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date:   Fri Jan 20 14:37:58 2012 -0500
+
+    config: upgrade, comment and fix autoconf warnings
+    
+    In the same way other xorg modules have been.
+    



Home | Main Index | Thread Index | Old Index