Message-ID: <39991815.18D22ABE@softhome.net> Date: Tue, 15 Aug 2000 12:14:45 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re: Patch: lstat() adjustments for symlinks References: <399844B1 DOT 9A99D08F AT softhome DOT net> <9743-Tue15Aug2000085950+0300-eliz AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > There's something I learned a long time ago from Richard Stallman: It > is not very useful to have more than a single index entry which all > begin with the same substring and all point to the same place (or to > very close places). They are redundant: a person who uses the index > lookup commands will find the place if only one of these index entries > is left. Maybe rewriting the whole thing like follows would be better? @cindex Symlink support AT r{, new functions} @findex __solve_symlinks AT r{, added to library} @findex lstat AT r{, added to library} @findex readlink AT r{, added to library} ... @cindex Symlink support AT r{, adjusted functions} @findex symlink AT r{, changed behaviour} ... > Unless you have a good reason for this lack of a newline, please add > one. OK I'll add it there. Note that testsuite data files intentionally do not contain ending newlines and I add them to CVS as binary files. Laurynas