diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-18 21:18:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-18 21:18:45 -0800 |
commit | e4edb9aff778c683d81892cca705013dbe5dcc58 (patch) | |
tree | 5fcac11e6101a7347e79661e413495485b9f417a /ChangeLog | |
parent | 1c78271501424b45dd4c676806690595ac7e5410 (diff) | |
download | txr-e4edb9aff778c683d81892cca705013dbe5dcc58.tar.gz txr-e4edb9aff778c683d81892cca705013dbe5dcc58.tar.bz2 txr-e4edb9aff778c683d81892cca705013dbe5dcc58.zip |
Fix total breakage of yyerror and yyerrorf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-11-18 Kaz Kylheku <kkylheku@gmail.com> + parser.l (yyerror): Total breakage: can't take auto_str of char * + string. + (yyerrorf): Total breakage: arguments of wrong types. Detected + by vformat as garbage. + +2009-11-18 Kaz Kylheku <kkylheku@gmail.com> + txr.1: Clarified handling of UTF-8, now that it's precise and portable. 2009-11-18 Kaz Kylheku <kkylheku@gmail.com> |