Re: [ksh] [patch] Make "$@" POSIX-compliant with empty IFS

2016-05-06 Thread Martijn Dekker
Op 24-03-16 om 04:04 schreef Theo Buehler: On Fri, Mar 04, 2016 at 11:29:38AM +0100, Dmitrij D. Czarkoff wrote: Martijn Dekker said: So this patch makes quoted "$@" act according to the standard even when IFS is empty. Quoted "$*" is unchanged. For the unspecified (not standardised) cases of

Re: [ksh] [patch] Make "$@" POSIX-compliant with empty IFS

2016-03-23 Thread Theo Buehler
On Fri, Mar 04, 2016 at 11:29:38AM +0100, Dmitrij D. Czarkoff wrote: > Martijn Dekker said: > > So this patch makes quoted "$@" act according to the standard even when > > IFS is empty. Quoted "$*" is unchanged. For the unspecified (not > > standardised) cases of unquoted $@ and $*, this patch

Re: [ksh] [patch] Make "$@" POSIX-compliant with empty IFS

2016-03-04 Thread Dmitrij D. Czarkoff
Martijn Dekker said: > So this patch makes quoted "$@" act according to the standard even when > IFS is empty. Quoted "$*" is unchanged. For the unspecified (not > standardised) cases of unquoted $@ and $*, this patch makes ksh act like > AT ksh93, bash, zsh and (d)ash, which seems safest from a >