On Thu, Oct 19, 2006 at 11:04:11AM +0000, Christian Weisgerber wrote:
> Will Maier <[EMAIL PROTECTED]> wrote:
> > This update brings shells/zsh up to 4.3.2, the most recent
> > release.
> 
> Which is still a development release.  Any good reason we should
> update now?

Because I like the new fc features? ;) I've been running 4.3 for so
long that I forgot that 4.2.x was the last release in the 4 series.

> >   - disables failing regression tests; most tests pass
> >   (E01options.ztst fails due to the temporary environment it
> >   runs in,
> 
> This can be fixed by setting PORTHOME to a dummy directory.

Thanks for the pointer; fixed.

> >        and Y0[1-3]*.ztst fail because they have a bad check in
> >        their %prep sections)
> 
> They don't fail for me.

On further inspection, zmodload was running out of file descriptors;
bumping my ulimit (obviously) is a better solution than disabling
the tests.

Attached are two files: the first (zsh-4.3.2.diff) is an updated
diff for 4.3.2 (in case anyone's interested in it), and the second
is against 4.2.6 (zsh-4.2.6p1.diff). The second diff fixes the
regress tests by adding PORTHOME, and adds a patch fixing diff(1)
tab completion.  Both patches were tested on i386/-current.

-- 

o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | [EMAIL PROTECTED] |
*------------------[ BSD Unix: Live Free or Die ]------------------*
diff -x CVS -Nura ../zsh-old/Makefile ./Makefile
--- ../zsh-old/Makefile Tue Feb  7 15:06:17 2006
+++ ./Makefile  Thu Oct 19 07:18:35 2006
@@ -5,7 +5,7 @@
 
 VERSION=       4.2.6
 DISTNAME=      zsh-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 PKGNAME-zftp=  zsh-zftp-${VERSION}
 CATEGORIES=    shells
 MASTER_SITES=  ftp://ftp.zsh.org/zsh/ \
@@ -43,6 +43,8 @@
 .endif
 
 SUBST_VARS=    VERSION
+
+PORTHOME=      ${WRKDIR}
 
 REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
                INSTALL_DATA="install -c -m 444" \
diff -x CVS -Nura ../zsh-old/patches/patch-Completion_Unix_Type__diff_options 
./patches/patch-Completion_Unix_Type__diff_options
--- ../zsh-old/patches/patch-Completion_Unix_Type__diff_options Wed Dec 31 
18:00:00 1969
+++ ./patches/patch-Completion_Unix_Type__diff_options  Thu Oct 19 07:13:29 2006
@@ -0,0 +1,41 @@
+$OpenBSD$
+--- Completion/Unix/Type/_diff_options.orig    Thu Sep 30 04:28:18 2004
++++ Completion/Unix/Type/_diff_options Wed Oct 11 14:23:55 2006
+@@ -120,9 +120,35 @@ else
+         '-S+[set first file in comparison]:start with file:_files'
+       )
+     ;;
++    openbsd*)
++      args=(
++        '(-c -e -f -q -u -C -D -U)-n[produce an rcsdiff(1)-compatible diff]'
++        '(-c -e -f -n -u -C -D -U)-q[only print a line when the files differ; 
does not produce a list of changes]'
++        '(-c -e -f -n -q -C -D -U)-u[produce a unified diff with 3 lines of 
context]'
++        '(-c -e -f -n -q -u -D -U)-C+[produce a context diff]:number of lines 
of context'
++        '(-c -e -f -n -q -u -C -U)-D[produce a merged file with preprocessor 
directives]:preprocessor symbol'
++        '(-c -e -f -n -q -u -C -D)-U+[produce a unified diff with NUMBER 
lines of context]:number of lines of context'
++        '-a[treat all files as ASCII text]'
++        '-d[try to produce the smallest diff possible]'
++        '-I[ignore changes whose lines match the extended regular 
expression]:extended regular expression pattern'
++        '-i[ignore case]'
++        '-l[long output format (paginate with pr(1))]'
++        '-L[print a label instead of the file name and time]:label'
++        '-p[show characters from the last line before the context]'
++        '-t[expand tabs in output lines]'
++        '-T[consistently align tabs]'
++        '-w[like -b, but totally ignore whitespace]'
++        '-N[treat absent files in either directory as if they were empty]'
++        '-P[treat absent files in the second directory as if they were empty]'
++        '-s[report files that are the same]'
++        '-S[start a directory diff from a file name]:file name'
++        '-X[Exclude files and subdirectories whose basenames match lines in a 
file]:file name'
++        '-x[Exclude files and subdirectories whose basenames match a 
pattern]:pattern'
++      )
++    ;;
+   esac
+-  
+-  _arguments "[EMAIL PROTECTED]" \
++
++  _arguments -s "[EMAIL PROTECTED]" \
+     "(-e -f -u -n)-c[output a context diff]" \
+     "(-c -f -u -n)-e[output an ed script]" \
+     "(-c -e -u -n)-f[output a reversed ed script]" \
diff -x CVS -Nura ../zsh-old/Makefile ./Makefile
--- ../zsh-old/Makefile Tue Feb  7 15:06:17 2006
+++ ./Makefile  Thu Oct 19 06:42:22 2006
@@ -3,9 +3,9 @@
 COMMENT=       "Z shell, Bourne shell-compatible"
 COMMENT-zftp=  "Z shell embedded ftp client"
 
-VERSION=       4.2.6
+VERSION=       4.3.2
 DISTNAME=      zsh-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}
 PKGNAME-zftp=  zsh-zftp-${VERSION}
 CATEGORIES=    shells
 MASTER_SITES=  ftp://ftp.zsh.org/zsh/ \
@@ -43,6 +43,8 @@
 .endif
 
 SUBST_VARS=    VERSION
+
+PORTHOME=      ${WRKDIR}
 
 REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
                INSTALL_DATA="install -c -m 444" \
diff -x CVS -Nura ../zsh-old/distinfo ./distinfo
--- ../zsh-old/distinfo Sun Jan 29 14:41:02 2006
+++ ./distinfo  Wed Oct 11 09:16:12 2006
@@ -1,4 +1,4 @@
-MD5 (zsh-4.2.6.tar.gz) = 246da6de1e9d5c5ab4b33a9f3ca64169
-SHA1 (zsh-4.2.6.tar.gz) = 3878431fb5ff172aec0237ad6105aef710b3d2d5
-RMD160 (zsh-4.2.6.tar.gz) = 27c16a80ecb61f0e9f8438012202ce06a3adfc0f
-SIZE (zsh-4.2.5.tar.gz) = 2645681
+MD5 (zsh-4.3.2.tar.gz) = 5c50463a47053db1625a2f0e89855b82
+RMD160 (zsh-4.3.2.tar.gz) = 94424306e4d0971596a0e85c7f1753df65018304
+SHA1 (zsh-4.3.2.tar.gz) = 5deb45a482802d8bbfa239f4477ab3def0373e1c
+SIZE (zsh-4.3.2.tar.gz) = 2829048
diff -x CVS -Nura ../zsh-old/patches/patch-Completion_Unix_Type__diff_options 
./patches/patch-Completion_Unix_Type__diff_options
--- ../zsh-old/patches/patch-Completion_Unix_Type__diff_options Wed Dec 31 
18:00:00 1969
+++ ./patches/patch-Completion_Unix_Type__diff_options  Wed Oct 11 14:48:18 2006
@@ -0,0 +1,41 @@
+$OpenBSD$
+--- Completion/Unix/Type/_diff_options.orig    Thu Sep 30 04:28:18 2004
++++ Completion/Unix/Type/_diff_options Wed Oct 11 14:23:55 2006
+@@ -120,9 +120,35 @@ else
+         '-S+[set first file in comparison]:start with file:_files'
+       )
+     ;;
++    openbsd*)
++      args=(
++        '(-c -e -f -q -u -C -D -U)-n[produce an rcsdiff(1)-compatible diff]'
++        '(-c -e -f -n -u -C -D -U)-q[only print a line when the files differ; 
does not produce a list of changes]'
++        '(-c -e -f -n -q -C -D -U)-u[produce a unified diff with 3 lines of 
context]'
++        '(-c -e -f -n -q -u -D -U)-C+[produce a context diff]:number of lines 
of context'
++        '(-c -e -f -n -q -u -C -U)-D[produce a merged file with preprocessor 
directives]:preprocessor symbol'
++        '(-c -e -f -n -q -u -C -D)-U+[produce a unified diff with NUMBER 
lines of context]:number of lines of context'
++        '-a[treat all files as ASCII text]'
++        '-d[try to produce the smallest diff possible]'
++        '-I[ignore changes whose lines match the extended regular 
expression]:extended regular expression pattern'
++        '-i[ignore case]'
++        '-l[long output format (paginate with pr(1))]'
++        '-L[print a label instead of the file name and time]:label'
++        '-p[show characters from the last line before the context]'
++        '-t[expand tabs in output lines]'
++        '-T[consistently align tabs]'
++        '-w[like -b, but totally ignore whitespace]'
++        '-N[treat absent files in either directory as if they were empty]'
++        '-P[treat absent files in the second directory as if they were empty]'
++        '-s[report files that are the same]'
++        '-S[start a directory diff from a file name]:file name'
++        '-X[Exclude files and subdirectories whose basenames match lines in a 
file]:file name'
++        '-x[Exclude files and subdirectories whose basenames match a 
pattern]:pattern'
++      )
++    ;;
+   esac
+-  
+-  _arguments "[EMAIL PROTECTED]" \
++
++  _arguments -s "[EMAIL PROTECTED]" \
+     "(-e -f -u -n)-c[output a context diff]" \
+     "(-c -f -u -n)-e[output an ed script]" \
+     "(-c -e -u -n)-f[output a reversed ed script]" \
diff -x CVS -Nura ../zsh-old/patches/patch-Doc_Makefile_in 
./patches/patch-Doc_Makefile_in
--- ../zsh-old/patches/patch-Doc_Makefile_in    Sun Jan 29 14:41:02 2006
+++ ./patches/patch-Doc_Makefile_in     Wed Oct 11 10:06:41 2006
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Doc_Makefile_in,v 1.3 2006/01/29 20:41:02 sturm Exp $
---- Doc/Makefile.in.orig       Mon May 23 16:42:38 2005
-+++ Doc/Makefile.in    Mon Jan 23 21:30:12 2006
-@@ -246,11 +246,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
+--- Doc/Makefile.in.orig       Fri Oct 28 11:40:15 2005
++++ Doc/Makefile.in    Wed Oct 11 10:03:10 2006
+@@ -260,11 +260,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
  # ========== DEPENDENCIES FOR INSTALLING ==========
  
  # install just installs the manual pages
diff -x CVS -Nura ../zsh-old/patches/patch-Doc_zsh_texi 
./patches/patch-Doc_zsh_texi
--- ../zsh-old/patches/patch-Doc_zsh_texi       Sun Jan 29 14:41:02 2006
+++ ./patches/patch-Doc_zsh_texi        Wed Oct 11 10:06:42 2006
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Doc_zsh_texi,v 1.3 2006/01/29 20:41:02 sturm Exp $
---- Doc/zsh.texi.orig  Wed Jul  6 12:09:29 2005
-+++ Doc/zsh.texi       Mon Jan 23 21:30:03 2006
+--- Doc/zsh.texi.orig  Thu Mar  2 08:30:45 2006
++++ Doc/zsh.texi       Wed Oct 11 10:03:06 2006
 @@ -7,6 +7,10 @@
  @end iftex
  @setfilename zsh.info
@@ -12,7 +12,7 @@
  @c %**end of header
  
  @ifinfo
-@@ -3065,7 +3069,7 @@ you may see in your prompt (see
+@@ -3332,7 +3336,7 @@ you may see in your prompt (see
  A history expansion begins with the first character of the @t{histchars}
  parameter, which is [EMAIL PROTECTED]' by default, and may occur anywhere on 
the
  command line; history expansions do not nest.  The [EMAIL PROTECTED]' can be 
escaped
@@ -21,7 +21,7 @@
  to suppress its special meaning.  Double quotes will @emph{not} work for
  this.  Following this history character is an optional event designator
  (@ref{Event Designators}) and then an optional word
-@@ -7541,7 +7545,7 @@ For example,
+@@ -7992,7 +7996,7 @@ For example,
  @example
  unsetopt localtraps
  trap - INT
@@ -30,7 +30,7 @@
  @end example
  
  @noindent
-@@ -15380,7 +15384,7 @@ zstyle ':completion:*:default' list-colo
+@@ -15905,7 +15909,7 @@ zstyle ':completion:*:default' list-colo
  
  @noindent
  The default colors are the same as for the GNU @t{ls} command and can be
@@ -39,7 +39,7 @@
  
  @kindex list-grouped, completion style
  @item @t{list-grouped}
-@@ -15500,7 +15504,7 @@ generates no matches, case-insensitive c
+@@ -16025,7 +16029,7 @@ generates no matches, case-insensitive c
  
  @noindent
  @example
@@ -48,7 +48,7 @@
  @end example
  
  @noindent
-@@ -15524,7 +15528,7 @@ case-insensitive completion with @t{_com
+@@ -16049,7 +16053,7 @@ case-insensitive completion with @t{_com
  @example
  zstyle ':completion:*' completer _complete _prefix
  zstyle ':completion:*:complete:*' matcher-list \ 
@@ -57,7 +57,7 @@
  @end example
  
  @noindent
-@@ -18674,7 +18678,7 @@ generates at least one match. E.g.:
+@@ -19208,7 +19212,7 @@ generates at least one match. E.g.:
  
  @noindent
  @example
@@ -66,7 +66,7 @@
  @end example
  
  @noindent
-@@ -18886,7 +18890,7 @@ use is
+@@ -19420,7 +19424,7 @@ use is
  
  @noindent
  @example
@@ -75,7 +75,7 @@
  @end example
  
  @noindent
-@@ -18974,7 +18978,7 @@ performed on the first word in the range
+@@ -19508,7 +19512,7 @@ performed on the first word in the range
  
  @noindent
  @example
diff -x CVS -Nura ../zsh-old/pkg/PFRAG.shared ./pkg/PFRAG.shared
--- ../zsh-old/pkg/PFRAG.shared Tue Feb  7 15:06:17 2006
+++ ./pkg/PFRAG.shared  Wed Oct 11 09:19:22 2006
@@ -14,6 +14,7 @@
 lib/zsh/${VERSION}/zsh/mathfunc.so
 lib/zsh/${VERSION}/zsh/net/socket.so
 lib/zsh/${VERSION}/zsh/net/tcp.so
+lib/zsh/${VERSION}/zsh/newuser.so
 lib/zsh/${VERSION}/zsh/parameter.so
 lib/zsh/${VERSION}/zsh/rlimits.so
 lib/zsh/${VERSION}/zsh/sched.so
diff -x CVS -Nura ../zsh-old/pkg/PLIST ./pkg/PLIST
--- ../zsh-old/pkg/PLIST        Tue Feb  7 15:06:17 2006
+++ ./pkg/PLIST Wed Oct 11 09:25:51 2006
@@ -18,6 +18,7 @@
 @man man/man1/zshmodules.1
 @man man/man1/zshoptions.1
 @man man/man1/zshparam.1
[EMAIL PROTECTED] man/man1/zshroadmap.1
 @man man/man1/zshtcpsys.1
 @man man/man1/zshzle.1
 share/zsh/
@@ -25,6 +26,7 @@
 share/zsh/${VERSION}/functions/
 share/zsh/${VERSION}/functions/_a2ps
 share/zsh/${VERSION}/functions/_aap
+share/zsh/${VERSION}/functions/_acpi
 share/zsh/${VERSION}/functions/_acroread
 share/zsh/${VERSION}/functions/_alias
 share/zsh/${VERSION}/functions/_aliases
@@ -58,6 +60,7 @@
 share/zsh/${VERSION}/functions/_bittorrent
 share/zsh/${VERSION}/functions/_bogofilter
 share/zsh/${VERSION}/functions/_brace_parameter
+share/zsh/${VERSION}/functions/_brctl
 share/zsh/${VERSION}/functions/_bsd_pkg
 @comment share/zsh/${VERSION}/functions/_bsd_pkg.orig
 share/zsh/${VERSION}/functions/_bts
@@ -69,6 +72,7 @@
 share/zsh/${VERSION}/functions/_cal
 share/zsh/${VERSION}/functions/_call_function
 share/zsh/${VERSION}/functions/_call_program
+share/zsh/${VERSION}/functions/_ccal
 share/zsh/${VERSION}/functions/_cd
 share/zsh/${VERSION}/functions/_cdcd
 share/zsh/${VERSION}/functions/_cdrecord
@@ -90,8 +94,10 @@
 share/zsh/${VERSION}/functions/_correct
 share/zsh/${VERSION}/functions/_correct_filename
 share/zsh/${VERSION}/functions/_correct_word
+share/zsh/${VERSION}/functions/_cp
 share/zsh/${VERSION}/functions/_cpio
 share/zsh/${VERSION}/functions/_cplay
+share/zsh/${VERSION}/functions/_ctags_tags
 share/zsh/${VERSION}/functions/_cvs
 share/zsh/${VERSION}/functions/_cvsup
 share/zsh/${VERSION}/functions/_cygcheck
@@ -106,16 +112,20 @@
 share/zsh/${VERSION}/functions/_dd
 share/zsh/${VERSION}/functions/_deb_packages
 share/zsh/${VERSION}/functions/_debchange
+share/zsh/${VERSION}/functions/_debdiff
 share/zsh/${VERSION}/functions/_debfoster
 share/zsh/${VERSION}/functions/_debsign
 share/zsh/${VERSION}/functions/_default
 share/zsh/${VERSION}/functions/_defaults
 share/zsh/${VERSION}/functions/_describe
 share/zsh/${VERSION}/functions/_description
+share/zsh/${VERSION}/functions/_dhclient
 share/zsh/${VERSION}/functions/_dict
 share/zsh/${VERSION}/functions/_dict_words
 share/zsh/${VERSION}/functions/_diff
 share/zsh/${VERSION}/functions/_diff_options
[EMAIL PROTECTED] share/zsh/${VERSION}/functions/_diff_options.orig
+share/zsh/${VERSION}/functions/_diffstat
 share/zsh/${VERSION}/functions/_dir_list
 share/zsh/${VERSION}/functions/_directories
 share/zsh/${VERSION}/functions/_directory_stack
@@ -157,10 +167,14 @@
 share/zsh/${VERSION}/functions/_finger
 share/zsh/${VERSION}/functions/_fink
 share/zsh/${VERSION}/functions/_first
+share/zsh/${VERSION}/functions/_flasher
 share/zsh/${VERSION}/functions/_flex
 share/zsh/${VERSION}/functions/_floppy
+share/zsh/${VERSION}/functions/_fortune
 share/zsh/${VERSION}/functions/_fsh
 share/zsh/${VERSION}/functions/_functions
+share/zsh/${VERSION}/functions/_fuser
+share/zsh/${VERSION}/functions/_fusermount
 share/zsh/${VERSION}/functions/_gcc
 share/zsh/${VERSION}/functions/_gdb
 share/zsh/${VERSION}/functions/_generic
@@ -173,11 +187,13 @@
 share/zsh/${VERSION}/functions/_global_tags
 share/zsh/${VERSION}/functions/_gnome-gv
 share/zsh/${VERSION}/functions/_gnu_generic
+share/zsh/${VERSION}/functions/_gnutls
 share/zsh/${VERSION}/functions/_gpg
 share/zsh/${VERSION}/functions/_gphoto2
 share/zsh/${VERSION}/functions/_gprof
 share/zsh/${VERSION}/functions/_gqview
 share/zsh/${VERSION}/functions/_grep
+share/zsh/${VERSION}/functions/_groff
 share/zsh/${VERSION}/functions/_groups
 share/zsh/${VERSION}/functions/_gs
 share/zsh/${VERSION}/functions/_guard
@@ -197,6 +213,7 @@
 share/zsh/${VERSION}/functions/_iptables
 share/zsh/${VERSION}/functions/_irssi
 share/zsh/${VERSION}/functions/_ispell
+share/zsh/${VERSION}/functions/_iwconfig
 share/zsh/${VERSION}/functions/_java
 share/zsh/${VERSION}/functions/_java_class
 share/zsh/${VERSION}/functions/_jobs
@@ -208,10 +225,13 @@
 share/zsh/${VERSION}/functions/_kill
 share/zsh/${VERSION}/functions/_killall
 share/zsh/${VERSION}/functions/_kld
+share/zsh/${VERSION}/functions/_knock
+share/zsh/${VERSION}/functions/_kvno
 share/zsh/${VERSION}/functions/_last
 share/zsh/${VERSION}/functions/_less
 share/zsh/${VERSION}/functions/_limit
 share/zsh/${VERSION}/functions/_limits
+share/zsh/${VERSION}/functions/_linda
 share/zsh/${VERSION}/functions/_links
 share/zsh/${VERSION}/functions/_lintian
 share/zsh/${VERSION}/functions/_list
@@ -244,8 +264,10 @@
 share/zsh/${VERSION}/functions/_mencal
 share/zsh/${VERSION}/functions/_menu
 share/zsh/${VERSION}/functions/_mere
+share/zsh/${VERSION}/functions/_mergechanges
 share/zsh/${VERSION}/functions/_message
 share/zsh/${VERSION}/functions/_mh
+share/zsh/${VERSION}/functions/_mii-tool
 share/zsh/${VERSION}/functions/_mime_types
 share/zsh/${VERSION}/functions/_mkshortcut
 share/zsh/${VERSION}/functions/_mkzsh
@@ -302,7 +324,9 @@
 share/zsh/${VERSION}/functions/_pick_variant
 share/zsh/${VERSION}/functions/_pids
 share/zsh/${VERSION}/functions/_pine
+share/zsh/${VERSION}/functions/_ping
 share/zsh/${VERSION}/functions/_piuparts
+share/zsh/${VERSION}/functions/_pkg-config
 share/zsh/${VERSION}/functions/_pkgtool
 share/zsh/${VERSION}/functions/_ports
 share/zsh/${VERSION}/functions/_postfix
@@ -317,10 +341,14 @@
 share/zsh/${VERSION}/functions/_pscp
 share/zsh/${VERSION}/functions/_pspdf
 share/zsh/${VERSION}/functions/_psutils
+share/zsh/${VERSION}/functions/_pump
 share/zsh/${VERSION}/functions/_putclip
 share/zsh/${VERSION}/functions/_python
+share/zsh/${VERSION}/functions/_qiv
+share/zsh/${VERSION}/functions/_qtplay
 share/zsh/${VERSION}/functions/_quilt
 share/zsh/${VERSION}/functions/_raggle
+share/zsh/${VERSION}/functions/_rake
 share/zsh/${VERSION}/functions/_rar
 share/zsh/${VERSION}/functions/_rcs
 share/zsh/${VERSION}/functions/_read
@@ -334,11 +362,13 @@
 share/zsh/${VERSION}/functions/_rlogin
 share/zsh/${VERSION}/functions/_rpm
 share/zsh/${VERSION}/functions/_rsync
+share/zsh/${VERSION}/functions/_rubber
 share/zsh/${VERSION}/functions/_ruby
 share/zsh/${VERSION}/functions/_sablotron
 share/zsh/${VERSION}/functions/_samba
 share/zsh/${VERSION}/functions/_sccs
 share/zsh/${VERSION}/functions/_sched
+share/zsh/${VERSION}/functions/_schroot
 share/zsh/${VERSION}/functions/_screen
 share/zsh/${VERSION}/functions/_sed
 share/zsh/${VERSION}/functions/_sep_parts
@@ -349,13 +379,16 @@
 share/zsh/${VERSION}/functions/_setopt
 share/zsh/${VERSION}/functions/_setup
 share/zsh/${VERSION}/functions/_sh
+share/zsh/${VERSION}/functions/_showmount
 share/zsh/${VERSION}/functions/_signals
 share/zsh/${VERSION}/functions/_slrn
 share/zsh/${VERSION}/functions/_smit
 share/zsh/${VERSION}/functions/_socket
+share/zsh/${VERSION}/functions/_softwareupdate
 share/zsh/${VERSION}/functions/_source
 share/zsh/${VERSION}/functions/_spamassassin
 share/zsh/${VERSION}/functions/_ssh
+share/zsh/${VERSION}/functions/_sshfs
 share/zsh/${VERSION}/functions/_stat
 share/zsh/${VERSION}/functions/_store_cache
 share/zsh/${VERSION}/functions/_strip
@@ -366,6 +399,7 @@
 share/zsh/${VERSION}/functions/_subversion
 share/zsh/${VERSION}/functions/_sudo
 share/zsh/${VERSION}/functions/_suffix_alias_files
+share/zsh/${VERSION}/functions/_surfraw
 share/zsh/${VERSION}/functions/_sysctl
 share/zsh/${VERSION}/functions/_tags
 share/zsh/${VERSION}/functions/_tar
@@ -383,12 +417,18 @@
 share/zsh/${VERSION}/functions/_tin
 share/zsh/${VERSION}/functions/_tla
 share/zsh/${VERSION}/functions/_toolchain-source
+share/zsh/${VERSION}/functions/_totd
+share/zsh/${VERSION}/functions/_tpb
+share/zsh/${VERSION}/functions/_tpconfig
 share/zsh/${VERSION}/functions/_trap
 share/zsh/${VERSION}/functions/_ttyctl
+share/zsh/${VERSION}/functions/_tune2fs
+share/zsh/${VERSION}/functions/_twisted
 share/zsh/${VERSION}/functions/_typeset
 share/zsh/${VERSION}/functions/_ulimit
 share/zsh/${VERSION}/functions/_uml
 share/zsh/${VERSION}/functions/_unace
+share/zsh/${VERSION}/functions/_unexpand
 share/zsh/${VERSION}/functions/_unhash
 share/zsh/${VERSION}/functions/_uniq
 share/zsh/${VERSION}/functions/_unsetopt
@@ -397,6 +437,7 @@
 share/zsh/${VERSION}/functions/_urls
 share/zsh/${VERSION}/functions/_urpmi
 share/zsh/${VERSION}/functions/_urxvt
+share/zsh/${VERSION}/functions/_uscan
 share/zsh/${VERSION}/functions/_user_admin
 share/zsh/${VERSION}/functions/_user_at_host
 share/zsh/${VERSION}/functions/_users
@@ -406,6 +447,7 @@
 share/zsh/${VERSION}/functions/_values
 share/zsh/${VERSION}/functions/_vared
 share/zsh/${VERSION}/functions/_vars
+share/zsh/${VERSION}/functions/_vim
 share/zsh/${VERSION}/functions/_vnc
 share/zsh/${VERSION}/functions/_volume_groups
 share/zsh/${VERSION}/functions/_vorbis
@@ -413,6 +455,7 @@
 share/zsh/${VERSION}/functions/_w3m
 share/zsh/${VERSION}/functions/_wait
 share/zsh/${VERSION}/functions/_wajig
+share/zsh/${VERSION}/functions/_wanna-build
 share/zsh/${VERSION}/functions/_wanted
 share/zsh/${VERSION}/functions/_webbrowser
 share/zsh/${VERSION}/functions/_wget
@@ -447,14 +490,17 @@
 share/zsh/${VERSION}/functions/_xmlsoft
 share/zsh/${VERSION}/functions/_xmodmap
 share/zsh/${VERSION}/functions/_xpdf
+share/zsh/${VERSION}/functions/_xscreensaver
 share/zsh/${VERSION}/functions/_xset
 share/zsh/${VERSION}/functions/_xt_arguments
 share/zsh/${VERSION}/functions/_xt_session_id
 share/zsh/${VERSION}/functions/_xterm
 share/zsh/${VERSION}/functions/_xv
 share/zsh/${VERSION}/functions/_xwit
+share/zsh/${VERSION}/functions/_yast
 share/zsh/${VERSION}/functions/_yodl
 share/zsh/${VERSION}/functions/_yp
+share/zsh/${VERSION}/functions/_yum
 share/zsh/${VERSION}/functions/_zcat
 share/zsh/${VERSION}/functions/_zcompile
 share/zsh/${VERSION}/functions/_zdump
@@ -470,6 +516,7 @@
 share/zsh/${VERSION}/functions/backward-word-match
 share/zsh/${VERSION}/functions/bashcompinit
 share/zsh/${VERSION}/functions/capitalize-word-match
+share/zsh/${VERSION}/functions/catch
 share/zsh/${VERSION}/functions/checkmail
 share/zsh/${VERSION}/functions/colors
 share/zsh/${VERSION}/functions/compaudit
@@ -478,6 +525,7 @@
 share/zsh/${VERSION}/functions/compinstall
 share/zsh/${VERSION}/functions/copy-earlier-word
 share/zsh/${VERSION}/functions/cycle-completion-positions
+share/zsh/${VERSION}/functions/define-composed-chars
 share/zsh/${VERSION}/functions/delete-whole-word-match
 share/zsh/${VERSION}/functions/down-case-word-match
 share/zsh/${VERSION}/functions/down-line-or-beginning-search
@@ -489,8 +537,11 @@
 share/zsh/${VERSION}/functions/history-search-end
 share/zsh/${VERSION}/functions/incarg
 share/zsh/${VERSION}/functions/incremental-complete-word
+share/zsh/${VERSION}/functions/insert-composed-char
 share/zsh/${VERSION}/functions/insert-files
+share/zsh/${VERSION}/functions/insert-unicode-char
 share/zsh/${VERSION}/functions/is-at-least
+share/zsh/${VERSION}/functions/keeper
 share/zsh/${VERSION}/functions/kill-word-match
 share/zsh/${VERSION}/functions/match-words-by-style
 share/zsh/${VERSION}/functions/mere
@@ -524,10 +575,12 @@
 share/zsh/${VERSION}/functions/select-word-style
 share/zsh/${VERSION}/functions/smart-insert-last-word
 share/zsh/${VERSION}/functions/tetris
+share/zsh/${VERSION}/functions/throw
 share/zsh/${VERSION}/functions/transpose-words-match
 share/zsh/${VERSION}/functions/up-case-word-match
 share/zsh/${VERSION}/functions/up-line-or-beginning-search
 share/zsh/${VERSION}/functions/url-quote-magic
+share/zsh/${VERSION}/functions/which-command
 share/zsh/${VERSION}/functions/zargs
 share/zsh/${VERSION}/functions/zcalc
 share/zsh/${VERSION}/functions/zed
@@ -537,6 +590,9 @@
 share/zsh/${VERSION}/functions/zrecompile
 share/zsh/${VERSION}/functions/zsh-mime-handler
 share/zsh/${VERSION}/functions/zsh-mime-setup
+share/zsh/${VERSION}/functions/zsh-newuser-install
 share/zsh/${VERSION}/functions/zstyle+
+share/zsh/${VERSION}/scripts/
+share/zsh/${VERSION}/scripts/newuser
 share/zsh/site-functions/
 %%SHARED%%

Reply via email to