Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Tanaka's cvs-pserver zsh source
- X-seq: zsh-workers 8503
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Tanaka's cvs-pserver zsh source
- Date: Wed, 3 Nov 1999 05:54:04 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I was having trouble compiling after the last round of patches, so I grabbed
a copy from Tanaka's server for comparison. Misc. remarks about the source
from that server:
Completion/Builtins/_popd has two entire, different, implementations of the
function, one after the other. The second one is the one I have, and looks
like the correct one, but I don't recall having seen the other so I can't be
sure.
Completion/User/_man doesn't have Oliver's patch from 8139.
Completion/X/_xrdb is missing.
Doc/Zsh/compsys.yo lacks history_list and history_remove_all_dups from 8063.
Functions/Prompts/promptinit is from 8337, not 8353, but:
Functions/Prompts/prompt_oliver_setup includes 8363, which needs 8353.
META-FAQ is an empty file.
Src/Modules/mathfunc.c lacks 8138.
The crucial bit missing from all Sven's patches I'd applied, and which was
breaking my build, but which Tanaka *does* have, is:
Index: Src/Zle/zle.mdd
===================================================================
@@ -1,7 +1,5 @@
hasexport=1
-moddeps="comp1"
-
autobins="bindkey vared zle"
objects="zle_bindings.o zle_hist.o zle_keymap.o zle_main.o \
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author