mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-14 15:41:00 +00:00
Re-instate lost edits.
This commit is contained in:
parent
baa1966e21
commit
655c72855d
3 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
2023-10-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* EcProcess.h: clarify comment a little
|
||||
* EcProcess.m: fix typo
|
||||
* EcCommand.m: Check that the Home configured in the launch
|
||||
information is (if defined) a relative path inside the ECCL
|
||||
user directory, that the Home directory exists, and that it
|
||||
is writable.
|
||||
Create a debug log of any problems.
|
||||
Terminate.m: Calrify comment
|
||||
|
||||
2023-07-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -4013,7 +4013,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval);
|
|||
/* Called to permit subclasses to initialise before entering run loop.
|
||||
*/
|
||||
[self ecAwaken];
|
||||
edDidAwakenCompletely = YES;
|
||||
ecDidAwakenCompletely = YES;
|
||||
RELEASE(arp);
|
||||
arp = [NSAutoreleasePool new];
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ main()
|
|||
printf(" By default a 30 second shutdown is requested and the\n");
|
||||
printf(" command finishes without waiting for it to complete.\n");
|
||||
printf(" NB. The -CommandName option may be used to specify the name\n");
|
||||
printf(" of an individual process to be terminated (or restarted\n");
|
||||
printf(" of the Command server to be terminated.\n");
|
||||
printf(" if that process is configured to autolaunch).\n");
|
||||
printf(" Possible exit statuses are:\n");
|
||||
printf(" 0 termination requested (completed if -Wait was used).\n");
|
||||
|
|
Loading…
Reference in a new issue