ChangeLog revision 63323ee5
1commit 025697278897648e33be6b5d662fbeda2a14871f 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Sun Jul 10 15:07:08 2022 -0700 4 5 xconsole 1.0.8 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 6c8e22bcc450bcd6c0697fab4d89d99bae168b8c 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sat Apr 16 07:50:50 2022 -0700 12 13 gitlab CI: stop requiring Signed-off-by in commits 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit a5a13a9eb0cb2ab0627192dce684ccb61e59678a 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Fri Apr 8 08:29:40 2022 -0700 20 21 Reduce scope of ttydev & ptydev 22 23 Eliminates them completely if HAS_OPENPTY is set. 24 25 Resolves gcc warnings: 26 xconsole.c: In function ‘get_pty’: 27 xconsole.c:792:35: warning: declaration of ‘ttydev’ shadows a 28 global declaration [-Wshadow] 29 get_pty(int *pty, int *tty, char *ttydev, char *ptydev) 30 ^~~~~~ 31 xconsole.c:181:13: note: shadowed declaration is here 32 static char ttydev[64], ptydev[64]; 33 ^~~~~~ 34 xconsole.c:792:49: warning: declaration of ‘ptydev’ shadows a 35 global declaration [-Wshadow] 36 get_pty(int *pty, int *tty, char *ttydev, char *ptydev) 37 ^~~~~~ 38 xconsole.c:181:25: note: shadowed declaration is here 39 static char ttydev[64], ptydev[64]; 40 ^~~~~~ 41 42 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 43 44commit c374939e9e2cf36fcb6aa1984a472d73b05a821d 45Author: Alan Coopersmith <alan.coopersmith@oracle.com> 46Date: Thu Apr 7 18:17:32 2022 -0700 47 48 unifdef sgi 49 50 SGI Irix end of support life was in 2013 51 52 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 53 54commit a223524f5f4b62cf8bd85bd7467314629de93a9a 55Author: Alan Coopersmith <alan.coopersmith@oracle.com> 56Date: Thu Apr 7 18:08:23 2022 -0700 57 58 Use _CONST_X_STRING to make libXt declare String as const char * 59 60 Clears 18 out of 44 -Wdiscarded-qualifiers warnings from gcc 61 62 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 63 64commit 85a37c5a06633022723cd44a3d8d35cd317e1c53 65Author: Alan Coopersmith <alan.coopersmith@oracle.com> 66Date: Sat Dec 4 11:27:53 2021 -0800 67 68 Build xz tarballs instead of bzip2 69 70 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 71 72commit 32c9d454a20b4c55b08b27f06f9c4da239153a31 73Author: Alan Coopersmith <alan.coopersmith@oracle.com> 74Date: Sat Dec 4 11:27:51 2021 -0800 75 76 gitlab CI: add a basic build test 77 78 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 79 80commit cfc99aa8eb3beb9da60e14240c6edf3e43eee859 81Author: Alan Coopersmith <alan.coopersmith@oracle.com> 82Date: Wed Nov 21 17:00:33 2018 -0800 83 84 Update configure.ac bug URL for gitlab migration 85 86 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 87 88commit 2e23fd38e1cb43d552ad6e27f491a2550bc3cea4 89Author: Alan Coopersmith <alan.coopersmith@oracle.com> 90Date: Fri Nov 16 21:20:23 2018 -0800 91 92 Update README for gitlab migration 93 94 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 95 96commit 61318786d4c171423cea84071da1bc7ab1a36427 97Author: Matt Turner <mattst88@gmail.com> 98Date: Sun Jan 29 11:17:53 2017 -0800 99 100 xconsole 1.0.7 101 102 Signed-off-by: Matt Turner <mattst88@gmail.com> 103 104commit 73b530c4843bf0c6712b954cdfb5edc46e759ed8 105Author: Mihail Konev <k.mvc@ya.ru> 106Date: Thu Jan 26 14:00:20 2017 +1000 107 108 autogen: add default patch prefix 109 110 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 111 112commit 2e8afc7e7f24003a5b8804bf990590ca41ec48a2 113Author: Emil Velikov <emil.l.velikov@gmail.com> 114Date: Mon Mar 9 12:00:52 2015 +0000 115 116 autogen.sh: use quoted string variables 117 118 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 119 fall-outs, when they contain space. 120 121 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 122 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 123 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 124 125commit 16fa2630b198c80b07311022a0d71858363f15c0 126Author: Peter Hutterer <peter.hutterer@who-t.net> 127Date: Tue Jan 24 10:32:07 2017 +1000 128 129 autogen.sh: use exec instead of waiting for configure to finish 130 131 Syncs the invocation of configure with the one from the server. 132 133 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 134 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 135 136commit 649966c9f22e868e7623507e098a03be6e13e6a7 137Author: Alan Coopersmith <alan.coopersmith@oracle.com> 138Date: Thu May 7 23:03:38 2015 -0700 139 140 config: add AC_USE_SYSTEM_EXTENSIONS 141 142 Might fix https://bugs.freedesktop.org/show_bug.cgi?id=6336 on 64-bit Linux 143 Shouldn't hurt anyone 144 145 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 146 147commit 8536b831dbaef02a547b9fc637347a1459413e2b 148Author: Alan Coopersmith <alan.coopersmith@oracle.com> 149Date: Mon Jun 2 22:20:38 2014 -0700 150 151 autogen.sh: Honor NOCONFIGURE=1 152 153 See http://people.gnome.org/~walters/docs/build-api.txt 154 155 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 156 157commit 7bc0c3346c5311317f013e4b4796b20dd7502f77 158Author: Alan Coopersmith <alan.coopersmith@oracle.com> 159Date: Mon Jun 2 22:20:38 2014 -0700 160 161 configure: Drop AM_MAINTAINER_MODE 162 163 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 164 165commit f4ba22c10b9b1bd175fa39d25118bf904ba82eec 166Author: Alan Coopersmith <alan.coopersmith@oracle.com> 167Date: Thu Jul 18 21:24:07 2013 -0700 168 169 xconsole 1.0.6 170 171 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 172 173commit ba74b1a1dfa5d3411817e0c436b378945c410ec7 174Author: Alan Coopersmith <alan.coopersmith@oracle.com> 175Date: Sun Apr 21 14:01:12 2013 -0700 176 177 Use fstat() on the fd from open(), instead of stat() on the same pathname 178 179 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 180 181commit 73be08929d1d418370ae235e5261e64f72054cbf 182Author: Alan Coopersmith <alan.coopersmith@oracle.com> 183Date: Sun Apr 21 13:56:23 2013 -0700 184 185 Fix file leak if fdopen() fails 186 187 Reported by parfait 1.1: 188 File Descriptor Leak: Leaked File Descriptor fd 189 at line 313 of xconsole.c in function 'OpenConsole'. 190 fd initialized at line 285 with open 191 fd leaks when fd != -1 at line 287. 192 193 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 194 195commit 22a09b77093970423e721ebd8004a593d5f88a21 196Author: Alan Coopersmith <alan.coopersmith@oracle.com> 197Date: Sun Feb 24 08:14:32 2013 -0800 198 199 unifdef -ULynx 200 201 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 202 203commit 676edb80c54ac5ace45e641a3dde17751a3ab224 204Author: Alan Coopersmith <alan.coopersmith@oracle.com> 205Date: Sun Feb 24 08:13:14 2013 -0800 206 207 unifdef -UISC 208 209 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 210 211commit 9567b4e2b70552963189ac90a3ff91c351cd482a 212Author: Alan Coopersmith <alan.coopersmith@oracle.com> 213Date: Sun Feb 24 08:12:31 2013 -0800 214 215 unifdef -Uultrix 216 217 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 218 219commit 78492fd74051af9d717ec07503a7173858793528 220Author: Alan Coopersmith <alan.coopersmith@oracle.com> 221Date: Sun Feb 24 08:07:47 2013 -0800 222 223 config: Add missing AC_CONFIG_SRCDIR 224 225 Regroup AC statements under the Autoconf initialization section. 226 Regroup AM statements under the Automake initialization section. 227 228 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 229 230commit 2831823f608c1906211d5c55a098f48c8fad1a37 231Author: Niclas Zeising <zeising@daemonic.se> 232Date: Wed Jan 16 01:30:20 2013 +0100 233 234 Fix build on FreeBSD 235 236 libutil.h is needed on FreeBSD to get the definition of openpty(), add a 237 configure check for this include, and include it in xconsole.c if it 238 exists. 239 240 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 241 242commit cc0cf84461cfe2c31ddce34863c6433183e8a55d 243Author: Alan Coopersmith <alan.coopersmith@oracle.com> 244Date: Sat Jan 12 16:24:44 2013 -0800 245 246 xconsole 1.0.5 247 248 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 249 250commit 98f941d218108a314f979332b19c612f51ace08d 251Author: Alan Coopersmith <alan.coopersmith@oracle.com> 252Date: Fri Jan 4 18:21:23 2013 -0800 253 254 Fix implicit conversion from size_t to int warnings in Deiconified() 255 256 xconsole.c:423:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] 257 oldlen = strlen (oldName); 258 ~ ^~~~~~~~~~~~~~~~ 259 260 xconsole.c:426:27: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 261 newName = malloc (oldlen - 1); 262 ~~~~~~ ~~~~~~~^~~ 263 264 xconsole.c:429:36: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 265 strncpy (newName, oldName, oldlen - 2); 266 ~~~~~~~ ~~~~~~~^~~ 267 268 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 269 270commit 60d4a9dc01c9a1bf7a29c4a64ad52a6e27307682 271Author: Alan Coopersmith <alan.coopersmith@oracle.com> 272Date: Fri Jan 4 18:17:18 2013 -0800 273 274 unifdef -U__UNIXOS2__ 275 276 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 277 278commit a7a54829dc89b38bbad7fcd6e70cf001d2274c26 279Author: Arvind Umrao <arvind.umrao@oracle.com> 280Date: Fri Aug 24 09:44:23 2012 +0530 281 282 Open /dev/console with NOCTTY and O_NONBLOCK flags 283 284 In some cases, for SPARC servers, special files like fifo need 285 to open in nonblocking mode otherwise whole xconsole GUI freezes. 286 Also /dev/console is often a terminal device. So I am opening 287 /dev/console with NOCTTY and O_NONBLOCK flags. 288 289 Signed-off-by: Arvind Umrao <arvind.umrao@oracle.com> 290 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 291 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 292 293commit 2e2ccc86fd4e778268ee44897a56535ce37b25e3 294Author: Eric S. Raymond <esr@thyrsus.com> 295Date: Thu Aug 23 06:19:16 2012 -0400 296 297 Don't rely on being able to set tab stops. 298 299 Signed-off-by: Eric S. Raymond <esr@thyrsus.com> 300 301commit 1dad4492bf1a6668de2b6ef56fd16ef4fc0e380d 302Author: Alan Coopersmith <alan.coopersmith@oracle.com> 303Date: Tue Jun 5 18:25:30 2012 -0700 304 305 unifdef CRAY 306 307 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 308 309commit ada6e8761138d3e7af42726de15e88204bed1686 310Author: Alan Coopersmith <alan.coopersmith@oracle.com> 311Date: Tue Jun 5 18:22:40 2012 -0700 312 313 unifdef umips 314 315 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 316 317commit f9b34c2eae4c3abe40904e4274c5d82cd16fc7af 318Author: Alan Coopersmith <alan.coopersmith@oracle.com> 319Date: Tue Jun 5 18:20:49 2012 -0700 320 321 Mark functions _X_NORETURN that gcc warnings suggest 322 323 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 324 325commit a12b6b391ab96241aa14f918e36a2fbd92734c7d 326Author: Alan Coopersmith <alan.coopersmith@oracle.com> 327Date: Tue Jun 5 18:16:59 2012 -0700 328 329 Remove old Xorg & XFree86 CVS version tags 330 331 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 332 333commit f7bcc00522e06e33ddb1ff4974c3b15a44d1005f 334Author: Alan Coopersmith <alan.coopersmith@oracle.com> 335Date: Wed Sep 28 20:30:46 2011 -0700 336 337 Strip trailing whitespace 338 339 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 340 git diff -w & git diff -b show no diffs from this change 341 342 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 343 344commit a03d98d49cd2f2ef6aa6d2ecaf611cccfad7a919 345Author: Jeremy Huddleston <jeremyhu@apple.com> 346Date: Sun Sep 25 00:55:20 2011 -0700 347 348 Require xt >= 1.0 for appdefaultdir 349 350 https://bugs.freedesktop.org/show_bug.cgi?id=7237 351 352 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 353 354commit 2f34a30d5b4fed4936fa41bb25bc0953d6882ece 355Author: Gaetan Nadon <memsize@videotron.ca> 356Date: Wed Jan 19 10:06:55 2011 -0500 357 358 config: move man pages into their own directory 359 360 Use services provided by XORG_MANPAGE_SECTIONS. 361 Use standard Makefile for man pages. 362 363 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 364 365commit 037e30485b3d6e22216a8c44e78fdb6fb57b238b 366Author: Gaetan Nadon <memsize@videotron.ca> 367Date: Thu Jan 13 17:15:36 2011 -0500 368 369 man: replace hard coded man page section with substitution strings 370 371 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 372 373commit e076a7cc5441e51b1083aba11f5b743156514fc1 374Author: Gaetan Nadon <memsize@videotron.ca> 375Date: Wed Jan 12 16:28:02 2011 -0500 376 377 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 378 379 This silences an Autoconf warning 380 381commit 2f6ff82050e8a535d633f9b59bb2ec94528d3634 382Author: Gaetan Nadon <memsize@videotron.ca> 383Date: Wed Jan 12 15:29:50 2011 -0500 384 385 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 386 387 This silences an Automake warning. 388 389 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 390 391commit d71b95d96588e1ca020fa15db6ceb3050d41bbdc 392Author: Alan Coopersmith <alan.coopersmith@oracle.com> 393Date: Thu Sep 23 19:31:52 2010 -0700 394 395 xconsole 1.0.4 396 397 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 398 399commit 7507dea14fdc259d50dd1e2693d4f3cd5235eeb4 400Author: Alan Coopersmith <alan.coopersmith@oracle.com> 401Date: Thu Sep 23 19:28:30 2010 -0700 402 403 config: Remove unnecessary calls from configure.ac 404 405 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 406 407 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 408 409commit 49bc4d3002ede196319bfc2829dda169c706e300 410Author: Gaetan Nadon <memsize@videotron.ca> 411Date: Tue Jul 20 18:45:18 2010 -0400 412 413 config: update AC_PREREQ statement to 2.60 414 415 Unrelated to the previous patches, the new value simply reflects 416 the reality that the minimum level for autoconf to configure 417 all x.org modules is 2.60 dated June 2006. 418 419 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 420 421 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 422 423commit 53fdc18e1723eb42596ad72ccd0e84ebfbd0a0e4 424Author: Alan Coopersmith <alan.coopersmith@oracle.com> 425Date: Fri Aug 6 08:47:48 2010 -0700 426 427 Fill in COPYING file with copyright notices from source code 428 429 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 430 431commit 3105c7119df08bab8d1668997c6b332ba5ff732c 432Author: Alan Coopersmith <alan.coopersmith@oracle.com> 433Date: Thu Jul 1 17:05:25 2010 -0700 434 435 Xmu functions are called directly, so include it in PKG_CHECK_MODULES 436 437 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 438 439commit ee142aaa65ef5a96b205110b8fa7dc5f9fe4fc20 440Author: Alan Coopersmith <alan.coopersmith@oracle.com> 441Date: Wed Jun 30 23:25:03 2010 -0700 442 443 config: upgrade to util-macros 1.8 for additional man page support 444 445 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 446 The value of MAN_SUBST is the same for all X.Org packages. 447 448 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 449 The existing statement can now be removed from the configuration file. 450 451 Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 452 Enables silent rule and use platform appropriate version of sed. 453 454 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 455 456commit fee6d15b7cc5f1fad77fed4988bd856399e5750a 457Author: Gaetan Nadon <memsize@videotron.ca> 458Date: Thu Feb 11 10:08:06 2010 -0500 459 460 config: move CWARNFLAGS from configure.ac to Makefile.am 461 462 Compiler warning flags should be explicitly set in the makefile 463 rather than being merged with other packages compiler flags. 464 465 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 466 467commit 45fd4b1fa6f81acd33d183b00b060a69087da194 468Author: Gaetan Nadon <memsize@videotron.ca> 469Date: Sat Dec 19 20:48:47 2009 -0500 470 471 configure.ac: use backticks rather than $() for cmd subs 472 473 Use "$PKG_CONFIG" rather than hard coded "pkg-config" 474 475 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 476 477commit 89dbe10377a39ee7001d1c34ce8f01aa209bb376 478Author: Gaetan Nadon <memsize@videotron.ca> 479Date: Thu Nov 26 09:19:53 2009 -0500 480 481 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 482 483 Now that the INSTALL file is generated. 484 Allows running make maintainer-clean. 485 486commit 11cd7489b6f96f194171be418bf9112b5f1cbc1d 487Author: Gaetan Nadon <memsize@videotron.ca> 488Date: Wed Oct 28 14:09:08 2009 -0400 489 490 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 491 492 Add missing INSTALL file. Use standard GNU file on building tarball 493 README may have been updated 494 Remove AUTHORS file as it is empty and no content available yet. 495 Remove NEWS file as it is empty and no content available yet. 496 497commit fe30cb2c210cf51b239505deaac63593a0ab53f9 498Author: Gaetan Nadon <memsize@videotron.ca> 499Date: Tue Oct 27 15:07:24 2009 -0400 500 501 Deploy the new XORG_DEFAULT_OPTIONS #24242 502 503 This macro aggregate a number of existing macros that sets commmon 504 X.Org components configuration options. It shields the configuration file from 505 future changes. 506 507commit 41d1f93ec0cfd8754d3c6f81bb4cb113328291cd 508Author: Gaetan Nadon <memsize@videotron.ca> 509Date: Thu Oct 22 12:34:15 2009 -0400 510 511 .gitignore: use common defaults with custom section # 24239 512 513 Using common defaults will reduce errors and maintenance. 514 Only the very small or inexistent custom section need periodic maintenance 515 when the structure of the component changes. Do not edit defaults. 516 517commit 099fc3d0dd7b769693bf1bce70112e1e13fe5336 518Author: Alan Coopersmith <alan.coopersmith@sun.com> 519Date: Thu Oct 1 14:54:21 2009 -0700 520 521 Add README with pointers to mailing lists, bugzilla, & git 522 523 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 524 525commit 3254ca74de650838e46a551e7c567a79fd971503 526Author: Alan Coopersmith <alan.coopersmith@sun.com> 527Date: Mon Aug 3 16:26:13 2009 -0700 528 529 Remove errant #error I_PUSH from SVR4 code path 530 531 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 532 533commit 58c8fc6828c07867955882f9126b116edc2036d2 534Author: Matthieu Herrb <matthieu.herrb@laas.fr> 535Date: Sat Jul 25 14:08:41 2009 +1000 536 537 Prevent inclusion of stropts.h on Linux. 538 539 Systems like Linux/glibc that have openpty() will not mess around with SVR4 540 like stream modules, so no need to include streams related headers. 541 542 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 543 544commit acc7c587322e2f1952900ad554061c5a8d08f7c3 545Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 546Date: Mon Jan 19 20:16:40 2009 -0200 547 548 Ansification and compile warning fixes. 549 550 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects 551 make distcheck and all gcc 4.3 and sparse warnings. 552 553commit 5b3da5679d78ac025358ba0e4beb35e8a9cacd5c 554Author: Julien Cristau <jcristau@debian.org> 555Date: Sun Nov 16 21:25:33 2008 +0100 556 557 Fix header inclusion for openpty() 558 559 AC_CHECK_HEADERS(foo.h) defines HAVE_FOO_H, not HAS_FOO_H. 560 This fixes a compiler warning: 561 xconsole.c:839: warning: implicit declaration of function 'openpty' 562 563commit 9f690af8ed736ffcae0f0e3771bbc4ab851f8202 564Author: James Cloos <cloos@jhcloos.com> 565Date: Wed Aug 20 10:32:50 2008 -0400 566 567 xaw8 is gone, use xaw7 568 569commit 0ac48669dfcfd2760eaab31c934ff0b83ff2dd2c 570Author: Julien Cristau <jcristau@debian.org> 571Date: Fri May 16 14:24:55 2008 +0200 572 573 $(builddir) is the current directory 574 575 Apparently automake doesn't always export the builddir variable. 576 This fixes my previous commit. 577 578commit 6e305f9cdfaffd87f1852a1c24271b10b0bd5079 579Author: Julien Cristau <jcristau@debian.org> 580Date: Sun Apr 20 19:48:09 2008 +0200 581 582 Fix build with builddir != srcdir 583 584commit e321bfbe9970a89d486437ed5eedcd83a10a749e 585Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 586Date: Thu Mar 27 20:07:41 2008 -0700 587 588 Build fix for file systems that are not case sensitive 589 590commit 2f9d3842be3d5d58270e54821552735cdb098075 591Merge: d5ffc49 cda9968 592Author: James Cloos <cloos@jhcloos.com> 593Date: Mon Sep 3 05:59:57 2007 -0400 594 595 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/app/xconsole 596 597commit d5ffc49536871784f269ba938566fa77733b16e3 598Author: James Cloos <cloos@jhcloos.com> 599Date: Mon Sep 3 05:51:18 2007 -0400 600 601 Add *~ to .gitignore to skip patch/emacs droppings 602 603commit cda9968cea772dbc94b50d791a5be62203ae9ddf 604Author: Alan Coopersmith <alan.coopersmith@sun.com> 605Date: Mon Aug 20 18:58:33 2007 -0700 606 607 Version bump: 1.0.3 608 609commit 9eee6c49bd6f57d51c517a6703cac2f29732231a 610Author: Alan Coopersmith <alan.coopersmith@sun.com> 611Date: Mon Aug 20 18:54:22 2007 -0700 612 613 Add *~ to .gitignore to skip patch/emacs droppings 614 615commit d1e90da451da71d7d362236c5709d9931ab7b9d1 616Author: Alan Coopersmith <alan.coopersmith@sun.com> 617Date: Mon Aug 20 18:53:41 2007 -0700 618 619 Replace xconsole_CFLAGS with AM_CFLAGS to make automake-1.10 happier 620 621commit 3d4f2f96fc661095ce615928e6b586784f5d35e5 622Author: Matthieu Herrb <matthieu.herrb@laas.fr> 623Date: Sun Jul 30 18:42:08 2006 +0200 624 625 Check if openpty() is available and use it if it is. 626 627commit 5bdbbecf51e3a73c6660498f8598f0731b43a703 628Author: Matthieu Herrb <matthieu.herrb@laas.fr> 629Date: Sun Jul 30 16:31:03 2006 +0200 630 631 Remove ChangeLog, replace with a rule that generates it using git-log 632 633commit c8a026e7c8457cd726f8f6fbd74ade325a9f486e 634Author: Matthieu Herrb <matthieu.herrb@laas.fr> 635Date: Sun Jul 30 16:29:10 2006 +0200 636 637 rename .cvsignore -> .gitignore 638 639commit 86e5d9ca5836d4ad02faa1a5f9c0db239464bde1 640Author: Adam Jackson <ajax@nwnk.net> 641Date: Wed Apr 26 23:38:08 2006 +0000 642 643 Bump to 1.0.2 644 645commit 219ef4e86f05e7a473e399c5188efdb7f16f31f1 646Author: Matthieu Herrb <matthieu.herrb@laas.fr> 647Date: Sat Mar 18 18:31:08 2006 +0000 648 649 Avoid potential underflow if read() returns -1. Coverity CID 414 650 651commit 950d308b3230e7e89d307fd95abb983e44987665 652Author: Kevin E Martin <kem@kem.org> 653Date: Wed Dec 21 02:29:49 2005 +0000 654 655 Update package version for X11R7 release. 656 657commit f3755877004e49e96f26b120e0716f6673dc738b 658Author: Adam Jackson <ajax@nwnk.net> 659Date: Mon Dec 19 16:22:42 2005 +0000 660 661 Stub COPYING files 662 663commit a87b4d1f07448fde9b4f7ecad965210a339caaa5 664Author: Kevin E Martin <kem@kem.org> 665Date: Thu Dec 15 00:24:05 2005 +0000 666 667 Update package version number for final X11R7 release candidate. 668 669commit d82f94100bd454d3298c6548173827a67cb4d7ad 670Author: Kevin E Martin <kem@kem.org> 671Date: Wed Dec 7 16:17:59 2005 +0000 672 673 Change to use the app-defaults default dir configured in libXt. 674 675commit c681eac9a17d8d3f16efa2a992b02972cfa71926 676Author: Kevin E Martin <kem@kem.org> 677Date: Tue Dec 6 22:48:20 2005 +0000 678 679 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 680 681commit 406fdcbe2e0b7f6af37c6d6965f85adfa8bb3aa6 682Author: Kevin E Martin <kem@kem.org> 683Date: Sat Dec 3 05:49:18 2005 +0000 684 685 Update package version number for X11R7 RC3 release. 686 687commit 81d992f635798580d71fc79abf9df2a825f125e0 688Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 689Date: Mon Nov 28 22:01:40 2005 +0000 690 691 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 692 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 693 694commit 61eac81e62e1b9b141ce7aaf3fd778ad1f9d7924 695Author: Eric Anholt <anholt@freebsd.org> 696Date: Mon Nov 21 10:34:59 2005 +0000 697 698 Another pass at .cvsignores for apps. 699 700commit 68ea4cb352cc528736914c7d328df024164e0e60 701Author: Eric Anholt <anholt@freebsd.org> 702Date: Sun Nov 20 22:08:51 2005 +0000 703 704 Add/improve .cvsignore files for apps. 705 706commit 630bdf36e17b8f125f8aa0cabf41c75e650ac973 707Author: Kevin E Martin <kem@kem.org> 708Date: Wed Nov 9 21:09:20 2005 +0000 709 710 Update package version number for X11R7 RC2 release. 711 712commit 31dbed9163fd4384dc5dc81f426ce82176587dd2 713Author: Kean Johnson <kean@armory.com> 714Date: Tue Nov 8 06:33:31 2005 +0000 715 716 See ChangeLog entry 2005-11-07 for details. 717 718commit 0710398b397c5f8b09b6216bd18e84337fb4efdb 719Author: Kevin E Martin <kem@kem.org> 720Date: Wed Oct 19 02:47:52 2005 +0000 721 722 Update package version number for RC1 release. 723 724commit 34924fc44be47d2d58c701485b4e1b6fad28c21d 725Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 726Date: Tue Oct 18 00:32:55 2005 +0000 727 728 Change default install dir for app-default files from 729 $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match 730 the monolith & allow localization 731 732commit 324e3c08212f7dbe8b08f7d9028f2e775cbc73c1 733Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 734Date: Mon Oct 17 23:56:21 2005 +0000 735 736 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 737 work better with BSD make 738 739commit ad9813ed3ad1d8adb562ac9b279c18753249786f 740Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 741Date: Fri Oct 14 00:25:43 2005 +0000 742 743 Use sed to fill in variables in man page 744 745commit f8ca981b964aaa3c59eab661ce35efb7d7085020 746Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 747Date: Wed Aug 17 21:03:23 2005 +0000 748 749 Bugzilla #4130 <https://bugs.freedesktop.org/show_bug.cgi?id=4130> 750 xconsole: non-ascii characters don't show up (Samuel Thibault) 751 752commit 05a718f11fc97f1e34cf927fd8762f8251356dcb 753Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 754Date: Mon Aug 1 20:25:29 2005 +0000 755 756 Install man pages to section 1 instead of section m (Patch from Donnie 757 Berkholz) 758 759commit c0ecb99582a714c95282f1187c0f39acee640779 760Author: Kevin E Martin <kem@kem.org> 761Date: Fri Jul 29 21:22:31 2005 +0000 762 763 Various changes preparing packages for RC0: 764 - Verify and update package version numbers as needed 765 - Implement versioning scheme 766 - Change bug address to point to bugzilla bug entry form 767 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 768 reenable it) 769 - Fix makedepend to use pkgconfig and pass distcheck 770 - Update build script to build macros first 771 - Update modular Xorg version 772 773commit b23b1f35930ed0d10fef42a23f88a2dacd29d91c 774Author: Daniel Stone <daniel@fooishbar.org> 775Date: Wed Jul 27 00:15:46 2005 +0000 776 777 Fix xconsole build break on AIX caused by removal of ptyx defines. 778 779commit b471e2609662c2ec83d26ee32a7900e528f67f75 780Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 781Date: Tue Jul 26 15:44:02 2005 +0000 782 783 Replace more GNU make-ism's with more portable macros 784 785commit e656ddba66cda7432279cd10ac5a450e8b2c342c 786Author: Adam Jackson <ajax@nwnk.net> 787Date: Wed Jul 20 19:31:52 2005 +0000 788 789 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 790 configure cache, you cache it, and the cached value is probably wrong. 791 792commit 171e31464fc9d4f39403931b1126c3e2cf52b84e 793Author: Matthieu Herrb <matthieu.herrb@laas.fr> 794Date: Sun Jul 17 21:11:32 2005 +0000 795 796 fix rules to work with non-GNU make. 797 798commit 6fa7b824f077a0c04eb678c8736cda077232a084 799Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 800Date: Thu Jul 7 23:08:22 2005 +0000 801 802 - Build system for xconsole 803 - Remove include of "../xterm/ptyx" from xc/programs/xconsole/xconsole.c 804 805commit b38b9a7731430359f10ba74706fc6d4c786d2d36 806Author: Egbert Eich <eich@suse.de> 807Date: Mon Oct 18 14:21:46 2004 +0000 808 809 Made handling of DevelDrivers for x86-64 more conformant to other 810 platforms. 811 Compress all font encodings (Stefan Dirsch). 812 Fixed warnings. 813 Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and 814 Root mode (bugzilla #1580, James Su). 815 Added another compose key combination for the Euro symbol (Stefan Dirsch). 816 Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). 817 Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). 818 This is the encoding that is also used by glibc. We may break other 819 libcs - lets see who complains. 820 Added explanation for DESTDIR to install to a different directory than /. 821 Added some early bailouts to atiprobe if PCI structure pointer is NULL to 822 prevent sig11. 823 XV support doesn't depend on 2D acceleration any more. This patch removes 824 this limitation from the NSC driver. This is a patch that I have 825 committed to XFree86 a while ago but never ported over to X.Org. 826 Matthieu Herrb contributed some build fixes. 827 Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate 828 timer. This takes advantage of the fact that TimerSet() with a timeout 829 argument 0 behaves like TimerCanel(). 830 Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). 831 Create missing links for backward compatibility to XFree86 (Stefan Dirsch). 832 Changed comment to mention xorg. 833 Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If 834 you don't like it we can change it back (original author unkown). 835 Added 'pic' to the man page rendering command pipeline (Werner Fink). 836 Added missing return value (Stefan Dirsch, Roland Mainz) 837 838commit 7da0d180d6852916e5dca44842ee88e7d8429e6e 839Author: Egbert Eich <eich@suse.de> 840Date: Fri Apr 23 19:54:41 2004 +0000 841 842 Merging XORG-CURRENT into trunk 843 844commit 0b03eedd1839ec360b2bb7c0b4b9592cd53cfda5 845Author: Egbert Eich <eich@suse.de> 846Date: Sun Mar 14 08:35:01 2004 +0000 847 848 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 849 850commit 2ec4fa572aba38d9e01205a2b440f6fcf29b796e 851Author: Egbert Eich <eich@suse.de> 852Date: Wed Mar 3 12:12:55 2004 +0000 853 854 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 855 856commit 798ad4a31ca485e2b04a2a623b1fc96f3860d11f 857Author: Egbert Eich <eich@suse.de> 858Date: Thu Feb 26 13:36:16 2004 +0000 859 860 readding XFree86's cvs IDs 861 862commit 297a4fba84512347e1f65d5c9eca649c24271067 863Author: Egbert Eich <eich@suse.de> 864Date: Thu Feb 26 09:23:58 2004 +0000 865 866 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 867 868commit b53d3aeeedd692ef010a3ec5961079aee7d47fb3 869Author: Kaleb Keithley <kaleb@freedesktop.org> 870Date: Tue Nov 25 19:29:03 2003 +0000 871 872 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 873 874commit 2b2c62b3be8dd36d3231a2ad18d8b212e81695d1 875Author: Kaleb Keithley <kaleb@freedesktop.org> 876Date: Fri Nov 14 16:48:58 2003 +0000 877 878 XFree86 4.3.0.1 879 880commit 593922e4e9e9bdcb9bd2b66493b91023d8f0984b 881Author: Kaleb Keithley <kaleb@freedesktop.org> 882Date: Fri Nov 14 15:54:53 2003 +0000 883 884 R6.6 is the Xorg base-line 885