Mail Archives: djgpp-workers/1996/07/21/10:12:45
> be too expensive, should it? If it is, maybe we should make `setenv' and
> `putenv' flip the LFN bit.
This would be acceptable. Searching the environment space each time
you wanted to call open, stat, rename, unlink, readdir, etc sounds
like a waste.
As a general case, perhaps we could have an "environment modified"
counter, like the counter we use for detecting startup conditions? I
expect there may be other cases like this, where an arbitrary function
needs to know when an environment variable might have changed ($TZ?).
- Raw text -