mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
Akinori Musha: 17719: add support for the pkg_create command
This commit is contained in:
parent
a1d727e5dc
commit
56fb02f1d3
3 changed files with 54 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2002-09-26 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_bzip2: recognise also .tbz
|
||||||
|
and .tbz2 files
|
||||||
|
|
||||||
|
* Akinori Musha: 17719: Completion/BSD/Command/_bsd_pkg: add
|
||||||
|
support for the pkg_create command
|
||||||
|
|
||||||
2002-09-19 Bart Schaefer <schaefer@zsh.org>
|
2002-09-19 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 17692: Src/builtin.c: Prevent typeset of a positional parameter
|
* 17692: Src/builtin.c: Prevent typeset of a positional parameter
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||