From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18181 invoked from network); 3 Nov 1999 07:53:03 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Nov 1999 07:53:03 -0000 Received: (qmail 4033 invoked by alias); 3 Nov 1999 07:52:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8503 Received: (qmail 4022 invoked from network); 3 Nov 1999 07:52:49 -0000 From: "Bart Schaefer" Message-Id: <991103055404.ZM18136@candle.brasslantern.com> Date: Wed, 3 Nov 1999 05:54:04 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Tanaka's cvs-pserver zsh source MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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