commit 78e1db4719b33d0fb31e6876b30f95ffb0afaa70 Author: Alan Coopersmith Date: Fri Oct 21 17:58:25 2022 -0700 xfsinfo 1.0.7 Signed-off-by: Alan Coopersmith commit 9f5a8e5a38488b5badad1464d9964a6fb9a76af1 Author: Alan Coopersmith Date: Sun Oct 16 11:30:26 2022 -0700 Cleanup README.md Signed-off-by: Alan Coopersmith commit 5a138aef6e44130c9fdfb8539443693797b64f54 Author: Alan Coopersmith Date: Thu Jul 28 17:30:21 2022 -0700 gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Alan Coopersmith commit 4b467a246c625be565cb18fdd302f5f61bced5f2 Author: Alan Coopersmith Date: Sun Sep 11 15:34:12 2022 -0700 Mark usage() as _X_COLD Raises minimum xproto requirement to 7.0.25 from Nov. 2013 to get the _X_COLD definition in Signed-off-by: Alan Coopersmith commit 2f80557c9dfbf8c5ef8eceee54a5a346d89400ee Author: Alan Coopersmith Date: Sun Sep 11 15:27:47 2022 -0700 Variable scope reductions as recommended by cppcheck Signed-off-by: Alan Coopersmith commit bac7165659d728deb0f32ec7d81171bb2f1162b3 Author: Alan Coopersmith Date: Mon Dec 6 12:34:55 2021 -0800 Build xz tarballs instead of bzip2 Signed-off-by: Alan Coopersmith commit 09926b452f46a4706d52141e68b24413f616fe56 Author: Alan Coopersmith Date: Mon Dec 6 12:34:51 2021 -0800 gitlab CI: add a basic build test Signed-off-by: Alan Coopersmith commit 213f67bac941815d6fb076ac9fdeddfd42eeaa58 Author: Alan Coopersmith Date: Tue Feb 19 14:38:48 2019 -0800 xfsinfo 1.0.6 Signed-off-by: Alan Coopersmith commit 5965f1cbee8fa54f7acef450f582000d8e7c99fc Author: Alan Coopersmith Date: Wed Nov 21 17:04:08 2018 -0800 Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith commit 9a6eb96075dad5bd27e9f186ccd686db14f7f91f Author: Alan Coopersmith Date: Fri Nov 16 22:08:11 2018 -0800 Update README for gitlab migration Signed-off-by: Alan Coopersmith commit a52c1c5bd9751bed74c3bdc2b2c8dd1078f601f4 Author: Alan Coopersmith Date: Sun Sep 23 16:58:16 2018 -0700 Correctly report maximum request size when sizeof(long) != 4 The protocol spec says: The MAXIMUM-REQUEST-LENGTH specifies the largest request size in 4-byte units that is accepted by the server The code worked on 32-bit platforms, where longs were 4 bytes, but overreports the number of bytes allowed on platforms with 64-bit longs. Signed-off-by: Alan Coopersmith commit e45c10ebcf0ea9109f97adc2ecd1f28fcacf24ec Author: Mihail Konev Date: Thu Jan 26 14:00:21 2017 +1000 autogen: add default patch prefix Signed-off-by: Mihail Konev commit 5b02e6a65f0b9370d399a0187b711191631b85f0 Author: Emil Velikov 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 Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer commit 00540057a4ce52afc69041f400afe16952acdf91 Author: Peter Hutterer 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 Reviewed-by: Emil Velikov commit 9428c7c023461a04b2cd553e932871cda353e14e Author: Alan Coopersmith Date: Tue Dec 30 21:05:36 2014 -0800 xfsinfo 1.0.5 Signed-off-by: Alan Coopersmith commit 1018e1b4ebaa1319550a7c8101a38f3ade1deb37 Author: Alan Coopersmith Date: Mon Jun 2 22:36:11 2014 -0700 autogen.sh: Honor NOCONFIGURE=1 See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith commit 5ef07c497b81efd83b44a91d7ef5792f8cfb227e Author: Alan Coopersmith Date: Mon Jun 2 22:36:11 2014 -0700 configure: Drop AM_MAINTAINER_MODE Signed-off-by: Alan Coopersmith commit b79192e409347d36e06b91530d75fba4acc799d9 Author: Alan Coopersmith Date: Fri May 23 23:13:30 2014 -0700 Add -version option to print program version Signed-off-by: Alan Coopersmith commit 5d579a475beb6083c5321ea2293b7ec5c4328a62 Author: Alan Coopersmith Date: Fri May 23 23:09:51 2014 -0700 Print which option was in error along with usage message Signed-off-by: Alan Coopersmith commit 4c717e41a5d894ef833815396b0de057b53213aa Author: Alan Coopersmith Date: Sun Feb 10 15:39:31 2013 -0800 xfsinfo 1.0.4 Signed-off-by: Alan Coopersmith commit 57d7eb7506cef9ffeda231c8896fc2c90be34b60 Author: Alan Coopersmith Date: Sat Jan 12 18:02:58 2013 -0800 Print normalized version for X.Org servers, the way xdpyinfo does Results in output like: vendor string: X.Org Foundation vendor release number: 10102000 X.Org xfs version: 1.1.2 Signed-off-by: Alan Coopersmith Reviewed-by: Julien Cristau commit e249bb674751f9a9a50a47d89eefdb8b783a8de4 Author: Alan Coopersmith Date: Sat Jan 12 17:53:32 2013 -0800 Remove CVS/RCS id tags Signed-off-by: Alan Coopersmith commit 899c9a296a8a086e7a61a2690b5446fb7cffe5b5 Author: Alan Coopersmith Date: Sat Jan 12 17:47:47 2013 -0800 Mark usage() as _X_NORETURN Signed-off-by: Alan Coopersmith commit 82222e014e7c75e88811cdb7b8e39389b8f49b6a Author: Alan Coopersmith Date: Sat Jan 12 17:43:28 2013 -0800 config: Add missing AC_CONFIG_SRCDIR Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith commit 05b05bfaa88ded7422d058d42aedae3e32e670bd Author: Gaetan Nadon Date: Wed Jan 19 10:06:56 2011 -0500 config: move man pages into their own directory Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon commit 56ad6e59105b29469ed324f80c5a442556df03dc Author: Gaetan Nadon Date: Thu Jan 13 11:15:47 2011 -0500 man: remove trailing spaces and tabs Using s/[ \t]*$// Signed-off-by: Gaetan Nadon commit b9d54b21ce24c16b9fb01357ea3168c19cbca46a Author: Gaetan Nadon Date: Wed Jan 12 16:28:02 2011 -0500 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS This silences an Autoconf warning commit 42adfc3d4fda8dfd3aac1329e86af9201dca7c03 Author: Alan Coopersmith Date: Sat Oct 30 15:52:02 2010 -0700 xfsinfo 1.0.3 Signed-off-by: Alan Coopersmith commit d8b0170c376b4b67d5fb10f409fcf868a2722934 Author: Gaetan Nadon Date: Sat Oct 30 15:50:15 2010 -0700 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 Signed-off-by: Alan Coopersmith commit e31137e82915b31cb283794a08b82cce94187d05 Author: Alan Coopersmith Date: Sat Oct 30 15:49:47 2010 -0700 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 commit 9bd59da2351ef82916317a8a7d3f54a9ffd13853 Author: Alan Coopersmith Date: Sat Oct 30 15:49:18 2010 -0700 config: upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith commit 8dbe9dd6ebfb85b2e41e592edce9ed78726a126d Author: Alan Coopersmith Date: Wed Jun 30 19:29:53 2010 -0700 xfsinfo only depends on x11proto (for Xos.h) not x11 No need to link against libX11 when no functions in it are ever called, nor any headers from it ever used, since xfsinfo is a pure font-server protocol client. Signed-off-by: Alan Coopersmith commit 6804576a195b14b3b9753b6884fe0b9d57a9a374 Author: Gaetan Nadon Date: Thu Feb 11 10:08:07 2010 -0500 config: move CWARNFLAGS from configure.ac to Makefile.am Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon commit 889886811da171c16562fb26ed7cffb51e18c798 Author: Gaetan Nadon Date: Thu Nov 26 09:19:54 2009 -0500 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Now that the INSTALL file is generated. Allows running make maintainer-clean. commit 0af1b914f3a4976afb332be0d2c58110b8246575 Author: Gaetan Nadon Date: Wed Oct 28 14:09:08 2009 -0400 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. commit dde7ecba3cddc98565b21032f216581d8ce3e4fc Author: Gaetan Nadon Date: Tue Oct 27 15:07:25 2009 -0400 Deploy the new XORG_DEFAULT_OPTIONS #24242 This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. commit 0f7d1a066861a57c9fa34da37059af08a0cb0d7c Author: Gaetan Nadon Date: Mon Oct 26 22:08:39 2009 -0400 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 ChangeLog filename is known to Automake and requires no further coding in the makefile. commit ea5d94aa839dc2b7633b8e1802d13edf5227ba1c Author: Gaetan Nadon Date: Thu Oct 22 12:34:15 2009 -0400 .gitignore: use common defaults with custom section # 24239 Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. commit 831836a029dbd747e9d91a94cabd784af6f9b7c9 Author: Alan Coopersmith Date: Thu Oct 1 14:54:24 2009 -0700 Add README with pointers to mailing lists, bugzilla, & git Signed-off-by: Alan Coopersmith commit be1c0624824ab7bd52d9f417a73a80dd8bb0820d Author: Paulo Cesar Pereira de Andrade Date: Wed Jan 21 18:21:03 2009 -0200 Query the "default" local server if none specified. If no server specified, and the documented environment variable is not set, attempt to connect to the local font server, as configured by most Linux distributions for several years. commit 4115bdcae1a73543900118230a421da2710af836 Author: Paulo Cesar Pereira de Andrade Date: Wed Jan 21 18:17:20 2009 -0200 Correct make distcheck and sparse warnings. commit 2212c7ad4386dcddfa2910b0cbf7497d2ac60654 Author: Alan Coopersmith Date: Fri May 23 16:13:43 2008 -0700 xfsinfo 1.0.2 commit 3816d144f9f310544d6ddff991911a949d2ae070 Author: Alan Coopersmith Date: Fri May 23 16:13:31 2008 -0700 Fill in COPYING with copyright/license notices from sources commit 72a78dc043b06192a72e08d37bbac1ee0fb27429 Author: Alan Coopersmith Date: Fri May 23 16:01:10 2008 -0700 Replace (1) with __appmansuffix__ in man page commit 58d4b018eaf3840341c0815bb177521e6311a665 Author: Alan Coopersmith Date: Fri May 23 15:44:26 2008 -0700 Plug memory leaks (Coverity ids 570 & 571) commit 8e614188ba9ee7cd0c87804555a352d1248efa11 Author: Alan Coopersmith Date: Thu May 22 20:02:34 2008 -0700 Change xfsinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier commit 94c2ffa1fd6a6c8aacb5bce3002a1ec4ccae29dd Author: Alan Coopersmith Date: Thu May 22 19:37:56 2008 -0700 Clarify syntax of -server & FONTSERVER in man page commit 0034621a7661c18f2e2b55239fc7f5c79117b694 Author: Jeremy Huddleston Date: Sun Mar 16 23:04:25 2008 -0700 Added missing AM_PROG_CC_C_O commit cc632b81c4840fed41972b672a6e78e903b64d0c Author: James Cloos Date: Thu Dec 6 16:37:15 2007 -0500 Replace static ChangeLog with dist-hook to generate from git log commit 3f09e04800c597beaac11bb6de7d4c2b15e009bb Author: James Cloos Date: Mon Sep 3 05:51:23 2007 -0400 Add *~ to .gitignore to skip patch/emacs droppings commit bc30afe115ffaab9aac6a580013e27e76477ac3f Author: James Cloos Date: Thu Aug 23 19:24:49 2007 -0400 Rename .cvsignore to .gitignore commit 16af7a8d70d4abfbcefaf5397ca6a702136c462d Author: Kevin E Martin Date: Wed Dec 21 02:29:50 2005 +0000 Update package version for X11R7 release. commit 9493acfad1b73681caea030fa4429af7a35c9703 Author: Adam Jackson Date: Mon Dec 19 16:22:44 2005 +0000 Stub COPYING files commit a970f4d11b32b5dcf32389609950ad6b5bb0f2c4 Author: Kevin E Martin Date: Thu Dec 15 00:24:07 2005 +0000 Update package version number for final X11R7 release candidate. commit c6c1e15b824fc8e871994f087e58252bd76df9ba Author: Kevin E Martin Date: Tue Dec 6 22:48:22 2005 +0000 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. commit 7623174063bd35bbdf87ffc338a40134750d4fea Author: Kevin E Martin Date: Sat Dec 3 05:49:23 2005 +0000 Update package version number for X11R7 RC3 release. commit 76c904a43455515b4cd2b357d5cd5249586b90fa Author: Alan Coopersmith Date: Mon Nov 28 22:01:42 2005 +0000 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 ba8bd073ed2d5131e20ccf53c0f3b26a07415f5f Author: Eric Anholt Date: Mon Nov 21 10:35:01 2005 +0000 Another pass at .cvsignores for apps. commit ae4e88480f26e057a4c356b2a5d5057ddc8870ef Author: Eric Anholt Date: Sun Nov 20 22:08:52 2005 +0000 Add/improve .cvsignore files for apps. commit bb0af487c21e63754891ea05e16f74a68c13a2ac Author: Kevin E Martin Date: Wed Oct 19 02:47:54 2005 +0000 Update package version number for RC1 release. commit 0f35ff2cea82b2d3c8a3faad2de3397b2ceab22d Author: Alan Coopersmith Date: Mon Oct 17 23:56:22 2005 +0000 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work better with BSD make commit 6b84bdf6ab2d1cdf813475ac003e850cc2ab75b8 Author: Alan Coopersmith Date: Fri Oct 14 00:25:45 2005 +0000 Use sed to fill in variables in man page commit ab6ef92d549e286d367889e1fdc3eca0baab6678 Author: Alan Coopersmith Date: Mon Aug 1 20:25:30 2005 +0000 Install man pages to section 1 instead of section m (Patch from Donnie Berkholz) commit a9822002d7a724ac6036401da2e6b24c4e5ddb83 Author: Kevin E Martin Date: Fri Jul 29 21:22:34 2005 +0000 Various changes preparing packages for RC0: - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version commit 632c814305c180f61beb068b946a7a12e07bf728 Author: Adam Jackson Date: Wed Jul 20 19:31:56 2005 +0000 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure cache, you cache it, and the cached value is probably wrong. commit dddb0fc49f851443d9aea595c7c98c109256f407 Author: Søren Sandmann Pedersen Date: Wed Jul 6 14:54:15 2005 +0000 Build system for xfsinfo commit 1358a14ac6d3ae2b4d3f184d240e9da91e2203d6 Author: Egbert Eich Date: Fri Apr 23 19:54:48 2004 +0000 Merging XORG-CURRENT into trunk commit deba072592938eb8f684756831fef1c03247f187 Author: Egbert Eich Date: Sun Mar 14 08:35:23 2004 +0000 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 commit 19186656b5274e8d63b66154798f17584be2416b Author: Egbert Eich Date: Wed Mar 3 12:13:08 2004 +0000 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 commit 9668d8f33eb05c12ecd0831831e57643b2a877c8 Author: Egbert Eich Date: Thu Feb 26 13:36:24 2004 +0000 readding XFree86's cvs IDs commit bc80c9eeba40ec86e29abb9932d6abc43e657298 Author: Egbert Eich Date: Thu Feb 26 09:24:07 2004 +0000 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 commit a40bcbfdb43fd4f4facca21d3749595322491a97 Author: Kaleb Keithley Date: Fri Nov 14 16:49:22 2003 +0000 XFree86 4.3.0.1 commit 83f8ee18a050cbad1a2d3770bc8c2ad0f89c3837 Author: Kaleb Keithley Date: Fri Nov 14 16:49:22 2003 +0000 Initial revision