Danek Duvall wrote:
> 
>     http://cr.opensolaris.org/~dduvall/zsh-misc/
> 
> Two problems -- one of the man pages shipped with the latest zsh tarball is
> empty, and there are some folks who don't like that.  So I'm removing
> zshcalsys.1 from the package and from the all-in-one zshall.1 man page.
> 
> Also, it turns out that largefile support was disabled, so I'm turning that
> on explicitly.
> 
> It'd be nice to get this in for build 77, but that means integrating
> Monday, so I'd appreciate ten minutes of someone's time this weekend or
> early Monday.

Looks fine for me...
... two things which may be nice to get fixed in the future:
1. line 38 in "Makefile.sfw" says:
-- snip --
test:   # there aren't any
-- snip --
Does "zsh" have a test suite like ksh93 which could be enhanched to test
for the largefile issue in the future ?

2. It may be nice to tweak the compiler to be...
-- snip --
CC="/opt/SUNWspro/bin/cc -xc99=%all -D_XOPEN_SOURCE=600
-D__EXTENSIONS__=1"
-- snip --
... this is the same we do for ksh93 and enables both C99 compiler
features and XPG6 mode+extensions (which includes some nice things like
that |popen()|&co. use a /usr/xpg4/bin/sh etc) - otherwise you're locked
to Sun Studio's default mode... and that's not really "fun".. ;-(

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to