CVS commit: src/bin/ksh

2019-09-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 26 11:01:09 UTC 2019 Modified Files: src/bin/ksh: eval.c lex.c Log Message: Fix FALLTHROUGH comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/bin/ksh/eval.c cvs rdiff -u -r1.23 -r1.24 src/bin/k

CVS commit: src/bin/ksh

2019-09-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 26 11:01:09 UTC 2019 Modified Files: src/bin/ksh: eval.c lex.c Log Message: Fix FALLTHROUGH comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/bin/ksh/eval.c cvs rdiff -u -r1.23 -r1.24 src/bin/k

CVS commit: src/bin/ksh

2021-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 16 19:43:33 UTC 2021 Modified Files: src/bin/ksh: c_ksh.c Log Message: support -Z To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/ksh/c_ksh.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/ksh

2021-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 16 19:43:33 UTC 2021 Modified Files: src/bin/ksh: c_ksh.c Log Message: support -Z To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/ksh/c_ksh.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/ksh

2021-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 16 19:44:01 UTC 2021 Modified Files: src/bin/ksh: c_test.c shf.c tree.c vi.c Log Message: It is either teaching gcc about aaah or adding FALLTHROUGH. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/bin

CVS commit: src/bin/ksh

2021-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 16 19:44:01 UTC 2021 Modified Files: src/bin/ksh: c_test.c shf.c tree.c vi.c Log Message: It is either teaching gcc about aaah or adding FALLTHROUGH. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/bin

CVS commit: src/bin/ksh

2019-10-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 29 16:19:59 UTC 2019 Modified Files: src/bin/ksh: misc.c Log Message: Avoid arithmetics on strings. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/bin/ksh/misc.c Please note that diffs are not public d

CVS commit: src/bin/ksh

2019-10-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 29 16:19:59 UTC 2019 Modified Files: src/bin/ksh: misc.c Log Message: Avoid arithmetics on strings. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/bin/ksh/misc.c Please note that diffs are not public d

CVS commit: src/bin/ksh

2022-07-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 3 06:30:31 UTC 2022 Modified Files: src/bin/ksh: expr.c Log Message: Fix core dump caused by ksh -c '(i=10; echo $((++-+++i)))' reported by Steffen Nurpmeso (not on a NetBSD list or PR). Seems pointless to fix just

CVS commit: src/bin/ksh

2022-07-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 3 06:30:31 UTC 2022 Modified Files: src/bin/ksh: expr.c Log Message: Fix core dump caused by ksh -c '(i=10; echo $((++-+++i)))' reported by Steffen Nurpmeso (not on a NetBSD list or PR). Seems pointless to fix just

CVS commit: src/bin/ksh

2022-08-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Aug 21 20:12:37 UTC 2022 Modified Files: src/bin/ksh: ksh.Man Log Message: ksh(1): fix pasto in the description of the -l option. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/ksh/ksh.Man Please note th

CVS commit: src/bin/ksh

2022-08-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Aug 21 20:12:37 UTC 2022 Modified Files: src/bin/ksh: ksh.Man Log Message: ksh(1): fix pasto in the description of the -l option. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/ksh/ksh.Man Please note th

re: CVS commit: src/bin/ksh

2017-06-22 Thread matthew green
"Kamil Rytarowski" writes: > Module Name: src > Committed By: kamil > Date: Thu Jun 22 13:32:04 UTC 2017 > > Modified Files: > src/bin/ksh: c_ksh.c edit.c path.c sh.h > > Log Message: > Remove ancient cygwin support in ksh(1) > > OK by i thought ksh was upstream owned code, so c

Re: CVS commit: src/bin/ksh

2017-06-22 Thread Kamil Rytarowski
On 23.06.2017 02:12, matthew green wrote: > "Kamil Rytarowski" writes: >> Module Name: src >> Committed By:kamil >> Date:Thu Jun 22 13:32:04 UTC 2017 >> >> Modified Files: >> src/bin/ksh: c_ksh.c edit.c path.c sh.h >> >> Log Message: >> Remove ancient cygwin support in

Re: CVS commit: src/bin/ksh

2018-06-12 Thread Valery Ushakov
On Tue, Jun 12, 2018 at 14:13:55 +, Kamil Rytarowski wrote: > UBSan can detect that during switching a login to root there is unportable > left shift operation: > > $ su - > Password: > /public/src.git/bin/ksh/eval.c:598:13: runtime error: left shift of > 1073741824 by 1 places cannot be rep