Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/xtrap/dist initial import of xtrap-1.0.3
details: https://anonhg.NetBSD.org/xsrc/rev/19c6519586a9
branches: xorg
changeset: 10002:19c6519586a9
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Dec 28 08:56:33 2018 +0000
description:
initial import of xtrap-1.0.3
diffstat:
external/mit/xtrap/dist/ChangeLog | 402 +-
external/mit/xtrap/dist/Makefile.am | 33 +-
external/mit/xtrap/dist/Makefile.in | 942 +-
external/mit/xtrap/dist/README | 29 +
external/mit/xtrap/dist/aclocal.m4 | 3126 ++++++-
external/mit/xtrap/dist/compile | 246 +-
external/mit/xtrap/dist/config.guess | 936 +-
external/mit/xtrap/dist/config.h.in | 42 +
external/mit/xtrap/dist/config.sub | 503 +-
external/mit/xtrap/dist/configure | 13462 +++++++++++++++++++++++++-------
external/mit/xtrap/dist/configure.ac | 27 +-
external/mit/xtrap/dist/depcomp | 635 +-
external/mit/xtrap/dist/install-sh | 525 +-
external/mit/xtrap/dist/missing | 437 +-
external/mit/xtrap/dist/xtrap.man | 14 +-
external/mit/xtrap/dist/xtrapchar.c | 42 +-
external/mit/xtrap/dist/xtrapin.c | 8 +-
external/mit/xtrap/dist/xtrapinfo.c | 4 +-
external/mit/xtrap/dist/xtrapout.c | 30 +-
external/mit/xtrap/dist/xtrapproto.c | 4 +-
external/mit/xtrap/dist/xtrapreset.c | 4 +-
external/mit/xtrap/dist/xtrapstats.c | 4 +-
22 files changed, 16104 insertions(+), 5351 deletions(-)
diffs (truncated from 25627 to 300 lines):
diff -r 1814a0b81971 -r 19c6519586a9 external/mit/xtrap/dist/ChangeLog
--- a/external/mit/xtrap/dist/ChangeLog Fri Dec 28 08:56:29 2018 +0000
+++ b/external/mit/xtrap/dist/ChangeLog Fri Dec 28 08:56:33 2018 +0000
@@ -1,42 +1,390 @@
-2006-05-12 Adam Jackson <ajax%freedesktop.org@localhost>
+commit 1b123ac8521c7ce391970e5cc15242e42948d5d7
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date: Fri Mar 23 15:40:28 2018 -0700
+
+ xtrap 1.0.3
+
+ Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit 871ef9919c993cc651df446ea6979b6e963f9fe5
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date: Fri Mar 23 15:36:53 2018 -0700
+
+ Fix pointer-to-int-cast errors
+
+ The last parameter is just num_args, so not sure why NULL was ever a
+ good choice.
+
+ Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit 218bf401fc9bffbfba0ec24e0501f25d4ef1874c
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date: Fri Mar 23 15:36:38 2018 -0700
+
+ configure: Depend on libXt
+
+ The programs use libXt, but we were not attempting to link with it.
+
+ Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit ef7320219e103fa53c4440686cfbed75dbda6e12
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date: Fri Mar 23 15:36:05 2018 -0700
+
+ Makefile: Use _DEFAULT_SOURCE instead of _BSD_SOURCE
+
+ The latter is deprecated.
+
+ Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit bb5c6f2acbedbf51c0b5adf8254f7ccecfec0bae
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Jun 3 19:43:49 2014 -0700
- * configure.ac:
- Bump to 1.0.2
+ config: Remove unnecessary calls from configure.ac
+
+ AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+ PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2982f5b365f16dfc7531cedfbd9ae29c410a1156
+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 156c7c077734e0290f864b7e40f0ecf18f9689f7
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat May 31 21:38:41 2014 -0700
-2006-05-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
+ configure: Drop AM_MAINTAINER_MODE
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9dd34a5f3d5895b4db45540b324815c19bad507f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jun 1 00:30:41 2014 -0700
+
+ This is not a GNU project, so declare it foreign.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 57e8a13dc5ac7c66bd028787a18912d96429fd48
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Jun 3 19:38:55 2014 -0700
+
+ config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+ Regroup AC statements under the Autoconf initialization section.
+ Regroup AM statements under the Automake initialization section.
+ Add missing AC_CONFIG_SRCDIR
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 69912bd6fcb41b484633cc324baddc667ea15451
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date: Tue Jun 3 19:37:48 2014 -0700
- * Makefile.am:
- Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
- Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
+ config: update AC_PREREQ statement to 2.60
+
+ Unrelated to the previous patches, the new value simply reflects
+ the reality that the minimum level for autoconf to configure
+ all x.org modules is 2.60 dated June 2006.
+
+ ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+ Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
+
+commit 8577e3b4b89a6667c4d6c6f3d2485b9352b1e3a0
+Author: Eric S. Raymond <esr%thyrsus.com@localhost>
+Date: Tue Jan 2 10:16:16 2007 +0000
+
+ Bug 9522 - Markup problems on the xtrap.1x page
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=9522
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9304e54b39727baf50952c53a42809fd7a0712ec
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Feb 23 10:32:12 2013 -0800
-2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
+ Assume signal handlers return void, as C89 requires
+
+ Drops use of autoconf's obsolete AC_TYPE_SIGNAL and RETSIGTYPE
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bc861c7607942cf9c95ed2a2eb55619680c9a134
+Author: Thomas Zimmermann <tdz%users.sourceforge.net@localhost>
+Date: Wed Oct 14 11:13:29 2009 -0700
+
+ Bug 24530: Add $(AM_CFLAGS) to xtrap*_CFLAGS
+
+ http://bugs.freedesktop.org/show_bug.cgi?id=24530
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+
+commit 76dcae30cd5af0b60012577edbe0ab45ab3f7baa
+Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+Date: Mon Oct 12 21:33:33 2009 -0700
+
+ Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
+
+ Also fix automake-1.10 warning about needing AM_PROG_CC_C_O
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
- * configure.ac:
- Update package version for X11R7 release.
+commit 4a75562c077c0042f4793111e8062df7262f9b84
+Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+Date: Thu Oct 1 14:54:31 2009 -0700
+
+ Add README with pointers to mailing lists, bugzilla, & git
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+
+commit 697462d8dfd68d3dccca4d7cb97e342652c24fa3
+Author: Paulo Cesar Pereira de Andrade <pcpa%mandriva.com.br@localhost>
+Date: Fri Jan 30 19:30:37 2009 -0200
+
+ Janitor: Add matching prototypes to callback functions.
+
+commit e0c50fd64a739a53da72efe03f0a5e6aedf9d0da
+Author: Paulo Cesar Pereira de Andrade <pcpa%mandriva.com.br@localhost>
+Date: Tue Jan 13 20:24:16 2009 -0200
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+ Ansification and compile warning fixes.
+
+ This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
+ make distcheck.
+ Only remaining sparse warning(s) are in the format:
+
+ xtrapout.c:268:35: warning: incorrect type in argument 3 (different argument counts)
+ xtrapout.c:268:35: expected void ( *[usertype] func )( ... )
+ xtrapout.c:268:35: got void ( static [toplevel] *<noident> )( ... )
+
+ and so on. And these warnings are correct, as the callback prototypes
+ in X11/extensions/xtraplibp.h have a different prototype (apparently
+ code in xtrapout.c was never update for library changes...).
- * configure.ac:
- Update package version number for final X11R7 release candidate.
+commit 19af61149a8dd650dac2a636c6bffb1fd7aab43b
+Author: James Cloos <cloos%jhcloos.com@localhost>
+Date: Thu Dec 6 16:37:31 2007 -0500
+
+ Replace static ChangeLog with dist-hook to generate from git log
+
+commit 760fb286583cc6b7c9337e1002394b875153b849
+Author: James Cloos <cloos%jhcloos.com@localhost>
+Date: Mon Sep 3 05:51:53 2007 -0400
+
+ Add *~ to .gitignore to skip patch/emacs droppings
+
+commit ebafdd5bb163639db246b056249c4583955bfc8f
+Author: James Cloos <cloos%jhcloos.com@localhost>
+Date: Thu Aug 23 19:25:15 2007 -0400
+
+ Rename .cvsignore to .gitignore
-2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 038f7935200707aad75c9ba420a038b4c4590d51
+Author: Adam Jackson <ajax%nwnk.net@localhost>
+Date: Fri May 12 16:22:20 2006 +0000
+
+ Bump to 1.0.2
+
+commit 05c0a1e404552ab3bf1cf78a68fea384c375e9de
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date: Tue May 9 21:55:08 2006 +0000
+
+ Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
+ not created correctly when MANDIR & MANSUFFIX don't match.
+
+commit 46d5d3105158388a26c8092e1817d96d0d02f8aa
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date: Wed Dec 21 02:29:54 2005 +0000
+
+ Update package version for X11R7 release.
+
+commit 529d475a614066a286f138a716fbac2e5ef92fbb
+Author: Adam Jackson <ajax%nwnk.net@localhost>
+Date: Mon Dec 19 16:22:47 2005 +0000
- * Makefile.am:
- Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+ Stub COPYING files
+
+commit 7b92ec0dad5f0c0a8c07da577cd91001df449eef
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date: Thu Dec 15 00:24:12 2005 +0000
+
+ Update package version number for final X11R7 release candidate.
+
+commit bbfdc3bef8f7902ff6f7b99b94140b4f54b76c07
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date: Tue Dec 6 22:48:26 2005 +0000
+
+ Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
+commit be24bd1684e2d06b5b701eef79e9970a4765ca83
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date: Sat Dec 3 05:49:28 2005 +0000
+
+ Update package version number for X11R7 RC3 release.
+
+commit 5e2e934d70e0317477213bc9f6810165a4dc7281
+Author: Alan Coopersmith <Alan.Coopersmith%sun.com@localhost>
+Date: Mon Nov 28 22:01:48 2005 +0000
-2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+ Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
+ update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
+
+commit ab2393114cb87689ebe683dfe33303aad130f8aa
+Author: Eric Anholt <anholt%freebsd.org@localhost>
+Date: Mon Nov 21 10:35:09 2005 +0000
+
+ Another pass at .cvsignores for apps.
+
+commit b89f397c5726c1da6ff4c54904b86e2715b10be0
+Author: Eric Anholt <anholt%freebsd.org@localhost>
+Date: Sun Nov 20 22:08:56 2005 +0000
+
+ Add/improve .cvsignore files for apps.
+
+commit aa0e1ef131674b412108a90d0d83b7658663ce6f
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date: Wed Oct 19 02:47:58 2005 +0000
+
+ Update package version number for RC1 release.
+
+commit 8900de9adc1028043edeaddfababf206755f229a
+Author: Alan Coopersmith <Alan.Coopersmith%sun.com@localhost>
+Date: Mon Oct 17 23:56:25 2005 +0000
- * configure.ac:
- Update package version number for X11R7 RC3 release.
+ Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
+ work better with BSD make
+
+commit 5bd4b64f5d6819de8bea952e7a8cf29caa16c912
+Author: Alan Coopersmith <Alan.Coopersmith%sun.com@localhost>
+Date: Mon Oct 17 21:13:15 2005 +0000
+
+ Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
+ suffix rule (reported by Matthieu Herrb)
+
+commit fccfbe4c9805c7169f54a6e293e6d08625e3cdde
+Author: Alan Coopersmith <Alan.Coopersmith%sun.com@localhost>
+Date: Fri Oct 14 01:46:36 2005 +0000
Home |
Main Index |
Thread Index |
Old Index