1. 10 Mar, 2014 1 commit
    • Anton Khirnov's avatar
      Work around broken floating point limits on some systems. · e854b8f9
      Anton Khirnov authored
      The values of {FLT,DBL}_{MAX,MIN} macros on some systems (older musl
      libc, some BSD flavours) are not exactly representable, i.e.
      (double)DBL_MAX == DBL_MAX is false
      This violates (at least some interpretations of) the C99 standard and
      breaks code (e.g. in vf_fps) like
      double f = DBL_MAX;
      [...]
      if (f == DBL_MAX) { // f has not been changed yet
          [....]
      }
      e854b8f9
  2. 24 Nov, 2013 1 commit
  3. 06 Nov, 2013 1 commit
  4. 27 Aug, 2013 2 commits
  5. 21 Aug, 2013 1 commit
  6. 18 Jul, 2013 2 commits
  7. 04 Jul, 2013 1 commit
  8. 24 May, 2013 1 commit
  9. 07 Mar, 2013 1 commit
  10. 23 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      build: Plan 9 support · 4ebc6a74
      Mans Rullgard authored
      This adds support for building on Plan 9 x86-32.  The compat/plan9
      directory contains these items:
      
      - replacements for the 'head' and 'printf' shell commands
      - wrapper for main() to disable FPU exceptions
      
      Larger required changes to the system are described in the
      documentation.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      4ebc6a74
  11. 13 Oct, 2012 1 commit
  12. 15 Sep, 2012 1 commit
  13. 05 Sep, 2012 1 commit
  14. 16 Aug, 2012 2 commits
  15. 11 Jul, 2012 1 commit