On Tue, Apr 24, 2012 at 05:54, Glenn Fowler <[email protected]> wrote:

>
> ast 2012-04-23 git updates have been posted
> the update addresses many problems brought up on ast-users and
> ast-developers
> (thanks for the detailed reports)
>
> * a first round of ksh fixes (another update in a day or so)
> * nmake fixes so that cmd line option changes like --shared cause rebuilds
> * libast regex fixes to properly scope ksh ~(E)... vs ~(E:...)
>

Still has problems:

$ echo ${.sh.version}
Version JMP 93u+ 2012-04-22
$ [[ foo == ~(G:.*) ]] && echo yes || echo no
no
$ [[ foo == ~(G:foo) ]] && echo yes || echo no
no    <== ksh93u (2011-02-08) outputs yes here
$ [[ foo == ~(F:foo) ]] && echo yes || echo no
no
$

>
> the update also includes the { grep xargs } ksh builtins/plugins in
>        src/cmd/kshlib/cmdtst
>
> to test cmdtst after building the packages, cd to a clean dir and:
>        mkdir bin lib
>        print $'BUILTIN_LIB=cmdtst\nLD_LIBRARY_PATH=../lib' > bin/.paths
>        cp $INSTALLROOT/src/cmd/kshlib/cmdtst/$(getconf
> LIBPREFIX)cmdtst$(getconf LIBSUFFIX) lib
> and
>        export PATH=$PWD/bin:$PATH
>
> _______________________________________________
> ast-users mailing list
> [email protected]
> https://mailman.research.att.com/mailman/listinfo/ast-users
>
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to