At 4:46 PM -0500 12/13/05, John E. Malmberg wrote:
>>Obviously we are so far not having the desired effect of reducing
>>stack space usage.
>
>Obviously I have an error somewhere.

I do see one example of allocating a long filename on the stack:

$ SEARCH/EXACT vms.c "tmp[VMS_MAXRSS"
  char *dirend, *rslt, *cp1, *cp3, tmp[VMS_MAXRSS];

Dunno if that's the problem or not.

>Change 26344 is suggesting to me that my vmsish.h is out of sync with blead 
>also because there should not be any conflicts with using the system supplied 
>utime.h file so that time values are properly modified on ODS-5 volumes.

Handling access dates when they are enabled has been on the to-do
list for awhile, but simply replacing the home-grown routine loses
the effect of the vmsish 'times' pragma.  We could either extend the
FID and DID fiddling of the current implementation so it does for the
posix-style dates what it's already doing for ATR$C_REVDATE, or we
could beef up the wrapper around decc$utime so it does the time shift
if requested.


-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to