Date: Thu, 6 May 1999 10:11:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Frank Heckenbach cc: djgpp-workers AT delorie DOT com Subject: Re: realpath() In-Reply-To: <21E03C02.19990505230638.FOO-3FD0.frank@goedel.fjf.gnu.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 May 1999, Frank Heckenbach wrote: > do you plan to support the realpath() function? Nobody asked for it until now (personally, I didn't even know such a function existed on Unix platforms). It should be easy to add a simple wrapper around _fixpath. Volunteers are welcome ;-) > AFAICS, the _fixpath() function is functionally > mostly equivalent, but the underscore suggests that it's not meant > for use from normal programs!? The underscore simply means that the name is not in any standard. A library is allowed to use such names without caring about name-space conflicts.