diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-02 10:17:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-02 10:17:40 -0800 |
commit | 0d3fc60bfb0d85e4c79550caec0f65976a9692f4 (patch) | |
tree | 68f34758c3bbe987570788dbb28c74d11709825a /ChangeLog | |
parent | df3337250fdff73a0d6076d4ada1719aaecdaafd (diff) | |
download | txr-0d3fc60bfb0d85e4c79550caec0f65976a9692f4.tar.gz txr-0d3fc60bfb0d85e4c79550caec0f65976a9692f4.tar.bz2 txr-0d3fc60bfb0d85e4c79550caec0f65976a9692f4.zip |
* match.c (format_field): Regression. Was not handling modifiers
which are compound expression (e.g. computed field widths).
This was broken by the first commit of 2012-01-26.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-02-02 Kaz Kylheku <kaz@kylheku.com> + + * match.c (format_field): Regression. Was not handling modifiers + which are compound expression (e.g. computed field widths). + This was broken by the first commit of 2012-01-26. + 2012-02-01 Kaz Kylheku <kaz@kylheku.com> * eval.c (lookup_sym_lisp1): New function. |