summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2009-08-27 15:29:18 -0600
committerGary Wong <gtw@gnu.org>2009-08-27 15:29:18 -0600
commit7bba687a40afda1e0a40a144bc4b7ae0cf577c70 (patch)
tree30ea3357e4a1787e3049aa45e353ec423c3c8b34 /ChangeLog
parentd4d7cb93352df136578fb13e9c59029d10781955 (diff)
Use unsigned arithmetic for sequence comparison.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce89b5b..4190484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-08-27 Gary Wong <gtw@gnu.org>
+ * gwm.c (sync_with_callback): Perform the sequence comparison
+ with unsigned arithmetic, so that overflow semantics are
+ well-defined.
+
+2009-08-27 Gary Wong <gtw@gnu.org>
+
* frame.c (recalc_size): Implement edge resistance when resizing
frames.
(edge_resist): New function.