non port: shells/zsh/files/patch-Completion-Unix-Command-_mount |
Number of commits found: 5 |
Tuesday, 31 May 2011
|
18:29 bapt
- update to 4.3.12
Changes since 4.3.11
--------------------
The zsh/parameter module has a new readonly associative array
$usergroups whose keys are the names of system groups of which the
current user is a member and whose values are the corresponding
group identifiers.
The region_highlight array, which controls highlighting of the
command line from zle widgets, is now updated dynamically as
the command line is edited.
In POSIX emulation ("emulate sh") the shell is more accurate about
when it should or should not exit on errors.
The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
counts back from the end of the string.
The (g:opts:) flag in parameter expansion processes escape sequences like
the echo and print builtins. opts can be any combination of o, e and c.
With e, acts like print rather than echo except for octal escapes which
are controlled separately by the o option. With c, interpret control
sequences like "^X" as bindkey does. Regardless of the opts, \c is not
interpreted.
 |
Monday, 28 Feb 2011
|
08:01 bapt
- Take maintainership, des@ is no longer having enough time for zsh, he has done
a
really great job with zsh, thanks a lot. [1]
- Upgrade to 4.3.11
- add linsysfs to the file system list for completion [2]
- fix mount completion when adding available labels to the list of devices [3]
PR: ports/141472 [2], ports/145657 [3]
Submitted by: scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr>
[3]
Approved by: des@ [1]
 |
Monday, 15 Jun 2009
|
15:03 des
Add some upstream completion patches + new completion files for
procstat, sockstat and fstat.
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
 |
Wednesday, 29 Oct 2008
|
14:42 des
Various command completion improvements for mount(8).
PR: ports/128450
Submitted by: scf@
 |
Friday, 5 Oct 2007
|
08:22 sergei
- Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()
detection. This fixes the issue on 7-CURRENT where Zsh was manipulating
environment directly in conflict with the new *env() functions:
http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html
6-STABLE continues to works correctly.
More info about the patch:
http://www.zsh.org/mla/workers/2007/msg00619.html
- Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms
and do the right thing under FreeBSD
PR: ports/115094, ports/115702
Submitted by: Sean C. Farley (scf)
 |
Number of commits found: 5 |