Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in `print -c' with handling of embedded NULs?
- X-seq: zsh-workers 17612
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in `print -c' with handling of embedded NULs?
- Date: Tue, 3 Sep 2002 15:11:54 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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   
Messages sorted by:
Reverse Date,
Date,
Thread,
Author