Re-instate lost edits.

This commit is contained in:
Richard Frith-Macdonald 2023-10-10 14:21:36 +01:00
parent baa1966e21
commit 655c72855d
3 changed files with 4 additions and 2 deletions

View file

@ -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>

View file

@ -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];

View file

@ -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");