]> granicus.if.org Git - libexpat/commitdiff
siphash.h: Compress change log a bit
authorSebastian Pipping <sebastian@pipping.org>
Fri, 23 Jun 2017 19:00:33 +0000 (21:00 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Fri, 23 Jun 2017 19:06:20 +0000 (21:06 +0200)
expat/lib/siphash.h

index 1e1813a66b8674d81200c79cb14a68aba71dd2ca..1b930c3a2fcab8aca6b2a93611d2e415a479fe1e 100644 (file)
@@ -15,9 +15,6 @@
  *   - Address Win64 compile warnings
  *
  * 2017-06-18  (Sebastian Pipping)
- *   - Address lack of stdint.h for Visual Studio 2003 to 2008
- *
- * 2017-06-10  (Sebastian Pipping)
  *   - Clarify license note in the header
  *   - Address C89 issues:
  *     - Stop using inline keyword (and let compiler decide)
@@ -25,6 +22,7 @@
  *     - Replace _Bool by int
  *     - Turn macro siphash24 into a function
  *     - Address invalid conversion (void pointer) by explicit cast
+ *   - Address lack of stdint.h for Visual Studio 2003 to 2008
  *   - Always expose sip24_valid (for self-tests)
  *
  * 2012-11-04 - Born.  (William Ahern)