An error occurred while loading commits
  1. 07 May, 2020 5 commits
  2. 10 May, 2019 1 commit
    • Ulrich Sibiller's avatar
      Die XTESTEXT1, die! · b32a984f
      Ulrich Sibiller authored
        commit a73e0f8cdfec1c9199ffe696146ba7d677c4c10d
        Author: Daniel Stone <daniel@fooishbar.org>
        Date:   Thu Jun 1 18:47:47 2006 +0000
      
          Die XTESTEXT1, die!
      
      Citing an email from the xorg-modular mailing list:
      
      On Tuesday 21 February 2006 23:04, Enrico Weigelt wrote:
      > Hi folks,
      >
      > I'm wondering what's the difference between XTEST and XTESTEXT1
      > (the second one can be configured w/ my current patch ...)
      > Are they both the same ( -> XTest extension ) ?
      > Can I put both symbols together ?
      
      They're not the same extension.  XTest is the one you want, if you want
      either.  The other hasn't been built by default in ages and I should probably
      go ahead and nuke it from the tree.
      
      - ajax
      b32a984f
  3. 03 Jul, 2018 1 commit
  4. 26 Feb, 2018 2 commits
  5. 07 Feb, 2018 1 commit
  6. 17 Nov, 2017 1 commit
  7. 28 Jun, 2017 1 commit
  8. 01 Mar, 2017 9 commits
  9. 08 Feb, 2017 9 commits
  10. 04 Dec, 2016 1 commit
  11. 17 Nov, 2016 1 commit
  12. 02 Nov, 2016 4 commits
  13. 31 Oct, 2016 1 commit
  14. 19 Oct, 2016 2 commits
  15. 10 Oct, 2016 1 commit
    • Ulrich Sibiller's avatar
      Use both __APPLE__ and __DARWIN__ defines · b8de7bf6
      Ulrich Sibiller authored
      Imake unsets __APPLE__ and sets __DARWIN__ instead while autoconf seems to use
      __APPLE__ and not __DARWIN__ anymore.
      
      This way we should stay safe for now. Can be changed to __APPLE__ when
      we switch to modular.
      b8de7bf6