mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
update some .distfiles
This commit is contained in:
parent
eedfdb916a
commit
d86089ee6e
8 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-08-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: **/.distfiles: update files for distribution.
|
||||||
|
|
||||||
2007-07-31 Peter Stephenson <pws@csr.com>
|
2007-07-31 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 23733: Src/module.c, Test/V01zmodload.ztst: zmodload -LaF
|
* 23733: Src/module.c, Test/V01zmodload.ztst: zmodload -LaF
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
DISTFILES_SRC='
|
DISTFILES_SRC='
|
||||||
.distfiles
|
.distfiles
|
||||||
_bsd_pkg _cvsup _kld _chflags
|
_bsd_pkg _cvsup _kld _chflags
|
||||||
|
_csup _portlint _portsnap
|
||||||
'
|
'
|
||||||
|
|
|
@ -5,4 +5,5 @@ _arg_compile _combination _regex_arguments _values
|
||||||
_arguments _set_command _retrieve_cache _guard
|
_arguments _set_command _retrieve_cache _guard
|
||||||
_cache_invalid _describe _sep_parts _pick_variant
|
_cache_invalid _describe _sep_parts _pick_variant
|
||||||
_call_function _multi_parts _store_cache _regex_words
|
_call_function _multi_parts _store_cache _regex_words
|
||||||
|
_complete_help_generic
|
||||||
'
|
'
|
||||||
|
|
|
@ -43,4 +43,8 @@ _diffstat _java _pax _stty _zip
|
||||||
_du _joe _pbm _su
|
_du _joe _pbm _su
|
||||||
_dvi _killall _perforce _subversion
|
_dvi _killall _perforce _subversion
|
||||||
_ecasound _knock _perl _sudo
|
_ecasound _knock _perl _sudo
|
||||||
|
_dmidecode
|
||||||
|
_guilt
|
||||||
|
_rrdtool
|
||||||
|
_units
|
||||||
'
|
'
|
||||||
|
|
|
@ -10,4 +10,5 @@ _urxvt _vnc
|
||||||
_x_utils _xauth _xdvi _xfig _xloadimage
|
_x_utils _xauth _xdvi _xfig _xloadimage
|
||||||
_xmodmap _xpdf _xscreensaver _xset _xterm
|
_xmodmap _xpdf _xscreensaver _xset _xterm
|
||||||
_xv _xwit
|
_xv _xwit
|
||||||
|
_xrandr
|
||||||
'
|
'
|
||||||
|
|
|
@ -7,7 +7,7 @@ DISTFILES_SRC='
|
||||||
mod_computil.yo mod_datetime.yo mod_deltochar.yo mod_example.yo
|
mod_computil.yo mod_datetime.yo mod_deltochar.yo mod_example.yo
|
||||||
mod_files.yo mod_langinfo.yo mod_mapfile.yo
|
mod_files.yo mod_langinfo.yo mod_mapfile.yo
|
||||||
mod_mathfunc.yo mod_newuser.yo
|
mod_mathfunc.yo mod_newuser.yo
|
||||||
mod_parameter.yo mod_pcre.yo mod_sched.yo mod_socket.yo
|
mod_parameter.yo mod_pcre.yo mod_regex.yo mod_sched.yo mod_socket.yo
|
||||||
mod_stat.yo mod_system.yo mod_tcp.yo mod_termcap.yo
|
mod_stat.yo mod_system.yo mod_tcp.yo mod_termcap.yo
|
||||||
mod_terminfo.yo mod_zftp.yo mod_zle.yo mod_zleparameter.yo
|
mod_terminfo.yo mod_zftp.yo mod_zle.yo mod_zleparameter.yo
|
||||||
mod_zselect.yo mod_zutil.yo mod_zprof.yo mod_zpty.yo
|
mod_zselect.yo mod_zutil.yo mod_zprof.yo mod_zpty.yo
|
||||||
|
|
|
@ -11,6 +11,7 @@ DISTFILES_SRC='
|
||||||
newuser.mdd newuser.c
|
newuser.mdd newuser.c
|
||||||
parameter.mdd parameter.c
|
parameter.mdd parameter.c
|
||||||
pcre.mdd pcre.c
|
pcre.mdd pcre.c
|
||||||
|
regex.mdd regex.c
|
||||||
socket.mdd socket.c
|
socket.mdd socket.c
|
||||||
stat.mdd stat.c
|
stat.mdd stat.c
|
||||||
system.mdd system.c errnames1.awk errnames2.awk
|
system.mdd system.c errnames1.awk errnames2.awk
|
||||||
|
|
|
@ -10,6 +10,6 @@ A05execution.ztst D02glob.ztst Y01completion.ztst
|
||||||
D06subscript.ztst D07multibyte.ztst D08cmdsubst.ztst
|
D06subscript.ztst D07multibyte.ztst D08cmdsubst.ztst
|
||||||
V01zmodload.ztst E01options.ztst
|
V01zmodload.ztst E01options.ztst
|
||||||
B02typeset.ztst B03print.ztst A06assign.ztst B04read.ztst
|
B02typeset.ztst B03print.ztst A06assign.ztst B04read.ztst
|
||||||
V03mathfunc.ztst
|
V03mathfunc.ztst V04features.ztst V05styles.ztst
|
||||||
README
|
README
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in a new issue