Skip to content
Snippets Groups Projects
  1. Jun 03, 2006
  2. Dec 15, 2005
  3. Dec 03, 2005
  4. Nov 20, 2005
  5. Nov 19, 2005
  6. Oct 19, 2005
  7. Oct 05, 2005
  8. Aug 04, 2005
  9. Jul 29, 2005
    • Kevin E Martin's avatar
      Various changes preparing packages for RC0: · a09401af
      Kevin E Martin authored
      - Verify and update package version numbers as needed
      - Implement versioning scheme
      - Change bug address to point to bugzilla bug entry form
      - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
          reenable it)
      - Fix makedepend to use pkgconfig and pass distcheck
      - Update build script to build macros first
      - Update modular Xorg version
  10. Jul 27, 2005
  11. Jul 03, 2005
  12. Jun 24, 2005
  13. May 17, 2005
    • Egbert Eich's avatar
      gcc4 allows to check if sentinels are correct (a sentinel is the · 1d14cc37
      Egbert Eich authored
          terminating element in a varargs list). A sentinel needs to be NULL,
          not 0 - which doesn't make a difference on 32bit but matters on 64bit.
          Furthermore it can be told that functions have a printf-like format
          string and argument list so that they can verify that both match. To
          use these features certain attributes need to be set - which are
          compiler specific. To do this we define macros which are expanded
          depending on the compiler version. For now we put those in
          include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h
          which however is not visible outside the DDX) (Bugzilla #3268).
      5 tags
      1d14cc37
  14. Aug 13, 2004
  15. Aug 11, 2004
  16. Apr 23, 2004
  17. Mar 14, 2004
  18. Mar 11, 2004
  19. Mar 09, 2004
  20. Mar 03, 2004
  21. Feb 26, 2004
  22. Nov 25, 2003
  23. Nov 14, 2003
Loading