summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-25 21:27:14 +0200
committerJim Meyering <jim@meyering.net>2007-09-25 21:27:14 +0200
commit0359c2e1cad84b1c5008c622afd47cd10db2f55d (patch)
tree090678be2875b9e3ccb4f8d9c29d0e6c42fb8312 /ChangeLog
parente2a6cbca3ba9f2a198c741a1fec6f27c6cb198d8 (diff)
downloadcoreutils-0359c2e1cad84b1c5008c622afd47cd10db2f55d.tar.xz
Use XOR, not OR to combine bits.
* gl/lib/hash-triple.c (triple_hash): Use XOR (^), not OR (|), to combine the bits from hashing the name and those of the inode number. Add a few comments and remove out-of-context ones.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fb325414..228d26df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-25 Jim Meyering <jim@meyering.net>
+
+ Use XOR, not OR to combine bits.
+ * gl/lib/hash-triple.c (triple_hash): Use XOR (^), not OR (|), to
+ combine the bits from hashing the name and those of the inode number.
+ Add a few comments and remove out-of-context ones.
+
2007-09-24 Jim Meyering <jim@meyering.net>
* NEWS: The recent rm-diagnostic fix also affects cross-partition "mv".