1. 17 Tem, 2016 1 kayıt (commit)
  2. 20 Haz, 2016 2 kayıt (commit)
  3. 26 Nis, 2016 1 kayıt (commit)
  4. 28 Ara, 2015 1 kayıt (commit)
  5. 19 Ara, 2015 1 kayıt (commit)
  6. 28 Eyl, 2014 1 kayıt (commit)
  7. 26 Agu, 2014 1 kayıt (commit)
  8. 29 Nis, 2014 2 kayıt (commit)
  9. 15 Mar, 2014 1 kayıt (commit)
  10. 24 Kas, 2013 1 kayıt (commit)
    • Stefan Krah's avatar
      1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects · 45059eb1
      Stefan Krah yazdı
         _decimal:
      
            o Make all "mpd_t to C integer" conversion functions available in both the
              64-bit and the 32-bit versions.
      
            o Make all mixed mpd_t/C integer arithmetic functions available in the
              32-bit version.
      
            o Better handling of __STDC_LIMIT_MACROS for C++ users.
      
            o Add struct tags (at the request of C++ users).
      
      2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
      45059eb1
  11. 08 Kas, 2013 4 kayıt (commit)
  12. 29 Eki, 2013 4 kayıt (commit)
  13. 29 May, 2013 3 kayıt (commit)
  14. 24 Ock, 2013 1 kayıt (commit)
  15. 16 Ock, 2013 1 kayıt (commit)
  16. 21 Ara, 2012 1 kayıt (commit)
  17. 16 Ara, 2012 1 kayıt (commit)
  18. 15 Ara, 2012 1 kayıt (commit)
  19. 10 Kas, 2012 1 kayıt (commit)
  20. 08 Kas, 2012 1 kayıt (commit)
  21. 07 Kas, 2012 2 kayıt (commit)
  22. 10 Eyl, 2012 2 kayıt (commit)
  23. 24 Agu, 2012 1 kayıt (commit)
  24. 23 Agu, 2012 1 kayıt (commit)
  25. 22 Agu, 2012 1 kayıt (commit)
  26. 28 Tem, 2012 1 kayıt (commit)
  27. 30 Haz, 2012 1 kayıt (commit)
    • Stefan Krah's avatar
      Proactive reliability fix for broken FPUs: The base conversion functions · c35a8e5c
      Stefan Krah yazdı
      use log10() to calculate the size of the output array. The current code
      has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc)
      and produces sufficiently large values for all inputs tested so far (coefficient
      sizes of 10**18 - 1 are hard to test exhaustively).
      
      The new code does not rely on the correctness of log10() and resizes
      the output arrays if the allocated space is insufficient.
      c35a8e5c
  28. 24 Haz, 2012 1 kayıt (commit)