summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-26 19:21:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-26 19:21:57 -0700
commitd734796cd312e6eea196f2a6b9c31e59b3a934c0 (patch)
tree4beffc24973957421c078f1e8f5e6f7ded850fcc /ChangeLog
parentb7419ec90436c09ac5cf1b0363cdba5d7e882bfb (diff)
downloadtxr-d734796cd312e6eea196f2a6b9c31e59b3a934c0.tar.gz
txr-d734796cd312e6eea196f2a6b9c31e59b3a934c0.tar.bz2
txr-d734796cd312e6eea196f2a6b9c31e59b3a934c0.zip
Third round of quasiliteral-related fixes.
* parser.l (char_esc): Recognize \@ escape. (grammar): Add a rule for a \@ escape in quasiliterals, and quasi word list literals. * txr.1: Document \@, and remove the lie that @@ encodes for a single @ in quasiliterals.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e963e8af..c0c3717b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
(grammar): Add a rule for a \@ escape in quasiliterals,
and quasi word list literals.
+ * txr.1: Document \@, and remove the lie that @@
+ encodes for a single @ in quasiliterals.
+
2015-06-26 Kaz Kylheku <kaz@kylheku.com>
Second round of quasiliteral-related fixes.