mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
updates for dev version
This commit is contained in:
parent
db3ba137b3
commit
bcd3d2ab27
3 changed files with 54 additions and 12 deletions
|
@ -1,5 +1,10 @@
|
||||||
2007-08-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2007-08-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: Config/version.mk,
|
||||||
|
Completion/Unix/Command/.distfiles,
|
||||||
|
Completion/Unix/Type/.distfiles: updates for dev version
|
||||||
|
I haven't got around to making yet, but one day soon.
|
||||||
|
|
||||||
* 23795: Src/lex.c: make ${(Q)...} handle $'...' correctly,
|
* 23795: Src/lex.c: make ${(Q)...} handle $'...' correctly,
|
||||||
up to the problem of long flies in short ointments.
|
up to the problem of long flies in short ointments.
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,10 @@ _bogofilter _fsh _mail _qemu _toilet
|
||||||
_bzip2 _fuser _make _quilt _totd
|
_bzip2 _fuser _make _quilt _totd
|
||||||
_bzr _gcc _man _raggle _tracepath
|
_bzr _gcc _man _raggle _tracepath
|
||||||
_cal _gdb _mencal _rake _twisted
|
_cal _gdb _mencal _rake _twisted
|
||||||
|
_genisoimage
|
||||||
_ccal _getconf _mercurial _rar _unace
|
_ccal _getconf _mercurial _rar _unace
|
||||||
_cdcd _getent _metaflac _rcs _unexpand
|
_cdcd _getent _metaflac _rcs _unexpand
|
||||||
|
_cdrdao
|
||||||
_cdrecord _getmail _mh _renice _uniq
|
_cdrecord _getmail _mh _renice _uniq
|
||||||
_chkconfig _git _mkdir _ri _user_admin
|
_chkconfig _git _mkdir _ri _user_admin
|
||||||
_chmod _global _module _rlogin _vim
|
_chmod _global _module _rlogin _vim
|
||||||
|
@ -29,6 +31,7 @@ _configure _gphoto2 _mt _sablotron _w3m
|
||||||
_cowsay _gprof _mtools _samba _webbrowser
|
_cowsay _gprof _mtools _samba _webbrowser
|
||||||
_cp _grep _mtr _sccs _wget
|
_cp _grep _mtr _sccs _wget
|
||||||
_cpio _groff _mutt _screen _whereis
|
_cpio _groff _mutt _screen _whereis
|
||||||
|
_growisofs
|
||||||
_cplay _gs _mysqldiff _sed _whois
|
_cplay _gs _mysqldiff _sed _whois
|
||||||
_cssh _gzip _mysql_utils _sh _wiggle
|
_cssh _gzip _mysql_utils _sh _wiggle
|
||||||
_cvs _iconv _ncftp _showmount _xargs
|
_cvs _iconv _ncftp _showmount _xargs
|
||||||
|
|
|
@ -1,17 +1,51 @@
|
||||||
DISTFILES_SRC='
|
DISTFILES_SRC='
|
||||||
.distfiles
|
.distfiles
|
||||||
_arch_archives _arch_namespace _canonical_paths
|
_arch_archives
|
||||||
|
_arch_namespace
|
||||||
_bind_addresses
|
_bind_addresses
|
||||||
_dict_words _ld_debug _list_files
|
_canonical_paths
|
||||||
_mailboxes _perl_modules _tex
|
_ctags_tags
|
||||||
_diff_options _my_accounts _pids _texi
|
_dict_words
|
||||||
_dir_list _newsgroups _ports _tilde_files
|
_diff_options
|
||||||
_directories _other_accounts _printers _urls
|
_dir_list
|
||||||
_domains _path_files _ps _user_at_host
|
_directories
|
||||||
_files _pdf _pspdf _users
|
_domains
|
||||||
_groups _perl_basepods _signals _users_on
|
_email_addresses
|
||||||
_hosts _tar_archive _time_zone _ctags_tags
|
_file_systems
|
||||||
_file_systems _net_interfaces _terminals _locales
|
_files
|
||||||
_java_class _services _email_addresses _global_tags
|
_global_tags
|
||||||
|
_groups
|
||||||
|
_hosts
|
||||||
|
_java_class
|
||||||
|
_ld_debug
|
||||||
|
_list_files
|
||||||
|
_locales
|
||||||
|
_mailboxes
|
||||||
_mime_types
|
_mime_types
|
||||||
|
_my_accounts
|
||||||
|
_net_interfaces
|
||||||
|
_newsgroups
|
||||||
|
_other_accounts
|
||||||
|
_path_commands
|
||||||
|
_path_files
|
||||||
|
_pdf
|
||||||
|
_perl_basepods
|
||||||
|
_perl_modules
|
||||||
|
_pids
|
||||||
|
_ports
|
||||||
|
_printers
|
||||||
|
_ps
|
||||||
|
_pspdf
|
||||||
|
_services
|
||||||
|
_signals
|
||||||
|
_tar_archive
|
||||||
|
_terminals
|
||||||
|
_tex
|
||||||
|
_texi
|
||||||
|
_tilde_files
|
||||||
|
_time_zone
|
||||||
|
_urls
|
||||||
|
_user_at_host
|
||||||
|
_users
|
||||||
|
_users_on
|
||||||
'
|
'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue