Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: .distfiles



I wrote small script to compare between `.distfiles' and CVS/Entries.
Then I found several `.distfile's are not up-to-date.

This is the patch to fix it.

Note: The patch assumes that 8638 is not applied.  Because it has bad
contexts to cause rejects.

Index: Completion/Base/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Completion/Base/.distfiles,v
retrieving revision 1.1.1.14
diff -u -r1.1.1.14 .distfiles
--- Completion/Base/.distfiles	1999/11/04 16:34:55	1.1.1.14
+++ Completion/Base/.distfiles	1999/11/17 14:47:29
@@ -3,5 +3,5 @@
     _arg_compile _arguments _brace_parameter _combination _command_names
     _condition _default _describe _equal _first _jobs _math _parameter
     _precommand _redirect _regex_arguments _subscript _tilde _value
-    _values _vars
+    _values
 '
Index: Completion/Builtins/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Completion/Builtins/.distfiles,v
retrieving revision 1.1.1.9
diff -u -r1.1.1.9 .distfiles
--- Completion/Builtins/.distfiles	1999/11/05 07:33:25	1.1.1.9
+++ Completion/Builtins/.distfiles	1999/11/17 14:47:29
@@ -2,6 +2,6 @@
     .distfiles
     _aliases _arrays _autoload _bg_jobs _bindkey _builtin _cd _command
     _compdef _disable _echotc _enable _fc _fg_jobs _functions _hash _kill
-    _limits _nothing _popd _sched _set _setopt _source _stat _trap _unhash
-    _unsetopt _vars_eq _wait _which _zftp _zle _zmodload
+    _limits _nothing _pids _popd _sched _set _setopt _source _stat _trap
+    _unhash _unsetopt _vars _vars_eq _wait _which _zftp _zle _zmodload
 '
Index: Completion/Commands/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Completion/Commands/.distfiles,v
retrieving revision 1.1.1.9
diff -u -r1.1.1.9 .distfiles
--- Completion/Commands/.distfiles	1999/11/15 11:53:38	1.1.1.9
+++ Completion/Commands/.distfiles	1999/11/17 14:47:29
@@ -2,4 +2,5 @@
     .distfiles
     _bash_completions _correct_filename _correct_word _expand_word 
     _history_complete_word _read_comp _most_recent_file _complete_help
+    _verbose_list
 '
Index: Completion/Core/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Completion/Core/.distfiles,v
retrieving revision 1.1.1.8
diff -u -r1.1.1.8 .distfiles
--- Completion/Core/.distfiles	1999/11/15 12:01:46	1.1.1.8
+++ Completion/Core/.distfiles	1999/11/17 14:47:29
@@ -1,8 +1,8 @@
 DISTFILES_SRC='
     .distfiles
-    _approximate _compalso _complete _correct _description _expand
-    _files _list _main_complete _match _menu _multi_parts
-    _message _normal _oldlist _options _parameters _path_files
-    _sep_parts _set_options _sort_tags _unset_options
+    _alternative _approximate _compalso _complete _correct _description
+    _expand _files _list _main_complete _match _menu _multi_parts
+    _message _normal _oldlist _options _parameters _path_files _requested
+    _sep_parts _set_options _sort_tags _style _tags _unset_options _wanted
     compdump compinit compinstall
 '
Index: Completion/Debian/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Completion/Debian/.distfiles,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 .distfiles
--- Completion/Debian/.distfiles	1999/11/04 16:34:57	1.1.1.3
+++ Completion/Debian/.distfiles	1999/11/17 14:47:29
@@ -1,4 +1,4 @@
 DISTFILES_SRC='
     .distfiles
-    _apt _deb_packages _dpkg _dpkg-source
+    _apt _bug _deb_packages _dpkg _dpkg-source
 '
Index: Misc/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Misc/.distfiles,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 .distfiles
--- Misc/.distfiles	1999/10/17 04:53:10	1.1.1.5
+++ Misc/.distfiles	1999/11/17 14:47:31
@@ -2,5 +2,5 @@
     .distfiles
     bash2zshprompt
     c2z compctl-examples globtests globtests.ksh
-    job-control-tests lete2ctl
+    job-control-tests lete2ctl make-zsh-urls
 '
Index: Src/Zle/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Src/Zle/.distfiles,v
retrieving revision 1.1.1.7
diff -u -r1.1.1.7 .distfiles
--- Src/Zle/.distfiles	1999/11/03 09:06:37	1.1.1.7
+++ Src/Zle/.distfiles	1999/11/17 14:47:32
@@ -1,6 +1,6 @@
 DISTFILES_SRC='
     .cvsignore .distfiles .exrc
-    comp.h complete.mdd complete.c
+    comp.h complete.mdd complete.c complete.export
     compcore.c compmatch.c compresult.c
     compctl.mdd compctl.c compctl.h compctl.export
     complist.mdd complist.c
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author