summaryrefslogtreecommitdiff
path: root/shells/zsh/files/patch-ac
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-06-03 18:43:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-06-03 18:43:08 +0000
commitc4314f0ecbedc1a750cff52cc4dd3c02dae43d1a (patch)
tree6171f4399b2ba629878d87a24377cddb460ed604 /shells/zsh/files/patch-ac
parentPIM for IPv6 sparse mode daemon (diff)
Upgrade Zsh to 4.0.1:
C1) Turn shells/zsh-devel into a stub which prints a message that points people at the new shells/zsh, upgraded to 4.0.1. M1) Add patch to fix some functions included in 4.0.1. M2) Remove obsolete patches. M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now. W1) Remove MASTER_SITE_LOCAL fully. W2) Put patch-aa in patch-ab for backwards-compatible diffing. W3) Do C1 with the least diff, using pre-everything:: and then ${FALSE}'ing out after printing the message. Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>, Christian Weisgerber <naddy@mips.inka.de> Noted by: Cyrille Lefevre <clefevre@redirect.to>, Øyvind Kolbu <oyvind@kebab.gaffel.nu> Approved by: shige (C1)
Notes
Notes: svn path=/head/; revision=43472
Diffstat (limited to 'shells/zsh/files/patch-ac')
-rw-r--r--shells/zsh/files/patch-ac100
1 files changed, 0 insertions, 100 deletions
diff --git a/shells/zsh/files/patch-ac b/shells/zsh/files/patch-ac
deleted file mode 100644
index 90e273ac638e..000000000000
--- a/shells/zsh/files/patch-ac
+++ /dev/null
@@ -1,100 +0,0 @@
-*** Doc/zsh.texi.orig Fri Sep 3 16:44:37 1999
---- Doc/zsh.texi Sun Feb 13 12:02:35 2000
-***************
-*** 2,7 ****
---- 2,11 ----
- @c %**start of header
- @setfilename zsh.info
- @settitle zsh
-+ @dircategory Shells
-+ @direntry
-+ * Zsh: (zsh). The Z shell.
-+ @end direntry
- @c %**end of header
-
- @ifinfo
-***************
-*** 834,840 ****
- A character may be @dfn{quoted} (that is, made to stand for itself) by
- preceding it with a @code{\}. @code{\} followed by a newline is
- ignored. All characters enclosed between a pair of single quotes
-! (@t{@value{dsq}}) are quoted, except the first character of @code{histchars}
- (@code{!} by default). A single quote cannot appear within single
- quotes. Inside double quotes (@code{""}), parameter and command
- substitution occurs, and @code{\} quotes the characters @code{\},
---- 838,844 ----
- A character may be @dfn{quoted} (that is, made to stand for itself) by
- preceding it with a @code{\}. @code{\} followed by a newline is
- ignored. All characters enclosed between a pair of single quotes
-! (@t{'}@t{'}) are quoted, except the first character of @code{histchars}
- (@code{!} by default). A single quote cannot appear within single
- quotes. Inside double quotes (@code{""}), parameter and command
- substitution occurs, and @code{\} quotes the characters @code{\},
-***************
-*** 1622,1628 ****
- @code{histchars} parameter which is @code{!} by default and may occur
- anywhere on the command line; history substitutions do not nest. The
- @code{!} can be escaped with @code{\} or can be enclosed between a pair of
-! single quotes (@t{@value{dsq}})
- to suppress its special meaning. Double quotes will not work for this.
-
- @noindent
---- 1626,1632 ----
- @code{histchars} parameter which is @code{!} by default and may occur
- anywhere on the command line; history substitutions do not nest. The
- @code{!} can be escaped with @code{\} or can be enclosed between a pair of
-! single quotes (@t{'}@t{'})
- to suppress its special meaning. Double quotes will not work for this.
-
- @noindent
-***************
-*** 5183,5189 ****
- @cindex rc, quoting style
- @cindex quoting style, rc
- @pindex RC_QUOTES
-! Allow the character sequence @t{@value{dsq}} to signify a single quote within
- singly quoted strings.
-
- @item RCS (+f)
---- 5187,5193 ----
- @cindex rc, quoting style
- @cindex quoting style, rc
- @pindex RC_QUOTES
-! Allow the character sequence @t{'}@t{'} to signify a single quote within
- singly quoted strings.
-
- @item RCS (+f)
-***************
-*** 7008,7014 ****
- use is
-
- @example
-! compctl -D -f + -H 0 @value{dsq} -X '(No file found; using history)'
- @end example
-
- which forces completion to look back in the history list for a word if no
---- 7012,7018 ----
- use is
-
- @example
-! compctl -D -f + -H 0 @t{'}@t{'} -X '(No file found; using history)'
- @end example
-
- which forces completion to look back in the history list for a word if no
-***************
-*** 7071,7077 ****
- name completion performed on the first word in the range. For example,
-
- @example
-! compctl -x 'r[-exec,;]' -l @value{dsq} -- find
- @end example
-
- completes arguments between @code{-exec} and the following @code{;} (or the
---- 7075,7081 ----
- name completion performed on the first word in the range. For example,
-
- @example
-! compctl -x 'r[-exec,;]' -l @t{'}@t{'} -- find
- @end example
-
- completes arguments between @code{-exec} and the following @code{;} (or the