ast-developers
Thread
Date
Earlier messages
Later messages
Messages by Thread
[ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Roland Mainz
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Glenn Fowler
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Irek Szczesniak
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Glenn Fowler
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Irek Szczesniak
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Roland Mainz
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Glenn Fowler
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Roland Mainz
Re: [ast-developers] [patch] Prototype flag for /dev/file@... to pass extra flags to |open()|&&co. ...
Glenn Fowler
Re: [ast-developers] typeset in signal trap ==> compound array contains typeset statements
David Korn
Re: [ast-developers] typeset in signal trap ==> compound array contains typeset statements
Roland Mainz
Re: [ast-developers] typeset in signal trap ==> compound array contains typeset statements
Irek Szczesniak
[ast-developers] typeset in signal trap ==> compound array contains typeset statements
Cedric Blancher
[ast-developers] Copying .sh.sig data ==> Segmentation fault in ast-ksh.20130807
Cedric Blancher
Re: [ast-developers] Copying .sh.sig data ==> Segmentation fault in ast-ksh.20130807
Roland Mainz
Re: [ast-developers] Copying .sh.sig data ==> Segmentation fault in ast-ksh.20130807
Roland Mainz
Re: [ast-developers] Copying .sh.sig data ==> Segmentation fault in ast-ksh.20130807
Irek Szczesniak
Re: [ast-developers] Copying .sh.sig data ==> Segmentation fault in ast-ksh.20130807
David Korn
Re: [ast-developers] Copying .sh.sig data ==> Segmentation fault in ast-ksh.20130807
Roland Mainz
[ast-developers] jobs(1) broken in ast-ksh.20130807
Cedric Blancher
Re: [ast-developers] jobs(1) broken in ast-ksh.20130807
Roland Mainz
Re: [ast-developers] namespace com.foo.bar.baz support (was:Re: AT&T Software Technology ast alpha software download update)
David Korn
Re: [ast-developers] namespace com.foo.bar.baz support (was:Re: AT&T Software Technology ast alpha software download update)
Lionel Cons
Re: [ast-developers] namespace com.foo.bar.baz support (was:Re: AT&T Software Technology ast alpha software download update)
Lionel Cons
Re: [ast-developers] namespace com.foo.bar.baz support (was:Re: AT&T Software Technology ast alpha software download update)
Wendy Lin
[ast-developers] namespace com.foo.bar.baz support (was:Re: AT&T Software Technology ast alpha software download update)
Irek Szczesniak
[ast-developers] Public git and contribute-staging area for AST?
Irek Szczesniak
Re: [ast-developers] [ast-users] print -v compound does not report -s for a member declared with typeset -s -E
David Korn
Re: [ast-developers] [ast-users] print -v compound does not report -s for a member declared with typeset -s -E
Wendy Lin
[ast-developers] $ clang -fsanitize=address # fixes for ast-ksh.2013-07-27 ...
Roland Mainz
[ast-developers] RFE: Assertions by default...
Roland Mainz
Re: [ast-developers] RFE: Assertions by default...
Glenn Fowler
[ast-developers] O_TMPFILE on Linux
ольга крыжановская
Re: [ast-developers] O_TMPFILE on Linux
Glenn Fowler
Re: [ast-developers] O_TMPFILE on Linux
Roland Mainz
[ast-developers] |((long)fcleft())| never be negative ?
Roland Mainz
[ast-developers] RFE: (( for( ; ; ) expr; ))-loops in arithmetic expressions...
Roland Mainz
[ast-developers] [patch] Accessing widechar codepoints without unicode (GB18030-related) ...
Roland Mainz
Re: [ast-developers] [patch] Accessing widechar codepoints without unicode (GB18030-related) ...
Roland Mainz
[ast-developers] print -v c array formatting chaos when array was modified by { unset, typeset -m, typeset -c ... } ...
Roland Mainz
[ast-developers] valgrind hit when reading types...
Roland Mainz
Re: [ast-developers] valgrind hit when reading types...
Roland Mainz
[ast-developers] More fun with namespaces vs. types (vs. chess) ...
Roland Mainz
[ast-developers] |vfork()| clobbering issues in src/lib/libast/misc/spawnvex.c (and other -Wclobber warnings) ...
Roland Mainz
[ast-developers] [-Wstrict-aliasing] warnings in ast-open.2013-07-27's vmalloc code ...
Roland Mainz
Re: [ast-developers] [-Wstrict-aliasing] warnings in ast-open.2013-07-27's vmalloc code ...
Glenn Fowler
[ast-developers] AST find(1) does not support -delete option
Irek Szczesniak
Re: [ast-developers] AST find(1) does not support -delete option
Glenn Fowler
Re: [ast-developers] AST find(1) does not support -delete option
Cedric Blancher
[ast-developers] ksh -c 'redirect {n}</etc/profile ; cat <&{n}' --> {n}: bad file unit number - why?
Simon Toedt
Re: [ast-developers] ksh -c 'redirect {n}</etc/profile ; cat <&{n}' --> {n}: bad file unit number - why?
Simon Toedt
[ast-developers] [patch] Directory file descriptor test module ("directoryfd.sh") ... / was: Re: 'command exec {n}<"." ; echo "foo" >~{n}/test1 ' doesn't work
Roland Mainz
[ast-developers] 'command exec {n}<"." ; echo "foo" >~{n}/test1 ' doesn't work
Irek Szczesniak
Re: [ast-developers] 'command exec {n}<"." ; echo "foo" >~{n}/test1 ' doesn't work
Roland Mainz
Re: [ast-developers] 'command exec {n}<"." ; echo "foo" >~{n}/test1 ' doesn't work
Glenn Fowler
Re: [ast-developers] 'command exec {n}<"." ; echo "foo" >~{n}/test1 ' doesn't work
Roland Mainz
Re: [ast-developers] [ast-users] Nested namespaces for function/type libraries (e.g. com.att.research...) ... / was: Re: ksh -c 'namespace a.c.b { integer i=5 ; } ; ' => a.c.b: is not an identifier?
Wendy Lin
Re: [ast-developers] [ast-users] Nested namespaces for function/type libraries (e.g. com.att.research...) ... / was: Re: ksh -c 'namespace a.c.b { integer i=5 ; } ; ' => a.c.b: is not an identifier?
Wendy Lin
Re: [ast-developers] [ast-users] Nested namespaces for function/type libraries (e.g. com.att.research...) ... / was: Re: ksh -c 'namespace a.c.b { integer i=5 ; } ; ' => a.c.b: is not an identifier?
Wendy Lin
[ast-developers] [patch] Patch to improve the name handling of .sh.sig.code ...
Roland Mainz
[ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Cedric Blancher
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Lionel Cons
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Irek Szczesniak
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
David Korn
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Roland Mainz
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
David Korn
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Roland Mainz
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Cedric Blancher
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Roland Mainz
Re: [ast-developers] RFE: Renaming .sh.sig.code to match Opengroup <signal.h> spec?
Roland Mainz
[ast-developers] Short int array in an user-defined type crashes ast-ksh.2013-07-27 ...
Roland Mainz
[ast-developers] Crash with typeset -s -i (short int) variables...
Roland Mainz
Re: [ast-developers] [ast-users] Some nested namespace bugs... / was: Re: Nested namespaces for function/type libraries (e.g. com.att.research...) ... / was: Re: ksh -c 'namespace a.c.b { integer i=5 ; } ; ' => a.c.b: is not an identifier?
Wendy Lin
[ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Roland Mainz
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Glenn Fowler
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Roland Mainz
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Glenn Fowler
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Roland Mainz
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Glenn Fowler
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Irek Szczesniak
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Cedric Blancher
Re: [ast-developers] Hang because job management _within_ the SIGCHLD signal handler... / was: Re: AT&T Software Technology ast alpha software download update
Irek Szczesniak
[ast-developers] |getcwdat()| and |pathprogat()| ?
Roland Mainz
Re: [ast-developers] |getcwdat()| and |pathprogat()| ?
Glenn Fowler
Re: [ast-developers] |getcwdat()| and |pathprogat()| ?
Roland Mainz
Re: [ast-developers] |getcwdat()| and |pathprogat()| ?
Irek Szczesniak
Re: [ast-developers] |getcwdat()| and |pathprogat()| ?
Glenn Fowler
Re: [ast-developers] |getcwdat()| and |pathprogat()| ?
ольга крыжановская
Re: [ast-developers] |getcwdat()| and |pathprogat()| ?
Glenn Fowler
[ast-developers] [patch] readlink(1) builtin for libcmd...
Roland Mainz
Re: [ast-developers] [patch] readlink(1) builtin for libcmd...
Glenn Fowler
Re: [ast-developers] [patch] readlink(1) builtin for libcmd...
Roland Mainz
Re: [ast-developers] [patch] readlink(1) builtin for libcmd...
Dan Douglas
Re: [ast-developers] [patch] readlink(1) builtin for libcmd...
Cedric Blancher
Re: [ast-developers] [patch] readlink(1) builtin for libcmd...
Cedric Blancher
Re: [ast-developers] [patch] readlink(1) builtin for libcmd...
Glenn Fowler
[ast-developers] cd(1) fixes for ast-ksh.2013-07-27... try 9874391019823010091... ; -/ / was: Re: AT&T Software Technology ast alpha software download update
Roland Mainz
[ast-developers] Problems with (( !b ... )) and bools...
Roland Mainz
[ast-developers] More fun with "bool" vs. "set -o nounset" ...
Roland Mainz
[ast-developers] Copying multidimensional bool array results in crash...
Roland Mainz
Re: [ast-developers] Copying multidimensional bool array results in crash...
Roland Mainz
[ast-developers] [patch] Fix to prevent the shell from closing |shp->pwdfd| ...
Roland Mainz
Re: [ast-developers] [patch] Fix to prevent the shell from closing |shp->pwdfd| ...
Irek Szczesniak
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
David Korn
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Irek Szczesniak
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Roland Mainz
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
David Korn
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Cedric Blancher
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Irek Szczesniak
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Lionel Cons
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Roland Mainz
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
David Korn
[ast-developers] print -v bug with multidimensional arrays shows typeset -a [3] artifacts
Wendy Lin
[ast-developers] bool assignments not working with ?: operator
Wendy Lin
Re: [ast-developers] bool assignments not working with ?: operator
David Korn
Re: [ast-developers] bool assignments not working with ?: operator
David Korn
Re: [ast-developers] bool assignments not working with ?: operator
Roland Mainz
Re: [ast-developers] bool assignments not working with ?: operator
Wendy Lin
[ast-developers] cd(1) fixes for ast-ksh.2013-07-19...
Roland Mainz
Re: [ast-developers] cd(1) fixes for ast-ksh.2013-07-19...
Glenn Fowler
Re: [ast-developers] cd(1) fixes for ast-ksh.2013-07-19...
Roland Mainz
Re: [ast-developers] cd(1) fixes for ast-ksh.2013-07-19...
Roland Mainz
Re: [ast-developers] cd(1) fixes for ast-ksh.2013-07-19...
Glenn Fowler
Re: [ast-developers] cd(1) fixes for ast-ksh.2013-07-19...
Roland Mainz
[ast-developers] compile ksh from source in windows environment with errors, thank you very much!
Jiaqiang Xu
Re: [ast-developers] compile ksh from source in windows environment with errors, thank you very much!
Glenn Fowler
[ast-developers] Fwd: compile ksh from source in windows environment with errors, thank you very much!
Jiaqiang Xu
Re: [ast-developers] compile ksh from source in windows environment with errors, thank you very much!
Glenn Fowler
Re: [ast-developers] compile ksh from source in windows environment with errors, thank you very much!
Jiaqiang Xu
[ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Roland Mainz
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Roland Mainz
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Joshuah Hurst
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Danny Weldon
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Lionel Cons
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
FELLIN, JEFFREY K (JEFF)
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Lionel Cons
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Lionel Cons
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Lionel Cons
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Roland Mainz
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Roland Mainz
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Roland Mainz
Re: [ast-developers] [patch] Updated patch for |stpcpy()|/|stpncpy()| support... / was: Re: [patch] Patch to add |stpcpy()|+|stpncpy()| to libast...
Glenn Fowler
[ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Cedric Blancher
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Dan Douglas
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Lionel Cons
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Dan Shelton
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Irek Szczesniak
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Irek Szczesniak
Re: [ast-developers] [RFE] var.__ to access the parent variable of a type or compound variable
Roland Mainz
[ast-developers] signal.sh in ast-ksh.20130719 goes down in fire
Cedric Blancher
[ast-developers] Crash setting an array whose type contains certain functions.
Dan Douglas
[ast-developers] Printing short hexfloat array via $ typeset -p ar # crashes...
Roland Mainz
[ast-developers] Flags to hide compound variable members in print -v/${!var@} output ?
Roland Mainz
[ast-developers] Crash in signal code (|set_trapinfo()|) when processing signal storm...
Roland Mainz
Re: [ast-developers] Crash in signal code (|set_trapinfo()|) when processing signal storm...
Roland Mainz
[ast-developers] A tale of context switching and why its the way to hell (was: Re: AT&T Software Technology ast alpha software download update)
Irek Szczesniak
Re: [ast-developers] A tale of context switching and why its the way to hell (was: Re: AT&T Software Technology ast alpha software download update)
Glenn Fowler
Re: [ast-developers] A tale of context switching and why its the way to hell (was: Re: AT&T Software Technology ast alpha software download update)
Glenn Fowler
[ast-developers] User-defined type array "mutation" when compound variable members are initalised...
Roland Mainz
[ast-developers] Populating indexed type array with compound variables triggers a crash...
Roland Mainz
Re: [ast-developers] Populating indexed type array with compound variables triggers a crash...
ольга крыжановская
[ast-developers] Registering fds with the Shell_t object... / was: Re: Re: (Final ?!) Patch to get ast-ksh.2013-06-28 working on Solaris 11-8+old Linux (SuSE 9.3) / was: Re: Patch to get ast-ksh.2013-06-28 working on Solaris 11... / was: Re: AT&T Software Technology ast alpha software download update
Roland Mainz
Re: [ast-developers] problem in ksh93
David Korn
Re: [ast-developers] problem in ksh93
Vijaikumar M
[ast-developers] ksh93: Bad shift with redirection, leading to undefined behavior
Vijaikumar M
[ast-developers] "printf: _.i: no parent" in ".unset" discipline of user-defined type...
Roland Mainz
[ast-developers] Row of valgrind hits when ".unset" discipline is used on an indexed type array...
Roland Mainz
Re: [ast-developers] Row of valgrind hits when ".unset" discipline is used on an indexed type array...
Roland Mainz
[ast-developers] 2D array of a type crashes in .unset discipline...
Roland Mainz
[ast-developers] New alpha for testing, please... / was: Re: Patch to get ast-ksh.2013-06-28 working on Solaris 11... / was: Re: AT&T Software Technology ast alpha software download update
Roland Mainz
Re: [ast-developers] New alpha for testing, please... / was: Re: Patch to get ast-ksh.2013-06-28 working on Solaris 11... / was: Re: AT&T Software Technology ast alpha software download update
Glenn Fowler
[ast-developers] .set and .get disciplines not called for compound variables
Cedric Blancher
[ast-developers] Check out my profile on LinkedIn
Cédric Blancher
Re: [ast-developers] Check out my profile on LinkedIn
Cedric Blancher
[ast-developers] bool array in compound array in namespace accessed through nameref does not work
ольга крыжановская
[ast-developers] ksh93 returns the wrong number of elements (${#a[@]}, ${#a[*]}) in an associative Boolean array:
Wendy Lin
[ast-developers] Using |SF_SEQUENTIAL| in AST grep(1) builtin...
Roland Mainz
Re: [ast-developers] Using |SF_SEQUENTIAL| in AST grep(1) builtin...
Roland Mainz
Re: [ast-developers] Using |SF_SEQUENTIAL| in AST grep(1) builtin...
Roland Mainz
[ast-developers] SFIO sfgetd() support for C99 printf("%a") format?
Lionel Cons
Re: [ast-developers] SFIO sfgetd() support for C99 printf("%a") format?
Glenn Fowler
Re: [ast-developers] SFIO sfgetd() support for C99 printf("%a") format?
Lionel Cons
Re: [ast-developers] SFIO sfgetd() support for C99 printf("%a") format?
Glenn Fowler
[ast-developers] print ${!.sh.sig@}, print -v .sh.sig and typeset -c cs=.sh.sig not working for .sh.sig
Cedric Blancher
Re: [ast-developers] print ${!.sh.sig@}, print -v .sh.sig and typeset -c cs=.sh.sig not working for .sh.sig
Cedric Blancher
Re: [ast-developers] [ast-users] ksh93 returns "()" for "${a[@]}" if I clear an array with a=( )
David Korn
Re: [ast-developers] [ast-users] ksh93 returns "()" for "${a[@]}" if I clear an array with a=( )
David Korn
Re: [ast-developers] [ast-users] ksh93 returns "()" for "${a[@]}" if I clear an array with a=( )
Roland Mainz
Re: [ast-developers] [ast-users] ksh93 returns "()" for "${a[@]}" if I clear an array with a=( )
Roland Mainz
Re: [ast-developers] [ast-users] ksh93 returns "()" for "${a[@]}" if I clear an array with a=( )
Roland Mainz
Re: [ast-developers] [ast-users] ksh93 returns "()" for "${a[@]}" if I clear an array with a=( )
Cedric Blancher
Earlier messages
Later messages