Messages by Thread
-
-
[ast-users] [ksh93] Pathname auto completion: no need to prompt users to choose if there's no ambiguity
Clark J. Wang
-
[ast-users] [ksh93] "${arr[@]:off:len}" should expand to nothing rather than an empty string when the specified elements are not existing
Clark J. Wang
-
[ast-users] [ksh93] Any way to get the full file name of current running ksh?
Clark J. Wang
-
[ast-users] [ksh93] `[[ foo == ~(E).* ]]' and `[[ foo == ~(E:.*) ]]' are not the same?
Clark J. Wang
-
[ast-users] ksh93 fails to detect renamed current or parent directory
Oliver Kiddle
-
[ast-users] Switching defaults for AST sum(1) via env variable?
ольга крыжановская
-
[ast-users] Using AST mailx to read Googlemail?
Cedric Blancher
-
[ast-users] Re: trap ... ERR cannot be saved in var or piped
David Korn
-
[ast-users] [ksh93] Var still exists after unset?
Clark J. Wang
-
[ast-users] trap ... ERR cannot be saved in var or piped
H. Schmied
-
[ast-users] Difference between [[ == ]] and [[ =~ ]]?
Dan Shelton
-
[ast-users] [ksh93] [[ == ]] does not update ${.sh.match}?
Clark J. Wang
-
[ast-users] [ksh93] $( ) affects current shell's ${.sh.match}?
Clark J. Wang
-
[ast-users] read -d hangs when reading from <() pipes
Lionel Cons
-
[ast-users] read -d command not supporting non-ASCII/Unicode chars
Lionel Cons
-
[ast-users] Patch for POSIX 'certain shell special built-ins should expand arguments in assignment context' bug?
Cedric Blancher
-
[ast-users] recovering an ESC-# postponed command-line kills ksh
Rado Q
-
[ast-users] Patch for IV18936: KSH93 SUPPORT FOR 64-BIT INODES in ast git?
Dan Shelton
-
[ast-users] $FPATH function inconsistency based on current dir
Rado Q
-
[ast-users] Which data types are supported by fixed size arrays?
ольга крыжановская
-
[ast-users] Documenting internal and external limits of AST utilities, including ksh, sfio, libast?
I. Szczesniak
-
[ast-users] [ksh93] Add a new `set -o' option to work around backwards compatibility limitation? (Was: `alias not found' for `arr=( a b )')
Clark J. Wang
-
[ast-users] mybot.join_channels[0]: parameter not set error when using an indexed array type member?
ольга крыжановская
-
[ast-users] Reading large compound variable with array -> crash
ольга крыжановская
-
Re: [ast-users] Uwin installation with limited user authorization
David Korn
-
[ast-users] Does libast depend on integer overflows?
Dan Shelton
-
Re: Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
David Korn
-
Re: Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
Re: Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Phong Vo
-
[ast-users] Uwin installation with limited user authorization
gene golub
-
Re: Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Phong Vo
-
Re: Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Philippe Bergheaud
-
[ast-users] ksh93u+ compile issues on Mac OS X 10.4 (ppc)
Clark J. Wang
-
[ast-users] tar emulation script for AST pax?
Dan Shelton
-
[ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
[ast-users] Re: Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
David Korn
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Henk Langeveld
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Glenn Fowler
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
ольга крыжановская
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Glenn Fowler
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Phong Vo
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
Re: [ast-users] Implementing SEEK_HOLE, SEEK_DATA in AST cp, mv, pax
Dan Shelton
-
[ast-users] Compiled size of ksh93
Jason Hellenthal
-
[ast-users] FPATH and name spaces
ольга крыжановская
-
[ast-users] [ksh93] `typeset -n ref=arr[0]' does not work?
Clark J. Wang
-
[ast-users] [ksh93] Should `typeset -p arr[sub]' create the element if it does not exist?
Clark J. Wang
-
[ast-users] git web
Glenn Fowler
-
Re: [ast-users] [ksh93] `typeset -a' and `typeset -C' should not print out all vars
David Korn
-
[ast-users] [ksh93] Multi-dimension array subscripting bug?
Clark J. Wang
-
[ast-users] [ksh93] `typeset -a' and `typeset -C' should not print out all vars
Clark J. Wang
-
[ast-users] [ksh93] `typeset -p v[0]' caused segfault
Clark J. Wang
-
[ast-users] user type in name space question
ольга крыжановская
-
Re: [ast-users] [ksh93] Is the `namespace' feature stable enough in 93u (2011-02-08)?
David Korn
-
[ast-users] [ksh93] Is the `namespace' feature stable enough in 93u (2011-02-08)?
Clark J. Wang
-
[ast-users] [ksh93] `typeset -A arr' did not unset arr first
Clark J. Wang
-
[ast-users] [ksh93] `arr=( )' not an empty array?
Clark J. Wang
-
[ast-users] [ksh93] `alias not found' for `arr=( a b )'
Clark J. Wang
-
[ast-users] early termination of a "find|while read" loop?
Aaron Davies
-
Re: Re: [ast-users] Is there a way to pass a variable number of namerefs to a function?
David Korn
-
[ast-users] Feature request: AST grep as shell built in
Wendy Lin
-
[ast-users] locale.sh[276]: LANG change not seen by function on ast-ksh 2012-02-14
Wendy Lin
-
[ast-users] Is there a way to pass a variable number of namerefs to a function?
Derek Newhall
-
[ast-users] Google summer of code?
Cedric Blancher
-
[ast-users] ~(E)[\]] does not match "]"?
ольга крыжановская
-
[ast-users] [ksh93] Where's the ksh man page file?
Clark J. Wang
-
[ast-users] ast-open compilation issue on OS X
Aaron Davies
-
[ast-users] "ksh" package?
Aaron Davies