mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
The fix in sh/xec.c, which was backported from the ksh 93v- beta to delay the actual removal of a running function that unsets itself, caused a segfault in the variables.sh regression tests (see #23). src/cmd/ksh93/sh/xec.c: - Comment out the backported code pending a correct fix for #21. Now both types of functions silently fail to unset themselves (unless they're discipline functions). src/cmd/ksh93/tests/functions.sh: - Disable regression tests checking that the function was actually unset, pending a correct fix for #21. Resolves: #23 Reopens: #21
This commit is contained in:
parent
b7932e87b6
commit
975117485c
3 changed files with 7 additions and 9 deletions
9
NEWS
9
NEWS
|
|
@ -3,15 +3,6 @@ For full details, see the git log at: https://github.com/ksh93/ksh
|
|||
|
||||
Any uppercase BUG_* names are modernish shell bug IDs.
|
||||
|
||||
2020-06-17:
|
||||
|
||||
- A POSIX function that unsets itself while it is running no longer causes
|
||||
a segmentation fault.
|
||||
|
||||
- `unset -f` no longer silently fails when a KornShell style function tries
|
||||
to unset itself while it is running. The function will now be unset once
|
||||
it has finished running.
|
||||
|
||||
2020-06-16:
|
||||
|
||||
- Passing the '-d' flag to the read builtin will no longer cause the '-r'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue