diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-15 18:27:58 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-15 18:27:58 -0800 |
commit | c554153d3fe9a21e57854d3174e2804adfb22f00 (patch) | |
tree | de34fa225a1118767dceb0b90f5ec070a0db8cbf /ChangeLog | |
parent | 289c8aec7ecdf837ae5ba01987ec3f34e3307b78 (diff) | |
download | txr-c554153d3fe9a21e57854d3174e2804adfb22f00.tar.gz txr-c554153d3fe9a21e57854d3174e2804adfb22f00.tar.bz2 txr-c554153d3fe9a21e57854d3174e2804adfb22f00.zip |
* regex.c (print_rec): A compound must use parentheses for
elements which have a higher precedence than catenation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-02-15 Kaz Kylheku <kaz@kylheku.com> + + * regex.c (print_rec): A compound must use parentheses for + elements which have a higher precedence than catenation. + 2015-02-12 Kaz Kylheku <kaz@kylheku.com> * lib.c (list_collect, list_collect_append): In error |