diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 20:28:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 20:28:06 -0700 |
commit | 09a267a5b230f3d42aacb00188c3c168bbc4e42a (patch) | |
tree | 61b53a422e1d91eea03dd15c0437228c4a311428 /ChangeLog | |
parent | f4c63c7c6779b8dd9b1fc850d27b2a502486c1de (diff) | |
download | txr-09a267a5b230f3d42aacb00188c3c168bbc4e42a.tar.gz txr-09a267a5b230f3d42aacb00188c3c168bbc4e42a.tar.bz2 txr-09a267a5b230f3d42aacb00188c3c168bbc4e42a.zip |
* stream.c (inc_indent): If a negative indentation increment goes below
zero, clamp it at zero.
(set_indent): Clamp indentation value to zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-08-04 Kaz Kylheku <kaz@kylheku.com> + * stream.c (inc_indent): If a negative indentation increment goes below + zero, clamp it at zero. + (set_indent): Clamp indentation value to zero. + +2015-08-04 Kaz Kylheku <kaz@kylheku.com> + * stream.c (vormat): Bugfix: when width specified as * meets a negative argument, the width should be treated as positive and the field left aligned. Instead, the |