summaryrefslogtreecommitdiffstats
path: root/tcsh-6.18.02-hist-sub.patch
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-07-28 15:51:13 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-07-28 16:00:39 +0200
commitde6fcbdb464b70b4b826bf9716e550e5c4a08c0d (patch)
treed1af2b87ca1ee88fb898e8d6953db5d83815b139 /tcsh-6.18.02-hist-sub.patch
parentb6eaa4ebf20e0314f16514a1d36e2e7ade46718c (diff)
downloadtcsh-rebase-6.19.00-de6fcbdb464b70b4b826bf9716e550e5c4a08c0d.tar.gz
tcsh-rebase-6.19.00-de6fcbdb464b70b4b826bf9716e550e5c4a08c0d.tar.xz
tcsh-rebase-6.19.00-de6fcbdb464b70b4b826bf9716e550e5c4a08c0d.zip
rebase: to beta version (testing purposes only)
Some changes in packaging: - %patch ~> %autosetup (git format-patch diff format) - using upstream version of history file locking - upstream testsuite enabled Version: 6.18.02-1
Diffstat (limited to 'tcsh-6.18.02-hist-sub.patch')
-rw-r--r--tcsh-6.18.02-hist-sub.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/tcsh-6.18.02-hist-sub.patch b/tcsh-6.18.02-hist-sub.patch
new file mode 100644
index 0000000..4d43ca5
--- /dev/null
+++ b/tcsh-6.18.02-hist-sub.patch
@@ -0,0 +1,26 @@
+From 06fffcb267c34a7049078d113005f1cce4f1766f Mon Sep 17 00:00:00 2001
+From: Vitezslav Crhonek <vcrhonek@redhat.com>
+Date: Mon, 28 Jul 2014 13:27:16 +0200
+Subject: [PATCH] Fix '\' can not be used to quote all delimiters
+
+Related: #435421
+---
+ tcsh.man | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tcsh.man b/tcsh.man
+index 94de311..6a7bd48 100644
+--- a/tcsh.man
++++ b/tcsh.man
+@@ -1047,7 +1047,7 @@ Substitute \fIl\fR for \fIr\fR.
+ \fIl\fR is simply a string like \fIr\fR, not a regular expression as in
+ the eponymous \fIed\fR(1) command.
+ Any character may be used as the delimiter in place of `/';
+-a `\e' can be used to quote the delimiter inside \fIl\fR and \fIr\fR.
++a `\e' can be used to quote the delimiter expect `(', `)', `|' and `>' inside \fIl\fR and \fIr\fR.
+ The character `&' in the \fIr\fR is replaced by \fIl\fR; `\e' also quotes `&'.
+ If \fIl\fR is empty (``''), the \fIl\fR from a previous substitution or the
+ \fIs\fR from a previous search or event number in event specification is used.
+--
+1.9.3
+