mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
.distfiles fixes for 4.1.0-dev-2
This commit is contained in:
parent
fbd6d8b2f1
commit
4f1d07bb86
6 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2001-09-27 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* Config/version.mk, Completion/Unix/Command/.distfiles,
|
||||||
|
Doc/Zsh/.distfiles, Functions/Misc/.distfiles,
|
||||||
|
Functions/Zle/.distfiles, Test/.distfiles: version 4.1.0-dev-2,
|
||||||
|
with the usual fix for the list of distributed files.
|
||||||
|
|
||||||
2001-09-25 Bart Schaefer <schaefer@zsh.org>
|
2001-09-25 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 15871, 15872: Src/subst.c, Test/D04parameter.ztst: Equivalence
|
* 15871, 15872: Src/subst.c, Test/D04parameter.ztst: Equivalence
|
||||||
|
|
|
@ -15,4 +15,5 @@ _dd _gprof _lynx _perldoc _telnet _pine
|
||||||
_dict _grep _lzop _prcs _tiff _elm
|
_dict _grep _lzop _prcs _tiff _elm
|
||||||
_diff _gs _make _psutils _tin _apm _mail
|
_diff _gs _make _psutils _tin _apm _mail
|
||||||
_last _loadkeys _modutils _ruby _sysctl _links _samba
|
_last _loadkeys _modutils _ruby _sysctl _links _samba
|
||||||
|
_user_admin
|
||||||
'
|
'
|
||||||
|
|
|
@ -6,7 +6,7 @@ DISTFILES_SRC='
|
||||||
mod_clone.yo mod_compctl.yo mod_complete.yo mod_complist.yo
|
mod_clone.yo mod_compctl.yo mod_complete.yo mod_complist.yo
|
||||||
mod_computil.yo mod_deltochar.yo mod_example.yo mod_files.yo
|
mod_computil.yo mod_deltochar.yo mod_example.yo mod_files.yo
|
||||||
mod_mapfile.yo mod_mathfunc.yo mod_parameter.yo mod_pcre.yo mod_sched.yo
|
mod_mapfile.yo mod_mathfunc.yo mod_parameter.yo mod_pcre.yo mod_sched.yo
|
||||||
mod_stat.yo mod_tcp.so mod_termcap.yo mod_terminfo.yo mod_zftp.yo mod_zle.yo
|
mod_stat.yo mod_tcp.yo mod_termcap.yo mod_terminfo.yo mod_zftp.yo mod_zle.yo
|
||||||
mod_zleparameter.yo mod_zutil.yo mod_zprof.yo mod_zpty.yo
|
mod_zleparameter.yo mod_zutil.yo mod_zprof.yo mod_zpty.yo
|
||||||
modules.yo modlist.yo modmenu.yo manmodmenu.yo
|
modules.yo modlist.yo modmenu.yo manmodmenu.yo
|
||||||
options.yo params.yo prompt.yo redirect.yo restricted.yo seealso.yo
|
options.yo params.yo prompt.yo redirect.yo restricted.yo seealso.yo
|
||||||
|
|
|
@ -4,5 +4,5 @@ allopt harden nslookup zkbd zstyle+
|
||||||
checkmail is-at-least run-help zmv
|
checkmail is-at-least run-help zmv
|
||||||
colors mere zed zrecompile
|
colors mere zed zrecompile
|
||||||
getjobs promptnl
|
getjobs promptnl
|
||||||
tetris
|
tetris zcalc
|
||||||
'
|
'
|
||||||
|
|
|
@ -2,6 +2,8 @@ DISTFILES_SRC='
|
||||||
.distfiles
|
.distfiles
|
||||||
bash-backward-kill-word bash-backward-word
|
bash-backward-kill-word bash-backward-word
|
||||||
bash-kill-word bash-forward-word
|
bash-kill-word bash-forward-word
|
||||||
|
bash-down-case-word bash-transpose-words
|
||||||
|
bash-up-case-word
|
||||||
cycle-completion-positions incarg predict-on
|
cycle-completion-positions incarg predict-on
|
||||||
edit-command-line incremental-complete-word smart-insert-last-word
|
edit-command-line incremental-complete-word smart-insert-last-word
|
||||||
history-search-end insert-files
|
history-search-end insert-files
|
||||||
|
|
|
@ -8,5 +8,6 @@ A03quoting.ztst C04funcdef.ztst Makefile.in ztst.zsh
|
||||||
A04redirect.ztst D01prompt.ztst V02zregexparse.ztst
|
A04redirect.ztst D01prompt.ztst V02zregexparse.ztst
|
||||||
A05execution.ztst D02glob.ztst Y01completion.ztst
|
A05execution.ztst D02glob.ztst Y01completion.ztst
|
||||||
D06subscript.ztst V01zmodload.ztst E01options.ztst
|
D06subscript.ztst V01zmodload.ztst E01options.ztst
|
||||||
|
B02typeset.ztst
|
||||||
README
|
README
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in a new issue