aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorantirez <antirez>2005-02-27 10:26:05 +0000
committerantirez <antirez>2005-02-27 10:26:05 +0000
commita52c478f7d07b44a58ef88974a06de8f3e7ed0e2 (patch)
tree9dfb37c296e83c91059b4c9d8fb193c621e26ee9 /BUGS
parent5546d7ea558fd6c0ade4c2fbf541d42f2ab44a5a (diff)
downloadjimtcl-a52c478f7d07b44a58ef88974a06de8f3e7ed0e2.zip
jimtcl-a52c478f7d07b44a58ef88974a06de8f3e7ed0e2.tar.gz
jimtcl-a52c478f7d07b44a58ef88974a06de8f3e7ed0e2.tar.bz2
Fixed a bug in the parsing of <backslash><newline>. Now it's
rendered as a single space.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 1941f57..9b3d4d4 100644
--- a/BUGS
+++ b/BUGS
@@ -5,3 +5,5 @@ EXPR: || and && are not lazy. ?: is not implemented. Double math not
jim::libPath variable is accessed in the local context instead than
globally, so the [load] command will fail inside procs.
+
+[subst] ingores special meaning of JIM_BREAK and alike.