-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return error if task directory is bad
- Loading branch information
Richard Frith-Macdonald
committed
Oct 10, 2023
1 parent
9d0887e
commit a5a9423
Showing
4 changed files
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2023-10-10 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/GSPrivate.h: New method to set up system error information. | ||
* Source/Additions/NSError+GNUstepBase.m: Implement method. | ||
* Source/NSTask.m(launchAndReturnError:): Return an error if the | ||
path to launch in does not exist, is not a directory or is not | ||
accessible. | ||
|
||
2023-10-09 Wolfgang Lux <[email protected]> | ||
|
||
* Source/NSTask.m(launchAndReturnError:): Use _exit instead of | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters