ChangeLog revision 44dda7b2
1commit 7db29ff43eb3cdcbfe77c35ecc78c7ca3ddba595 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Fri Oct 29 15:13:16 2010 -0700 4 5 libXdmcp 1.1.0 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit fef4451fa3c55dcf81e7eee7ca001c57e301a150 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Wed Oct 27 23:01:49 2010 -0700 12 13 Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS already call 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 21c9f93bb5200dda0bfdd05b928c19829f23d646 18Author: Gaetan Nadon <memsize@videotron.ca> 19Date: Tue Aug 3 15:28:51 2010 -0400 20 21 config: require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS 22 23 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 24 25commit adaf75c9aac6ca77b26379cc5e451728d9f1a78b 26Author: Matt Dew <matt@osource.org> 27Date: Sun Aug 1 14:23:18 2010 -0400 28 29 specs: replace troff source with docbook-xml source 30 31 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 32 33commit 39993ef6f48cb3f9ee0cb0cd4dcef0d643cda698 34Author: Alan Coopersmith <alan.coopersmith@oracle.com> 35Date: Fri May 7 19:21:42 2010 -0700 36 37 Replace comments pointing to non-public X Consortium defect reports 38 39 Restored the original comments suggested by Paul Shearer of Sequent in the 40 patches he submitted with these fixes in the original X Consortium defect 41 reports from 1995, since modern readers can't refer to the referenced 42 bug reports in that old/closed bug db. 43 44 7328 Xdmcp: memory leak in XdmcpReadARRAYofARRAY8 when read fails 45 7329 Xdmcp: XdmcpReadARRAY and XdmcpDisposeARRAY routines may free twice 46 47 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 48 49commit ea0e0d0e3d45eb5e71542af835194514a6f8801c 50Author: Alan Coopersmith <alan.coopersmith@oracle.com> 51Date: Fri May 7 19:03:54 2010 -0700 52 53 Fix order of CPPFLAGS passed to lint/compile steps 54 55 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 56 57commit 996d92d2710f9dc740351f4d9cbe14af64569689 58Author: Mikhail Gusarov <dottedmag@dottedmag.net> 59Date: Fri May 7 20:22:20 2010 +0000 60 61 Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib 62 63 alloc/realloc/free calls are encapsulated in libXdmcp, so 64 there is no need to wrap allocation functions even under Windows 65 66 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 67 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 68 69commit 2a51e57425e1b4062a459a19b1860c9c9721d9ea 70Author: Mikhail Gusarov <dottedmag@dottedmag.net> 71Date: Fri May 7 20:06:52 2010 +0000 72 73 Nuke RCS tags 74 75 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 76 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 77 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 78 79commit 710d4a4298772cf06c22cce336622b33487b8b44 80Author: Mikhail Gusarov <dottedmag@dottedmag.net> 81Date: Fri May 7 20:03:46 2010 +0000 82 83 Reshuffle functions to decrease amount of boilerplate 84 85 It it a PitA to do anything with lot of nearly idenical code scattered 86 around in 30 files each containing 5-line function 87 88 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 89 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 90 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 91 92commit 1b22d07fc1268e7c5343cccd562ab69a101baf91 93Author: Alan Coopersmith <alan.coopersmith@oracle.com> 94Date: Thu May 6 15:38:01 2010 -0700 95 96 Use stdint.h instead of limits.h for UINT*_MAX definitions 97 98 While Solaris allows either one, C99 only requires them in stdint.h 99 and some platforms don't include them via limits.h 100 101 Corrects tinderbox reported errors on Fedora 11 build machine: 102 103 http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build 104 105 AA32.c: In function 'XdmcpAllocARRAY32': 106 AA32.c:47: error: 'UINT8_MAX' undeclared (first use in this function) 107 108 AA8.c: In function 'XdmcpAllocARRAY8': 109 AA8.c:47: error: 'UINT16_MAX' undeclared (first use in this function) 110 111 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 112 113 Compiles clean on GNU/Linux AMD64 114 Tested-by: Gaetan Nadon <memsize@videotron.ca> 115 116commit 30e388a8284ed100893983178acb6b4e3ff2b815 117Author: Alan Coopersmith <alan.coopersmith@oracle.com> 118Date: Thu Apr 29 20:19:38 2010 -0700 119 120 Deal with lint warnings about implicit narrowing conversions 121 122 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 123 Reviewed-by: Matt Turner <mattst88@gmail.com> 124 125commit 110078a137915f486a13e0445ee9ba5e1558c081 126Author: Alan Coopersmith <alan.coopersmith@oracle.com> 127Date: Thu Apr 29 19:57:46 2010 -0700 128 129 unifdef Lynx 130 131 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 132 Reviewed-by: Matt Turner <mattst88@gmail.com> 133 134commit 5ea80e308026357aeee8b56230e85cb4d2e87631 135Author: Alan Coopersmith <alan.coopersmith@oracle.com> 136Date: Thu Apr 29 19:56:37 2010 -0700 137 138 XdmcpARRAY8Equal: Use memcmp instead of rolling our own 139 140 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 141 Reviewed-by: Matt Turner <mattst88@gmail.com> 142 143commit 27b1aa82a3f0db7d20a303ba093d1ec52de39bff 144Author: Alan Coopersmith <alan.coopersmith@oracle.com> 145Date: Thu Apr 29 19:51:25 2010 -0700 146 147 Constify function prototypes 148 149 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 150 Reviewed-by: Matt Turner <mattst88@gmail.com> 151 152commit 482b19329fac5e311fe0423e58f3e8c573b66114 153Author: Gaetan Nadon <memsize@videotron.ca> 154Date: Mon Mar 29 16:50:34 2010 -0400 155 156 config: update AC_PREREQ statement to 2.60 157 158 Unrelated to the previous patches, the new value simply reflects 159 the reality that the minimum level for autoconf to configure 160 all x.org modules is 2.60 dated June 2006. 161 162 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 163 164 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 165 166commit 1c220fc14083ed8e1214329138d6ca548dad6dcc 167Author: Gaetan Nadon <memsize@videotron.ca> 168Date: Mon Mar 29 14:53:48 2010 -0400 169 170 config: remove the pkgconfig pc.in file from EXTRA_DIST 171 172 Automake always includes it in the tarball. 173 174 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 175 176commit 7367f2efae9561d87cabaa6e1740355b0aeda86f 177Author: Gaetan Nadon <memsize@videotron.ca> 178Date: Sat Mar 20 11:22:59 2010 -0400 179 180 make: remove unrequired -I${top_builddir}/include 181 182 The -I${top_srcdir}/include in AM_CFLAGS is the correct one. 183 184 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 185 186commit 2110b60cf122a624011ade8883af07b88bb2c2bb 187Author: Gaetan Nadon <memsize@videotron.ca> 188Date: Tue Feb 16 10:37:21 2010 -0500 189 190 config: move CWARNFLAGS from configure.ac to Makefile.am 191 192 Compiler warning flags should be explicitly set in the makefile 193 rather than being merged with other packages compiler flags. 194 195 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 196 197commit 7c1d4d862240a0b01eefbccf6b85e7a365e60ada 198Author: Gaetan Nadon <memsize@videotron.ca> 199Date: Fri Nov 27 20:56:04 2009 -0500 200 201 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 202 203 Now that the INSTALL file is generated. 204 Allows running make maintainer-clean. 205 206commit 3c0e64988dad80afe5633c62c29ab3d1c54d2d23 207Author: Gaetan Nadon <memsize@videotron.ca> 208Date: Wed Oct 28 14:09:10 2009 -0400 209 210 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 211 212 Add missing INSTALL file. Use standard GNU file on building tarball 213 README may have been updated 214 Remove AUTHORS file as it is empty and no content available yet. 215 Remove NEWS file as it is empty and no content available yet. 216 217commit a4a69387d7d0783326fbbd2b7b202498325d5f96 218Author: Gaetan Nadon <memsize@videotron.ca> 219Date: Tue Oct 27 15:07:25 2009 -0400 220 221 Deploy the new XORG_DEFAULT_OPTIONS #24242 222 223 This macro aggregate a number of existing macros that sets commmon 224 X.Org components configuration options. It shields the configuration file from 225 future changes. 226 227commit 748ea77263a40080e665adc742a7a9791b4293c0 228Author: Gaetan Nadon <memsize@videotron.ca> 229Date: Mon Oct 26 22:08:43 2009 -0400 230 231 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 232 233 ChangeLog filename is known to Automake and requires no further 234 coding in the makefile. 235 236commit 1ac333abaae4940467d2101d1080be9e46d90c78 237Author: Gaetan Nadon <memsize@videotron.ca> 238Date: Thu Oct 22 12:34:19 2009 -0400 239 240 .gitignore: use common defaults with custom section # 24239 241 242 Using common defaults will reduce errors and maintenance. 243 Only the very small or inexistent custom section need periodic maintenance 244 when the structure of the component changes. Do not edit defaults. 245 246commit c362c31e583215855458bc5cbb9ed1020157b1ad 247Author: Gaetan Nadon <memsize@videotron.ca> 248Date: Sun Sep 27 16:28:37 2009 -0400 249 250 Makefile.am: do not include autogen.sh in distribution #24183 251 252 This is a private build script that should not be distributed 253 254commit d0f3336872147e925666aaf73b6c0c11aedc63c3 255Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 256Date: Wed Oct 21 12:47:24 2009 -0700 257 258 This is not a GNU project, so declare it foreign. 259 260 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 261 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 262 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 263 > > was quite annoying to work around since 'autoreconf -fvi' replaces 264 > > it and git wants to commit it. Should these files even be in git? 265 > > Can I nuke them for the betterment of humanity and since they get 266 > > created by autoreconf anyways? 267 > 268 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 269 270 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 271 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 272 of the INSTALL file. It is also part of the 24206 solution. 273 274 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 275 276commit 3a7e0bb1cec5975e9fcbddc6569e7ac1aea550e5 277Author: Peter Hutterer <peter.hutterer@who-t.net> 278Date: Fri Aug 28 15:32:31 2009 +1000 279 280 libXdmcp 1.0.3 281 282 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 283 284commit 8ba417e3f3915102f99e08b15e1543680120102d 285Author: Peter Hutterer <peter.hutterer@who-t.net> 286Date: Wed Sep 23 21:59:12 2009 +1000 287 288 Require macros 1.3 for XORG_DEFAULT_OPTIONS. 289 290 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 291 292commit d992d9dd3af95132ca76f0479d08d3479b899a95 293Author: Alan Coopersmith <alan.coopersmith@sun.com> 294Date: Mon Feb 2 20:34:33 2009 -0800 295 296 Add README with pointers to mailing list, bugzilla & git repos 297 298 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 299 300commit 49336f1b6fa5d8dc8a9ae3e8d286b061f0d2914c 301Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 302Date: Fri Jan 9 16:34:13 2009 -0200 303 304 Ansification and compile warning fixes. 305 306 Code that already have a header with the proper prototype is safe 307 to ansify. 308 This uses XORG_CHANGELOG macro to properly work with the "git-log" 309 to "git log" change (required to pass "make distcheck"), uses the 310 XORG_CWARNFLAGS macro, and doesn't generate any compile warnings from 311 gcc 4.3 and sparse. 312 313commit 498cce64f12de67271316417de821460e8eee066 314Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 315Date: Wed Nov 26 23:45:09 2008 -0200 316 317 Mark Xalloc, Xrealloc, and Xfree as weak symbols. 318 319 Maybe a _X_WEAK macro could be added to <X11/Xfuncproto.h>, but that 320 could actually encourage use of __attribute__((weak)), what is not 321 intended. 322 This change uses the same semantics used in libXfont to declare 323 weak symbols that are overridden by the ones defined in the X Server. 324 325commit f876004608f8a4737f66e1fc0e83ff7e7d6d150b 326Author: Alan Coopersmith <alan.coopersmith@sun.com> 327Date: Fri Aug 11 14:43:15 2006 -0700 328 329 Version bump -> 1.0.2 330 331commit 55f64a8a29094905b9f49be95ee576de4a2e1a46 332Author: Alan Coopersmith <alan.coopersmith@sun.com> 333Date: Fri Aug 11 14:41:42 2006 -0700 334 335 Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros 336 337commit ae43ecfcb85ad238b2a513d3caf400028b951019 338Author: Alan Coopersmith <alan.coopersmith@sun.com> 339Date: Fri Aug 11 14:26:26 2006 -0700 340 341 Add lint library to CLEANFILES 342 343commit a106f489a69246f24535acd8bdac96e273df7334 344Author: Alan Coopersmith <alan.coopersmith@sun.com> 345Date: Fri Aug 11 14:22:42 2006 -0700 346 347 Replace static ChangeLog with dist-hook to generate from git-log 348 349commit 644ff9232d48a32dcc16a1eeba2b51c8686eb33e 350Author: Alan Coopersmith <alan.coopersmith@sun.com> 351Date: Thu Aug 10 15:58:18 2006 -0700 352 353 Use AC_CHECK_FUNCS instead of #ifdef SYSV to check for srand48 & lrand48 354 355commit 048d2bb6b48dce7b2afea39cd429f3253d8e77ca 356Author: Alan Coopersmith <alan.coopersmith@sun.com> 357Date: Thu Aug 10 15:43:31 2006 -0700 358 359 Add *~ to .gitignore to ignore emacs droppings 360 361commit 1f3fadd3a0f8226fb19f94d6a6344e144e031bba 362Author: Alan Coopersmith <alan.coopersmith@sun.com> 363Date: Thu Jul 13 18:01:01 2006 -0700 364 365 Add lint checking & library targets 366 367commit 0b7f0333fe6384598e78f6e0dc61dfbf3636c1c8 368Author: Alan Coopersmith <alan.coopersmith@sun.com> 369Date: Thu Jul 13 17:52:46 2006 -0700 370 371 Fix sparse warnings for using 0 instead of NULL 372 373 RA8.c:50:17: warning: Using plain integer as NULL pointer 374 RA16.c:50:16: warning: Using plain integer as NULL pointer 375 RA32.c:50:16: warning: Using plain integer as NULL pointer 376 RAofA8.c:50:16: warning: Using plain integer as NULL pointer 377 378commit bfcde07215512ea5153700bc57ef8baa8d3e9ef2 379Author: Alan Coopersmith <alan.coopersmith@sun.com> 380Date: Thu Jul 13 14:58:52 2006 -0700 381 382 renamed: .cvsignore -> .gitignore 383 384commit f204a3d32500eb8c6ec7a694a21440fc330ab834 385Author: Adam Jackson <ajax@nwnk.net> 386Date: Thu Apr 27 00:07:09 2006 +0000 387 388 Bump to 1.0.1 389 390commit b7de07f180407a1597ee74cc570311d7eb808637 391Author: Adam Jackson <ajax@nwnk.net> 392Date: Mon Mar 20 19:51:32 2006 +0000 393 394 Bug #6243: Fix build on Cygwin, and when srcdir != objdir. (Yaakov 395 Selkowitz) 396 397commit aaee3f658482018c622d8cbb926bbfa14df64eea 398Author: Adam Jackson <ajax@nwnk.net> 399Date: Thu Jan 12 23:36:41 2006 +0000 400 401 static -> static const 402 403commit 9f8e330eff571cc0c525fd42c4ef8a34cac2eb0d 404Author: Kevin E Martin <kem@kem.org> 405Date: Thu Dec 15 00:24:29 2005 +0000 406 407 Update package version number for final X11R7 release candidate. 408 409commit 9cd3a3746077c2d6a8fcf2c2c125237d9207e2fb 410Author: Kevin E Martin <kem@kem.org> 411Date: Sat Dec 3 05:49:43 2005 +0000 412 413 Update package version number for X11R7 RC3 release. 414 415commit da0e8c8bbdfe6cef0225960b204eb9878897cb9b 416Author: Kevin E Martin <kem@kem.org> 417Date: Sat Nov 19 07:15:41 2005 +0000 418 419 Update pkgconfig files to separate library build-time dependencies from 420 application build-time dependencies, and update package deps to work 421 with separate build roots. 422 423commit cbd6a80c320d7d02ca3bb6d1ca036c0eff27d2c3 424Author: Kevin E Martin <kem@kem.org> 425Date: Wed Oct 19 02:48:09 2005 +0000 426 427 Update package version number for RC1 release. 428 429commit 0609d6f55136698cb7120b62244d44423e6f0945 430Author: Kevin E Martin <kem@kem.org> 431Date: Wed Oct 5 19:24:07 2005 +0000 432 433 Add missing files to EXTRA_DIST 434 435commit b0c00126bad965f526ef13fa041248e8379a4a53 436Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 437Date: Sat Jul 30 07:44:09 2005 +0000 438 439 Add missing library dependencies: Xdmcp: -lsocket (if needed for recvfrom, 440 such as on Solaris) lbxutil: -lz xkbui: -lm 441 442commit 19ca07e4c538a6f8b46b3bbcdacd39afc1fdede0 443Author: Kevin E Martin <kem@kem.org> 444Date: Fri Jul 29 21:22:51 2005 +0000 445 446 Various changes preparing packages for RC0: 447 - Verify and update package version numbers as needed 448 - Implement versioning scheme 449 - Change bug address to point to bugzilla bug entry form 450 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 451 reenable it) 452 - Fix makedepend to use pkgconfig and pass distcheck 453 - Update build script to build macros first 454 - Update modular Xorg version 455 456commit 7242946c1cac1ecb97ea0cc312a8ea08707ca945 457Author: Daniel Stone <daniel@fooishbar.org> 458Date: Sat Jul 16 06:41:57 2005 +0000 459 460 Use -version-number instead of -version-info. 461 462commit ce57d6479026168ab4839dc8d93f8c13c7ee6356 463Author: Adam Jackson <ajax@nwnk.net> 464Date: Thu Jul 14 15:12:44 2005 +0000 465 466 typo fixes (Matthieu Herrb) 467 468commit d5c88f476d6d263b9e80640c1acd3ec784c7184b 469Author: Keith Packard <keithp@keithp.com> 470Date: Sat Jul 9 06:15:32 2005 +0000 471 472 Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory 473 474commit 1df326ab00b3ca1faf44d81ce53f6b66076ad0cf 475Author: Daniel Stone <daniel@fooishbar.org> 476Date: Sun Jul 3 07:00:56 2005 +0000 477 478 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 479 Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. 480 Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all 481 source files in the xserver/xorg tree, predicated on defines of 482 HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to 483 <X11/fonts/foo.h>. 484 485commit 77283d94174d18791e230b4800641242c1767e87 486Author: Adam Jackson <ajax@nwnk.net> 487Date: Thu May 19 00:22:32 2005 +0000 488 489 revert last change, didn't do right thing at all, sorry for the noise 490 491commit daefb98f4437af90dcff3853ec23b8a1f0864018 492Author: Adam Jackson <ajax@nwnk.net> 493Date: Thu May 19 00:10:07 2005 +0000 494 495 Require automake 1.7 in AM_INIT_AUTOMAKE 496 497commit 2f31285482451b8ed44b0b61969a7f324dbe905a 498Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 499Date: Tue May 17 14:43:47 2005 +0000 500 501 Tue May 17 10:38:30 2005 Søren Sandmann <sandmann@redhat.com> 502 Remove Xdmcpconf.h and references to it, since it is not needed. 503 Delete entries from the xlibs tree since they are not relevant 504 505commit 83b3f8f9fcb08348d28dbdb19e07a2c41b9f8bf2 506Author: Josh Triplett <josh@speakeasy.net> 507Date: Sat May 14 08:03:04 2005 +0000 508 509 Add Xdmcpconf.h.in from xlibs tree. 510 511commit ceec4744a2906539154007edf1ec3b865fef1991 512Author: Josh Triplett <josh@speakeasy.net> 513Date: Sat May 14 07:58:43 2005 +0000 514 515 Add configure.ac for Xdmcp from xlibs tree. 516 517commit d5d1fb73e5c8c0b2a5b2704ec6b8394fc8a425b4 518Author: Josh Triplett <josh@speakeasy.net> 519Date: Sat May 14 07:46:48 2005 +0000 520 521 Move includes in Xau and Xdmcp into include/X11 subdirectories so that the 522 source can reference them with <X11/...>. 523 524commit 0ea8a9fde966a2fbdc075e4cfc47235d3c899022 525Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 526Date: Thu May 12 16:27:25 2005 +0000 527 528 Thu May 12 12:24:16 2005 Søren Sandmann <sandmann@redhat.com> 529 Conditionally include config.h 530 add Makefile.am 531 532commit 845dff36906d99a80ea920a8d0efb73bd0b88d56 533Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 534Date: Thu May 12 16:12:34 2005 +0000 535 536 Make xtrans install in $(includedir)/X11/Xtrans. Remove all references to 537 Xtransdef. 538 Add Xdmcp build files 539 Add Wrap.h to lib/dmcp part of symlink script. 540 541commit 2e5c59efc9df61d84f81af0f9a100672d096bac6 542Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 543Date: Mon Nov 15 15:06:55 2004 +0000 544 545 Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added 546 mingw (Win32) port 547 548commit 5cd56c90f05d05c19c484f606b70d17873b507b5 549Author: Keith Packard <keithp@keithp.com> 550Date: Tue Aug 24 18:33:32 2004 +0000 551 552 Replace 'uint32_t' with 'CARD32' and 'uint8_t' with 'CARD8'. Add #include 553 <X11/Xmd.h> 554 reviewed by: Stuart Kreitman <Stuart.Kreitman@Sun.COM> 555 556commit 874e5e8b17f111f07c2c4e9167b4940365cc1421 557Author: Stuart Kreitman <stuart.kreitman@sun.com> 558Date: Mon Aug 23 17:06:37 2004 +0000 559 560 Modified Files: Wraphelp.c 561 Coding standard recommended by C99 standards body: 562 http://www.oreillynet.com/pub/a/network/2003/10/07/michael_barr.html 563 564commit 7acd9ecff911e900deb03767f283d59fc90f550c 565Author: Jim Gettys <jg@freedesktop.org> 566Date: Sun Aug 22 01:02:25 2004 +0000 567 568 Matthieu Herrb <matthieu.herrb@laas.fr> points out: 569 Hmm, this version doesn't work on LP64 big endian machines (like 570 *BSD/sparc64). The problems were fixed in OpenBSD. May I suggest to switch 571 to this version (it's the same origin, with the LP64 problems fixed): 572 <http://www.openbsd.org/cgi-bin/cvsweb.cgi/XF4/xc/lib/Xdmcp/Wraphelp.c> 573 574commit faf433b79417ef801ed3c62fdf9bbc8edf1b6ba3 575Author: Jim Gettys <jg@freedesktop.org> 576Date: Sat Aug 21 02:06:44 2004 +0000 577 578 Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. government 579 required notifications. The website notification went up first. 580 Clean up Wraphelp.c so that it compiles cleanly. 581 I chose the version Australian version written for R5 written by Eric 582 Eay@psych.psy.uq.oz.au, as I don't know where the original one was, and 583 didn't want to touch XFree86. 584 Make HasXdmAuth YES for xorg. 585 586commit 4a01be711a72d99e054a83e9a00a27b2fc420601 587Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 588Date: Sat Aug 7 19:22:01 2004 +0000 589 590 Check to see if array->data is NULL before we dereference it, instead of 591 after. (Prevents segfault when array->data is initialized to NULL, but 592 array->length is not set to 0.) 593 Always initialize both data & length in ARRAYs. 594 595commit 54c91c33da46e67a4efce0dd43def29c65677ed4 596Author: Egbert Eich <eich@suse.de> 597Date: Tue Jul 6 14:37:47 2004 +0000 598 599 Separated Intel drivers from default DriDrivers to avoid building them on 600 IA64 (Egbert Eich). 601 Fixed wrong function prototype (Egbert Eich). 602 Don't test for generic VGA on IA64 (Egbert Eich). 603 Fixed a segfault when accessing a structure before verifying the pointer 604 exists (Egbert Eich). 605 Added a showcache option for debugging (Egbert Eich). 606 Increase default video RAM size to 16MB when DRI is enabled and more than 607 128MB are available (Egbert Eich). Fixed lockups during mode switch. 608 Problem was introduced when attempting to copy the behavior during 609 LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before 610 I810DRIEnter(). The entire DRILeave()/Enter() scenario has been 611 commented out as it didn't seem to be necessary (Egbert Eich). 612 Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich). 613 increased MAX_DEVICES to 128 (Egbert Eich). 614 Use OS provided PCI config space access as default method (Egbert Eich). 615 Added support for Linux 2.6 proc file format. 616 Fixed unaligned accesses to pieces of the VBE info block. VESA did not 617 align elements to size (Egbert Eich). 618 619commit 11ce0b3adae5dac23d95fae62570d0a7e872055f 620Author: Egbert Eich <eich@suse.de> 621Date: Fri Apr 23 18:43:41 2004 +0000 622 623 Merging XORG-CURRENT into trunk 624 625commit d1291a78bebace4d4ccef4b552bbfd145961ee44 626Author: Egbert Eich <eich@suse.de> 627Date: Sun Mar 14 08:32:05 2004 +0000 628 629 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 630 631commit ca6d962126b1d876851293d9c0a407ff733b5558 632Author: Egbert Eich <eich@suse.de> 633Date: Wed Mar 3 12:11:28 2004 +0000 634 635 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 636 637commit 3132e3a51c671fc95ee2b88802ae30abcb177320 638Author: Egbert Eich <eich@suse.de> 639Date: Thu Feb 26 13:35:33 2004 +0000 640 641 readding XFree86's cvs IDs 642 643commit 47d1195510762af8efce38806dc75adc0bdc09cc 644Author: Egbert Eich <eich@suse.de> 645Date: Thu Feb 26 09:22:42 2004 +0000 646 647 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 648 649commit 8ecf5d371806b603b64f257e4caa1d9cbc19556d 650Author: Kaleb Keithley <kaleb@freedesktop.org> 651Date: Fri Dec 19 20:54:35 2003 +0000 652 653 XFree86 4.3.99.902 (RC 2) 654 655commit 9cfba0fa56ff1ebae9aaccf1e63049759dbd37f5 656Author: Kaleb Keithley <kaleb@freedesktop.org> 657Date: Thu Dec 4 22:02:56 2003 +0000 658 659 XFree86 4.3.99.901 (RC 1) 660 661commit c95e0de1641abf24792dcafc5a98a95986183f53 662Author: Kaleb Keithley <kaleb@freedesktop.org> 663Date: Tue Nov 25 19:28:09 2003 +0000 664 665 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 666 667commit 0200b5d9bb6a599aefbb05a2217e243ea0da387b 668Author: Kaleb Keithley <kaleb@freedesktop.org> 669Date: Fri Nov 14 16:48:48 2003 +0000 670 671 XFree86 4.3.0.1 672 673commit d1eb0ee78fbb0c109f9fa8e1bc05907608fc4299 674Author: Kaleb Keithley <kaleb@freedesktop.org> 675Date: Fri Nov 14 15:54:38 2003 +0000 676 677 R6.6 is the Xorg base-line 678