summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-04 22:23:36 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-04 22:23:36 -0800
commit7fa8698dbec1812d13d8d7a1f323329baa9a10c4 (patch)
tree3b21f73497626c4cf9beff7d00996356e681a084 /RELNOTES
parent0b205139823e033dca63719ff8a6e0b390c96476 (diff)
downloadtxr-7fa8698dbec1812d13d8d7a1f323329baa9a10c4.tar.gz
txr-7fa8698dbec1812d13d8d7a1f323329baa9a10c4.tar.bz2
txr-7fa8698dbec1812d13d8d7a1f323329baa9a10c4.zip
* parser.y (force_regular_quotes): Function removed.
(list): Prior commit reversed. * txr.1: Prior commit reversed. * RELNOTES: No semantics clarification in quasiquote; bugfixes only.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 295a6891..7cbb57af 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,12 +6,13 @@
- New functions exposed in Lisp interpreter: strings, characters,
symbols and lazy lists.
- - Quasiquote semantics clarified.
-
Bugs
- Flaws in some string-splitting functions identified and fixed.
+ - Bugs in quasiquote.
+
+
TXR 044