Home | History | Annotate | Line # | Download | only in dist
      1  1.1.1.8  mrg commit c1cab28e27dd1c5a81394965248b57e490ccf2ca
      2  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3  1.1.1.8  mrg Date:   Sun Apr 9 13:27:07 2023 -0700
      4  1.1.1.8  mrg 
      5  1.1.1.8  mrg     libXfixes 6.0.1
      6  1.1.1.8  mrg     
      7  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8  1.1.1.8  mrg 
      9  1.1.1.8  mrg commit 1f908b1f27723a9a8f532ab4cc58429c2f174224
     10  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     11  1.1.1.8  mrg Date:   Sat Feb 25 09:24:30 2023 -0800
     12  1.1.1.8  mrg 
     13  1.1.1.8  mrg     Remove "All rights reserved" from Oracle copyright notices
     14  1.1.1.8  mrg     
     15  1.1.1.8  mrg     Oracle no longer includes this term in our copyright & license notices.
     16  1.1.1.8  mrg     
     17  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     18  1.1.1.8  mrg 
     19  1.1.1.8  mrg commit ad22c5ade8789cdb606b244336106a713473318c
     20  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     21  1.1.1.8  mrg Date:   Mon Feb 13 15:12:32 2023 -0800
     22  1.1.1.8  mrg 
     23  1.1.1.8  mrg     Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
     24  1.1.1.8  mrg     
     25  1.1.1.8  mrg     AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
     26  1.1.1.8  mrg     so it's time to rely on it.
     27  1.1.1.8  mrg     
     28  1.1.1.8  mrg     Clears autoconf warnings:
     29  1.1.1.8  mrg     
     30  1.1.1.8  mrg     configure.ac:44: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
     31  1.1.1.8  mrg     configure.ac:44: You should run autoupdate.
     32  1.1.1.8  mrg     aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
     33  1.1.1.8  mrg     configure.ac:44: the top level
     34  1.1.1.8  mrg     
     35  1.1.1.8  mrg     libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
     36  1.1.1.8  mrg     libtoolize: and rerunning libtoolize and aclocal.
     37  1.1.1.8  mrg     libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
     38  1.1.1.8  mrg     
     39  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     40  1.1.1.8  mrg 
     41  1.1.1.8  mrg commit 332394278b7110a774b5277bb3cfc58c42cd888c
     42  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     43  1.1.1.8  mrg Date:   Sat Nov 19 12:09:43 2022 -0800
     44  1.1.1.8  mrg 
     45  1.1.1.8  mrg     XFixesCloseDisplay: Mark codes as unused
     46  1.1.1.8  mrg     
     47  1.1.1.8  mrg     Quiets clang warning:
     48  1.1.1.8  mrg     Xfixes.c:206:46: warning: unused parameter 'codes' [-Wunused-parameter]
     49  1.1.1.8  mrg     XFixesCloseDisplay (Display *dpy, XExtCodes *codes)
     50  1.1.1.8  mrg                                                  ^
     51  1.1.1.8  mrg     
     52  1.1.1.8  mrg     Raises minimum required version of xproto to 7.0.22 (released June 2011)
     53  1.1.1.8  mrg     for the definition of _X_UNUSED
     54  1.1.1.8  mrg     
     55  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     56  1.1.1.8  mrg 
     57  1.1.1.8  mrg commit 64fc7592fd27bbee300085773247dd1737a5af1b
     58  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     59  1.1.1.8  mrg Date:   Sat Nov 19 12:05:59 2022 -0800
     60  1.1.1.8  mrg 
     61  1.1.1.8  mrg     Handle 6 of 9 -Wsign-conversion warnings from clang
     62  1.1.1.8  mrg     
     63  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     64  1.1.1.8  mrg 
     65  1.1.1.8  mrg commit 80ea445ff6865f9a04c4522c6d8b6cf940b10397
     66  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     67  1.1.1.8  mrg Date:   Sat Nov 19 11:28:19 2022 -0800
     68  1.1.1.8  mrg 
     69  1.1.1.8  mrg     Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
     70  1.1.1.8  mrg     
     71  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     72  1.1.1.8  mrg 
     73  1.1.1.8  mrg commit 26cd44cc3d2b5db5caa42d9203a866f12c039980
     74  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     75  1.1.1.8  mrg Date:   Sat Nov 19 11:18:11 2022 -0800
     76  1.1.1.8  mrg 
     77  1.1.1.8  mrg     Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
     78  1.1.1.8  mrg     
     79  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     80  1.1.1.8  mrg 
     81  1.1.1.8  mrg commit 2047abb224051d578a6a320b776a7e8a969a980c
     82  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     83  1.1.1.8  mrg Date:   Sat Nov 19 10:52:50 2022 -0800
     84  1.1.1.8  mrg 
     85  1.1.1.8  mrg     Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
     86  1.1.1.8  mrg     
     87  1.1.1.8  mrg     Wrap XFixesCheckExtension() & XFixesSimpleCheckExtension() macro
     88  1.1.1.8  mrg     bodies in do { ... } while(0) so that they use the semicolon
     89  1.1.1.8  mrg     provided by callers instead of letting it dangle as another statement.
     90  1.1.1.8  mrg     
     91  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     92  1.1.1.8  mrg 
     93  1.1.1.8  mrg commit 5129fc91b8483ec3a11e18280eac00857311edfa
     94  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     95  1.1.1.8  mrg Date:   Sat Nov 19 10:47:24 2022 -0800
     96  1.1.1.8  mrg 
     97  1.1.1.8  mrg     Quiet -Wconditional-uninitialized warnings from clang
     98  1.1.1.8  mrg     
     99  1.1.1.8  mrg     I believe these were false positives, as the variables were initialized
    100  1.1.1.8  mrg     unless the image = NULL -> if (!image) return NULL code path was followed,
    101  1.1.1.8  mrg     but this makes clang stop warning.
    102  1.1.1.8  mrg     
    103  1.1.1.8  mrg     Cursor.c:144:8: warning: variable 'nbytes' may be uninitialized when used here
    104  1.1.1.8  mrg     [-Wconditional-uninitialized]
    105  1.1.1.8  mrg         if(nbytes > nread)
    106  1.1.1.8  mrg            ^~~~~~
    107  1.1.1.8  mrg     Cursor.c:80:21: note: initialize the variable 'nbytes' to silence this warning
    108  1.1.1.8  mrg         size_t                              nbytes , nread ;
    109  1.1.1.8  mrg                                                   ^
    110  1.1.1.8  mrg                                                    = 0
    111  1.1.1.8  mrg     Cursor.c:144:17: warning: variable 'nread' may be uninitialized when used here
    112  1.1.1.8  mrg     [-Wconditional-uninitialized]
    113  1.1.1.8  mrg         if(nbytes > nread)
    114  1.1.1.8  mrg                     ^~~~~
    115  1.1.1.8  mrg     Cursor.c:80:29: note: initialize the variable 'nread' to silence this warning
    116  1.1.1.8  mrg         size_t                              nbytes , nread ;
    117  1.1.1.8  mrg                                                           ^
    118  1.1.1.8  mrg                                                            = 0
    119  1.1.1.8  mrg     
    120  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    121  1.1.1.8  mrg 
    122  1.1.1.8  mrg commit aba73d85ce4a2fc1a5fb0ec27b15415eed21ebae
    123  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    124  1.1.1.8  mrg Date:   Sat Nov 19 10:40:43 2022 -0800
    125  1.1.1.8  mrg 
    126  1.1.1.8  mrg     Mark two dpy parameters const as suggested by cppcheck
    127  1.1.1.8  mrg     
    128  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    129  1.1.1.8  mrg 
    130  1.1.1.8  mrg commit 82662a3129c59d5950b52ff4daf2e47c7a87327b
    131  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    132  1.1.1.8  mrg Date:   Sat Nov 19 10:36:54 2022 -0800
    133  1.1.1.8  mrg 
    134  1.1.1.8  mrg     Variable scope reduction as recommended by cppcheck
    135  1.1.1.8  mrg     
    136  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    137  1.1.1.8  mrg 
    138  1.1.1.8  mrg commit e56e1003ab225d383cda67eb61737bc14e92332c
    139  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    140  1.1.1.8  mrg Date:   Sat Nov 19 10:29:07 2022 -0800
    141  1.1.1.8  mrg 
    142  1.1.1.8  mrg     Remove unnecessary casts from malloc & free calls
    143  1.1.1.8  mrg     
    144  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    145  1.1.1.8  mrg 
    146  1.1.1.8  mrg commit d10ec36c81a6b488d1f700a28c5bff4714287b78
    147  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    148  1.1.1.8  mrg Date:   Sun Jul 17 13:11:17 2022 -0700
    149  1.1.1.8  mrg 
    150  1.1.1.8  mrg     gitlab CI: add a basic build test
    151  1.1.1.8  mrg     
    152  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    153  1.1.1.8  mrg 
    154  1.1.1.8  mrg commit a38941111da1fe9661fc3b9b505e0ba326d82d72
    155  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    156  1.1.1.8  mrg Date:   Sun Jul 17 13:10:06 2022 -0700
    157  1.1.1.8  mrg 
    158  1.1.1.8  mrg     Fix spelling/wording issues
    159  1.1.1.8  mrg     
    160  1.1.1.8  mrg     Found by using:
    161  1.1.1.8  mrg         codespell --builtin clear,rare,usage,informal,code,names
    162  1.1.1.8  mrg     
    163  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    164  1.1.1.8  mrg 
    165  1.1.1.8  mrg commit c454dac2c64dbf87551e957f4b0558b116621889
    166  1.1.1.8  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    167  1.1.1.8  mrg Date:   Sun Jul 17 13:09:32 2022 -0700
    168  1.1.1.8  mrg 
    169  1.1.1.8  mrg     Build xz tarballs instead of bzip2
    170  1.1.1.8  mrg     
    171  1.1.1.8  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    172  1.1.1.8  mrg 
    173  1.1.1.7  mrg commit 6fe3bd64dd82f704ed91478acb4c99ab5c00be16
    174  1.1.1.7  mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    175  1.1.1.7  mrg Date:   Wed May 12 09:34:39 2021 +1000
    176  1.1.1.7  mrg 
    177  1.1.1.7  mrg     libXfixes 6.0.0
    178  1.1.1.7  mrg     
    179  1.1.1.7  mrg     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    180  1.1.1.7  mrg 
    181  1.1.1.7  mrg commit 883f89dd39dcdae9a38e46f74a43b316180c8a19
    182  1.1.1.7  mrg Author: Olivier Fourdan <ofourdan (a] redhat.com>
    183  1.1.1.7  mrg Date:   Thu Mar 11 09:27:06 2021 +0100
    184  1.1.1.7  mrg 
    185  1.1.1.7  mrg     xfixes: Add ClientDisconnectMode
    186  1.1.1.7  mrg     
    187  1.1.1.7  mrg     The Xserver itself is capable of terminating itself once all X11 clients
    188  1.1.1.7  mrg     are gone, yet in a typical full session, there are a number of X11
    189  1.1.1.7  mrg     clients running continuously (e.g. the Xsettings daemon, IBus, etc.).
    190  1.1.1.7  mrg     
    191  1.1.1.7  mrg     Those always-running clients will prevent the Xserver from terminating,
    192  1.1.1.7  mrg     because the actual number of X11 clients will never drop to 0.
    193  1.1.1.7  mrg     
    194  1.1.1.7  mrg     To solve this issue directly at the Xserver level, this add new entries
    195  1.1.1.7  mrg     to the XFixes extension to let the X11 clients themselves specify the
    196  1.1.1.7  mrg     disconnect mode they expect.
    197  1.1.1.7  mrg     
    198  1.1.1.7  mrg     Typically, those X11 daemon clients would specify the disconnect mode
    199  1.1.1.7  mrg     XFixesClientDisconnectFlagTerminate to let the Xserver know that they
    200  1.1.1.7  mrg     should not be accounted for when checking the remaining clients prior
    201  1.1.1.7  mrg     to terminate.
    202  1.1.1.7  mrg     
    203  1.1.1.7  mrg     Signed-off-by: Olivier Fourdan <ofourdan (a] redhat.com>
    204  1.1.1.7  mrg 
    205  1.1.1.7  mrg commit 174a94975af710247719310cfc53bd13e1f3b44d
    206  1.1.1.7  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    207  1.1.1.7  mrg Date:   Sat Mar 16 12:39:31 2019 -0700
    208  1.1.1.7  mrg 
    209  1.1.1.7  mrg     Update configure.ac bug URL for gitlab migration
    210  1.1.1.7  mrg     
    211  1.1.1.7  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    212  1.1.1.7  mrg 
    213  1.1.1.7  mrg commit 1e238b40bbef0664d281432c19634df39a19b1ee
    214  1.1.1.7  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    215  1.1.1.7  mrg Date:   Mon Nov 19 21:58:32 2018 -0800
    216  1.1.1.7  mrg 
    217  1.1.1.7  mrg     Update README for gitlab migration
    218  1.1.1.7  mrg     
    219  1.1.1.7  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    220  1.1.1.7  mrg 
    221  1.1.1.7  mrg commit b9b75d74c3e78c5df70c512786d1ee6db45975aa
    222  1.1.1.7  mrg Author: Mihail Konev <k.mvc (a] ya.ru>
    223  1.1.1.7  mrg Date:   Thu Jan 26 13:52:49 2017 +1000
    224  1.1.1.7  mrg 
    225  1.1.1.7  mrg     autogen: add default patch prefix
    226  1.1.1.7  mrg     
    227  1.1.1.7  mrg     Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
    228  1.1.1.7  mrg 
    229  1.1.1.7  mrg commit 6f950642597f2f1f509c339861d9f40baf28c39b
    230  1.1.1.7  mrg Author: Emil Velikov <emil.l.velikov (a] gmail.com>
    231  1.1.1.7  mrg Date:   Mon Mar 9 12:00:52 2015 +0000
    232  1.1.1.7  mrg 
    233  1.1.1.7  mrg     autogen.sh: use quoted string variables
    234  1.1.1.7  mrg     
    235  1.1.1.7  mrg     Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    236  1.1.1.7  mrg     fall-outs, when they contain space.
    237  1.1.1.7  mrg     
    238  1.1.1.7  mrg     Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com>
    239  1.1.1.7  mrg     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    240  1.1.1.7  mrg     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    241  1.1.1.7  mrg 
    242  1.1.1.7  mrg commit 65845c5fc7098f9232cd356248aebc7db9a38095
    243  1.1.1.7  mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    244  1.1.1.7  mrg Date:   Tue Jan 24 10:32:07 2017 +1000
    245  1.1.1.7  mrg 
    246  1.1.1.7  mrg     autogen.sh: use exec instead of waiting for configure to finish
    247  1.1.1.7  mrg     
    248  1.1.1.7  mrg     Syncs the invocation of configure with the one from the server.
    249  1.1.1.7  mrg     
    250  1.1.1.7  mrg     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    251  1.1.1.7  mrg     Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
    252  1.1.1.7  mrg 
    253  1.1.1.6  mrg commit 84df9cb81cc31bbed27ba241a23ae04f61da57db
    254  1.1.1.6  mrg Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    255  1.1.1.6  mrg Date:   Tue Oct 4 21:11:55 2016 +0200
    256  1.1.1.6  mrg 
    257  1.1.1.6  mrg     libXfixes 5.0.3
    258  1.1.1.6  mrg     
    259  1.1.1.6  mrg     Signed-off-by: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    260  1.1.1.6  mrg 
    261  1.1.1.6  mrg commit 61c1039ee23a2d1de712843bed3480654d7ef42e
    262  1.1.1.6  mrg Author: Tobias Stoeckmann <tobias (a] stoeckmann.org>
    263  1.1.1.6  mrg Date:   Sun Sep 25 22:38:44 2016 +0200
    264  1.1.1.6  mrg 
    265  1.1.1.6  mrg     Integer overflow on illegal server response
    266  1.1.1.6  mrg     
    267  1.1.1.6  mrg     The 32 bit field "rep.length" is not checked for validity, which allows
    268  1.1.1.6  mrg     an integer overflow on 32 bit systems.
    269  1.1.1.6  mrg     
    270  1.1.1.6  mrg     A malicious server could send INT_MAX as length, which gets multiplied
    271  1.1.1.6  mrg     by the size of XRectangle. In that case the client won't read the whole
    272  1.1.1.6  mrg     data from server, getting out of sync.
    273  1.1.1.6  mrg     
    274  1.1.1.6  mrg     Signed-off-by: Tobias Stoeckmann <tobias (a] stoeckmann.org>
    275  1.1.1.6  mrg     Reviewed-by: Matthieu Herrb <matthieu (a] herrb.eu>
    276  1.1.1.6  mrg 
    277  1.1.1.6  mrg commit b2406ed9031991b7ddc5b76b308623afc8a590c5
    278  1.1.1.6  mrg Author: Matt Turner <mattst88 (a] gmail.com>
    279  1.1.1.6  mrg Date:   Wed May 25 18:53:28 2016 -0700
    280  1.1.1.6  mrg 
    281  1.1.1.6  mrg     libXfixes 5.0.2
    282  1.1.1.6  mrg     
    283  1.1.1.6  mrg     Signed-off-by: Matt Turner <mattst88 (a] gmail.com>
    284  1.1.1.6  mrg 
    285  1.1.1.6  mrg commit 1702cdfe45c9bdd7dacfc8f27a49f89fcd1d02c3
    286  1.1.1.6  mrg Author: Michael Joost <mehl (a] michael-joost.de>
    287  1.1.1.6  mrg Date:   Mon Nov 18 16:11:26 2013 +0100
    288  1.1.1.6  mrg 
    289  1.1.1.6  mrg     Remove fallback for _XEatDataWords, require libX11 1.6 for it
    290  1.1.1.6  mrg     
    291  1.1.1.6  mrg     _XEatDataWords was orignally introduced with the May 2013 security
    292  1.1.1.6  mrg     patches, and in order to ease the process of delivering those,
    293  1.1.1.6  mrg     fallback versions of _XEatDataWords were included in the X extension
    294  1.1.1.6  mrg     library patches so they could be applied to older versions that didn't
    295  1.1.1.6  mrg     have libX11 1.6 yet.   Now that we're past that hurdle, we can drop
    296  1.1.1.6  mrg     the fallbacks and just require libX11 1.6 for building new versions
    297  1.1.1.6  mrg     of the extension libraries.
    298  1.1.1.6  mrg     
    299  1.1.1.6  mrg     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    300  1.1.1.6  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    301  1.1.1.6  mrg 
    302  1.1.1.5  mrg commit 0cb446962381f750e05d97bfb974ca1e32481d5d
    303  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    304  1.1.1.5  mrg Date:   Tue May 28 21:11:10 2013 -0700
    305  1.1.1.5  mrg 
    306  1.1.1.5  mrg     libXfixes 5.0.1
    307  1.1.1.5  mrg     
    308  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    309  1.1.1.5  mrg 
    310  1.1.1.5  mrg commit c480fe3271873ec7471b0cbd680f4dac18ca8904
    311  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    312  1.1.1.5  mrg Date:   Sat Apr 13 10:24:08 2013 -0700
    313  1.1.1.5  mrg 
    314  1.1.1.5  mrg     integer overflow in XFixesGetCursorImage() [CVE-2013-1983]
    315  1.1.1.5  mrg     
    316  1.1.1.5  mrg     If the reported cursor dimensions or name length are too large, the
    317  1.1.1.5  mrg     calculations to allocate memory for them may overflow, leaving us
    318  1.1.1.5  mrg     writing beyond the bounds of the allocation.
    319  1.1.1.5  mrg     
    320  1.1.1.5  mrg     Reported-by: Ilja Van Sprundel <ivansprundel (a] ioactive.com>
    321  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    322  1.1.1.5  mrg 
    323  1.1.1.5  mrg commit b031e3b60fa1af9e49449f23d4a84395868be3ab
    324  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    325  1.1.1.5  mrg Date:   Sat Apr 13 10:20:59 2013 -0700
    326  1.1.1.5  mrg 
    327  1.1.1.5  mrg     Use _XEatDataWords to avoid overflow of _XEatData calculations
    328  1.1.1.5  mrg     
    329  1.1.1.5  mrg     rep.length is a CARD32, so rep.length << 2 could overflow in 32-bit builds
    330  1.1.1.5  mrg     
    331  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    332  1.1.1.5  mrg 
    333  1.1.1.5  mrg commit f870dfb47da9d43d1750ea5e5fc9288c4158f7ad
    334  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    335  1.1.1.5  mrg Date:   Sat Mar 9 09:26:05 2013 -0800
    336  1.1.1.5  mrg 
    337  1.1.1.5  mrg     XFixesFetchRegionAndBounds: use nread in call to XReadPad
    338  1.1.1.5  mrg     
    339  1.1.1.5  mrg     We already went through the trouble of calculating a variable with the
    340  1.1.1.5  mrg     amount to read, might as well use it instead of recalculating it.
    341  1.1.1.5  mrg     
    342  1.1.1.5  mrg     Also move initialization of the variable to the point it's needed/used
    343  1.1.1.5  mrg     
    344  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    345  1.1.1.5  mrg     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    346  1.1.1.5  mrg 
    347  1.1.1.5  mrg commit ad2a06d4d3c60198bc40116623153f71a208a240
    348  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    349  1.1.1.5  mrg Date:   Sat Mar 9 09:18:14 2013 -0800
    350  1.1.1.5  mrg 
    351  1.1.1.5  mrg     Remove duplicate declaration of XFixesExtensionName in Xfixesint.h
    352  1.1.1.5  mrg     
    353  1.1.1.5  mrg     Silences gcc warnings:
    354  1.1.1.5  mrg     In file included from Region.c:26:0:
    355  1.1.1.5  mrg     Xfixesint.h:52:13: warning: redundant redeclaration of 'XFixesExtensionName' [-Wredundant-decls]
    356  1.1.1.5  mrg     Xfixesint.h:34:13: note: previous declaration of 'XFixesExtensionName' was here
    357  1.1.1.5  mrg     
    358  1.1.1.5  mrg     In file included from Cursor.c:49:0:
    359  1.1.1.5  mrg     Xfixesint.h:52:13: warning: redundant redeclaration of 'XFixesExtensionName' [-Wredundant-decls]
    360  1.1.1.5  mrg     Xfixesint.h:34:13: note: previous declaration of 'XFixesExtensionName' was here
    361  1.1.1.5  mrg     
    362  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    363  1.1.1.5  mrg     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    364  1.1.1.5  mrg 
    365  1.1.1.5  mrg commit 73a0fbb479f5b7806a3dd0741be55c9abda76220
    366  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    367  1.1.1.5  mrg Date:   Fri Jan 18 23:10:01 2013 -0800
    368  1.1.1.5  mrg 
    369  1.1.1.5  mrg     Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
    370  1.1.1.5  mrg     
    371  1.1.1.5  mrg     Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
    372  1.1.1.5  mrg     
    373  1.1.1.5  mrg       - Support for the long-deprecated INCLUDES variable will be removed
    374  1.1.1.5  mrg         altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
    375  1.1.1.5  mrg         used instead.
    376  1.1.1.5  mrg     
    377  1.1.1.5  mrg     This variable was deprecated in Automake releases prior to 1.10, which is
    378  1.1.1.5  mrg     the current minimum level required to build X.
    379  1.1.1.5  mrg     
    380  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    381  1.1.1.5  mrg 
    382  1.1.1.5  mrg commit d6931eda2fe86566823437507b5d818458cfd002
    383  1.1.1.5  mrg Author: Colin Walters <walters (a] verbum.org>
    384  1.1.1.5  mrg Date:   Wed Jan 4 17:37:06 2012 -0500
    385  1.1.1.5  mrg 
    386  1.1.1.5  mrg     autogen.sh: Implement GNOME Build API
    387  1.1.1.5  mrg     
    388  1.1.1.5  mrg     http://people.gnome.org/~walters/docs/build-api.txt
    389  1.1.1.5  mrg     
    390  1.1.1.5  mrg     Signed-off-by: Adam Jackson <ajax (a] redhat.com>
    391  1.1.1.5  mrg 
    392  1.1.1.5  mrg commit 945803cdf3442f60ea25763a84b940e11653a205
    393  1.1.1.5  mrg Author: Adam Jackson <ajax (a] redhat.com>
    394  1.1.1.5  mrg Date:   Tue Jan 15 14:28:48 2013 -0500
    395  1.1.1.5  mrg 
    396  1.1.1.5  mrg     configure: Remove AM_MAINTAINER_MODE
    397  1.1.1.5  mrg     
    398  1.1.1.5  mrg     Signed-off-by: Adam Jackson <ajax (a] redhat.com>
    399  1.1.1.5  mrg 
    400  1.1.1.5  mrg commit 991eb6dad335f4915de8bb2d36d82f0346ae88fb
    401  1.1.1.5  mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    402  1.1.1.5  mrg Date:   Fri Feb 11 15:36:33 2011 +1000
    403  1.1.1.5  mrg 
    404  1.1.1.5  mrg     man: remove "current", we're way past 1.0.
    405  1.1.1.5  mrg     
    406  1.1.1.5  mrg     Claiming "the current 1.0 release" when the library is already past version
    407  1.1.1.5  mrg     4 is a tad confusing.
    408  1.1.1.5  mrg     
    409  1.1.1.5  mrg     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    410  1.1.1.5  mrg 
    411  1.1.1.5  mrg commit ca7b0066fe6f315d2499338cd133e5b1e9d11236
    412  1.1.1.5  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    413  1.1.1.5  mrg Date:   Fri Sep 16 22:19:59 2011 -0700
    414  1.1.1.5  mrg 
    415  1.1.1.5  mrg     Strip trailing whitespace
    416  1.1.1.5  mrg     
    417  1.1.1.5  mrg     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    418  1.1.1.5  mrg     git diff -w & git diff -b show no diffs from this change
    419  1.1.1.5  mrg     
    420  1.1.1.5  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    421  1.1.1.5  mrg 
    422  1.1.1.4  mrg commit 54926675a9bbb732d3317316db4958e22922ea3f
    423  1.1.1.4  mrg Author: Adam Jackson <ajax (a] redhat.com>
    424  1.1.1.4  mrg Date:   Mon Nov 22 14:50:13 2010 -0500
    425  1.1.1.4  mrg 
    426  1.1.1.4  mrg     libXfixes v5: Pointer barriers
    427  1.1.1.4  mrg     
    428  1.1.1.4  mrg     v2: Use int * for device list, consistent with libXi.
    429  1.1.1.4  mrg     v3: Update copyright year.
    430  1.1.1.4  mrg     
    431  1.1.1.4  mrg     Reviewed-by: Julien Cristau <jcristau (a] debian.org>
    432  1.1.1.4  mrg     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    433  1.1.1.4  mrg     Signed-off-by: Adam Jackson <ajax (a] redhat.com>
    434  1.1.1.4  mrg 
    435  1.1.1.4  mrg commit c301e75b0316c00599caa88d95f384d63eb8bec0
    436  1.1.1.4  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    437  1.1.1.4  mrg Date:   Wed Feb 2 11:43:42 2011 -0500
    438  1.1.1.4  mrg 
    439  1.1.1.4  mrg     config: comment, minor upgrade, quote and layout configure.ac
    440  1.1.1.4  mrg     
    441  1.1.1.4  mrg     Group statements per section as per Autoconf standard layout
    442  1.1.1.4  mrg     Quote statements where appropriate.
    443  1.1.1.4  mrg     Autoconf recommends not using dnl instead of # for comments
    444  1.1.1.4  mrg     
    445  1.1.1.4  mrg     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
    446  1.1.1.4  mrg     Add AC_CONFIG_SRCDIR([Makefile.am])
    447  1.1.1.4  mrg     Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
    448  1.1.1.4  mrg     No functional configuration changes
    449  1.1.1.4  mrg     
    450  1.1.1.4  mrg     This helps automated maintenance and release activities.
    451  1.1.1.4  mrg     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
    452  1.1.1.4  mrg 
    453  1.1.1.4  mrg commit 8196b55a4d84f40f0a0b29b4167992b45df50d70
    454  1.1.1.4  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    455  1.1.1.4  mrg Date:   Fri Jan 28 19:41:37 2011 -0500
    456  1.1.1.4  mrg 
    457  1.1.1.4  mrg     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    458  1.1.1.4  mrg     
    459  1.1.1.4  mrg     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    460  1.1.1.4  mrg 
    461  1.1.1.4  mrg commit e067891e233e3725e1fa1da72d91c5346f039d00
    462  1.1.1.4  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    463  1.1.1.4  mrg Date:   Thu Jan 27 18:50:14 2011 -0500
    464  1.1.1.4  mrg 
    465  1.1.1.4  mrg     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    466  1.1.1.4  mrg     
    467  1.1.1.4  mrg     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    468  1.1.1.4  mrg     AC_PROG_C_C99. This sets gcc with -std=gnu99.
    469  1.1.1.4  mrg     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    470  1.1.1.4  mrg     
    471  1.1.1.4  mrg     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    472  1.1.1.4  mrg 
    473  1.1.1.4  mrg commit 1b64f2594c871d1497a032285476222b29cd4537
    474  1.1.1.4  mrg Author: Fernando Carrijo <fcarrijo (a] yahoo.com.br>
    475  1.1.1.4  mrg Date:   Thu Jul 1 06:56:35 2010 -0300
    476  1.1.1.4  mrg 
    477  1.1.1.4  mrg     Purge macros NEED_EVENTS and NEED_REPLIES
    478  1.1.1.4  mrg     
    479  1.1.1.4  mrg     Signed-off-by: Fernando Carrijo <fcarrijo (a] yahoo.com.br>
    480  1.1.1.4  mrg     Acked-by: Tiago Vignatti <tiago.vignatti (a] nokia.com>
    481  1.1.1.4  mrg     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    482  1.1.1.4  mrg 
    483  1.1.1.3  mrg commit 01e803aebdfddfce6374b03e5f31723698aa0c00
    484  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    485  1.1.1.3  mrg Date:   Wed Jun 9 20:18:25 2010 -0700
    486  1.1.1.3  mrg 
    487  1.1.1.3  mrg     libXfixes 4.0.5
    488  1.1.1.3  mrg     
    489  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    490  1.1.1.3  mrg 
    491  1.1.1.3  mrg commit 7d08b9841ce01628881969b9cdd08d732c87aad7
    492  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    493  1.1.1.3  mrg Date:   Tue Jun 8 19:14:44 2010 -0700
    494  1.1.1.3  mrg 
    495  1.1.1.3  mrg     Fix .TH values in Xfixes.man
    496  1.1.1.3  mrg     
    497  1.1.1.3  mrg     Requires xorg-macros 1.8 in order to get the updated XORG_MANPAGE_SECTIONS
    498  1.1.1.3  mrg     that sets $(SED) & $(MAN_SUBSTS) from configure for us.
    499  1.1.1.3  mrg     
    500  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    501  1.1.1.3  mrg     Reviewed-by: Dan Nicholson <dbn.lists (a] gmail.com>
    502  1.1.1.3  mrg 
    503  1.1.1.3  mrg commit e81d298c3dd043ee2234156f81d75cac394ad896
    504  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    505  1.1.1.3  mrg Date:   Tue Jun 8 19:04:01 2010 -0700
    506  1.1.1.3  mrg 
    507  1.1.1.3  mrg     Sun's copyrights now belong to Oracle
    508  1.1.1.3  mrg     
    509  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    510  1.1.1.3  mrg 
    511  1.1.1.3  mrg commit bdebfcf8096b7403c5e59501d73e5b73d2e65f15
    512  1.1.1.3  mrg Author: Jamey Sharp <jamey (a] minilop.net>
    513  1.1.1.3  mrg Date:   Fri Apr 9 17:26:31 2010 -0700
    514  1.1.1.3  mrg 
    515  1.1.1.3  mrg     Always call SyncHandle after issuing an X request.
    516  1.1.1.3  mrg 
    517  1.1.1.3  mrg commit e09464e0ec1f6994272f3ef324b7fa77329948d4
    518  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    519  1.1.1.3  mrg Date:   Mon Mar 29 16:50:34 2010 -0400
    520  1.1.1.3  mrg 
    521  1.1.1.3  mrg     config: update AC_PREREQ statement to 2.60
    522  1.1.1.3  mrg     
    523  1.1.1.3  mrg     Unrelated to the previous patches, the new value simply reflects
    524  1.1.1.3  mrg     the reality that the minimum level for autoconf to configure
    525  1.1.1.3  mrg     all x.org modules is 2.60 dated June 2006.
    526  1.1.1.3  mrg     
    527  1.1.1.3  mrg     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    528  1.1.1.3  mrg     
    529  1.1.1.3  mrg     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    530  1.1.1.3  mrg 
    531  1.1.1.3  mrg commit 946578b59ced5d828b0ad62fe96fc6d9bb31008a
    532  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    533  1.1.1.3  mrg Date:   Mon Mar 29 14:53:48 2010 -0400
    534  1.1.1.3  mrg 
    535  1.1.1.3  mrg     config: remove the pkgconfig pc.in file from EXTRA_DIST
    536  1.1.1.3  mrg     
    537  1.1.1.3  mrg     Automake always includes it in the tarball.
    538  1.1.1.3  mrg     
    539  1.1.1.3  mrg     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    540  1.1.1.3  mrg 
    541  1.1.1.3  mrg commit e3acd4a80b246166bb971095ff598944fb59281b
    542  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    543  1.1.1.3  mrg Date:   Thu Jan 14 19:09:28 2010 -0800
    544  1.1.1.3  mrg 
    545  1.1.1.3  mrg     Update Sun license notices to current X.Org standard form
    546  1.1.1.3  mrg     
    547  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    548  1.1.1.3  mrg 
    549  1.1.1.3  mrg commit 43397a8cb586caefc60787c98792ae2aae43fddf
    550  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    551  1.1.1.3  mrg Date:   Thu Jan 14 19:07:17 2010 -0800
    552  1.1.1.3  mrg 
    553  1.1.1.3  mrg     Purge CVS/RCS id tags
    554  1.1.1.3  mrg     
    555  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    556  1.1.1.3  mrg 
    557  1.1.1.3  mrg commit e27e229cf7f1809b1997dcafc147e512b0fb014d
    558  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    559  1.1.1.3  mrg Date:   Thu Jan 14 15:54:31 2010 -0500
    560  1.1.1.3  mrg 
    561  1.1.1.3  mrg     COPYING: add missing copyright notice.
    562  1.1.1.3  mrg     
    563  1.1.1.3  mrg     Refer to: Cursor.c
    564  1.1.1.3  mrg     Copyright  2006 Sun Microsystems
    565  1.1.1.3  mrg     
    566  1.1.1.3  mrg     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    567  1.1.1.3  mrg     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    568  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    569  1.1.1.3  mrg 
    570  1.1.1.3  mrg commit 9e1da45e4cc425f1aa8bc7021645372cad93f029
    571  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    572  1.1.1.3  mrg Date:   Fri Nov 27 20:56:04 2009 -0500
    573  1.1.1.3  mrg 
    574  1.1.1.3  mrg     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    575  1.1.1.3  mrg     
    576  1.1.1.3  mrg     Now that the INSTALL file is generated.
    577  1.1.1.3  mrg     Allows running make maintainer-clean.
    578  1.1.1.3  mrg 
    579  1.1.1.3  mrg commit b228e13d654f07297cc40cabe81fdb50469c1e83
    580  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    581  1.1.1.3  mrg Date:   Wed Oct 28 14:09:10 2009 -0400
    582  1.1.1.3  mrg 
    583  1.1.1.3  mrg     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    584  1.1.1.3  mrg     
    585  1.1.1.3  mrg     Add missing INSTALL file. Use standard GNU file on building tarball
    586  1.1.1.3  mrg     README may have been updated
    587  1.1.1.3  mrg     Remove AUTHORS file as it is empty and no content available yet.
    588  1.1.1.3  mrg     Remove NEWS file as it is empty and no content available yet.
    589  1.1.1.3  mrg 
    590  1.1.1.3  mrg commit 12e260765e880ffe2e078e6eb399bd137116d2cc
    591  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    592  1.1.1.3  mrg Date:   Mon Oct 26 22:08:43 2009 -0400
    593  1.1.1.3  mrg 
    594  1.1.1.3  mrg     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    595  1.1.1.3  mrg     
    596  1.1.1.3  mrg     ChangeLog filename is known to Automake and requires no further
    597  1.1.1.3  mrg     coding in the makefile.
    598  1.1.1.3  mrg 
    599  1.1.1.3  mrg commit 82d17ac11ced59195eb160464b011546ca72a5c7
    600  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    601  1.1.1.3  mrg Date:   Thu Oct 22 12:34:19 2009 -0400
    602  1.1.1.3  mrg 
    603  1.1.1.3  mrg     .gitignore: use common defaults with custom section # 24239
    604  1.1.1.3  mrg     
    605  1.1.1.3  mrg     Using common defaults will reduce errors and maintenance.
    606  1.1.1.3  mrg     Only the very small or inexistent custom section need periodic maintenance
    607  1.1.1.3  mrg     when the structure of the component changes. Do not edit defaults.
    608  1.1.1.3  mrg 
    609  1.1.1.3  mrg commit 55d7359a38e2e461a1320872bf955a298f06abd2
    610  1.1.1.3  mrg Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
    611  1.1.1.3  mrg Date:   Wed Oct 21 12:47:25 2009 -0700
    612  1.1.1.3  mrg 
    613  1.1.1.3  mrg     This is not a GNU project, so declare it foreign.
    614  1.1.1.3  mrg     
    615  1.1.1.3  mrg     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
    616  1.1.1.3  mrg     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
    617  1.1.1.3  mrg     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
    618  1.1.1.3  mrg     > > was quite annoying to work around since 'autoreconf -fvi' replaces
    619  1.1.1.3  mrg     > > it and git wants to commit it.  Should these files even be in git?
    620  1.1.1.3  mrg     > > Can I nuke them for the betterment of humanity and since they get
    621  1.1.1.3  mrg     > > created by autoreconf anyways?
    622  1.1.1.3  mrg     >
    623  1.1.1.3  mrg     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
    624  1.1.1.3  mrg     
    625  1.1.1.3  mrg     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
    626  1.1.1.3  mrg     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
    627  1.1.1.3  mrg     of the INSTALL file. It is also part of the 24206 solution.
    628  1.1.1.3  mrg     
    629  1.1.1.3  mrg     Signed-off-by: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
    630  1.1.1.3  mrg 
    631  1.1.1.2  mrg commit ed2f91926bcef1610abe3c9cef61b1bb1c918ec8
    632  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    633  1.1.1.2  mrg Date:   Thu Oct 8 08:45:02 2009 -0700
    634      1.1  mrg 
    635  1.1.1.2  mrg     libXfixes 4.0.4
    636  1.1.1.2  mrg     
    637  1.1.1.2  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    638      1.1  mrg 
    639  1.1.1.2  mrg commit dc9e2c696121f677065919bc5b011eb650791831
    640  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    641  1.1.1.2  mrg Date:   Thu Oct 8 08:44:24 2009 -0700
    642      1.1  mrg 
    643  1.1.1.2  mrg     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    644  1.1.1.2  mrg     
    645  1.1.1.2  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    646      1.1  mrg 
    647  1.1.1.2  mrg commit c83a721ba0b142177b3f01dd0c0a5e47e06a991a
    648  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    649  1.1.1.2  mrg Date:   Mon Feb 2 20:34:33 2009 -0800
    650      1.1  mrg 
    651  1.1.1.2  mrg     Add README with pointers to mailing list, bugzilla & git repos
    652  1.1.1.2  mrg     
    653  1.1.1.2  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    654      1.1  mrg 
    655  1.1.1.2  mrg commit 9784df5ba9f04163da7486c005eaf2383c37b127
    656  1.1.1.2  mrg Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
    657  1.1.1.2  mrg Date:   Thu Jan 29 17:40:24 2009 -0200
    658      1.1  mrg 
    659  1.1.1.2  mrg     Janitor: Correct make distcheck and gcc/sparse warnings.
    660      1.1  mrg 
    661  1.1.1.2  mrg commit 839ef4a38dceec053c3fb33878e59eb26bd8d580
    662  1.1.1.2  mrg Author: Peter Hutterer <peter (a] cs.unisa.edu.au>
    663  1.1.1.2  mrg Date:   Mon May 19 17:31:04 2008 +0930
    664      1.1  mrg 
    665  1.1.1.2  mrg     Rename parameters to clarify QueryVersion/QueryExtension.
    666  1.1.1.2  mrg     
    667  1.1.1.2  mrg     These parameters are not treated as input. Rename them to make the inner
    668  1.1.1.2  mrg     workings slightly more obvious.
    669  1.1.1.2  mrg     
    670  1.1.1.2  mrg     X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
    671      1.1  mrg 
    672  1.1.1.2  mrg commit d7778d80356f9a7f0bc4ffd0f0cf0bfa86928249
    673  1.1.1.2  mrg Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    674  1.1.1.2  mrg Date:   Sun Mar 9 08:19:27 2008 +0100
    675      1.1  mrg 
    676  1.1.1.2  mrg     nuke RCS Ids
    677      1.1  mrg 
    678  1.1.1.2  mrg commit e211f3647823d89dd25a1cff8981c3154a6c429d
    679  1.1.1.2  mrg Author: James Cloos <cloos (a] jhcloos.com>
    680  1.1.1.2  mrg Date:   Thu Dec 6 16:38:28 2007 -0500
    681      1.1  mrg 
    682  1.1.1.2  mrg     Replace static ChangeLog with dist-hook to generate from git log
    683      1.1  mrg 
    684  1.1.1.2  mrg commit cad41f810023db454f33feea4f89d4d053737732
    685  1.1.1.2  mrg Author: Daniel Stone <daniel (a] fooishbar.org>
    686  1.1.1.2  mrg Date:   Wed Nov 8 16:14:41 2006 +0200
    687      1.1  mrg 
    688  1.1.1.2  mrg     bump to 4.0.3
    689      1.1  mrg 
    690  1.1.1.2  mrg commit 9dc7945eaa9216bf7b0056e815fba5bf8b5ded07
    691  1.1.1.2  mrg Author: Lars Knoll <lars (a] trolltech.com>
    692  1.1.1.2  mrg Date:   Sun Oct 15 14:13:14 2006 -0700
    693      1.1  mrg 
    694  1.1.1.2  mrg     Don't unlock the Display when you have not locked it.
    695  1.1.1.2  mrg     
    696  1.1.1.2  mrg     Acked-by: Jamey Sharp <jamey (a] minilop.net>
    697      1.1  mrg 
    698  1.1.1.2  mrg commit fcd9a56f0614521127d82954c4a4d77c92e62e53
    699  1.1.1.2  mrg Author: Adam Jackson <ajax (a] benzedrine.nwnk.net>
    700  1.1.1.2  mrg Date:   Fri Oct 13 16:12:54 2006 -0400
    701      1.1  mrg 
    702  1.1.1.2  mrg     Bump to 4.0.2
    703      1.1  mrg 
    704  1.1.1.2  mrg commit 8b43f6b0b5d77ab33efc50e4b1f588e51d029eb8
    705  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    706  1.1.1.2  mrg Date:   Wed Sep 27 19:03:11 2006 -0700
    707      1.1  mrg 
    708  1.1.1.2  mrg     Add *~ to .gitignore to skip over emacs droppings
    709      1.1  mrg 
    710  1.1.1.2  mrg commit 6c4d82990973b02a756ab3ba83ea345fed4bf87e
    711  1.1.1.2  mrg Author: Stuart Kreitman <stuart.kreitman (a] sun.com>
    712  1.1.1.2  mrg Date:   Wed Sep 27 19:02:02 2006 -0700
    713      1.1  mrg 
    714  1.1.1.2  mrg     Sun bug #5099413/Xorg bugzilla #1554: Gnopernicus full-screen mag not working
    715  1.1.1.2  mrg     
    716  1.1.1.2  mrg     Sun bug #5099413: Gnopernicus full-screen magnification not working
    717  1.1.1.2  mrg     <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5099413>
    718  1.1.1.2  mrg     
    719  1.1.1.2  mrg     includes fix for Xorg bug #1554: rect defined in XFixesInvertRegion is not used
    720  1.1.1.2  mrg     <https://bugs.freedesktop.org/show_bug.cgi?id=1554>
    721      1.1  mrg 
    722  1.1.1.2  mrg commit cd58068a11dbec3a17099fb699885e5e20e6ae36
    723  1.1.1.2  mrg Author: David Nusinow <dnusinow (a] debian.org>
    724  1.1.1.2  mrg Date:   Mon Sep 18 18:24:29 2006 -0400
    725      1.1  mrg 
    726  1.1.1.2  mrg     Add 01_include_xlib.h.diff. Xfixes.h relies on the "Bool" define from
    727  1.1.1.2  mrg     X11/Xlib.h but did not include that header (directly or indirectly)
    728  1.1.1.2  mrg     See debian bug #372756
    729      1.1  mrg 
    730  1.1.1.2  mrg commit 78e08086c13b2053f7cf1f74a8ec49b7e970a420
    731  1.1.1.2  mrg Author: Tilman Sauerbeck <tilman (a] code-monkey.de>
    732  1.1.1.2  mrg Date:   Fri Sep 1 17:12:39 2006 +0200
    733      1.1  mrg 
    734  1.1.1.2  mrg     Bug #4902: _XRead32() expects a signed long pointer on 64 bit systems.
    735      1.1  mrg 
    736  1.1.1.2  mrg commit 4ac8fb34617e392a5af35bf34d86df61903ec482
    737  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    738  1.1.1.2  mrg Date:   Thu Jul 13 14:58:54 2006 -0700
    739      1.1  mrg 
    740  1.1.1.2  mrg     renamed: .cvsignore -> .gitignore
    741      1.1  mrg 
    742  1.1.1.2  mrg commit f506712c5117d48cee6b36bc8b9ef1760b0506d6
    743  1.1.1.2  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    744  1.1.1.2  mrg Date:   Fri May 12 15:18:54 2006 +0000
    745  1.1.1.2  mrg 
    746  1.1.1.2  mrg     Fix the soversion to 3.1.0.
    747  1.1.1.2  mrg 
    748  1.1.1.2  mrg commit 2284047bd919826e2ef1a8898eabfc3c8ec5d1a8
    749  1.1.1.2  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    750  1.1.1.2  mrg Date:   Fri Apr 28 20:53:15 2006 +0000
    751  1.1.1.2  mrg 
    752  1.1.1.2  mrg     Bump to 4.0
    753  1.1.1.2  mrg 
    754  1.1.1.2  mrg commit 0ce5551f030c27705b3828b41647824577e30f74
    755  1.1.1.2  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    756  1.1.1.2  mrg Date:   Mon Apr 3 00:58:13 2006 +0000
    757  1.1.1.2  mrg 
    758  1.1.1.2  mrg     Coverity #576: Plug a leak on the error path.
    759  1.1.1.2  mrg 
    760  1.1.1.2  mrg commit e9e432a987682ee16ed0dbc1e9b520fa5720150c
    761  1.1.1.2  mrg Author: Deron Johnson <deron.johnson (a] sun.com>
    762  1.1.1.2  mrg Date:   Mon Mar 13 21:59:05 2006 +0000
    763  1.1.1.2  mrg 
    764  1.1.1.2  mrg     Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3:
    765  1.1.1.2  mrg         CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version
    766  1.1.1.2  mrg         4.0: XFixesHideCursor, XFixesShowCursor
    767  1.1.1.2  mrg 
    768  1.1.1.2  mrg commit 96275f0b9f97be0fd9e002fd14bce4f4a015278a
    769  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    770  1.1.1.2  mrg Date:   Thu Dec 15 00:24:29 2005 +0000
    771  1.1.1.2  mrg 
    772  1.1.1.2  mrg     Update package version number for final X11R7 release candidate.
    773  1.1.1.2  mrg 
    774  1.1.1.2  mrg commit c775b60f1aec6730be283cba3e9ba4b2348fb6ba
    775  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    776  1.1.1.2  mrg Date:   Tue Dec 6 22:48:43 2005 +0000
    777  1.1.1.2  mrg 
    778  1.1.1.2  mrg     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
    779  1.1.1.2  mrg 
    780  1.1.1.2  mrg commit eb7159b541fe31d0d84313b49503bedd44a95bec
    781  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    782  1.1.1.2  mrg Date:   Sat Dec 3 05:49:43 2005 +0000
    783  1.1.1.2  mrg 
    784  1.1.1.2  mrg     Update package version number for X11R7 RC3 release.
    785  1.1.1.2  mrg 
    786  1.1.1.2  mrg commit be6cbf68064b4d45f77cbb0a1d4670e9789d2343
    787  1.1.1.2  mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    788  1.1.1.2  mrg Date:   Mon Nov 28 22:03:05 2005 +0000
    789  1.1.1.2  mrg 
    790  1.1.1.2  mrg     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
    791  1.1.1.2  mrg         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
    792  1.1.1.2  mrg 
    793  1.1.1.2  mrg commit 4b9884c72b23b276eeb2b2e6b3c749fbb54fdc36
    794  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    795  1.1.1.2  mrg Date:   Sat Nov 19 07:15:41 2005 +0000
    796  1.1.1.2  mrg 
    797  1.1.1.2  mrg     Update pkgconfig files to separate library build-time dependencies from
    798  1.1.1.2  mrg         application build-time dependencies, and update package deps to work
    799  1.1.1.2  mrg         with separate build roots.
    800  1.1.1.2  mrg 
    801  1.1.1.2  mrg commit 593a37675b72053c36924785a2fea51a06ad1c37
    802  1.1.1.2  mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    803  1.1.1.2  mrg Date:   Sun Nov 13 01:48:25 2005 +0000
    804  1.1.1.2  mrg 
    805  1.1.1.2  mrg     Use sed to substitute variables in man pages.
    806  1.1.1.2  mrg 
    807  1.1.1.2  mrg commit b21e46646371edbf7155eae621fefc0b572b006e
    808  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    809  1.1.1.2  mrg Date:   Wed Nov 9 21:31:20 2005 +0000
    810  1.1.1.2  mrg 
    811  1.1.1.2  mrg     Bump version numbers for X11R6.9/X11R7 RC2.
    812  1.1.1.2  mrg 
    813  1.1.1.2  mrg commit 097f483e522f721eae4816e659237da94a4796d3
    814  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    815  1.1.1.2  mrg Date:   Wed Nov 9 21:19:13 2005 +0000
    816  1.1.1.2  mrg 
    817  1.1.1.2  mrg     Update package version number for X11R7 RC2 release.
    818  1.1.1.2  mrg 
    819  1.1.1.2  mrg commit 750cac0b61ecde7489ea98e69f60417d169329c7
    820  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    821  1.1.1.2  mrg Date:   Tue Nov 1 15:11:51 2005 +0000
    822  1.1.1.2  mrg 
    823  1.1.1.2  mrg     Update pkgcheck dependencies to work with separate build roots.
    824  1.1.1.2  mrg 
    825  1.1.1.2  mrg commit 92f0e71679f00f6ce18f445f505962bd1c6c8141
    826  1.1.1.2  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    827  1.1.1.2  mrg Date:   Wed Oct 26 22:27:27 2005 +0000
    828  1.1.1.2  mrg 
    829  1.1.1.2  mrg     Bug #4868: Add check for xproto.
    830  1.1.1.2  mrg 
    831  1.1.1.2  mrg commit 15fba21d80922c8f93f5406b0616022b92eaa5c1
    832  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    833  1.1.1.2  mrg Date:   Fri Jul 29 21:22:51 2005 +0000
    834  1.1.1.2  mrg 
    835  1.1.1.2  mrg     Various changes preparing packages for RC0:
    836  1.1.1.2  mrg     - Verify and update package version numbers as needed
    837  1.1.1.2  mrg     - Implement versioning scheme
    838  1.1.1.2  mrg     - Change bug address to point to bugzilla bug entry form
    839  1.1.1.2  mrg     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    840  1.1.1.2  mrg         reenable it)
    841  1.1.1.2  mrg     - Fix makedepend to use pkgconfig and pass distcheck
    842  1.1.1.2  mrg     - Update build script to build macros first
    843  1.1.1.2  mrg     - Update modular Xorg version
    844  1.1.1.2  mrg 
    845  1.1.1.2  mrg commit c6bd02dc03af0e475d2396d5c399201969348151
    846  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    847  1.1.1.2  mrg Date:   Sat Jul 23 05:27:00 2005 +0000
    848  1.1.1.2  mrg 
    849  1.1.1.2  mrg     Fix distchecks
    850  1.1.1.2  mrg 
    851  1.1.1.2  mrg commit abdd66912a8c9087ae171b62c9910af8bb00e437
    852  1.1.1.2  mrg Author: Daniel Stone <daniel (a] fooishbar.org>
    853  1.1.1.2  mrg Date:   Sat Jul 16 07:06:31 2005 +0000
    854  1.1.1.2  mrg 
    855  1.1.1.2  mrg     Set soversion to 3.0.0 using -version-number.
    856  1.1.1.2  mrg 
    857  1.1.1.2  mrg commit 366322d9d9354ed80fde808322207ee57599f7cb
    858  1.1.1.2  mrg Author: Keith Packard <keithp (a] keithp.com>
    859  1.1.1.2  mrg Date:   Sat Jul 9 06:18:56 2005 +0000
    860  1.1.1.2  mrg 
    861  1.1.1.2  mrg     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
    862  1.1.1.2  mrg 
    863  1.1.1.2  mrg commit c3c7a139e8a4c01aa55a19ecc9a1acf7dad5bbe7
    864  1.1.1.2  mrg Author: Daniel Stone <daniel (a] fooishbar.org>
    865  1.1.1.2  mrg Date:   Sun Jul 3 07:00:56 2005 +0000
    866  1.1.1.2  mrg 
    867  1.1.1.2  mrg     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
    868  1.1.1.2  mrg     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
    869  1.1.1.2  mrg     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
    870  1.1.1.2  mrg         source files in the xserver/xorg tree, predicated on defines of
    871  1.1.1.2  mrg         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
    872  1.1.1.2  mrg         <X11/fonts/foo.h>.
    873  1.1.1.2  mrg 
    874  1.1.1.2  mrg commit 3afe915a1bc5243229d8c31dc6e3023b92821911
    875  1.1.1.2  mrg Author: Kevin E Martin <kem (a] kem.org>
    876  1.1.1.2  mrg Date:   Sat Jul 2 06:35:03 2005 +0000
    877  1.1.1.2  mrg 
    878  1.1.1.2  mrg     Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
    879  1.1.1.2  mrg 
    880  1.1.1.2  mrg commit e1825a381734f2bb98430329179b047ec8ca5cb5
    881  1.1.1.2  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    882  1.1.1.2  mrg Date:   Thu May 19 00:22:32 2005 +0000
    883  1.1.1.2  mrg 
    884  1.1.1.2  mrg     revert last change, didn't do right thing at all, sorry for the noise
    885  1.1.1.2  mrg 
    886  1.1.1.2  mrg commit 4b09a3bfa3b3fa43230cb8ebc5d84257b31473bc
    887  1.1.1.2  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    888  1.1.1.2  mrg Date:   Thu May 19 00:10:08 2005 +0000
    889  1.1.1.2  mrg 
    890  1.1.1.2  mrg     Require automake 1.7 in AM_INIT_AUTOMAKE
    891  1.1.1.2  mrg 
    892  1.1.1.2  mrg commit 1406e1cbe2cf76e6e056377af831f9fdf710e487
    893  1.1.1.8  mrg Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    894  1.1.1.2  mrg Date:   Tue May 17 17:02:24 2005 +0000
    895  1.1.1.2  mrg 
    896  1.1.1.2  mrg     Conditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes
    897  1.1.1.2  mrg 
    898  1.1.1.2  mrg commit 03d31637787906378bc2809758b6dbfe79ea55ad
    899  1.1.1.8  mrg Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    900  1.1.1.2  mrg Date:   Tue May 17 16:11:26 2005 +0000
    901  1.1.1.2  mrg 
    902  1.1.1.2  mrg     Remove rest of half-removed if statement
    903  1.1.1.2  mrg     remove irrelevant entries
    904  1.1.1.2  mrg 
    905  1.1.1.2  mrg commit 7d85687a6d8319ac1a48e0294228632ffbefdc8a
    906  1.1.1.8  mrg Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    907  1.1.1.2  mrg Date:   Tue May 17 15:22:23 2005 +0000
    908  1.1.1.2  mrg 
    909  1.1.1.2  mrg     And here
    910  1.1.1.2  mrg 
    911  1.1.1.2  mrg commit 8424a78dff9a51f7f6ccbfe111a78242867ccdf4
    912  1.1.1.8  mrg Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    913  1.1.1.2  mrg Date:   Tue May 17 15:21:58 2005 +0000
    914  1.1.1.2  mrg 
    915  1.1.1.2  mrg     Check in Makefile.am here
    916  1.1.1.2  mrg 
    917  1.1.1.2  mrg commit 23a209b91fd011539c6d9a9447860dac4e12eae9
    918  1.1.1.8  mrg Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    919  1.1.1.2  mrg Date:   Tue May 17 15:21:14 2005 +0000
    920  1.1.1.2  mrg 
    921  1.1.1.2  mrg     Really check in the build system for Xfixes
    922  1.1.1.2  mrg 
    923  1.1.1.2  mrg commit 58394a76ec740d0242097975e25ce6a6f148cb9d
    924  1.1.1.2  mrg Author: Markus Kuhn <Markus.Kuhn (a] cl.cam.ac.uk>
    925  1.1.1.2  mrg Date:   Sat Dec 4 00:42:47 2004 +0000
    926  1.1.1.2  mrg 
    927  1.1.1.2  mrg     Encoding of numerous files changed to UTF-8
    928  1.1.1.2  mrg 
    929  1.1.1.2  mrg commit b083c691fe7707146f728e563247a18aa601c19b
    930  1.1.1.2  mrg Author: Eric Anholt <anholt (a] freebsd.org>
    931  1.1.1.2  mrg Date:   Sat Jul 31 05:50:39 2004 +0000
    932  1.1.1.2  mrg 
    933  1.1.1.2  mrg     Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:
    934  1.1.1.2  mrg     - Update Xfixes headers to protocol major version 3.
    935  1.1.1.2  mrg     - Add composite headers.
    936  1.1.1.2  mrg     - Add libXfixes, libXdamage, and libXcomposite.
    937  1.1.1.2  mrg     - Add imake glue for new libraries, but leave Composite off by default
    938  1.1.1.2  mrg         until issues are resolved.
    939