On Tue, 03 Mar 2009 16:40:43 +0100 Roland Mainz wrote:
> Glenn Fowler wrote:
> > the second field contains letters that correspond to the
> > optional compile-time SHOPT_* features (when ksh was built)
> > 
> >         A       SHOPT_AUDIT
> >         B       SHOPT_BASH

> Is it possible reserve "D" (and "typeset -D") for "IEEE 754-2008-style
> decimal floating point", please (this differs from normal IEEE754
> floating-point math that it uses bash10 instead of base2 and is needed
                                   ^^^^^^
(maybe you need a break from shell hacking?:)

> for stuff like financial applications (somewhere I've queued a longer
> email abóut this in my drafts folder)) ?

what are the coding/runtime mechanisms for IEEE 754-2008 decimal floating point
recall that ast does its own string<=>fp conversions
these work for IEEE 754
but no provisions have been made for IEEE 754-2008
(it may be that no provisions are necessary)

in particular, can a single process switch between IEEE 754 and IEEE 754-2008?

> >         J       SHOPT_BGX
> >         L       SHOPT_ACCT
> >         M       SHOPT_MULTIBYTE
> >         P       SHOPT_PFSH

> BTW: It seems that "P" is currently not used in ast-ksh.2009-02-02 on
> Solaris even if |SHOPT_PFSH| is set and <exec_attr.h> is available...

src/cmd/ksh93/sh/init.c must include FEATURE/externs and didn't
this has been fixed

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to