diff options
author | Gary Wong <gtw@gnu.org> | 2009-08-27 15:29:18 -0600 |
---|---|---|
committer | Gary Wong <gtw@gnu.org> | 2009-08-27 15:29:18 -0600 |
commit | 7bba687a40afda1e0a40a144bc4b7ae0cf577c70 (patch) | |
tree | 30ea3357e4a1787e3049aa45e353ec423c3c8b34 /ChangeLog | |
parent | d4d7cb93352df136578fb13e9c59029d10781955 (diff) |
Use unsigned arithmetic for sequence comparison.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |