1. 13 Sep, 2011 1 commit
  2. 07 Sep, 2011 1 commit
  3. 23 Aug, 2011 1 commit
  4. 19 Aug, 2011 1 commit
  5. 17 Aug, 2011 1 commit
  6. 09 Aug, 2011 2 commits
  7. 22 Jul, 2011 1 commit
  8. 13 Jul, 2011 2 commits
  9. 12 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      doc: Improve references to external URLs. · 2cb6dec6
      Diego Biurrun authored
      Sometimes it makes sense to replace a raw URL with some informative text
      that links to the URL instead of using the raw URL itself in the text.
      Also transform some mailing list references into links.
      2cb6dec6
  10. 08 Jul, 2011 6 commits
  11. 07 Jul, 2011 2 commits
  12. 24 Jun, 2011 2 commits
  13. 22 Jun, 2011 2 commits
  14. 27 May, 2011 2 commits
  15. 26 May, 2011 1 commit
  16. 23 May, 2011 1 commit
  17. 15 May, 2011 1 commit
  18. 12 May, 2011 1 commit
    • Diego Biurrun's avatar
      configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. · 046f081b
      Diego Biurrun authored
      Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
      since it causes certain system functions to be hidden on some (BSD) systems.
      The solution is to only add the flag on systems that really require it, i.e.
      glibc-based ones.
      
      This change makes BSD systems compile out-of-the-box without the need for
      adding specific flags manually.  It also allows dropping a number of flags
      set manually on a file-per-file basis, but were only present to work around
      breakage introduced by the presence of _POSIX_C_SOURCE.
      
      Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems.  We use XSI extensions
      in several places already, so it is preferable to define it globally instead
      of littering source files with individual #defines only needed for glibc.
      046f081b
  19. 11 May, 2011 1 commit
  20. 01 May, 2011 1 commit
  21. 29 Apr, 2011 1 commit
  22. 26 Apr, 2011 2 commits
  23. 24 Apr, 2011 2 commits
  24. 23 Apr, 2011 1 commit
  25. 22 Apr, 2011 3 commits