projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c148b
)
Fix attribution in last commit.
author
Simon Josefsson
<simon@josefsson.org>
Mon, 8 Sep 2008 10:21:12 +0000
(12:21 +0200)
committer
Simon Josefsson
<simon@josefsson.org>
Mon, 8 Sep 2008 10:21:12 +0000
(12:21 +0200)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 0fc0019ef9ef8e5becb386d3f3bee44608fa2c57..a3c8c7edbcd777358db9a3b5c59bf555bf633898 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-7,8
+7,8
@@
required for 16-bit and 8-bit rotates.
* lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
- UINT8_MAX instead of hard-coded constants.
Suggested by Paul
- Eggert.
+ UINT8_MAX instead of hard-coded constants.
+
Suggested by Paul
Eggert.
2008-09-07 Bruno Haible <bruno@clisp.org>