From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24377 invoked from network); 4 Sep 2002 07:11:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Sep 2002 07:11:21 -0000 Received: (qmail 8647 invoked by alias); 4 Sep 2002 07:11:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17612 Received: (qmail 8635 invoked from network); 4 Sep 2002 07:11:12 -0000 From: "Bart Schaefer" Message-Id: <1020903151154.ZM31753@candle.brasslantern.com> Date: Tue, 3 Sep 2002 15:11:54 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Bug in `print -c' with handling of embedded NULs? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii This happens in 4.1.0-dev-6 and 4.0.6: schaefer<527> print -c * BUILD Functions config.h config.status Completion Makefile config.h.in stamp-h Config Src config.log stamp-h.in Doc Test config.modules Etc config.cache config.modules.sav schaefer<528> print "$(print -N *)" BUILDCompletionConfigDocEtcFunctionsMakefileSrcTestconfig.cacheconfig.hconfig.h.inconfig.logconfig.modulesconfig.modules.savconfig.statusstamp-hstamp-h.in schaefer<529> print -c "$(print -N *)" BUILD schaefer<530> -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net