bitrotate: Add 64-bit rotates.
[pspp] / ChangeLog
index 0277d1c5f63ed59077319ed95010c4de59359362..58c6e5b2a1047803411518056260229d49902fc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-09-02  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
+       <bruce.korb@gmail.com> with ideas from Ben Pfaff
+       <blp@cs.stanford.edu> and Bruno Haible <bruno@clisp.org>.
+
+       * tests/test-bitrotate.c: Add more test vectors.
+
+2008-09-02  Eric Blake  <ebb9@byu.net>
+
+       vasnprintf-posix: handle large precision via %.*d
+       * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
+       when handling it ourselves.
+       * tests/test-vasnprintf-posix.c (test_function): Add test.
+       * tests/test-snprintf-posix.h (test_function): Likewise.
+       * tests/test-sprintf-posix.h (test_function): Likewise.
+       * tests/test-vasprintf-posix.c (test_function): Likewise.
+       Reported by Alain Guibert.
+
 2008-09-01  Eric Blake  <ebb9@byu.net>
 
        c-stack: make configure-time check more robust